FindCGAL.Makefile
author Dmitriy Morozov <morozov@cs.duke.edu>
Tue, 30 Jan 2007 13:51:04 -0500
changeset 15 ef3bf83302ca
child 23 cb700b407c0d
permissions -rw-r--r--
Switched to CMake

include $(CGAL_MAKEFILE)

all: libpath libpaths ldflags cxxflags

libpath:
	@echo "$(CGAL_LIB_DIR)/$(CGAL_OS_COMPILER)"

libpaths:
	@echo "$(CGAL_LIBPATHFLAGS)"

ldflags:
	@echo "$(CGAL_LDFLAGS)"

cxxflags:
	@echo "$(CGAL_CXXFLAGS)"