FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Wed, 12 Sep 2007 09:39:34 -0400
changeset 25 25ae830bdcc7
parent 23 cb700b407c0d
permissions -rw-r--r--
Changed SimplexWithVertices<V>::VertexContainer to std::vector<V> from std::set<V>

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