comparison libutil/Makefile @ 25:9c9f6adbaedb

sim-iccid-mkrange utility added
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 15 Mar 2021 09:07:20 +0000
parents 34bbb0585cab
children ca8a6f95826a
comparison
equal deleted inserted replaced
24:47a491a16de3 25:9c9f6adbaedb
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= alpha_decode.o alpha_fromfile.o alpha_valid.o decimal_str.o \ 3 OBJS= alpha_decode.o alpha_fromfile.o alpha_valid.o decimal_incr.o \
4 filesearch.o gsm7_decode.o gsm7_encode.o gsm7_encode_table.o \ 4 decimal_str.o filesearch.o gsm7_decode.o gsm7_encode.o \
5 gsm7_pack.o gsm7_unpack.o hexdigits.o hexread.o hexstr.o iccid_luhn.o \ 5 gsm7_encode_table.o gsm7_pack.o gsm7_unpack.o hexdigits.o hexread.o \
6 nibbles2asc.o number_decode.o number_encode.o pinentry.o plmncodes.o \ 6 hexstr.o iccid_luhn.o nibbles2asc.o number_decode.o number_encode.o \
7 plmnlist.o revnibbles.o shorthand.o 7 pinentry.o plmncodes.o plmnlist.o revnibbles.o shorthand.o
8 LIB= libutil.a 8 LIB= libutil.a
9 9
10 all: ${LIB} 10 all: ${LIB}
11 11
12 ${LIB}: ${OBJS} 12 ${LIB}: ${OBJS}