1
0
mirror of git://projects.qi-hardware.com/xue.git synced 2024-07-08 13:45:26 +03:00
xue/Makefile

25 lines
358 B
Makefile
Raw Normal View History

2010-12-18 12:06:54 +02:00
all:
@echo Usage:
@echo make dsv
@echo make sch
2010-12-19 15:39:13 +02:00
@echo make brd
2010-12-19 15:40:50 +02:00
@echo make footprints
2010-12-18 12:06:54 +02:00
dsv:
dsv setup BOOKSHELF
sch:
2010-12-19 13:34:16 +02:00
cd xue-rnc && eeschema xue-rnc.sch
2010-12-18 14:43:14 +02:00
brd:
2010-12-19 13:34:16 +02:00
cd xue-rnc && pcbnew xue-rnc.brd
2010-12-19 15:39:13 +02:00
2010-12-19 15:40:50 +02:00
footprints: modules/all_footprints.pdf
2010-12-19 15:39:13 +02:00
@xpdf $^
modules/all_footprints.pdf: modules/*.fpd
@fpd2pdf -o $@ $^
clean:
@rm -f modules/all_footprints.pdf