FindCGAL.Makefile
changeset 15 ef3bf83302ca
child 23 cb700b407c0d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FindCGAL.Makefile	Tue Jan 30 13:51:04 2007 -0500
@@ -0,0 +1,15 @@
+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)"