FreeCalypso > hg > vband-misc
annotate Makefile @ 44:0b1c4960e5e9
top Makefile: add efr-sid
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 09 Jun 2024 06:00:43 +0000 |
parents | e38e8d0fba70 |
children | d5f1b7aa76c4 |
rev | line source |
---|---|
44
0b1c4960e5e9
top Makefile: add efr-sid
Mychaela Falconia <falcon@freecalypso.org>
parents:
40
diff
changeset
|
1 SUBDIR= ae-dec-dhf amrdiff dhf dmw efr-sid pcma2efr pcmu2efr ringing ul-test \ |
0b1c4960e5e9
top Makefile: add efr-sid
Mychaela Falconia <falcon@freecalypso.org>
parents:
40
diff
changeset
|
2 utils |
1 | 3 |
4 all: ${SUBDIR} | |
5 | |
40
e38e8d0fba70
ae-dec-dhf: complete generation
Mychaela Falconia <falcon@freecalypso.org>
parents:
38
diff
changeset
|
6 ae-dec-dhf: ul-test |
30
760bbae44c1f
pcma2efr: emit the set of computed frames
Mychaela Falconia <falcon@freecalypso.org>
parents:
28
diff
changeset
|
7 pcma2efr: utils |
27
2095f3c23dad
pcmu2efr: generate the data files here too
Mychaela Falconia <falcon@freecalypso.org>
parents:
16
diff
changeset
|
8 pcmu2efr: utils |
14
ec642bde2349
ringing: generate hex char arrays for FR&EFR ringing signals
Mychaela Falconia <falcon@freecalypso.org>
parents:
13
diff
changeset
|
9 ringing: utils |
38
e96e8d8973c0
ul-test: generate hex include files for PCMU
Mychaela Falconia <falcon@freecalypso.org>
parents:
37
diff
changeset
|
10 ul-test: dhf dmw utils |
14
ec642bde2349
ringing: generate hex char arrays for FR&EFR ringing signals
Mychaela Falconia <falcon@freecalypso.org>
parents:
13
diff
changeset
|
11 |
1 | 12 ${SUBDIR}: FRC |
13 cd $@; ${MAKE} ${MFLAGS} | |
14 | |
15 clean: FRC | |
16 rm -f a.out core errs | |
17 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
18 | |
19 FRC: |