FreeCalypso > hg > themwi-system-sw
view libsip/Makefile @ 47:62f39c7cee15
themwi-sip-in skeleton started
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 06 Sep 2022 20:33:56 -0800 |
parents | 5427b26525cd |
children | dec31b1a8b96 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= get_header.o out_msg.o primary_parse.o uas_basic.o uri_utils.o LIB= libsip.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs