rationalize metadata against preferred-parts
[hw/telefireone] / Makefile
index bc4a8da8cc70a9bb2d0311e8e17879f2a23208a6..e60c1dd55051b4c51fb9ed2856511de903da53c7 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
@@ -10,11 +10,4 @@ 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
+include ../altusmetrum/pcb-rnd.mk