source:
CIVL/mods/dev.civl.com/examples/contracts/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 244 bytes | |
| Line | |
|---|---|
| 1 | VERIFY=civl verify -input_mpi_nprocs=3 -deadlock=potential -mpiContract |
| 2 | |
| 3 | all: $(patsubst %.c, C_%, $(wildcard *.c)) $(patsubst %.cvl, CVL_%, $(wildcard *.cvl)) |
| 4 | |
| 5 | C_%: %.c |
| 6 | $(VERIFY) $< |
| 7 | |
| 8 | CVL_%: %.cvl |
| 9 | $(VERIFY) $< |
| 10 | |
| 11 | clean: |
| 12 | rm -r -f CIVLREP *~ |
Note:
See TracBrowser
for help on using the repository browser.
