view src/Makefile @ 8:95f6c8ce33b0

twjit: prep for rework of time delta handling
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Jul 2024 21:57:51 +0000
parents 32cb5a2d1178
children 19367028cc6e
line wrap: on
line source

OBJS=	twjit.o twjit_in.o twjit_out.o
LIB=	libtwrtp.a

include ../config.defs

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

all:	${LIB}

${OBJS}: ${HDRS}

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

clean:
	rm -f *.[oa] errs