From 7ca9bcf9823954a3ab11c68c6103d33712d62314 Mon Sep 17 00:00:00 2001 From: Dominik Christ Date: Thu, 6 Aug 2015 17:48:16 +0100 Subject: [PATCH] Removed src/triSurface leftovers --- src/triSurface/Make/files | 41 ------------------------------------- src/triSurface/Make/options | 12 ----------- 2 files changed, 53 deletions(-) delete mode 100644 src/triSurface/Make/files delete mode 100644 src/triSurface/Make/options diff --git a/src/triSurface/Make/files b/src/triSurface/Make/files deleted file mode 100644 index e2d095162..000000000 --- a/src/triSurface/Make/files +++ /dev/null @@ -1,41 +0,0 @@ -triSurfaceTools = triSurface/triSurfaceTools -geometricSurfacePatch = triSurface/geometricSurfacePatch - -faceTriangulation/faceTriangulation.C -meshTriangulation/meshTriangulation.C - -triSurface/triSurface.C -triSurface/triSurfaceAddressing.C -triSurface/stitchTriangles.C -triSurface/treeDataTriSurface/treeDataTriSurface.C - -interfaces = triSurface/interfaces -$(interfaces)/STL/writeSTL.C -$(interfaces)/STL/readSTL.C -$(interfaces)/STL/readSTLASCII.L -$(interfaces)/STL/readSTLBINARY.C -$(interfaces)/GTS/writeGTS.C -$(interfaces)/GTS/readGTS.C -$(interfaces)/OBJ/readOBJ.C -$(interfaces)/OBJ/writeOBJ.C -$(interfaces)/SMESH/writeSMESH.C -$(interfaces)/OFF/readOFF.C -$(interfaces)/OFF/writeOFF.C -$(interfaces)/TRI/writeTRI.C -$(interfaces)/TRI/readTRI.C -$(interfaces)/DX/writeDX.C -$(interfaces)/AC3D/readAC.C -$(interfaces)/AC3D/writeAC.C -$(interfaces)/VTK/writeVTK.C -$(interfaces)/NAS/readNAS.C - -triSurface/geometricSurfacePatch/geometricSurfacePatch.C -triSurface/surfacePatch/surfacePatch.C -triSurface/surfacePatch/surfacePatchIOList.C - -tools/labelledTri/sortLabelledTri.C - -triSurfaceFields/triSurfaceFields.C -triSurfaceFields/triSurfacePointFields/triSurfacePointFields.C - -LIB = $(FOAM_LIBBIN)/libtriSurface diff --git a/src/triSurface/Make/options b/src/triSurface/Make/options deleted file mode 100644 index 0bf26f58e..000000000 --- a/src/triSurface/Make/options +++ /dev/null @@ -1,12 +0,0 @@ -ifneq ($(FLEX_DIR), "") -EXE_INC = \ - -I$(FLEX_DIR)/include \ - -I$(LIB_SRC)/meshTools/lnInclude \ - -I$(WM_THIRD_PARTY_DIR)/zlib-1.2.3 -else -EXE_INC = \ - -I$(LIB_SRC)/meshTools/lnInclude \ - -I$(WM_THIRD_PARTY_DIR)/zlib-1.2.3 -endif - -LIB_LIBS =