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