FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 02 Mar 2008 16:42:33 -0500
branchar
changeset 84 c711bb2916e4
parent 23 cb700b407c0d
permissions -rw-r--r--
KineticEvaluator takes the maximum time between the two simulators

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