X-Git-Url: https://git.gag.com/?p=hw%2Ftelefireone;a=blobdiff_plain;f=Makefile;h=65cac772646216d79bac7a6e306690e605344c27;hp=1afb2d8aa9ee95f19716d05e731ad61c5f2b3c6c;hb=b683e2452b8f9049977dd125849864d8bef16b48;hpb=3f8751a9c3bed8430f08c01be745ce4140da1416 diff --git a/Makefile b/Makefile index 1afb2d8..65cac77 100644 --- 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