view aud-caramel/Makefile @ 3:e9c1f6d65654

make install support in batteries and charging subtrees modeled after fc-rfcal-tools/txlevels
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Apr 2022 18:15:52 +0000
parents 6ef2edd7ab6d
children
line wrap: on
line source

BINFILES=	handheld.cfg handheld.vol hds4.cfg hds4.vol
INSTDIR=	/opt/freecalypso/aud-caramel

all:	${BINFILES}

handheld.cfg:	hds4.src
	tiaud-compile $< $@

handheld.vol:	Makefile
	tiaud-mkvol 150 $@

hds4.cfg:	hds4.src
	tiaud-compile $< $@

hds4.vol:	Makefile
	tiaud-mkvol 150 $@

install:	${BINFILES}
	mkdir -p ${INSTDIR}
	install -c -m 644 ${BINFILES} ${INSTDIR}

clean:
	rm -f *.cfg *.vol