FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 07 Feb 2007 14:00:39 -0500
changeset 17 b1757b725708
parent 15 ef3bf83302ca
child 23 cb700b407c0d
permissions -rw-r--r--
Switched counters to macros

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