source: CIVL/examples/Makefile@ b6c1fcb

1.23 2.0 main test-branch
Last change on this file since b6c1fcb was b6c1fcb, checked in by Tim Zirkel <zirkeltk@…>, 13 years ago

Initial commit of model builder, side effect remover, and other related classes.

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

  • Property mode set to 100644
File size: 274 bytes
Line 
1
2CIVL = ../civl
3
4TARGETS = \
5 minimal \
6 spawn \
7 locks \
8 sideEffects
9
10default: all
11
12all: $(TARGETS)
13
14minimal: minimal.cvl
15 $(CIVL) minimal.cvl
16
17spawn: spawn.cvl
18 $(CIVL) spawn.cvl
19
20locks: locks.cvl
21 $(CIVL) locks.cvl
22
23sideEffects: sideEffects.cvl
24 $(CIVL) sideEffects.cvl
Note: See TracBrowser for help on using the repository browser.