FindCGAL.Makefile
changeset 285 d9a79a28e3cc
parent 58 b3b810b64a79
parent 284 67644b9c7668
child 286 0496c5f88b2a
equal deleted inserted replaced
58:b3b810b64a79 285:d9a79a28e3cc
     1 include $(CGAL_MAKEFILE)
       
     2 
       
     3 all: libpath libpaths ldflags cxxflags
       
     4 
       
     5 libpath:
       
     6 	@echo "$(CGAL_LIB_DIR)"
       
     7 
       
     8 libpaths:
       
     9 	@echo "$(CGAL_LIBPATHFLAGS)"
       
    10 
       
    11 ldflags:
       
    12 	@echo "$(CGAL_LDFLAGS)"
       
    13 
       
    14 cxxflags:
       
    15 	@echo "$(CGAL_CXXFLAGS)"