FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 29 Feb 2008 14:39:48 -0500
branchar
changeset 79 e48a7036cd88
parent 23 cb700b407c0d
permissions -rw-r--r--
ConeSimplex and ARConeSimplex3D adjusted to work correctly with operator<(), operator==(), and boundary()

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