FreeCalypso > hg > gsm-codec-lib
view libgsmhr1/Makefile @ 494:aaf4dec8bee0
libgsmhr1: implement perfect SID detection
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 17 Jun 2024 23:14:19 +0000 |
parents | dc7249923b3a |
children | aee13079db3c |
line wrap: on
line source
OBJS= pack_frame.o rtp_in.o sid_detect.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