FreeCalypso > hg > fc-pcsc-tools
comparison libutil/Makefile @ 162:274bfd8bccd0
libutil: ICCID Luhn function implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 26 Feb 2021 21:16:45 +0000 |
parents | 884b93362449 |
children | 3bde063234aa |
comparison
equal
deleted
inserted
replaced
161:884b93362449 | 162:274bfd8bccd0 |
---|---|
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 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 revnibbles.o \ |
7 shorthand.o | 7 shorthand.o |
8 LIB= libutil.a | 8 LIB= libutil.a |
9 | 9 |
10 all: ${LIB} | 10 all: ${LIB} |