lose paste on tab pads
[hw/telefireone] / Makefile
index 1afb2d8aa9ee95f19716d05e731ad61c5f2b3c6c..65cac772646216d79bac7a6e306690e605344c27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 # name of project, also used for PCB file
-PROJECT=telefiretwo
+PROJECT=telefireone
 
 # list of schematic files that make up this design
-SCHEMATICS=telefiretwo.sch
+SCHEMATICS=telefireone.sch
 
 # number of PCB layers
 LAYERS=4
@@ -11,3 +11,10 @@ LAYERS=4
 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