-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
61 lines (39 loc) · 1.18 KB
/
Makefile
File metadata and controls
61 lines (39 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Exploitation_models
current: target
-include target.mk
##################################################################
# make files
Sources = Makefile README.md LICENSE.md
# include $(ms)/perl.def
##################################################################
## Content
autowrapR = defined
Sources += $(wildcard *.R)
pipeRimplicit += sim
%.sim.Rout: exploitation.rda deSolve.R %.R
$(run-R)
## fish_harvest.sim.Rout: fish_harvest.R
## shark_harvest.sim.Rout: shark_harvest.R
## nolimit.sim.Rout: nolimit.R
## Can we get more fish by harvesting them?
## more_fish.sim.Rout: more_fish.R
neutral_cycles.sim.Rout: neutral_cycles.R
## dd_cycles.sim.Rout: dd_cycles.R
## Limit cycles and failed limit cycles
## ppweak.sim.Rout: ppweak.R
## pplimit.sim.Rout: pplimit.R
######################################################################
### Makestuff
Sources += Makefile
Ignore += makestuff
msrepo = https://github.com/dushoff
Makefile: makestuff/Makefile
makestuff/Makefile:
git clone $(msrepo)/makestuff
ls $@
-include makestuff/os.mk
-include makestuff/pipeR.mk
-include makestuff/pdfpages.mk
-include makestuff/git.mk
-include makestuff/visual.mk
-include makestuff/projdir.mk