1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-02 18:29:48 +03:00

atusd/cam/Makefile: updated for cameo-based process (forgot to commit this)

This commit is contained in:
Werner Almesberger 2011-01-07 12:34:53 -03:00
parent 4387d844dc
commit 4ef7a829c2

View File

@ -1,4 +1,17 @@
.PHONY: pcb
.PHONY: all clean
pcb:
./doit >job
all: Makefile.mkmk
Makefile.mkmk: mkmk ../atusd.drl ../atusd-PCB_Edges.gbr
./mkmk
../atusd.drl: ../atusd.brd
pcbnew --drill `pwd`/../atusd.brd
../atusd-PCB_Edges.gbr: ../atusd.brd
pcbnew --plot=gerber -l PCB_Edges `pwd`/../atusd.brd
-include Makefile.mkmk
clean::
rm -f Makefile.mkmk