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