comparison 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
comparison
equal deleted inserted replaced
355:8fee530f7850 356:dbeb4a5628f5
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= alpha_addr.o decode_helpers.o grokdcs.o gsm7_decode.o \ 3 OBJS= alpha_addr.o decode_helpers.o grokdcs.o gsm7_decode.o \
4 gsm7_decode_tables.o gsm7_encode_table.o gsm7_unpack.o gsmtime.o \ 4 gsm7_decode_tables.o gsm7_encode.o gsm7_encode_table.o gsm7_unpack.o \
5 hexdecode.o hexdump.o number_decode.o scaddr.o ucs2_decode.o \ 5 gsmtime.o hexdecode.o hexdump.o number_decode.o scaddr.o ucs2_decode.o \
6 utf8_decode.o 6 utf8_decode.o
7 LIB= libcoding.a 7 LIB= libcoding.a
8 8
9 all: ${LIB} 9 all: ${LIB}
10 10