# name of project, also used for PCB file PROJECT=telefireone # list of schematic files that make up this design SCHEMATICS=telefireone.sch # number of PCB layers LAYERS=4 # sides with silkscreen, can be none|top|bottom|both SILK=both include ../altusmetrum/pcb.mk partslist-simple.csv: $(SCHEMATICS) Makefile $(AM)/preferred-parts $(CONFIG) gnetlist -L . -g partslistsimple -o $(PROJECT).csvtmp $(SCHEMATICS) (head -n1 $(PROJECT).csvtmp; tail -n+2 $(PROJECT).csvtmp | sort -t \, -k 8 | awk -f $(AM)/bin/fillpartscsv | sort ) > $@ && rm -f $(PROJECT).csvtmp muffin-simple.pdf: partslist-simple.csv $(AM)/glabels/muffin-5267.glabels glabels-3-batch $(AM)/glabels/muffin-5267.glabels -i partslist-simple.csv -o $@ > /dev/null