FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Thu, 13 Sep 2007 10:31:39 -0400
changeset 29 25bed9659e0f
parent 23 cb700b407c0d
permissions -rw-r--r--
Counters straightened out (at least the code compiles)

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