view aud-pirelli/Makefile @ 9:b777b03fa84c

newaec: some fc-tmsh auw 12 invokations for manual experimentation
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 30 Jul 2021 06:02:02 +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