mirror of
https://github.com/nasa/trick.git
synced 2025-01-09 22:42:47 +00:00
13 lines
294 B
Makefile
13 lines
294 B
Makefile
|
|
||
|
include ${TRICK_HOME}/makefiles/Makefile.common
|
||
|
|
||
|
# override the trick lib file for this directory.
|
||
|
TRICK_LIB := $(TRICK_LIB_DIR)/libtrick_pyip.a
|
||
|
include ${TRICK_HOME}/makefiles/Makefile.tricklib
|
||
|
|
||
|
TRICK_CFLAGS += $(PYTHON_INCLUDES)
|
||
|
TRICK_CXXFLAGS += $(PYTHON_INCLUDES)
|
||
|
|
||
|
-include Makefile_deps
|
||
|
|