mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +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
|
|
|