FreeCalypso > hg > vband-misc
annotate Makefile @ 54:0832b5ac62b2
efr-sid/Unit-test-desc: update for complete status
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 19 Aug 2024 17:40:43 +0000 |
parents | 914eeb3ab866 |
children | a64e5ed217c0 |
rev | line source |
---|---|
46
d5f1b7aa76c4
top Makefile: add hr-sid
Mychaela Falconia <falcon@freecalypso.org>
parents:
44
diff
changeset
|
1 SUBDIR= ae-dec-dhf amrdiff dhf dmw efr-sid hr-sid pcma2efr pcmu2efr ringing \ |
d5f1b7aa76c4
top Makefile: add hr-sid
Mychaela Falconia <falcon@freecalypso.org>
parents:
44
diff
changeset
|
2 ul-test 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 |
51
914eeb3ab866
efr-sid OS#6538: generate test frames in hex form
Mychaela Falconia <falcon@freecalypso.org>
parents:
46
diff
changeset
|
7 efr-sid: utils |
30
760bbae44c1f
pcma2efr: emit the set of computed frames
Mychaela Falconia <falcon@freecalypso.org>
parents:
28
diff
changeset
|
8 pcma2efr: utils |
27
2095f3c23dad
pcmu2efr: generate the data files here too
Mychaela Falconia <falcon@freecalypso.org>
parents:
16
diff
changeset
|
9 pcmu2efr: utils |
14
ec642bde2349
ringing: generate hex char arrays for FR&EFR ringing signals
Mychaela Falconia <falcon@freecalypso.org>
parents:
13
diff
changeset
|
10 ringing: utils |
38
e96e8d8973c0
ul-test: generate hex include files for PCMU
Mychaela Falconia <falcon@freecalypso.org>
parents:
37
diff
changeset
|
11 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
|
12 |
1 | 13 ${SUBDIR}: FRC |
14 cd $@; ${MAKE} ${MFLAGS} | |
15 | |
16 clean: FRC | |
17 rm -f a.out core errs | |
18 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
19 | |
20 FRC: |