view libutil/Makefile @ 181:63b640562e21

simtool/miscadm.c: code refactoring in preparation for adding shorthand ICCID and IMSI write commands
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Mar 2021 04:51:56 +0000
parents 274bfd8bccd0
children 3bde063234aa
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	alpha_decode.o alpha_fromfile.o alpha_valid.o decimal_str.o \
	filesearch.o gsm7_decode.o gsm7_encode.o gsm7_encode_table.o \
	gsm7_unpack.o hexdigits.o hexread.o hexstr.o iccid_luhn.o nibbles2asc.o\
	number_decode.o number_encode.o pinentry.o plmncodes.o revnibbles.o \
	shorthand.o
LIB=	libutil.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs