mirror of
https://github.com/nasa/trick.git
synced 2024-12-23 15:02:25 +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
|
|
|