COMP: CGAL and boost build and environment options.

This commit is contained in:
graham
2010-02-22 16:00:54 +00:00
parent e09a140a28
commit 08488007af
5 changed files with 53 additions and 20 deletions

View File

@ -1,4 +1,11 @@
CGAL_INC = \
-Wno-old-style-cast \
-I${CGAL_SRC}/include \
-I${BOOST_ROOT}/include/boost-${BOOST_LIB_VERSION}
-I$(MPFR_HOME) \
-I${BOOST_ROOT}/include/boost
CGAL_LIBS = \
-L$(MPFR_ARCH_PATH)/lib \
-L$(BOOST_ROOT)/platforms/$(WM_OPTIONS)/lib \
-lmpfr \
-lboost_thread