comparison libutil/Makefile @ 8:34bbb0585cab

libutil: import from previous fc-pcsc-tools version
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Mar 2021 05:42:37 +0000
parents
children 9c9f6adbaedb
comparison
equal deleted inserted replaced
7:b25d4dfe5798 8:34bbb0585cab
1 CC= gcc
2 CFLAGS= -O2
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 \
5 gsm7_pack.o gsm7_unpack.o hexdigits.o hexread.o hexstr.o iccid_luhn.o \
6 nibbles2asc.o number_decode.o number_encode.o pinentry.o plmncodes.o \
7 plmnlist.o revnibbles.o shorthand.o
8 LIB= libutil.a
9
10 all: ${LIB}
11
12 ${LIB}: ${OBJS}
13 ar rcu $@ ${OBJS}
14 ranlib $@
15
16 clean:
17 rm -f *.[oa] errs