main
|
Last change
on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago |
|
Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.
git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c
|
-
Property mode
set to
100644
|
|
File size:
372 bytes
|
| Line | |
|---|
| 1 | all: sumN add diff1d maxN output queueT simpleT svector
|
|---|
| 2 |
|
|---|
| 3 | sumN: sum/Makefile
|
|---|
| 4 | cd sum && make
|
|---|
| 5 |
|
|---|
| 6 | add: adder/Makefile
|
|---|
| 7 | cd adder && make
|
|---|
| 8 |
|
|---|
| 9 | diff1d: diffusion1d/Makefile
|
|---|
| 10 | cd diffusion1d && make
|
|---|
| 11 |
|
|---|
| 12 | dotP: dot/Makefile
|
|---|
| 13 | cd dot && make
|
|---|
| 14 |
|
|---|
| 15 | maxN: max/Makefile
|
|---|
| 16 | cd max && make
|
|---|
| 17 |
|
|---|
| 18 | output: io/Makefile
|
|---|
| 19 | cd io && make
|
|---|
| 20 |
|
|---|
| 21 | queueT: queue/Makefile
|
|---|
| 22 | cd queue && make
|
|---|
| 23 |
|
|---|
| 24 | clean:
|
|---|
| 25 | rm -f *~
|
|---|
| 26 | rm -f -r CIVLREP
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.