comparison libcoding/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 7418ca2e9949
children
comparison
equal deleted inserted replaced
27:7418ca2e9949 28:6e925aa54727
1 OBJS= alpha_addr.o alpha_addr_enc.o check_high_bit.o decode_helpers.o \ 1 OBJS= alpha_addr.o alpha_addr_enc.o check_high_bit.o decode_helpers.o \
2 grokdcs.o gsm7_decode.o gsm7_decode_qstring.o gsm7_decode_tables.o \ 2 grokdcs.o gsm7_decode.o gsm7_decode_qstring.o gsm7_decode_tables.o \
3 gsm7_encode.o gsm7_encode2.o gsm7_encode_table.o gsm7_pack.o \ 3 gsm7_encode.o gsm7_encode2.o gsm7_encode_table.o gsm7_pack.o \
4 gsm7_unpack.o gsmtime.o hexdecode.o hexdigits.o hexdump.o hexout.o \ 4 gsm7_unpack.o gsmtime_dec.o gsmtime_enc.o hexdecode.o hexdigits.o \
5 number_decode.o number_encode.o scaddr.o timestamp.o ucs2_bigend.o \ 5 hexdump.o hexout.o number_decode.o number_encode.o scaddr.o \
6 ucs2_decode.o utf8_decode.o utf8_decode2.o 6 ucs2_bigend.o ucs2_decode.o utf8_decode.o utf8_decode2.o
7 LIB= libcoding.a 7 LIB= libcoding.a
8 8
9 include ../config.defs 9 include ../config.defs
10 10
11 all: ${LIB} 11 all: ${LIB}