FreeCalypso > hg > gsm-codec-lib
view libgsmhr1/Makefile @ 497:a1599eaf51f9
top Makefile: add libgsmhr1
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 18 Jun 2024 23:57:26 +0000 |
parents | af70bf42eb1b |
children | b0333fa167c3 |
line wrap: on
line source
OBJS= dhf_params.o 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