Root/atusd/Makefile

Source at commit 36e73c4abb520aa65722ef5e1483bcb8b75bf9f4 created 13 years 6 months ago.
By Werner Almesberger, Moved tools/ out of atrf, in preparation of merge with atusd.
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