FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Mon, 25 Feb 2008 04:39:27 -0500
branchfitness
changeset 47 19249d6d9f2d
parent 23 cb700b407c0d
permissions -rw-r--r--
avida-landscape pairs maxima of fitness rather than minima

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