FreeCalypso > hg > themwi-rtp-lib
view src/Makefile @ 6:668b84c52094
twrtp_jibuf_create(): take quantum_ms & clock_khz arguments
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 05 Jul 2024 21:34:55 +0000 |
parents | 1bb26347e253 |
children | 32cb5a2d1178 |
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 all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs