FreeCalypso > hg > freecalypso-tools
comparison uptools/libcoding/Makefile @ 355:8fee530f7850
uptools/libcoding: implemented 8859-1 -> GSM7 encoding table
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 06 Feb 2018 19:27:19 +0000 |
parents | ec0d6d58e043 |
children | dbeb4a5628f5 |
comparison
equal
deleted
inserted
replaced
354:ec0d6d58e043 | 355:8fee530f7850 |
---|---|
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_unpack.o gsmtime.o hexdecode.o hexdump.o \ | 4 gsm7_decode_tables.o gsm7_encode_table.o gsm7_unpack.o gsmtime.o \ |
5 number_decode.o scaddr.o ucs2_decode.o utf8_decode.o | 5 hexdecode.o hexdump.o number_decode.o scaddr.o ucs2_decode.o \ |
6 utf8_decode.o | |
6 LIB= libcoding.a | 7 LIB= libcoding.a |
7 | 8 |
8 all: ${LIB} | 9 all: ${LIB} |
9 | 10 |
10 ${LIB}: ${OBJS} | 11 ${LIB}: ${OBJS} |