Date:2011-03-13 03:32:12 (13 years 15 days ago)
Author:Werner Almesberger
Commit:6bbe3bfcf98d43fb5e3c38d1d58f18c5bc0a0c16
Message:atben/Makefile: cleanup and a small bug fix

- Makefile (fab): / was missing between $(DIR) and $(NAME) of ZIP archive
- Makefile: added section titles
- Makefile: removed comment that --exclude-board-edges was missing
- Makefile (gerber): changed atben.brd to $(NAME).brd
Files: atben/Makefile (5 diffs)

Change Details

atben/Makefile
3030back: $(NAME)-Back.ps
3131        lpr $<
3232
33# this needs more work (--exclude-board-edges)
33# --- Industrial production ---------------------------------------------------
3434
3535PCB_FILES = README-PCB $(NAME)-PCB_Edges.dxf $(NAME).drl \
3636            $(NAME)-SilkS_Front.gto $(NAME)-Mask_Front.gts \
...... 
3939
4040gerber:
4141        pcbnew --plot=gerber \
42          -l `pcbnew --list-layers atben.brd | tr '\012' ,` \
42          -l `pcbnew --list-layers $(NAME).brd | tr '\012' ,` \
4343          --fill-all-zones $(NAME).brd \
4444          --exclude-pcb-edge
4545
...... 
4747        pcbnew --plot=dxf -l PCB_Edges $(NAME).brd
4848        pcbnew --drill $(NAME).brd
4949        tar Ccfz .. $(NAME)-$(VERSION).tar.gz $(PCB_FILES:%=$(DIR)/%)
50        cd ..; zip -l $(DIR)$(NAME)-$(VERSION).zip \
50        cd ..; zip -l $(DIR)/$(NAME)-$(VERSION).zip \
5151          $(PCB_FILES:%=$(DIR)/%)
5252
5353gerbv:
...... 
5858          $(NAME)-Mask_Front.gts \
5959          $(NAME)-Back.gbl
6060
61# --- DIY production (toner transfer) -----------------------------------------
62
6163#
6264# Postscript for production of front/back layer, using the toner transfer
6365# method. Note that other artwork transfer methods may require different
...... 
7577%-Back.ps: %.brd
7678        $(PLOT_BRD) -l Back $<
7779
80# --- Cleanup -----------------------------------------------------------------
81
7882clean:
7983        rm -f $(NAME)-Front.ps $(NAME)-Back.ps
8084        rm -f $(NAME).drl $(NAME)-PCB_Edges.gbr $(NAME)-PCB_Edges.dxf

Archive Download the corresponding diff file



interactive