source: CIVL/examples/compare/Makefile@ 6caf443

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 6caf443 was 6caf443, checked in by Manchun Zheng <zmanchun@…>, 10 years ago

cleaned up unused examples

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@3097 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 553 bytes
Line 
1all: sumN add diff1d maxN output outputF 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: outputTest/Makefile
19 cd outputTest && make
20
21outputF: outputfile/Makefile
22 cd outputfile && make
23
24queueT: queue/Makefile
25 cd queue && make
26
27simpleT: simple/Makefile
28 cd simple && make
29
30svector: sliced_vector/Makefile
31 cd sliced_vector && make
32
33clean:
34 rm -f *~
35 rm -f -r CIVLREP
Note: See TracBrowser for help on using the repository browser.