FreeCalypso > hg > fc-small-hw
view lunalcd1/src/Makefile @ 52:fb657e1107e3
duart28c/src/MCL: update for Digi-Key parts actually on order
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 Aug 2020 20:51:27 +0000 |
parents | 839e9b527e69 |
children |
line wrap: on
line source
BOMS= tallied-bom.txt tallied-bom.csv comptab.txt NETS= sverp.unet bound.unet pcb-netlist.txt all: ${BOMS} ${NETS} elements.pcb sverp.unet: schem.v regulator.v primitives ueda-sverp -o $@ schem.v regulator.v bound.unet: MCL sverp.unet unet-bind -c sverp.unet $@ pcb-netlist.txt: bound.unet unet2pcb bound.unet $@ tallied-bom.txt: MCL ueda-mkbom -cr > $@ tallied-bom.csv: MCL ueda-csvbom > $@ comptab.txt: MCL ueda-shortbom > $@ elements.pcb: MCL ueda-getfps -ch | ueda-runm4 > $@ clean: rm -f *.unet *.txt *.csv errs elements.pcb