annotate Makefile @ 5:e0c7fa6be0fc

aud-pirelli: copying official fw
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 05 Apr 2022 07:28:43 +0000
parents e1878231dbcd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
e0c7fa6be0fc aud-pirelli: copying official fw
Mychaela Falconia <falcon@freecalypso.org>
parents: 4
diff changeset
1 SUBDIR= aud-c139 aud-caramel aud-fcdev3b aud-pirelli 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: