FreeCalypso > hg > freecalypso-tools
comparison uptools/libcoding/Makefile @ 336:ead4ee22ef62
uptools/libcoding: hex dump function implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 04 Feb 2018 01:03:20 +0000 |
parents | 097ce8431d11 |
children | ec0d6d58e043 |
comparison
equal
deleted
inserted
replaced
335:097ce8431d11 | 336:ead4ee22ef62 |
---|---|
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 \ | 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 |
6 LIB= libcoding.a | 6 LIB= libcoding.a |
7 | 7 |
8 all: ${LIB} | 8 all: ${LIB} |
9 | 9 |