FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 16 Aug 2007 17:12:52 -0400
changeset 23 cb700b407c0d
parent 15 ef3bf83302ca
permissions -rw-r--r--
Fixed to compile with CGAL 3.3

include $(CGAL_MAKEFILE)

all: libpath libpaths ldflags cxxflags

libpath:
	@echo "$(CGAL_LIB_DIR)"

libpaths:
	@echo "$(CGAL_LIBPATHFLAGS)"

ldflags:
	@echo "$(CGAL_LDFLAGS)"

cxxflags:
	@echo "$(CGAL_CXXFLAGS)"