view libutil/Makefile @ 226:28441920fb35

beginning of number database version 2
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 13 Aug 2023 22:01:25 -0800
parents 05d01e810217
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	bitfunc.o crc8gen.o digit_groups.o dtmf_valid.o extdigits.o \
	imsi_entry.o mncc_debug.o mncc_utils.o nanp_valid.o numstring.o \
	sockinit.o tfo_msg_enc.o
LIB=	libutil.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs