1
0
mirror of git://projects.qi-hardware.com/xue.git synced 2025-02-05 07:41:06 +02:00
xue/Makefile

25 lines
370 B
Makefile
Raw Normal View History

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