view uptools/libcoding/Makefile @ 356:dbeb4a5628f5

uptools/libcoding: implemented 8859-1 -> GSM7 encoding function
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Feb 2018 20:18:43 +0000
parents 8fee530f7850
children 15120d15cab5
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	alpha_addr.o decode_helpers.o grokdcs.o gsm7_decode.o \
	gsm7_decode_tables.o gsm7_encode.o gsm7_encode_table.o gsm7_unpack.o \
	gsmtime.o hexdecode.o hexdump.o number_decode.o scaddr.o ucs2_decode.o \
	utf8_decode.o
LIB=	libcoding.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs