This simplifies the directory structure and resolves some name clashes with other parts of OpenFOAM.
14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/polyTopoChange/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/molecularDynamics/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools \
|
|
-lpolyTopoChange \
|
|
-lfiniteVolume \
|
|
-llagrangian \
|
|
-lmolecularDynamics
|