annotate aud-caramel/Makefile @ 2:a4edf5415c74

top Makefile: start with fc-audio-config version
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Apr 2022 17:13:12 +0000
parents 6ef2edd7ab6d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 BINFILES= handheld.cfg handheld.vol hds4.cfg hds4.vol
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 INSTDIR= /opt/freecalypso/aud-caramel
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 all: ${BINFILES}
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 handheld.cfg: hds4.src
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 tiaud-compile $< $@
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 handheld.vol: Makefile
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 tiaud-mkvol 150 $@
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 hds4.cfg: hds4.src
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 tiaud-compile $< $@
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 hds4.vol: Makefile
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 tiaud-mkvol 150 $@
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 install: ${BINFILES}
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 mkdir -p ${INSTDIR}
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 install -c -m 644 ${BINFILES} ${INSTDIR}
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 clean:
6ef2edd7ab6d aud-caramel, aud-fcdev3b: import from fc-audio-config repository
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 rm -f *.cfg *.vol