FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 14 Sep 2007 06:34:43 -0400
changeset 31 7a1bcccad811
parent 23 cb700b407c0d
permissions -rw-r--r--
Added counters to Cycle, added timestamp to Counter output

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