FreeCalypso > hg > gsm-codec-lib
view libgsmhr1/Makefile @ 495:aee13079db3c
libgsmhr1: implement SID reset
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 17 Jun 2024 23:25:19 +0000 |
parents | aaf4dec8bee0 |
children | af70bf42eb1b |
line wrap: on
line source
OBJS= pack_frame.o rtp_in.o sid_detect.o sid_reset.o twts002_in.o \ twts002_out.o unpack_frame.o HDRS= tw_gsmhr.h LIB= libgsmhr1.a include ../config.defs all: ${LIB} ${OBJS}: ${HDRS} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ install: # mkdir -p ${DESTDIR}${includedir} # install -c -m 444 tw_gsmhr.h ${DESTDIR}${includedir} # mkdir -p ${DESTDIR}${libdir} # install -c -m 444 ${LIB} ${DESTDIR}${libdir} clean: rm -f *.[oa] errs