FreeCalypso > hg > fc-sim-tools
comparison libutil/Makefile @ 27:ca8a6f95826a
implemented sws-card-lookup and underlying libutil functions
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 16 Mar 2021 23:22:37 +0000 |
parents | 9c9f6adbaedb |
children |
comparison
equal
deleted
inserted
replaced
26:322f6fcdc36e | 27:ca8a6f95826a |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= alpha_decode.o alpha_fromfile.o alpha_valid.o decimal_incr.o \ | 3 OBJS= alpha_decode.o alpha_fromfile.o alpha_valid.o dbread.o decimal_incr.o \ |
4 decimal_str.o filesearch.o gsm7_decode.o gsm7_encode.o \ | 4 decimal_str.o filesearch.o gsm7_decode.o gsm7_encode.o \ |
5 gsm7_encode_table.o gsm7_pack.o gsm7_unpack.o hexdigits.o hexread.o \ | 5 gsm7_encode_table.o gsm7_pack.o gsm7_unpack.o hexdigits.o hexread.o \ |
6 hexstr.o iccid_luhn.o nibbles2asc.o number_decode.o number_encode.o \ | 6 hexstr.o iccid_luhn.o nibbles2asc.o number_decode.o number_encode.o \ |
7 pinentry.o plmncodes.o 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 |