FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 25 Nov 2007 09:12:36 -0500
changeset 40 122e4a1fa117
parent 23 cb700b407c0d
permissions -rw-r--r--
Don't print a line if counters unused; in example/alphashapes converted cout to rInfo

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