FreeCalypso > hg > ffs-data-bundle
comparison aud-fcdev3b/Makefile @ 0:6ef2edd7ab6d
aud-caramel, aud-fcdev3b: import from fc-audio-config repository
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 04 Apr 2022 07:53:58 +0000 | 
| parents | |
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| -1:000000000000 | 0:6ef2edd7ab6d | 
|---|---|
| 1 BINFILES= spkr0.cfg spkr0.vol | |
| 2 INSTDIR= /opt/freecalypso/aud-fcdev3b | |
| 3 | |
| 4 all: ${BINFILES} | |
| 5 | |
| 6 spkr0.cfg: spkr0.src | |
| 7 tiaud-compile $< $@ | |
| 8 | |
| 9 spkr0.vol: Makefile | |
| 10 tiaud-mkvol 150 $@ | |
| 11 | |
| 12 install: ${BINFILES} | |
| 13 mkdir -p ${INSTDIR} | |
| 14 install -c -m 644 ${BINFILES} ${INSTDIR} | |
| 15 | |
| 16 clean: | |
| 17 rm -f *.cfg *.vol | 
