comparison src/Makefile @ 3:d10ea5dc61b3

twjit: initial import from previous work repository The initial development of twjit was done in a private branch of osmo-bts git repository; the intent was to prototype twjit in osmo-bts. However, as I am getting a better feel for the full scope of the problem (producing a replacement for libortp), I changed course to the present themwi-rtp-lib (libtwrtp) approach.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Jul 2024 18:50:48 +0000
parents
children 1bb26347e253
comparison
equal deleted inserted replaced
2:e3ab549d6a0f 3:d10ea5dc61b3
1 OBJS= twjit.o
2 LIB= libtwrtp.a
3
4 include ../config.defs
5
6 CPPFLAGS=${OSMO_INCLUDE} -I../build-inc
7
8 all: ${LIB}
9
10 ${LIB}: ${OBJS}
11 ar rcu $@ ${OBJS}
12 ranlib $@
13
14 clean:
15 rm -f *.[oa] errs