view Makefile @ 55:f27bc1e17311

fr-sid/goodsp-frame41.gsmx: starting point This 33-byte binary file contains frame #41 from good_sp.cod from GSM 06.32 test sequence set, converted from ETSI *.cod format into our gsmx format. This frame is an example of a real FRv1 SID.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 22 Aug 2024 05:00:08 +0000
parents 914eeb3ab866
children a64e5ed217c0
line wrap: on
line source

SUBDIR=	ae-dec-dhf amrdiff dhf dmw efr-sid hr-sid pcma2efr pcmu2efr ringing \
	ul-test utils

all:	${SUBDIR}

ae-dec-dhf:	ul-test
efr-sid:	utils
pcma2efr:	utils
pcmu2efr:	utils
ringing:	utils
ul-test:	dhf dmw utils

${SUBDIR}: FRC
	cd $@; ${MAKE} ${MFLAGS}

clean: FRC
	rm -f a.out core errs
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done

FRC: