FreeCalypso > hg > gsm-codec-lib
view libgsmhr1/Makefile @ 501:597b39aef484
libgsmhr1/mathhalf.h: rm unused declarations
for non-saturating functions
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 19 Jun 2024 00:54:44 +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