source:
CIVL/examples/compare/provesa/ADFirstAidKit/profile/Makefile@
758cfb1
| Last change on this file since 758cfb1 was 4d61ad0, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 306 bytes | |
| Rev | Line | |
|---|---|---|
| [4d61ad0] | 1 | CXXFLAGS=-g -Werror -Wconversion -Wsign-promo |
| 2 | LDFLAGS=-lm | |
| 3 | all: profile | |
| 4 | ||
| 5 | build/%.o: %.cc | |
| 6 | $(CXX) $(CXXFLAGS) -c -o $@ $< | |
| 7 | ||
| 8 | ||
| 9 | profile: build/reader.o build/profile.o build/string-utils.o | |
| 10 | $(CXX) -lm -g -o $@ $^ | |
| 11 | ||
| 12 | build/reader.o: reader.h string-utils.h | |
| 13 | build/profile.o: reader.h | |
| 14 | ||
| 15 | clean: | |
| 16 | -rm -f profile build/* |
Note:
See TracBrowser
for help on using the repository browser.
