annotate gen/Makefile @ 11:b4b4a822286c default tip

add INSTALL
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 May 2024 01:06:04 +0000
parents 2c022e0334c4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 PROGS= ota-set-msisdn
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 LIBS= ../libutil/libutil.a
10
2c022e0334c4 convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 7
diff changeset
3
2c022e0334c4 convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 7
diff changeset
4 include ../config.defs
7
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 all: ${PROGS}
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 ota-set-msisdn: ota-set-msisdn.o ${LIBS}
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 ${CC} ${CFLAGS} -o $@ $@.o ${LIBS}
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 install:
10
2c022e0334c4 convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 7
diff changeset
12 mkdir -p ${DESTDIR}${bindir}
2c022e0334c4 convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 7
diff changeset
13 install -c ${PROGS} ${DESTDIR}${bindir}
7
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 clean:
a33d4d8079d2 ota-set-msisdn utility written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 rm -f ${PROGS} *.o