source:
CIVL/examples/experimental/reverse_CIVL/ADFirstAidKit/profile/Makefile@
950f705
| Last change on this file since 950f705 was 1bf6cbb, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 306 bytes | |
| Line | |
|---|---|
| 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.
