source: CIVL/examples/fortran/devExamples/Makefile@ 0878ee4

1.23 2.0 main test-branch
Last change on this file since 0878ee4 was 1eca21f, checked in by Wenhao Wu <wuwenhao@…>, 10 years ago

Add Makefile to each fortran example folder

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

  • Property mode set to 100644
File size: 287 bytes
Line 
1
2CIVL=civl
3VERIFY=$(CIVL) verify
4
5all: computedGoto_doLoop_Sample inclusionSample
6
7computedGoto_doLoop_Sample: computedGoto_doLoop_Sample.f
8 $(VERIFY) computedGoto_doLoop_Sample.f
9
10inclusionSample: inclusionSample.f
11 $(VERIFY) inclusionSample.f TESTINCLUDE
12
13clean:
14 rm -rf CIVLREP *~
15
16
17
Note: See TracBrowser for help on using the repository browser.