ENH: relocate triSurface classes into surfMesh library (issue #294)

- simplifies organization, includes, linkage etc.
This commit is contained in:
Mark Olesen
2017-05-18 10:42:05 +02:00
committed by Andrew Heather
parent abe6121311
commit 3814762785
103 changed files with 179 additions and 279 deletions

View File

@ -6,7 +6,6 @@ CGAL_INEXACT = -DCGAL_INEXACT
include $(GENERAL_RULES)/CGAL
EXE_INC = \
${ROUNDING_MATH} \
${EXE_NDEBUG} \
@ -14,10 +13,10 @@ EXE_INC = \
${CGAL_INC} \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
-I../conformalVoronoiMesh/lnInclude
@ -25,11 +24,9 @@ EXE_INC = \
EXE_LIBS = \
$(CGAL_LIBS) \
-lconformalVoronoiMesh \
-lfiniteVolume \
-lfiniteVolume \
-lmeshTools \
-lsampling \
-ldecompositionMethods \
-L$(FOAM_LIBBIN)/dummy -lscotchDecomp -lptscotchDecomp \
-ltriSurface \
-ldynamicMesh \
-lsampling \
-lfileFormats
-ldynamicMesh