FreeCalypso > hg > fc-sim-sniff
view boards/sim-fpc-pasv/src/Makefile @ 0:fbbafa93b52b
starting project with README and sim-fpc-pasv adapter
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 17 Jul 2023 00:52:00 +0000 |
parents | |
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 primitives ueda-sverp -o $@ schem.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