FreeCalypso > hg > themwi-system-sw
view libutil/Makefile @ 27:c6572f4c31d2
themwi-mncc: fix bug in forwarding from call socket to GSM
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 28 Jun 2022 19:21:51 -0800 |
parents | b13acb024fc6 |
children | 660126bd5f59 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= extdigits.o imsi_entry.o mncc_utils.o nanp_valid.o numstring.o \ sockinit.o LIB= libutil.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs