comparison uptools/libcoding/Makefile @ 335:097ce8431d11

uptools/libcoding: SMS DCS decoding implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 04 Feb 2018 00:43:14 +0000
parents f40530e2d48d
children ead4ee22ef62
comparison
equal deleted inserted replaced
334:f40530e2d48d 335:097ce8431d11
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 grokdcs.o gsm7_decode.o \
4 gsm7_unpack.o gsmtime.o hexdecode.o number_decode.o scaddr.o \ 4 gsm7_decode_tables.o gsm7_unpack.o gsmtime.o hexdecode.o \
5 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
10 ${LIB}: ${OBJS} 10 ${LIB}: ${OBJS}