FindCGAL.Makefile
branchdev
changeset 111 958dec48d946
parent 110 430d9e71e921
child 112 f209958b5c17
equal deleted inserted replaced
110:430d9e71e921 111:958dec48d946
     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)"