mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
9 lines
196 B
Makefile
9 lines
196 B
Makefile
|
include ${TRICK_HOME}/makefiles/Makefile.common
|
||
|
include ${TRICK_HOME}/makefiles/Makefile.tricklib
|
||
|
-include Makefile_deps
|
||
|
|
||
|
ifneq ($(DMTCP),)
|
||
|
TRICK_CXXFLAGS += -D_DMTCP -I$(DMTCP)/dmtcpaware
|
||
|
endif
|
||
|
|