annotate scripts/Makefile @ 28:6e925aa54727

libcoding: more sensible naming of GSM time encoding and decoding modules
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 13 Jun 2024 02:32:11 +0000
parents 2a19b44c272e
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: