NamedEnum (bug in compiler?) molecule (Graham dealing with it) lex (no comment) VTK (again no comment)
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
EXE_INC = \
|
|
-I$(FOAM_SRC)/postProcessing/postCalc \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
$(FOAM_LIBBIN)/postCalc.o \
|
|
-lfiniteVolume \
|
|
-lbasicThermophysicalModels \
|
|
-lspecie
|