Date:2011-03-15 05:16:44 (13 years 14 days ago)
Author:Werner Almesberger
Commit:528a577782c80faef03661755b758dfcfdabc6ee
Message:atben/Makefile: merge comment layer (component references) into silk screen

- Makefile (GMERGE, gerber): use "gmerge" to merge Comments (which now
only contains the component references) into SilkS_Front
- Makefile (gerbv): Comments is now redundant; removed it
Files: atben/Makefile (3 diffs)

Change Details

atben/Makefile
11PLOT_BRD = pcbnew --plot=ps_a4 --ps-pads-drill-opt=none --fill-all-zones
22CPTX = ../../eda-tools/mlztx/cptx
3GMERGE = ../../eda-tools/gerber/gmerge
34
45NAME = atben
56VERSION = 110314
...... 
4849          -l `pcbnew --list-layers $(NAME).brd | tr '\012' ,` \
4950          --fill-all-zones $(NAME).brd \
5051          --exclude-pcb-edge
52        $(GMERGE) $(NAME)-SilkS_Front.gto $(NAME)-Comments.gbr >_tmp \
53          || { rm -rf _tmp; exit 1; }
54        mv _tmp $(NAME)-SilkS_Front.gto
5155
5256fab: gerber
5357        pcbnew --plot=dxf --origin=aux -l PCB_Edges $(NAME).brd
...... 
5963          $(PCB_FILES:%=$(DIR)/%)
6064
6165gerbv:
62        gerbv $(NAME)-Comments.gbr \
63          $(NAME)-SilkS_Front.gto \
66        gerbv $(NAME)-SilkS_Front.gto \
6467          $(NAME)-SoldP_Front.gtp \
6568          $(NAME)-Front.gtl \
6669          $(NAME)-Mask_Front.gts \

Archive Download the corresponding diff file



interactive