FreeCalypso > hg > themwi-rtp-lib
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Makefile Fri Jul 05 18:50:48 2024 +0000 @@ -0,0 +1,15 @@ +OBJS= twjit.o +LIB= libtwrtp.a + +include ../config.defs + +CPPFLAGS=${OSMO_INCLUDE} -I../build-inc + +all: ${LIB} + +${LIB}: ${OBJS} + ar rcu $@ ${OBJS} + ranlib $@ + +clean: + rm -f *.[oa] errs