Add the OpenFOAM source tree
This commit is contained in:
6
applications/test/dataEntry/Make/files
Normal file
6
applications/test/dataEntry/Make/files
Normal file
@ -0,0 +1,6 @@
|
||||
Test-DataEntry.C
|
||||
interpolationWeights.C
|
||||
splineInterpolationWeights.C
|
||||
linearInterpolationWeights.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-DataEntry
|
||||
14
applications/test/dataEntry/Make/options
Normal file
14
applications/test/dataEntry/Make/options
Normal file
@ -0,0 +1,14 @@
|
||||
EXE_INC = \
|
||||
-DFULLDEBUG -g -O0 \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/lagrangian/intermediate/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/radiationModels/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lfiniteVolume \
|
||||
-llagrangianIntermediate \
|
||||
-lradiationModels \
|
||||
-lthermophysicalFunctions \
|
||||
-lregionModels \
|
||||
-lsampling
|
||||
Reference in New Issue
Block a user