FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Tue, 26 Feb 2008 16:15:12 -0500
branchar
changeset 71 a6c5cb5a17cc
parent 23 cb700b407c0d
permissions -rw-r--r--
Fixed UPolynomial<T>::sign_at_negative_infinity() + Simulator::add() Bug in the former and resulting logic problems in the latter.

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