source:
CIVL/examples/compare/queue/Makefile@
f3527dd
| Last change on this file since f3527dd was 57732bb5, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 328 bytes | |
| Rev | Line | |
|---|---|---|
| [57732bb5] | 1 | CIVL=civl |
| 2 | VERIFY=${CIVL} verify -userIncludePath=. | |
| 3 | ||
| 4 | all: twoLock nonblocking | |
| 5 | ||
| 6 | twoLock: driver.cvl queue_two_lock.c | |
| 7 | ${VERIFY} -collectOutput=false driver.cvl queue_two_lock.c | |
| 8 | ||
| 9 | nonblocking: driver.cvl queue_non_blocking.c | |
| 10 | ${VERIFY} -collectOutput=false -showTransitions driver.cvl queue_non_blocking.c | |
| 11 | ||
| 12 | clean: | |
| 13 | rm -rf CIVLREP/* |
Note:
See TracBrowser
for help on using the repository browser.
