view src/Makefile @ 31:284fcb5868e2

implement SDES setting
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 08 Jul 2024 04:56:50 +0000
parents 3e01a71b7c7c
children aa97e77e7de6
line wrap: on
line source

OBJS=	bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtcp_rx.o \
	rtp_rx.o rtp_tx.o set_remote.o set_sdes.o twjit.o twjit_in.o \
	twjit_out.o twjit_vty.o
LIB=	libtwrtp.a

include ../config.defs

CPPFLAGS=-I../build-inc ${OSMO_INCLUDE}
HDRS=	../include/endp.h ../include/twjit.h endp_internal.h

all:	${LIB}

${OBJS}: ${HDRS}

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

clean:
	rm -f *.[oa] errs