X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=1379805f6e831f2353b1b983f319271db562bbe7;hb=b305bd98a230e6b9eab009c9342336b3c5867a96;hp=3cf628b5991fae95d42510ce9a098eb9b4bb9729;hpb=22f37032fd5d2e1cb91f92dd2cef05e5cb123449;p=hw%2Ftelemini diff --git a/Makefile b/Makefile index 3cf628b..1379805 100644 --- a/Makefile +++ b/Makefile @@ -1,22 +1,22 @@ # intentionally want to rebuild drc and bom on every invocation all: drc partslist partslist.csv pcb -drc: telenanodd.sch Makefile - -gnetlist -g drc2 telenanodd.sch -o telenanodd.drc - -partslist: telenanodd.sch Makefile - gnetlist -g bom -o telenanodd.unsorted telenanodd.sch - head -n1 telenanodd.unsorted > partslist - tail -n+2 telenanodd.unsorted | sort >> partslist - rm -f telenanodd.unsorted - -partslist.csv: telenanodd.sch Makefile - gnetlist -g partslist4 -o telenanodd.unsorted telenanodd.sch - head -n1 telenanodd.unsorted > partslist.csv - tail -n+2 telenanodd.unsorted | sort -t \, -k 8 >> partslist.csv - rm -f telenanodd.unsorted - -pcb: telenanodd.sch project Makefile +drc: telemini.sch Makefile + -gnetlist -g drc2 telemini.sch -o telemini.drc + +partslist: telemini.sch Makefile + gnetlist -g bom -o telemini.unsorted telemini.sch + head -n1 telemini.unsorted > partslist + tail -n+2 telemini.unsorted | sort >> partslist + rm -f telemini.unsorted + +partslist.csv: telemini.sch Makefile + gnetlist -g partslist4 -o telemini.unsorted telemini.sch + head -n1 telemini.unsorted > partslist.csv + tail -n+2 telemini.unsorted | sort -t \, -k 8 >> partslist.csv + rm -f telemini.unsorted + +pcb: telemini.sch project Makefile gsch2pcb project # note that 'gschlas -e foo.sch' will embed all symbols in the schematic, this @@ -34,11 +34,11 @@ pcb: telenanodd.sch project Makefile push: git push --mirror -zip: telenanodd.back.gbr telenanodd.backmask.gbr telenanodd.fab.gbr telenanodd.front.gbr telenanodd.frontmask.gbr telenanodd.frontpaste.gbr telenanodd.frontsilk.gbr telenanodd.group2.gbr telenanodd.group3.gbr telenanodd.plated-drill.cnc telenanodd.xy Makefile # telenanodd.xls - zip telenanodd.zip telenanodd.*.gbr telenanodd.*.cnc telenanodd.xy # telenanodd.xls +zip: telemini.back.gbr telemini.backmask.gbr telemini.fab.gbr telemini.front.gbr telemini.frontmask.gbr telemini.frontpaste.gbr telemini.frontsilk.gbr telemini.group2.gbr telemini.group3.gbr telemini.plated-drill.cnc telemini.xy Makefile # telemini.xls + zip telemini.zip telemini.*.gbr telemini.*.cnc telemini.xy # telemini.xls clean: - rm -f *.bom *.drc *.log *~ telenanodd.ps *.gbr *.cnc *bak* *- *.zip + rm -f *.bom *.drc *.log *~ telemini.ps *.gbr *.cnc *bak* *- *.zip rm -f *.net *.xy *.cmd *.png partslist partslist.csv - rm -f *.partslist *.new.pcb *.unsorted telenanodd.xls + rm -f *.partslist *.new.pcb *.unsorted telemini.xls