FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 29 Feb 2008 19:43:11 -0500
branchar
changeset 81 abba2950aced
parent 23 cb700b407c0d
permissions -rw-r--r--
Fixed Vineyard to preserve the vine addresses after we add a new dimension vine (was a major bug)

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