view Makefile @ 23:2628a34fe75b

pcmu2efr: encode 2nd frame for AMR-EFR offsets 120-159
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 12 May 2024 04:24:15 +0000
parents 17d8ff0944a8
children 2095f3c23dad
line wrap: on
line source

SUBDIR=	amrdiff dmw pcmu2efr ringing utils

all:	${SUBDIR}

ringing:	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: