main
|
Last change
on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago |
|
Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.
git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c
|
-
Property mode
set to
100644
|
|
File size:
619 bytes
|
| Line | |
|---|
| 1 | CIVL=civl
|
|---|
| 2 | VERIFY=$(CIVL) verify
|
|---|
| 3 |
|
|---|
| 4 | all: atomic0 atomic1 pointerShare pointerShare1 pointerShare2 trade3 trade4 guard1 guard2 wait
|
|---|
| 5 |
|
|---|
| 6 | atomic0 : atomic0.cvl
|
|---|
| 7 | $(VERIFY) atomic0.cvl
|
|---|
| 8 |
|
|---|
| 9 | atomic1 : atomic1.cvl
|
|---|
| 10 | $(VERIFY) atomic1.cvl
|
|---|
| 11 |
|
|---|
| 12 | pointerShare : pointerShare.cvl
|
|---|
| 13 | $(VERIFY) pointerShare.cvl
|
|---|
| 14 |
|
|---|
| 15 | pointerShare1 : pointerShare1.cvl
|
|---|
| 16 | $(VERIFY) pointerShare1.cvl
|
|---|
| 17 |
|
|---|
| 18 | pointerShare2 : pointerShare2.cvl
|
|---|
| 19 | $(VERIFY) pointerShare2.cvl
|
|---|
| 20 |
|
|---|
| 21 | trade3 : trade3.cvl
|
|---|
| 22 | $(VERIFY) trade3.cvl
|
|---|
| 23 |
|
|---|
| 24 | trade4 : trade4.cvl
|
|---|
| 25 | $(VERIFY) trade4.cvl
|
|---|
| 26 |
|
|---|
| 27 | guard1 : guard1.cvl
|
|---|
| 28 | $(VERIFY) guard1.cvl
|
|---|
| 29 |
|
|---|
| 30 | guard2 : guard2.cvl
|
|---|
| 31 | $(VERIFY) guard2.cvl
|
|---|
| 32 |
|
|---|
| 33 | wait : wait.cvl
|
|---|
| 34 | $(VERIFY) wait.cvl
|
|---|
| 35 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.