FreeCalypso > hg > ueda-linux
annotate netdiff/convert/Makefile @ 138:77acb816727b
netdiff: donl-rename-parts put together
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 07 Sep 2020 04:02:14 +0000 |
parents | 65f87111090c |
children |
rev | line source |
---|---|
132
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 CC= gcc |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 CFLAGS= -O2 |
136
65f87111090c
netdiff: tedax2donl written
Mychaela Falconia <falcon@freecalypso.org>
parents:
134
diff
changeset
|
3 PROGS= pads2donl protel2donl tedax2donl |
132
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 BINDIR= /usr/local/bin |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 all: ${PROGS} |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 ${PROGS}: |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 ${CC} ${CFLAGS} -o $@ $@.c |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 install: |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 install -c -o bin -g bin -m 755 ${PROGS} ${BINDIR} |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 clean: |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 rm -f *.[ao] a.out core errs ${PROGS} |
31ae8105aaa0
netdiff project started with protel2donl
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
16 |
134
ab7b9f01ac6a
netdiff: pads2donl converter added
Mychaela Falconia <falcon@freecalypso.org>
parents:
132
diff
changeset
|
17 pads2donl: pads2donl.c |
ab7b9f01ac6a
netdiff: pads2donl converter added
Mychaela Falconia <falcon@freecalypso.org>
parents:
132
diff
changeset
|
18 protel2donl: protel2donl.c |
136
65f87111090c
netdiff: tedax2donl written
Mychaela Falconia <falcon@freecalypso.org>
parents:
134
diff
changeset
|
19 tedax2donl: tedax2donl.c |