comparison mmtb1/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 VSRCS= vsrc/board.v vsrc/interface.v vsrc/led_circuit.v vsrc/pushbutton_wrap.v\
2 vsrc/sim_socket_block.v vsrc/uart_bringout.v
3 BOMS= tallied-bom.txt tallied-bom.csv comptab.txt
4 NETS= sverp.unet bound.unet pcb-netlist.txt
5
6 all: ${BOMS} ${NETS} elements.pcb
7
8 sverp.unet: ${VSRCS} primitives Makefile
9 ueda-sverp -o $@ ${VSRCS}
10
11 bound.unet: MCL sverp.unet
12 unet-bind -c sverp.unet $@
13
14 pcb-netlist.txt: bound.unet
15 unet2pcb bound.unet $@
16
17 tallied-bom.txt: MCL
18 ueda-mkbom -cr > $@
19
20 tallied-bom.csv: MCL
21 ueda-csvbom > $@
22
23 comptab.txt: MCL
24 ueda-shortbom > $@
25
26 elements.pcb: MCL
27 ueda-getfps -ch | ueda-runm4 > $@
28
29 clean:
30 rm -f *.unet *.txt *.csv errs elements.pcb