FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 15 Aug 2007 11:52:17 -0400
changeset 55 7e71f5984931
parent 15 ef3bf83302ca
child 23 cb700b407c0d
permissions -rw-r--r--
tests/geometry now match the include/ breakup and are switched to CMake

include $(CGAL_MAKEFILE)

all: libpath libpaths ldflags cxxflags

libpath:
	@echo "$(CGAL_LIB_DIR)/$(CGAL_OS_COMPILER)"

libpaths:
	@echo "$(CGAL_LIBPATHFLAGS)"

ldflags:
	@echo "$(CGAL_LDFLAGS)"

cxxflags:
	@echo "$(CGAL_CXXFLAGS)"