Root/atusd/Makefile

Source at commit 86e556ce92af39a3353e0c6494ba20de59d47d4c created 13 years 6 months ago.
By Werner Almesberger, First part of the board bringup: power and clock.
1NAME = atusd
2
3.PHONY: all gen generate sch brd xpdf
4
5all: dtc123je.mod
6        @echo "make what ? target: gen sch brd xpdf"
7        @exit 1
8
9gen generate:
10        eeschema --plot `pwd`/atusd.sch
11        # need scripts
12
13sch:
14        eeschema `pwd`/atusd.sch
15
16brd:
17        pcbnew `pwd`/atusd.brd
18
19xpdf:
20        xpdf atusd.pdf
21
22dtc123je.mod: dtc123je.fpd
23        fped -k $< >$@ || { rm -f $@; exit 1; }
24

Archive Download this file



interactive