comparison 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
comparison
equal deleted inserted replaced
25:2a19b44c272e 26:c8cb05b69118
1 OBJS= alpha_addr.o check_high_bit.o gsm7_encode.o gsm7_encode2.o \ 1 OBJS= alpha_addr.o alpha_addr_enc.o check_high_bit.o gsm7_encode.o \
2 gsm7_encode_table.o gsm7_pack.o hexdigits.o hexout.o number_encode.o \ 2 gsm7_encode2.o gsm7_encode_table.o gsm7_pack.o hexdigits.o hexout.o \
3 timestamp.o ucs2_bigend.o utf8_decode.o utf8_decode2.o 3 number_encode.o timestamp.o ucs2_bigend.o utf8_decode.o utf8_decode2.o
4 LIB= libcoding.a 4 LIB= libcoding.a
5 5
6 include ../config.defs 6 include ../config.defs
7 7
8 all: ${LIB} 8 all: ${LIB}