annotate libcoding/Makefile @ 33:a91fb88a57b2 default tip

add INSTALL document
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Jun 2024 20:29:17 +0000
parents 6e925aa54727
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
7418ca2e9949 libcoding: add functions from freecalypso-tools/uptools/libcoding
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
1 OBJS= alpha_addr.o alpha_addr_enc.o check_high_bit.o decode_helpers.o \
7418ca2e9949 libcoding: add functions from freecalypso-tools/uptools/libcoding
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
2 grokdcs.o gsm7_decode.o gsm7_decode_qstring.o gsm7_decode_tables.o \
7418ca2e9949 libcoding: add functions from freecalypso-tools/uptools/libcoding
Mychaela Falconia <falcon@freecalypso.org>
parents: 26
diff changeset
3 gsm7_encode.o gsm7_encode2.o gsm7_encode_table.o gsm7_pack.o \
28
6e925aa54727 libcoding: more sensible naming of GSM time
Mychaela Falconia <falcon@freecalypso.org>
parents: 27
diff changeset
4 gsm7_unpack.o gsmtime_dec.o gsmtime_enc.o hexdecode.o hexdigits.o \
6e925aa54727 libcoding: more sensible naming of GSM time
Mychaela Falconia <falcon@freecalypso.org>
parents: 27
diff changeset
5 hexdump.o hexout.o number_decode.o number_encode.o scaddr.o \
6e925aa54727 libcoding: more sensible naming of GSM time
Mychaela Falconia <falcon@freecalypso.org>
parents: 27
diff changeset
6 ucs2_bigend.o ucs2_decode.o utf8_decode.o utf8_decode2.o
0
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 LIB= libcoding.a
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8
25
2a19b44c272e convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 15
diff changeset
9 include ../config.defs
2a19b44c272e convert to new ThemWi configure and build system
Mychaela Falconia <falcon@freecalypso.org>
parents: 15
diff changeset
10
0
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 all: ${LIB}
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 ${LIB}: ${OBJS}
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 ar rcu $@ ${OBJS}
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 ranlib $@
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 clean:
2d0082216916 libcoding: beginning with a subset of uptools version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 rm -f *.[oa] errs