FreeCalypso > hg > fc-audio-config
view aud-pirelli/Makefile @ 10:7ad65d870b2f
fir-coeffs/pirelli: FIR coeff sets extracted from Pirelli DP-L10
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 02 Aug 2021 18:21:55 +0000 |
parents | 74933941ea81 |
children |
line wrap: on
line source
BINFILES= handheld.cfg handheld.vol headset.cfg headset.vol INSTDIR= /opt/freecalypso/aud-pirelli all: ${BINFILES} handheld.cfg: handheld.src tiaud-compile $< $@ handheld.vol: Makefile tiaud-mkvol 150 $@ headset.cfg: headset.src tiaud-compile $< $@ headset.vol: Makefile tiaud-mkvol 150 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol