From: Bdale Garbee Date: Fri, 23 Nov 2018 23:49:40 +0000 (-0700) Subject: add group[57] support to all zip creation targets, clean -bom.csv X-Git-Tag: telelco-v3.0~406 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b3c626d760d6b7e58c92f659549cdca147c5b1b0;p=hw%2Faltusmetrum add group[57] support to all zip creation targets, clean -bom.csv --- diff --git a/pcb-rnd.mk b/pcb-rnd.mk index 91cc5ba..daa1efe 100644 --- a/pcb-rnd.mk +++ b/pcb-rnd.mk @@ -149,6 +149,9 @@ $(PROJECT)-oshpark.zip: $(PROJECT).bottom.gbr $(PROJECT).all-drill.cnc elif [ -f $(PROJECT).group2.gbr -a -f $(PROJECT).group3.gbr ]; then \ cp $(PROJECT).group2.gbr internal\ plane\ 1.ger; \ cp $(PROJECT).group3.gbr internal\ plane\ 2.ger; \ + elif [ -f $(PROJECT).group5.gbr -a -f $(PROJECT).group7.gbr ]; then \ + cp $(PROJECT).group5.gbr internal\ plane\ 1.ger; \ + cp $(PROJECT).group7.gbr internal\ plane\ 2.ger; \ fi rm -f $@ && zip $@ *.ger *.xln @@ -179,6 +182,9 @@ $(PROJECT)-seeed.zip: $(PROJECT).bottom.gbr $(PROJECT).all-drill.cnc $(PROJECT)- elif [ -f $(PROJECT).group2.gbr -a -f $(PROJECT).group3.gbr ]; then \ cp $(PROJECT).group2.gbr $(PROJECT).gl2; \ cp $(PROJECT).group3.gbr $(PROJECT).gl3; \ + elif [ -f $(PROJECT).group5.gbr -a -f $(PROJECT).group7.gbr ]; then \ + cp $(PROJECT).group5.gbr $(PROJECT).gl2; \ + cp $(PROJECT).group7.gbr $(PROJECT).gl3; \ fi rm -f $@ && zip $@ \ $(PROJECT).gtl $(PROJECT).gts $(PROJECT).gto $(PROJECT).gtp \ @@ -215,6 +221,9 @@ $(PROJECT)-goldphoenix.zip: $(PROJECT).bottom.gbr $(PROJECT).all-drill.cnc $(PRO elif [ -f $(PROJECT).group2.gbr -a -f $(PROJECT).group3.gbr ]; then \ cp $(PROJECT).group2.gbr $(PROJECT).gl2; \ cp $(PROJECT).group3.gbr $(PROJECT).gl3; \ + elif [ -f $(PROJECT).group5.gbr -a -f $(PROJECT).group7.gbr ]; then \ + cp $(PROJECT).group5.gbr $(PROJECT).gl2; \ + cp $(PROJECT).group7.gbr $(PROJECT).gl3; \ fi rm -f $@ && zip $@ \ $(PROJECT).gtl $(PROJECT).gts $(PROJECT).gto $(PROJECT).gtp \ @@ -242,7 +251,7 @@ clean: rm -f $(PROJECT).txt $(PROJECT).gl2 $(PROJECT).gl3 rm -f $(PROJECT)-seeed.zip $(PROJECT)-seeed.csv rm -f $(PROJECT)-goldphoenix.zip $(PROJECT)-goldphoenix.csv - rm -f $(PROJECT)*.ps $(PROJECT)*.pdf + rm -f $(PROJECT)*.ps $(PROJECT)*.pdf $(PROJECT)-bom.csv muffins: muffin-6570.pdf muffin-5267.pdf muffin-keithp.pdf