source:
CIVL/examples/fortran/devExamples/Makefile@
0878ee4
| Last change on this file since 0878ee4 was 1eca21f, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 287 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | CIVL=civl |
| 3 | VERIFY=$(CIVL) verify |
| 4 | |
| 5 | all: computedGoto_doLoop_Sample inclusionSample |
| 6 | |
| 7 | computedGoto_doLoop_Sample: computedGoto_doLoop_Sample.f |
| 8 | $(VERIFY) computedGoto_doLoop_Sample.f |
| 9 | |
| 10 | inclusionSample: inclusionSample.f |
| 11 | $(VERIFY) inclusionSample.f TESTINCLUDE |
| 12 | |
| 13 | clean: |
| 14 | rm -rf CIVLREP *~ |
| 15 | |
| 16 | |
| 17 |
Note:
See TracBrowser
for help on using the repository browser.
