FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 14 Sep 2007 17:32:11 -0400
changeset 32 075da5d7d6c3
parent 23 cb700b407c0d
permissions -rw-r--r--
Changes to CMakeLists: * Optimize and debug options derive flags from CMKAE_CXX_FLAGS* * Moved CGAL CXX flags from the top level to the specific locations where they are required

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