EXE_INC = \
    -I../propellerDisk/lnInclude \
    -I$(LIB_SRC)/functionObjects/forces/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/pointMeshMovers/lnInclude \
    -I$(LIB_SRC)/rigidBodyMotion/rigidBodyDynamics/lnInclude \
    -I$(LIB_SRC)/rigidBodyMotion/rigidBodyMotion_pointMeshMovers/lnInclude

LIB_LIBS = \
    -lpropellerDisk \
    -lpointMeshMovers \
    -lrigidBodyDynamics \
    -lrigidBodyMeshMotion
