FreeCalypso > hg > ffs-data-bundle
annotate Makefile @ 3:e9c1f6d65654
make install support in batteries and charging subtrees
modeled after fc-rfcal-tools/txlevels
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 04 Apr 2022 18:15:52 +0000 |
parents | a4edf5415c74 |
children | e1878231dbcd |
rev | line source |
---|---|
3
e9c1f6d65654
make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
2
diff
changeset
|
1 SUBDIR= aud-caramel aud-fcdev3b batteries charging |
2
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: |