annotate netdiff/convert/Makefile @ 134:ab7b9f01ac6a

netdiff: pads2donl converter added
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 07 Sep 2020 00:40:55 +0000
parents 31ae8105aaa0
children 65f87111090c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
134
ab7b9f01ac6a netdiff: pads2donl converter added
Mychaela Falconia <falcon@freecalypso.org>
parents: 132
diff changeset
3 PROGS= pads2donl protel2donl
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