FreeCalypso > hg > freecalypso-tools
comparison uptools/libcoding/Makefile @ 334:f40530e2d48d
uptools/libcoding: GSM timestamp decoding implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 04 Feb 2018 00:01:37 +0000 |
parents | 74d5e95ee84a |
children | 097ce8431d11 |
comparison
equal
deleted
inserted
replaced
333:74d5e95ee84a | 334:f40530e2d48d |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= alpha_addr.o decode_helpers.o gsm7_decode.o gsm7_decode_tables.o \ | 3 OBJS= alpha_addr.o decode_helpers.o gsm7_decode.o gsm7_decode_tables.o \ |
4 gsm7_unpack.o hexdecode.o number_decode.o scaddr.o ucs2_decode.o | 4 gsm7_unpack.o gsmtime.o hexdecode.o number_decode.o scaddr.o \ |
5 ucs2_decode.o | |
5 LIB= libcoding.a | 6 LIB= libcoding.a |
6 | 7 |
7 all: ${LIB} | 8 all: ${LIB} |
8 | 9 |
9 ${LIB}: ${OBJS} | 10 ${LIB}: ${OBJS} |