mirror of
https://github.com/nasa/trick.git
synced 2025-02-10 04:31:29 +00:00
Initial checkin of STL checkpointing. This checkin only covers the sequential STLs, vector, list, deque, set, and multiset. This checkin does include the changes in Trick header files to include/exclude our STLs properly to make a restartable checkpoint. refs #206
12 lines
251 B
Makefile
12 lines
251 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
|
|
|
|
TRICK_CXXFLAGS += -std=c++11
|
|
|