mirror of
https://github.com/nasa/trick.git
synced 2025-02-09 04:01:31 +00:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
|
|
||
|
# $Id$
|
||
|
|
||
|
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
|
||
|
|