comparison libsip/Makefile @ 46:5427b26525cd

libsip: beginning to flesh out
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Sep 2022 20:29:44 -0800
parents 77d980126efd
children dec31b1a8b96
comparison
equal deleted inserted replaced
45:f1cf80c7e243 46:5427b26525cd
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= primary_parse.o 3 OBJS= get_header.o out_msg.o primary_parse.o uas_basic.o uri_utils.o
4 LIB= libsip.a 4 LIB= libsip.a
5 5
6 all: ${LIB} 6 all: ${LIB}
7 7
8 ${LIB}: ${OBJS} 8 ${LIB}: ${OBJS}