FreeCalypso > hg > fc-pcsc-tools
comparison libutil/Makefile @ 198:3bde063234aa
fc-simtool plmnsel-write-list command implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Mar 2021 02:48:12 +0000 |
parents | 274bfd8bccd0 |
children | 50bdc48e7487 |
comparison
equal
deleted
inserted
replaced
197:3ddbc3fea5f0 | 198:3bde063234aa |
---|---|
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_str.o \ |
4 filesearch.o gsm7_decode.o gsm7_encode.o gsm7_encode_table.o \ | 4 filesearch.o gsm7_decode.o gsm7_encode.o gsm7_encode_table.o \ |
5 gsm7_unpack.o hexdigits.o hexread.o hexstr.o iccid_luhn.o nibbles2asc.o\ | 5 gsm7_unpack.o hexdigits.o hexread.o hexstr.o iccid_luhn.o nibbles2asc.o\ |
6 number_decode.o number_encode.o pinentry.o plmncodes.o revnibbles.o \ | 6 number_decode.o number_encode.o pinentry.o plmncodes.o plmnlist.o \ |
7 shorthand.o | 7 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} |