FreeCalypso > hg > fc-audio-config
view aud-gtamodem/Makefile @ 3:1d6b649d8b08
aud-gtamodem created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Oct 2017 19:59:42 +0000 |
parents | |
children |
line wrap: on
line source
BINFILES= para0.cfg para0.vol INSTDIR= /opt/freecalypso/aud-gtamodem all: ${BINFILES} para0.cfg: para0.src tiaud-compile $< $@ para0.vol: Makefile tiaud-mkvol 150 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol