comparison bb2fc/schem+bom/Makefile @ 0:0f9bdd60ce50

fc-small-hw separated from old freecalypso-schem repo
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 21 Oct 2019 00:53:38 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0f9bdd60ce50
1 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt
2 NETS= sverp.unet bound.unet pcb-netlist.txt
3
4 all: ${BOMS} ${NETS} elements.pcb
5
6 sverp.unet: schem.v regulator.v primitives
7 ueda-sverp -o $@ schem.v regulator.v
8
9 bound.unet: MCL sverp.unet
10 unet-bind -c sverp.unet $@
11
12 pcb-netlist.txt: bound.unet
13 unet2pcb bound.unet $@
14
15 tallied-bom.txt: MCL
16 ueda-mkbom -cr > $@
17
18 tallied-bom.csv: MCL
19 ueda-csvbom > $@
20
21 comptab.txt: MCL
22 ueda-shortbom > $@
23
24 elements.pcb: MCL
25 ueda-getfps -ch | ueda-runm4 > $@
26
27 clean:
28 rm -f *.unet *.txt *.csv errs elements.pcb