mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 22:17:51 +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.
14 lines
274 B
Makefile
14 lines
274 B
Makefile
|
|
include ${TRICK_HOME}/makefiles/Makefile.common
|
|
include ${TRICK_HOME}/makefiles/Makefile.tricklib
|
|
|
|
TRICK_CFLAGS += $(PYTHON_INCLUDES)
|
|
TRICK_CXXFLAGS += $(PYTHON_INCLUDES)
|
|
|
|
ifeq ($(PYTHON_VERSION),2.4)
|
|
TRICK_CXXFLAGS += -DPYTHON_PROTECT_HANG
|
|
endif
|
|
|
|
-include Makefile_deps
|
|
|