chiark / gitweb /
print detectors too
[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:        ours-a.ps ours-al.ps parts.ps
19 layers:         $(LAYERS)
20 lpages:         $(LPAGES)
21
22 all:            default layers circuit.bom 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
34 long2splita4=pstops -pa3 -d '0(-9cm,-10cm)+0(-0.5cm,-1cm)' <$< $o
35
36 # print from pcb(1) as follows:
37 #   File / Print Layout / ...
38 #      select media and offsets: A3
39 #      rotate
40 #      ok
41 #    (If `... exists, use anyway?', Sequence OK)
42
43 pcboprints:     reversers.oprint-back.ps \
44                 reversers.oprint-front.ps \
45                 reversers.oprint-fab.ps \
46                 reversers.oprint-frontsilk.ps \
47                 reversers.oprint-assembly.ps \
48                 detectors.oprint-back.ps \
49                 detectors.oprint-front.ps \
50                 detectors.oprint-fab.ps \
51                 detectors.oprint-frontsilk.ps \
52                 detectors.oprint-assembly.ps
53
54 %.oprint-back.ps:       %.pcb.output_back.ps Makefile
55                 $(long2splita4)
56
57 %.oprint-front.ps:      %.pcb.output_front.ps Makefile
58                 $(long2splita4)
59
60 %.oprint-fab.ps:        %.pcb.output_fab.ps Makefile
61                 $(long2splita4)
62
63 %.oprint-frontsilk.ps:  %.pcb.output_frontsilk.ps Makefile
64                 $(long2splita4)
65
66 %.oprint-assembly.ps:   %.pcb.output_assembly.ps Makefile
67                 pstops -pa3 '0@1.5(-12cm,-29cm)' <$< $o
68
69 # these outputs from pstops are really A4 and can be viewed nicely with
70 #  for f in *.oprint-*.ps; do gv -scale -1 -media A4 $f; done
71
72 %.net:          %.net-info
73                 sed -e '/^\#/d' <$< $o
74
75 %.net-info:     %.net-spec netlist-expand
76                 ./netlist-expand $< $o
77
78 %.net-spec:     generate-netspec.pl
79                 ./$< $@ $o
80
81 %.hex:          %.asm
82                 gpasm -p 18f458 $<
83
84 circuit.bom:    farnell-find $(CIRCUITPARTS)
85                 ./farnell-find bom $(CIRCUITPARTS) $o
86
87 bulkres.bom:    farnell-find $(BULKRESPARTS)
88                 ./farnell-find bom $(BULKRESPARTS) $o
89
90 bulkres-select.partlist:        bulkres-select-gen.pl
91                 ./$^ $o
92
93 bulkres-items.suggest:
94                 cat bulkres-searchout*[0-9] | ./farnell-resistor-convert.pl $o
95
96 bulkres-items.descs:    bulkres-items.suggest
97                 xargs ./farnell-find describe <$< $o
98
99 bulkres-items.partlist:
100                 ./farnell-resistor-convert.pl <bulkres-items.descs MRS25 std $o
101
102 divider-table.txt:      divider-table.pl
103                 ./$< $o
104
105 divider-tables:         divider-table.ps divider-table.txt
106
107 divider-table.ps:       divider-table.txt Makefile
108                 a2ps -o- -R -1 --borders no -B -L"$$(wc -l <$<)" -l158 \
109                  --center-title='E24 resistor ratios and logarithms' <$< $o
110
111 %.d4:           %.m4 $(M4INCS) Makefile
112                 m4 -s <$< $o
113
114 %-a.ps:         %.d4 layout
115                 ./layout <$< $(LAYOUTOPTS) '-E*l' $o
116
117 %-al.ps:        %.d4 layout
118                 ./layout <$< $(LAYOUTOPTS) '-e*C' '-ep=rm' $o
119
120 %-ap.ps:        %.d4 layout
121                 ./layout -S1.0 <$< $(LAYOUTOPTS) '-e*A' '-ep=rm' $o
122
123 ours-l%.ps:     ours.d4 layout
124                 ./layout <$< -l$* $(LAYOUTOPTS) $(XLAYOUTOPTS_LAYER) $o
125
126 ours-e%.ps:     ours.d4 layout
127                 ./layout <$< -l$* -E'=*aRsclMno' \
128                         -e'p=*rm' -e'=5RN' -E'*~=5rsm' -e'p~=5r' -e'*=*l' $o
129
130 ours-p%.ps:     ours.d4 layout
131                 ./layout <$< -l$$(printf %s "$*" | sed -e 's/-/ -P/') \
132                         $(LAYOUTOPTS_PHYS) $(XLAYOUTOPTS_LAYER) $o
133
134 parts.ps:       showlib.d4 layout
135                 ./layout <$< $(LAYOUTOPTS_ALL) $o
136
137 clean:
138                 -rm -f -- *.d4 *.ps farn.* *~ *.new
139                 -rm -f bulkres-*.partlist bulkres-items.suggest *.bom
140                 -rm -f t,*.gnuplot-data t,*.gnuplot-cmd t,gnuplot-fifo
141                 -rm -f t,gnuplots.sh reversers.net reversers.net-info
142                 -rm -f flasher.hex flasher.cod flasher.lst
143
144 .PRECIOUS:      %.net-info %.net-spec