source:
CIVL/mods/dev.civl.com/examples/verifyThis/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 345 bytes | |
| Line | |
|---|---|
| 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 |
| 24 | |
| 25 | clean: |
| 26 | rm -rf CIVLREP *~ |
Note:
See TracBrowser
for help on using the repository browser.
