equal
deleted
inserted
replaced
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)" |
|