FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 20 Sep 2007 07:31:40 -0400
changeset 37 addeb7563cb2
parent 23 cb700b407c0d
permissions -rw-r--r--
Added counter of total trail and cycle lengths. Added CountBy.

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