view src/Makefile @ 13:19367028cc6e

src/Makefile: list -I../build-inc first
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Jul 2024 16:51:53 +0000
parents 32cb5a2d1178
children 073b8c7b361f
line wrap: on
line source

OBJS=	twjit.o twjit_in.o twjit_out.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