source:
CIVL/examples/verifyThisProblems/Makefile@
fffb3b88
| Last change on this file since fffb3b88 was 0e12c94, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 318 bytes | |
| Rev | Line | |
|---|---|---|
| [0e12c94] | 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify | |
| 3 | ||
| 4 | all: dancingLinks lcp lrs parallelGCD quantifiedComp \ | |
| 5 | relaxedPrefix | |
| 6 | ||
| 7 | dancingLinks: | |
| 8 | $(VERIFY) dancingLinks.c | |
| 9 | ||
| 10 | lcp: | |
| 11 | $(VERIFY) lcp.c | |
| 12 | ||
| 13 | lrs: | |
| 14 | $(VERIFY) lrs.c | |
| 15 | ||
| 16 | parallelGCD: | |
| 17 | $(VERIFY) parallelGCD.c | |
| 18 | ||
| 19 | quantifiedComp: | |
| 20 | $(VERIFY) quantifiedComp.cvl | |
| 21 | ||
| 22 | relaxedPrefix: | |
| 23 | $(VERIFY) relaxedPrefix.c |
Note:
See TracBrowser
for help on using the repository browser.
