source:
CIVL/examples/cg/Makefile@
64f7cb1
| Last change on this file since 64f7cb1 was c1381dd, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 325 bytes | |
| Line | |
|---|---|
| 1 | #the cg3 cases are under developing, they keep running... |
| 2 | |
| 3 | CIVL=civl |
| 4 | VERIFY=${CIVL} verify |
| 5 | |
| 6 | all: cg2_cholesky cg2_sylvester cg2 |
| 7 | |
| 8 | cg2_cholesky: cg2_cholesky.cvl |
| 9 | ${VERIFY} cg2_cholesky.cvl |
| 10 | |
| 11 | cg2_sylvester: cg2_sylvester.cvl |
| 12 | ${VERIFY} cg2_sylvester.cvl |
| 13 | |
| 14 | cg2: cg2.cvl |
| 15 | ${VERIFY} cg2.cvl |
| 16 | |
| 17 | clean: |
| 18 | rm -f -r CIVLREP |
| 19 | rm -r -f *~ |
Note:
See TracBrowser
for help on using the repository browser.
