comparison libutil/Makefile @ 0:35c0d9f03c0a

beginning with sipout-test-voice, a copy of sip-manual-out from themwi-system-sw
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 03 Mar 2024 23:20:19 -0800
parents
children e80b0051cd92
comparison
equal deleted inserted replaced
-1:000000000000 0:35c0d9f03c0a
1 CC= gcc
2 CFLAGS= -O2
3 OBJS= bitfunc.o crc8gen.o sockinit.o tfo_msg_enc.o
4 LIB= libutil.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs