FreeCalypso > hg > sms-coding-utils
view libcoding/Makefile @ 26:c8cb05b69118
libcoding alpha addr: support both encoding and decoding
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Jun 2024 01:55:19 +0000 |
parents | 2a19b44c272e |
children | 7418ca2e9949 |
line wrap: on
line source
OBJS= alpha_addr.o alpha_addr_enc.o check_high_bit.o gsm7_encode.o \ gsm7_encode2.o gsm7_encode_table.o gsm7_pack.o hexdigits.o hexout.o \ number_encode.o timestamp.o ucs2_bigend.o utf8_decode.o utf8_decode2.o LIB= libcoding.a include ../config.defs all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs