mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 13:17:55 +00:00
c8a39f4a44
Removed the previous attempts at STL checkpointing. Removed the header files and sims. Also simplified the names of some of the templates. refs #206
10 lines
221 B
Makefile
10 lines
221 B
Makefile
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
|
|
-include Makefile_deps
|
|
|
|
ifneq ($(DMTCP),)
|
|
TRICK_CXXFLAGS += -D_DMTCP -I$(DMTCP)/dmtcpaware
|
|
endif
|
|
|