FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 19 Mar 2008 12:43:33 -0400
branchdev
changeset 51 0a18d6902a55
parent 23 cb700b407c0d
permissions -rw-r--r--
Fixed CGAL assertion failures in alphashapes (explicitly checking for infinite simplices)

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)"