NamedEnum (bug in compiler?) molecule (Graham dealing with it) lex (no comment) VTK (again no comment)
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels \
|
|
-I$(LIB_SRC)/transportModels
|
|
|
|
EXE_LIBS = \
|
|
-lincompressibleTurbulenceModels \
|
|
-lincompressibleTransportModels \
|
|
-lfiniteVolume
|