source: CIVL/mods/dev.civl.abc/examples/fortran/conversion/preproc/makefile

main
Last change on this file was aad342c, checked in by Stephen Siegel <siegel@…>, 3 years ago

Performing huge refactor to incorporate ABC, GMC, and SARL into CIVL repo and use Java modules.

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

  • Property mode set to 100644
File size: 485 bytes
Line 
1CIVL=civl
2VRF=verify
3SP=-showProgram
4DB=-DBYE=1
5DERR=-DERR=1
6DNM=-DNUM_MSG=
7DN=-DNAME=
8NAME=\"RAPIDS\"
9SRC=preproc_all.f
10
11SHOW=$(CIVL) $(VRF) $(SP)
12
13msg0: $(SRC)
14 $(SHOW) $(DB) $(DNM)0 $(SRC)
15
16msg1: $(SRC)
17 $(SHOW) $(DB) $(DNM)1 $(SRC)
18
19msg2: $(SRC)
20 $(SHOW) $(DB) $(DNM)2 $(SRC)
21
22msg3: $(SRC)
23 $(SHOW) $(DB) $(DNM)3 $(SRC)
24
25nobye: $(SRC)
26 $(SHOW) $(DNM)3 $(SRC)
27
28rapids: $(SRC)
29 $(SHOW) $(DB) $(DNM)3 $(DN)$(NAME) $(SRC)
30
31err: $(SRC)
32 $(SHOW) $(DERR) $(SRC)
33clean:
34 rm -rf CIVLREP *~
Note: See TracBrowser for help on using the repository browser.