File tree 4 files changed +7
-89
lines changed
applications/utilities/mesh/generation/foamyMesh
conformalVoronoiMesh/Make
4 files changed +7
-89
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ CGAL_INEXACT = -DCGAL_INEXACT
7
7
include $(GENERAL_RULES)/CGAL
8
8
sinclude $(RULES)/CGAL
9
9
10
- #if ! (defined( WIN32 ) || defined( WIN64 ))
11
-
12
10
EXE_INC = \
13
11
${ROUNDING_MATH} \
14
12
${EXE_NDEBUG} \
@@ -37,42 +35,6 @@ LIB_LIBS = \
37
35
-lsampling \
38
36
-lsnappyHexMesh
39
37
40
- #else
41
-
42
- EXE_INC = \
43
- ${EXE_FROUNDING_MATH} \
44
- ${EXE_NDEBUG} \
45
- ${CGAL_EXACT} \
46
- ${CGAL_INEXACT} \
47
- ${CGAL_INC} \
48
- ${c++CGALWARN} \
49
- -I$(LIB_SRC)/finiteVolume/lnInclude \
50
- -I$(LIB_SRC)/meshTools/lnInclude \
51
- -I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
52
- -I$(LIB_SRC)/edgeMesh/lnInclude \
53
- -I$(LIB_SRC)/fileFormats/lnInclude \
54
- -I$(LIB_SRC)/dynamicMesh/lnInclude \
55
- -I$(LIB_SRC)/surfMesh/lnInclude \
56
- -I$(LIB_SRC)/triSurface/lnInclude \
57
- -I$(LIB_SRC)/sampling/lnInclude \
58
- -I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
59
- -IPrintTable \
60
- -I../vectorTools
61
-
62
- LIB_LIBS = \
63
- ${CGAL_LIBS} \
64
- -lgmp \
38
+ LIB_LIBS += \
65
39
-lfiniteVolume \
66
- -ldecompositionMethods \
67
- -lmeshTools \
68
- -ledgeMesh \
69
- -lfileFormats \
70
- -ltriSurface \
71
- -ldynamicMesh \
72
- -lsurfMesh \
73
- -lsampling \
74
- -lsnappyHexMesh \
75
- -lboost_thread-mt \
76
- -lboost_system-mt
77
-
78
- #endif
40
+ -ldecompositionMethods
Original file line number Diff line number Diff line change @@ -36,7 +36,5 @@ EXE_LIBS = \
36
36
-ldynamicMesh \
37
37
-lsampling
38
38
39
- #if defined( WIN32 ) || defined( WIN64 )
40
39
EXE_LIBS += \
41
- -lboost_system-mt
42
- #endif
40
+ -lfiniteVolume
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ EXE_NDEBUG = -DNDEBUG
4
4
include $(GENERAL_RULES)/CGAL
5
5
sinclude $(RULES)/CGAL
6
6
7
- #if ! (defined( WIN32 ) || defined( WIN64 ))
8
-
9
7
EXE_INC = \
10
8
${ROUNDING_MATH} \
11
9
${EXE_NDEBUG} \
@@ -39,46 +37,3 @@ EXE_LIBS = \
39
37
-L$(FOAM_LIBBIN)/dummy -lscotchDecomp -lptscotchDecomp \
40
38
-lsampling \
41
39
-lfileFormats
42
-
43
- #else
44
-
45
- EXE_INC = \
46
- ${EXE_FROUNDING_MATH} \
47
- ${EXE_NDEBUG} \
48
- ${CGAL_INC} \
49
- ${c++CGALWARN} \
50
- -I$(FOAM_APP)/utilities/mesh/generation/extrude2DMesh/extrude2DMesh/lnInclude \
51
- -I../conformalVoronoi2DMesh/lnInclude \
52
- -I../conformalVoronoiMesh/lnInclude \
53
- -I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
54
- -I$(LIB_SRC)/finiteVolume/lnInclude \
55
- -I$(LIB_SRC)/meshTools/lnInclude \
56
- -I$(LIB_SRC)/surfMesh/lnInclude \
57
- -I$(LIB_SRC)/edgeMesh/lnInclude \
58
- -I$(LIB_SRC)/dynamicMesh/lnInclude \
59
- -I$(LIB_SRC)/mesh/extrudeModel/lnInclude \
60
- -I$(LIB_SRC)/sampling/lnInclude \
61
- -I$(LIB_SRC)/triSurface/lnInclude \
62
- -I$(LIB_SRC)/fileFormats/lnInclude \
63
- -I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude
64
-
65
- EXE_LIBS = \
66
- $(CGAL_LIBS) \
67
- -lgmp \
68
- -lextrude2DMesh \
69
- -lextrudeModel \
70
- -lcv2DMesh \
71
- -lconformalVoronoiMesh \
72
- -lmeshTools \
73
- -lsurfMesh \
74
- -ledgeMesh \
75
- -ltriSurface \
76
- -ldynamicMesh \
77
- -ldecompositionMethods \
78
- -L$(FOAM_LIBBIN)/dummy -lscotchDecomp -lptscotchDecomp \
79
- -lsampling \
80
- -lfileFormats \
81
- -lboost_thread-mt \
82
- -lboost_system-mt
83
-
84
- #endif
Original file line number Diff line number Diff line change @@ -6,4 +6,7 @@ CGAL_LIBS = \
6
6
-L$(BOOST_ARCH_PATH)/lib \
7
7
-L$(CGAL_ARCH_PATH)/lib \
8
8
-lCGAL \
9
- -lmpfr
9
+ -lmpfr \
10
+ -lgmp \
11
+ -lboost_thread-mt \
12
+ -lboost_system-mt
You can’t perform that action at this time.
0 commit comments