chiark / gitweb /
farnell-find.pl -> farnell-find
[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 LAYERS_LS=      0 10 20
8 LAYERS_PS=      $(addsuffix .ps, $(LAYERS_LS))
9 LAYERS_L=       $(addprefix ours-l, $(LAYERS_PS))
10 LAYERS_E=       $(addprefix ours-e, $(LAYERS_PS))
11 LAYERS=         $(LAYERS_L) $(LAYERS_E)
12
13 default:        ours-a.ps ours-al.ps parts.ps
14 layers:         $(LAYERS)
15
16 all:            default layers circuit.bom
17
18 o=>$@.new && mv -f $@.new $@
19
20 %.bom:          %.partlist ./farnell-find
21                 ./farnell-find $< $o
22
23 %.d4:           %.m4 $(M4INCS) Makefile
24                 m4 -s <$< $o
25
26 %-a.ps:         %.d4 layout
27                 ./layout <$< $(LAYOUTOPTS) '-E*l' $o
28
29 %-al.ps:        %.d4 layout
30                 ./layout <$< $(LAYOUTOPTS) '-e*C' '-ep=rm' $o
31
32 ours-l%.ps:     ours.d4 layout
33                 ./layout <$< -l$* $(LAYOUTOPTS) \
34                         -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' $o
35
36 ours-e%.ps:     ours.d4 layout
37                 ./layout <$< -l$* -E'=*aRsclMno' \
38                         -e'p=*rm' -e'=5RN' -E'*~=5rsm' -e'p~=5r' -e'*=*l' $o
39
40 parts.ps:       showlib.d4 layout
41                 ./layout <$< $(LAYOUTOPTS_ALL) $o
42
43 clean:
44                 -rm -f -- *.d4 *.ps