Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2008-06-06 18:15:29 +01:00
116 changed files with 347 additions and 467 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
# Build optional components (eg, may depend on third-party libraries)
set -x
# if the library exists, assume there are headers too
if [ -e $FOAM_LIBBIN/libccmio.so ]
then
wmake ccm26ToFoam
fi
# end

View File

@ -1,4 +0,0 @@
#!/bin/sh
set -x
wmake ccm26ToFoam

View File

@ -1,11 +1,10 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/other/libccmio \
-I$(LIB_SRC)/other/libccmio/libccmio/lnInclude
-I$(THIRD_PARTY)/libccmio \
-I$(THIRD_PARTY)/libccmio/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lccmio \
-ladf
-lccmio