Changeset 807a632 for doc/theses/thierry_delisle_PhD/code/Makefile
- Timestamp:
- Feb 10, 2020, 11:17:31 AM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3b56166
- Parents:
- 487198c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/code/Makefile
r487198c r807a632 1 1 2 2 3 CXXFLAGS = -O3 -g -Wall -Wextra -std=c++17 -DNO_STATS3 CXXFLAGS = -O3 -g -Wall -Wextra -std=c++17 4 4 LDFLAGS = -pthread -latomic 5 5 6 6 push: 7 clang++ relaxed_list.cpp -g -Wall -Wextra -std=c++17 -fsyntax-only && rsync -av relaxed_list.cpp relaxed_list.hpp utils.hpp assert.hpp scale.sh plg7 a:~/workspace/sched/.7 clang++ relaxed_list.cpp -g -Wall -Wextra -std=c++17 -fsyntax-only && rsync -av relaxed_list.cpp relaxed_list.hpp utils.hpp assert.hpp scale.sh plg7b:~/workspace/sched/. 8 8 9 9 relaxed_list: $(firstword $(MAKEFILE_LIST)) | build 10 clang++ relaxed_list.cpp $(CXXFLAGS) $(LDFLAGS) - MMD -MF build/$(@).d -o $(@)10 clang++ relaxed_list.cpp $(CXXFLAGS) $(LDFLAGS) -lpng -MMD -MF build/$(@).d -o $(@) 11 11 12 12 -include build/relaxed_list.d
Note: See TracChangeset
for help on using the changeset viewer.