FreeCalypso > hg > fc-audio-config
view aud-gtamodem/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 | 1d6b649d8b08 |
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