chiark / gitweb /
maybe-rerun-optim
[pandemic-rising-tide.git] / Makefile
1
2 i=mv -f $@.tmp $@
3 o= >$@.tmp && $i
4
5 export PERL_HASH_SEED=1
6
7 PLANAR_GRAPH=planar-graph
8
9 map.plag: generate-plag input-graph Parse.pm 
10         ./$< input-graph $o
11
12 # create opt.plag.reuse to shortcut this
13 opt.plag: maybe-rerun-optim map.plag $(PLANAR_GRAPH)
14         ./$^ $@ .opt.plag.sums \
15                 R                                       \
16                 DUAL                                    \
17                 OUTER-F2V OUTER-SPLIT                   \
18                 B T OUTER-F2V OUTER-F12VA               \
19                 PCO CP RAE                              \
20                 D 0 NLOPT                               \
21                 W $@.tmp                                \
22
23 #map.ps: map.dot
24 #       neato -Tps $^ $o