COMP: foamyHexMesh: move CGAL dependencies into rules

This commit is contained in:
william
2014-01-28 14:58:29 +00:00
parent aaa1a3dcd6
commit 412317575d
6 changed files with 4 additions and 13 deletions

View File

@ -27,9 +27,6 @@ EXE_INC = \
-IvectorTools
EXE_LIBS = \
$(CGAL_LIBS) \
-lboost_thread \
-lmpfr \
-lconformalVoronoiMesh \
-lmeshTools \
-ldecompositionMethods \

View File

@ -1,5 +1,3 @@
#include CGAL_FILES
DelaunayMeshTools/DelaunayMeshTools.C
conformalVoronoiMesh/indexedVertex/indexedVertexEnum.C

View File

@ -6,7 +6,6 @@ CGAL_EXACT = /*-DCGAL_DONT_USE_LAZY_KERNEL*/
CGAL_INEXACT = -DCGAL_INEXACT
include $(GENERAL_RULES)/CGAL
FFLAGS = -DCGAL_FILES='"${CGAL_ARCH_PATH}/share/files"'
EXE_INC = \
${EXE_FROUNDING_MATH} \
@ -29,6 +28,7 @@ EXE_INC = \
-I../vectorTools
LIB_LIBS = \
${CGAL_LIBS} \
-lmeshTools \
-ledgeMesh \
-lfileFormats \

View File

@ -1,5 +1,3 @@
#include CGAL_FILES
CV2D.C
insertFeaturePoints.C
insertSurfaceNearestPointPairs.C

View File

@ -3,7 +3,6 @@ EXE_FROUNDING_MATH = -frounding-math
EXE_NDEBUG = -DNDEBUG
include $(GENERAL_RULES)/CGAL
FFLAGS = -DCGAL_FILES='"${CGAL_ARCH_PATH}/share/files"'
EXE_INC = \
${EXE_FROUNDING_MATH} \
@ -11,7 +10,6 @@ EXE_INC = \
${CGAL_INC} \
${c++CGALWARN} \
-I$(FOAM_APP)/utilities/mesh/generation/extrude2DMesh/extrude2DMesh/lnInclude \
/* -I../cvMesh/vectorTools */\
-IconformalVoronoi2DMesh/lnInclude \
-I$(FOAM_APP)/utilities/mesh/generation/foamyHexMesh/conformalVoronoiMesh/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
@ -28,8 +26,6 @@ EXE_INC = \
EXE_LIBS = \
$(CGAL_LIBS) \
-lboost_thread \
-lmpfr \
-lextrude2DMesh \
-lextrudeModel \
-lcv2DMesh \

View File

@ -7,4 +7,6 @@ CGAL_INC = \
CGAL_LIBS = \
-L$(MPFR_ARCH_PATH)/lib \
-L$(GMP_ARCH_PATH)/lib \
-L$(BOOST_ARCH_PATH)/lib
-L$(BOOST_ARCH_PATH)/lib \
-L$(CGAL_ARCH_PATH)/lib \
-lCGAL