1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-01 03:33:17 +03:00
ben-wpan/atusb/Makefile
Werner Almesberger 3385afca0d atusb: added "clean" targets to main and CAM makefile
- Makefile: added "clean" target
- cam2/Makefile: added "clean" target (for file generated in cam2/)
- cam2/mkmk: added "clean" target to generated makefile
2010-12-27 23:50:00 -03:00

49 lines
1.1 KiB
Makefile

.PHONY: all gen generate sch brd xpdf front back clean
all:
@echo "make what ? target: gen sch brd xpdf front back clean"
@exit 1
gen generate:
eeschema --plot `pwd`/atusb.sch
# need scripts
sch:
eeschema `pwd`/atusb.sch
brd:
pcbnew `pwd`/atusb.brd
xpdf:
xpdf atusb.pdf
front: atusb-Front.ps
lpr $<
back: atusb-Back.ps
lpr $<
#
# Postscript for production of front/back layer, using the toner transfer
# method. Note that other artwork transfer methods may require different
# mirror settings.
#
# We use --ps-pads-drill-opt=none to avoid having any hole before drilling,
# which yields the best results with a CNC drill. For manual drilling, "real"
# would be preferrable. Do not use "small", for this created holes that are
# larger (!) than designed.
#
# Note: all this currenly only works properly if the board has been saved with
# all zones filled.
#
atusb-Front.ps: atusb.brd
pcbnew -p=ps_a4 -l Front --ps-pads-drill-opt=none --mirror $<
atusb-Back.ps: atusb.brd
pcbnew -p=ps_a4 -l Back --ps-pads-drill-opt=none $<
clean:
rm -f atusb-Front.ps atusb-Back.ps
rm -f atusb.drl atusb-PCB_Edges.gbr