mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 22:17:51 +00:00
16 lines
323 B
Makefile
16 lines
323 B
Makefile
|
|
||
|
# $Id: Makefile 2170 2012-02-07 22:22:36Z lin $
|
||
|
|
||
|
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
|
||
|
|