FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 26 Mar 2008 05:52:39 -0400
branchdev
changeset 52 08074dfb2a6a
parent 23 cb700b407c0d
permissions -rw-r--r--
Fixed to compile with GCC 4.3

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