FreeCalypso > hg > ffs-data-bundle
annotate 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 | |
children | e9c1f6d65654 |
rev | line source |
---|---|
2
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 SUBDIR= aud-caramel aud-fcdev3b |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 all: ${SUBDIR} |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 ${SUBDIR}: FRC |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 cd $@; ${MAKE} ${MFLAGS} |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 clean: FRC |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 rm -f a.out core errs |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 install: FRC |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 |
a4edf5415c74
top Makefile: start with fc-audio-config version
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 FRC: |