chiark / gitweb /
make zipfiles
[trains.git] / pic.make
1
2 M4INCS=         parts.i4
3
4 E_TRACK=        ArsCLMNo
5 LAYOUTOPTS_ALL= -ep=*Cm
6 LAYOUTOPTS=     -E=*$(E_TRACK) $(LAYOUTOPTS_ALL)
7 LAYOUTOPTS_PHYS= -S1.0 $(LAYOUTOPTS) '-e*A'
8 XLAYOUTOPTS_LAYER= -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l'
9
10 LAYERS_LS=      0 10 20
11 LAYERS_PS=      $(addsuffix .ps, $(LAYERS_LS))
12 LAYERS_L=       $(addprefix ours-l, $(LAYERS_PS))
13 LAYERS_E=       $(addprefix ours-e, $(LAYERS_PS))
14 LAYERS=         $(LAYERS_L) $(LAYERS_E)
15
16 LPAGES=  $(foreach x, 0 1 2 3 4 5 6, $(foreach y, 1 2 3 4 5, ours-p0-$xx$y.ps))
17
18 default:        netlists picprogs
19 layers:         $(LAYERS)
20 lpages:         $(LPAGES)
21
22 all:            default layers bulkres.bom divider-tables \
23                 picprogs netlists
24
25 o=>$@.new && mv -f $@.new $@
26
27 CIRCUITPARTS=   control.partlist circuit.partlist
28 BULKRESPARTS=   bulkres-select.partlist bulkres-items.partlist
29
30 picprogs:       flasher.hex flash-all.hex
31
32 netlists:       reversers.net detectors.net \
33                 reversers.hole-rep detectors.hole-rep \
34                 both.hole-rep
35
36 # print from pcb(1) as follows:
37 #   File / Print Layout / ...
38 #      select media and offsets: A4
39 #      rotate
40 #      ok
41 #    (If `... exists, use anyway?', Sequence OK)
42 #
43 # then
44 #   make {reversers,detectors}.oprints{-l,-lpr}
45 #   for f in *.oprint-*.ps; do gv -scale -1 -media A4 $f; done
46 #   etc.
47
48 OPRINTS=        %.oprint-copper.ps              \
49                 %.pcb.output_fab.ps             \
50                 %.pcb.output_frontsilk.ps       \
51                 %.oprint-assembly.ps
52
53 %.hole-rep:     %.pcb hole-report.pl
54                 ./hole-report.pl <$< $o
55
56 include reversers.layers.dep
57 include detectors.layers.dep
58
59 %.zip:          layers.txt.tmpl Makefile
60                 rm -rf $@.d; mkdir -p $@.d
61                 set -e; exec <$<; cd $@.d; perl -pe '                   \
62                         m/^(\S+)\s+(\w+)\s+(\w+)\s+(\S.*)$$/ or die;    \
63                         system "cp ../$*.pcb.output_$$1.$$3 $$2.$$3";   \
64                         die $$? if $$?;                                 \
65                         $$_= sprintf "%-20s %s\n", $$2.$$3, $$4;        \
66                 ' >readme.txt;                                          \
67                 zip -l ../$@.new *
68                 mv -f $@.new $@
69                 unzip -v $@
70
71 $*.zip: $*.pcb.output_$$1.$$2/ or die' \
72
73 %.layers.dep:   layers.txt.tmpl Makefile
74                 perl -pe \
75         's/^(\S+)\s+\w+\s+(\w+)\s.*/$*.zip: $*.pcb.output_$$1.$$2/ or die' \
76                         <$< $o
77
78 both.hole-rep:  hole-report.pl reversers.pcb detectors.pcb
79                 ./$^ $o
80
81 %.oprints:      $(OPRINTS)
82                         echo $^ >$@-l-tmp
83
84 %.oprints-l:    $(OPRINTS) %.oprints Makefile
85                         cp $@-tmp $@
86
87 pcboprints:     reversers.oprints-l detectors.oprints-l
88
89 %.oprints-lpr:  %.oprints-l
90                 set -ex; for f in `cat $^`; do lpr $$f; done
91
92 %.distilled.ps: %.ps
93                 ps2ps $< $@
94
95 %.oprint-copper.ps:     %.pcb.output_back.distilled.ps \
96                         %.pcb.output_front.distilled.ps
97                 cat $^ >$@.tmp
98                 ps2ps $@.tmp $@-2.tmp
99                 pstops '2:0(-50mm,0mm)+1(50mm,0mm)' <$@-2.tmp $o
100
101 %.oprint-copper.ps:     Makefile
102
103 %.oprint-assembly.ps:   %.pcb.output_assembly.ps Makefile
104                 pstops -pa4 '0@2(-109mm,-290mm)' <$< $o
105
106 %.net:          %.net-info
107                 sed -e '/^\#/d' <$< $o
108
109 %.net-info:     %.net-spec netlist-expand
110                 ./netlist-expand $< $o
111
112 %.net-spec:     generate-netspec.pl
113                 ./$< $@ $o
114
115 %.hex:          %.asm
116                 gpasm -p 18f458 $<
117
118 circuit.bom:    farnell-find $(CIRCUITPARTS)
119                 ./farnell-find bom $(CIRCUITPARTS) $o
120
121 bulkres.bom:    farnell-find $(BULKRESPARTS)
122                 ./farnell-find bom $(BULKRESPARTS) $o
123
124 bulkres-select.partlist:        bulkres-select-gen.pl
125                 ./$^ $o
126
127 bulkres-items.suggest:
128                 cat bulkres-searchout*[0-9] | ./farnell-resistor-convert.pl $o
129
130 bulkres-items.descs:    bulkres-items.suggest
131                 xargs ./farnell-find describe <$< $o
132
133 bulkres-items.partlist:
134                 ./farnell-resistor-convert.pl <bulkres-items.descs MRS25 std $o
135
136 divider-table.txt:      divider-table.pl
137                 ./$< $o
138
139 divider-tables:         divider-table.ps divider-table.txt
140
141 divider-table.ps:       divider-table.txt Makefile
142                 a2ps -o- -R -1 --borders no -B -L"$$(wc -l <$<)" -l158 \
143                  --center-title='E24 resistor ratios and logarithms' <$< $o
144
145 %.d4:           %.m4 $(M4INCS) Makefile
146                 m4 -s <$< $o
147
148 %-a.ps:         %.d4 layout
149                 ./layout <$< $(LAYOUTOPTS) '-E*l' $o
150
151 %-al.ps:        %.d4 layout
152                 ./layout <$< $(LAYOUTOPTS) '-e*C' '-ep=rm' $o
153
154 %-ap.ps:        %.d4 layout
155                 ./layout -S1.0 <$< $(LAYOUTOPTS) '-e*A' '-ep=rm' $o
156
157 ours-l%.ps:     ours.d4 layout
158                 ./layout <$< -l$* $(LAYOUTOPTS) $(XLAYOUTOPTS_LAYER) $o
159
160 ours-e%.ps:     ours.d4 layout
161                 ./layout <$< -l$* -E'=*aRsclMno' \
162                         -e'p=*rm' -e'=5RN' -E'*~=5rsm' -e'p~=5r' -e'*=*l' $o
163
164 ours-p%.ps:     ours.d4 layout
165                 ./layout <$< -l$$(printf %s "$*" | sed -e 's/-/ -P/') \
166                         $(LAYOUTOPTS_PHYS) $(XLAYOUTOPTS_LAYER) $o
167
168 parts.ps:       showlib.d4 layout
169                 ./layout <$< $(LAYOUTOPTS_ALL) $o
170
171 clean:
172                 -rm -f -- *.d4 farn.* *~ *.new
173                 -rm -f bulkres-*.partlist bulkres-items.suggest *.bom
174                 -rm -f t,*.gnuplot-data t,*.gnuplot-cmd t,gnuplot-fifo
175                 -rm -f t,gnuplots.sh reversers.net reversers.net-info
176                 -rm -f flasher.hex flasher.cod flasher.lst
177                 -rm -f ours-*.ps parts.ps
178                 -rm -f *.oprint-*.ps
179
180 .PRECIOUS:      %.net-info %.net-spec
181 .PRECIOUS:      $(OPRINTS)