annotate scripts/Makefile @ 25:2a19b44c272e

convert to new ThemWi configure and build system
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 21 May 2024 01:59:17 +0000
parents b8d8f8a3cdb7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
b8d8f8a3cdb7 scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 SCRIPTS=gen-sms-deliver-pdu sms-deliver-pdu-hdr
b8d8f8a3cdb7 scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
25
2a19b44c272e convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
3 include ../config.defs
13
b8d8f8a3cdb7 scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
b8d8f8a3cdb7 scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 all:
b8d8f8a3cdb7 scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6
b8d8f8a3cdb7 scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 install:
25
2a19b44c272e convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
8 mkdir -p ${DESTDIR}${bindir}
2a19b44c272e convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
9 install -c ${SCRIPTS} ${DESTDIR}${bindir}
13
b8d8f8a3cdb7 scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
b8d8f8a3cdb7 scripts: wrappers for network-side SMS-DELIVER PDU generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 clean: