change dorkbot to oshpark in Makefile
[hw/telescience] / Makefile
index a7585d9d667c580ad4f357e5328e02634b7b3f53..fa0f544cdfaf6e2d8e608f72fe19955caca0094c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ partslist:    telescience.sch Makefile
        rm -f telescience.unsorted
 
 partslist.csv: telescience.sch Makefile
-       gnetlist -g partslist4 -o telescience.unsorted telescience.sch
+       gnetlist -m scheme/gnet-partslistgag.scm -g partslistgag \
+               -o telescience.unsorted telescience.sch
        head -n1 telescience.unsorted > partslist.csv
        tail -n+2 telescience.unsorted | sort -t \, -k 8 >> partslist.csv
        rm -f telescience.unsorted
@@ -37,13 +38,13 @@ push:
 telescience.xy:        telescience.pcb
        pcb -x bom telescience.pcb
 
-telescience.back.gbr:  telescience.pcb
+telescience.bottom.gbr:        telescience.pcb
        pcb -x gerber telescience.pcb
 
 zip:   telescience.bottom.gbr telescience.bottommask.gbr telescience.fab.gbr telescience.top.gbr telescience.topmask.gbr telescience.toppaste.gbr telescience.topsilk.gbr telescience.plated-drill.cnc
        zip telescience.zip *.gbr *.cnc
 
-dorkbot: telescience.bottom.gbr telescience.bottommask.gbr telescience.top.gbr telescience.topmask.gbr telescience.topsilk.gbr telescience.plated-drill.cnc
+oshpark: telescience.bottom.gbr telescience.bottommask.gbr telescience.top.gbr telescience.topmask.gbr telescience.topsilk.gbr telescience.plated-drill.cnc
        mv telescience.bottom.gbr bottom\ layer.ger
        mv telescience.bottommask.gbr bottom\ solder\ mask.ger
        mv telescience.bottomsilk.gbr bottom\ silk\ screen.ger
@@ -52,7 +53,9 @@ dorkbot: telescience.bottom.gbr telescience.bottommask.gbr telescience.top.gbr t
        mv telescience.topmask.gbr top\ solder\ mask.ger
        mv telescience.topsilk.gbr top\ silk\ screen.ger
        mv telescience.plated-drill.cnc drills.xln
-       zip telescience-dorkbot.zip *.ger *.xln
+       mv telescience.group2.gbr internal\ plane\ 1.ger
+       mv telescience.group3.gbr internal\ plane\ 2.ger
+       zip telescience-oshpark.zip *.ger *.xln
        
 clean:
        rm -f *.bom *.drc *.log *~ telescience.ps *.gbr *.cnc *bak* *- *.zip