root/hiersort/Makefile
| Revision 10, 368 bytes (checked in by thesz, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | targname := ${shell tclsh scripts/targname} |
| 2 | |
| 3 | dirs = heat1d heat1dredirect matmul matmul2 matmulsyst |
| 4 | |
| 5 | all: |
| 6 | ${foreach d,$(dirs),make -C ./tests/$(d);} |
| 7 | |
| 8 | clean: thisclean |
| 9 | ${foreach d,$(dirs),make -C ./tests/$(d) clean;} |
| 10 | |
| 11 | thisclean: |
| 12 | rm -f hierSortDFL* objs/* |
| 13 | |
| 14 | compress: thisclean |
| 15 | tar cf $(targname).tar * |
| 16 | bzip2 -9 $(targname).tar |
| 17 | |
| 18 | demo: all |
| 19 | make -C ./tests/matmul run |
Note: See TracBrowser for help on using the browser.
