18 lines
500 B
Text
18 lines
500 B
Text
|
EXE_INC = \
|
||
|
-I$(latticeStructures) \
|
||
|
-I$(velocityDistributions) \
|
||
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
||
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
||
|
-I$(LIB_SRC)/lagrangian/molecularDynamics/molecule/lnInclude \
|
||
|
-I$(LIB_SRC)/lagrangian/molecularDynamics/potential/lnInclude \
|
||
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-lmeshTools \
|
||
|
-ldynamicMesh \
|
||
|
-lfiniteVolume \
|
||
|
-llagrangian \
|
||
|
-lmolecule \
|
||
|
-lpotential
|