FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 20 Sep 2007 08:02:49 -0400
changeset 38 aee8f549d324
parent 23 cb700b407c0d
permissions -rw-r--r--
Added ability to not store trails in pair_simplices() computation

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