FreeCalypso > hg > sms-coding-utils
comparison libcoding/Makefile @ 15:5854e48d0ef7
sms-gen-tpdu: add support for alphanumeric user-addr
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 27 Aug 2023 06:43:23 +0000 |
parents | 0fe95ca922c7 |
children | 2a19b44c272e |
comparison
equal
deleted
inserted
replaced
14:b014abaf0898 | 15:5854e48d0ef7 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= check_high_bit.o gsm7_encode.o gsm7_encode_table.o gsm7_pack.o \ | 3 OBJS= alpha_addr.o check_high_bit.o gsm7_encode.o gsm7_encode2.o \ |
4 hexdigits.o hexout.o number_encode.o timestamp.o ucs2_bigend.o \ | 4 gsm7_encode_table.o gsm7_pack.o hexdigits.o hexout.o number_encode.o \ |
5 utf8_decode.o utf8_decode2.o | 5 timestamp.o ucs2_bigend.o utf8_decode.o utf8_decode2.o |
6 LIB= libcoding.a | 6 LIB= libcoding.a |
7 | 7 |
8 all: ${LIB} | 8 all: ${LIB} |
9 | 9 |
10 ${LIB}: ${OBJS} | 10 ${LIB}: ${OBJS} |