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