FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 17 Feb 2008 16:32:33 -0500
changeset 46 6fbe003aad9d
parent 23 cb700b407c0d
permissions -rw-r--r--
avida-landscape computes 0-dimensional persistence of the fitness landscape

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