annotate Makefile @ 4:e1878231dbcd

aud-c139: preliminary version
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 05 Apr 2022 06:22:50 +0000
parents e9c1f6d65654
children e0c7fa6be0fc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
e1878231dbcd aud-c139: preliminary version
Mychaela Falconia <falcon@freecalypso.org>
parents: 3
diff changeset
1 SUBDIR= aud-c139 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: