annotate Makefile @ 34:307fe06fabec

dhf: generate EFR hex DHF in C form
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 14 May 2024 03:36:31 +0000
parents c1aa6a4160f6
children f8a6ea314c5f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
c1aa6a4160f6 ul-test: initial generation
Mychaela Falconia <falcon@freecalypso.org>
parents: 32
diff changeset
1 SUBDIR= amrdiff dhf dmw pcma2efr pcmu2efr ringing ul-test utils
1
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 all: ${SUBDIR}
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
30
760bbae44c1f pcma2efr: emit the set of computed frames
Mychaela Falconia <falcon@freecalypso.org>
parents: 28
diff changeset
5 pcma2efr: utils
27
2095f3c23dad pcmu2efr: generate the data files here too
Mychaela Falconia <falcon@freecalypso.org>
parents: 16
diff changeset
6 pcmu2efr: utils
14
ec642bde2349 ringing: generate hex char arrays for FR&EFR ringing signals
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
7 ringing: utils
33
c1aa6a4160f6 ul-test: initial generation
Mychaela Falconia <falcon@freecalypso.org>
parents: 32
diff changeset
8 ul-test: dmw
14
ec642bde2349 ringing: generate hex char arrays for FR&EFR ringing signals
Mychaela Falconia <falcon@freecalypso.org>
parents: 13
diff changeset
9
1
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 ${SUBDIR}: FRC
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 cd $@; ${MAKE} ${MFLAGS}
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 clean: FRC
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 rm -f a.out core errs
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 FRC: