view src/Makefile @ 14:073b8c7b361f

twjit: port over vty config module
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Jul 2024 17:32:26 +0000
parents 19367028cc6e
children 2a24487453a7
line wrap: on
line source

OBJS=	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/twjit.h

all:	${LIB}

${OBJS}: ${HDRS}

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

clean:
	rm -f *.[oa] errs