FreeCalypso > hg > vband-misc
annotate Makefile @ 46:d5f1b7aa76c4
top Makefile: add hr-sid
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 09 Jun 2024 08:58:44 +0000 |
parents | 0b1c4960e5e9 |
children | 914eeb3ab866 |
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 |
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: |