FreeCalypso > hg > vband-misc
annotate Makefile @ 30:760bbae44c1f
pcma2efr: emit the set of computed frames
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 13 May 2024 05:40:56 +0000 |
parents | 4f47447fd17f |
children | baf74dff5368 |
rev | line source |
---|---|
28
4f47447fd17f
pcma2efr: starting with DHF check
Mychaela Falconia <falcon@freecalypso.org>
parents:
27
diff
changeset
|
1 SUBDIR= amrdiff dmw pcma2efr pcmu2efr ringing utils |
1 | 2 |
3 all: ${SUBDIR} | |
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 |
ec642bde2349
ringing: generate hex char arrays for FR&EFR ringing signals
Mychaela Falconia <falcon@freecalypso.org>
parents:
13
diff
changeset
|
8 |
1 | 9 ${SUBDIR}: FRC |
10 cd $@; ${MAKE} ${MFLAGS} | |
11 | |
12 clean: FRC | |
13 rm -f a.out core errs | |
14 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
15 | |
16 FRC: |