FreeCalypso > hg > freecalypso-tools
comparison uptools/libcoding/Makefile @ 329:18c692984549
uptools/libcoding: hex line decoding implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 03 Feb 2018 20:37:14 +0000 |
parents | 978571e23318 |
children | d29b45c4c8db |
comparison
equal
deleted
inserted
replaced
328:978571e23318 | 329:18c692984549 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= decode_helpers.o gsm7_decode.o gsm7_decode_tables.o ucs2_decode.o | 3 OBJS= decode_helpers.o gsm7_decode.o gsm7_decode_tables.o hexdecode.o \ |
4 ucs2_decode.o | |
4 LIB= libcoding.a | 5 LIB= libcoding.a |
5 | 6 |
6 all: ${LIB} | 7 all: ${LIB} |
7 | 8 |
8 ${LIB}: ${OBJS} | 9 ${LIB}: ${OBJS} |