source: CIVL/examples/contracts/Makefile@ 817290e

1.23 2.0 main test-branch
Last change on this file since 817290e was ed8835c, checked in by Ziqing Luo <ziqing@…>, 11 years ago

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2588 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 402 bytes
Line 
1VERIFY=civl verify -input_mpi_nprocs=3 -deadlock=potential -mpiContract
2
3all: cycle wildcard_bad wildcard_barrier reduce
4
5cycle: cycle.c
6 $(VERIFY) cycle.c
7
8wildcard_bad: wildcard_coassert_bad.c
9 $(VERIFY) wildcard_coassert_bad.c
10
11wildcard_barrier: wildcard_coassert_barrier.c
12 $(VERIFY) wildcard_coassert_barrier.c
13
14reduce: reduce_coassert.c
15 $(VERIFY) reduce_coassert.c
16
17clean:
18 rm -r -f CIVLREP *~
Note: See TracBrowser for help on using the repository browser.