source: CIVL/examples/compare/Makefile

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 
1all: sumN add diff1d maxN output queueT simpleT svector
2
3sumN: sum/Makefile
4 cd sum && make
5
6add: adder/Makefile
7 cd adder && make
8
9diff1d: diffusion1d/Makefile
10 cd diffusion1d && make
11
12dotP: dot/Makefile
13 cd dot && make
14
15maxN: max/Makefile
16 cd max && make
17
18output: io/Makefile
19 cd io && make
20
21queueT: queue/Makefile
22 cd queue && make
23
24clean:
25 rm -f *~
26 rm -f -r CIVLREP
Note: See TracBrowser for help on using the repository browser.