source:
CIVL/examples/Makefile@
b6c1fcb
| Last change on this file since b6c1fcb was b6c1fcb, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 274 bytes | |
| Rev | Line | |
|---|---|---|
| [b6c1fcb] | 1 | |
| 2 | CIVL = ../civl | |
| 3 | ||
| 4 | TARGETS = \ | |
| 5 | minimal \ | |
| 6 | spawn \ | |
| 7 | locks \ | |
| 8 | sideEffects | |
| 9 | ||
| 10 | default: all | |
| 11 | ||
| 12 | all: $(TARGETS) | |
| 13 | ||
| 14 | minimal: minimal.cvl | |
| 15 | $(CIVL) minimal.cvl | |
| 16 | ||
| 17 | spawn: spawn.cvl | |
| 18 | $(CIVL) spawn.cvl | |
| 19 | ||
| 20 | locks: locks.cvl | |
| 21 | $(CIVL) locks.cvl | |
| 22 | ||
| 23 | sideEffects: sideEffects.cvl | |
| 24 | $(CIVL) sideEffects.cvl |
Note:
See TracBrowser
for help on using the repository browser.
