FreeCalypso > hg > freecalypso-tools
view ffstools/aud-fcdev3b/Makefile @ 258:00805e7c4c45
doc/High-speed-serial: update/rewrite for the new FTDI support
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 28 Sep 2017 07:53:50 +0000 |
parents | f943c439ae5e |
children |
line wrap: on
line source
BINFILES= mcsi.cfg mcsi.vol spkrmax.cfg spkrmax.vol INSTDIR= /opt/freecalypso/aud-fcdev3b all: ${BINFILES} mcsi.cfg: mcsi.src ../tiaud/compile $< $@ mcsi.vol: Makefile ../tiaud/mkvol 150 $@ spkrmax.cfg: spkrmax.src ../tiaud/compile $< $@ spkrmax.vol: Makefile ../tiaud/mkvol 200 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol