mirror of
https://github.com/nasa/trick.git
synced 2025-01-09 14:32:53 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
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
|
|
|