mirror of
https://github.com/nasa/trick.git
synced 2024-12-26 16:21:07 +00:00
10 lines
197 B
Makefile
10 lines
197 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
|
||
|
|