FreeCalypso > hg > freecalypso-tools
comparison uptools/libcoding/Makefile @ 354:ec0d6d58e043
uptools/libcoding: UTF-8 input conversion to 8859-1 implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 05 Feb 2018 19:01:27 +0000 |
parents | ead4ee22ef62 |
children | 8fee530f7850 |
comparison
equal
deleted
inserted
replaced
353:3bcc56883b17 | 354:ec0d6d58e043 |
---|---|
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_unpack.o gsmtime.o hexdecode.o hexdump.o \ |
5 number_decode.o scaddr.o ucs2_decode.o | 5 number_decode.o scaddr.o ucs2_decode.o utf8_decode.o |
6 LIB= libcoding.a | 6 LIB= libcoding.a |
7 | 7 |
8 all: ${LIB} | 8 all: ${LIB} |
9 | 9 |
10 ${LIB}: ${OBJS} | 10 ${LIB}: ${OBJS} |