annotate Makefile @ 51:914eeb3ab866

efr-sid OS#6538: generate test frames in hex form
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 12 Aug 2024 03:06:17 +0000
parents d5f1b7aa76c4
children a64e5ed217c0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 all: ${SUBDIR}
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
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
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 ${SUBDIR}: FRC
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 cd $@; ${MAKE} ${MFLAGS}
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 clean: FRC
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 rm -f a.out core errs
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19
33eeeff6ae88 add top Makefile
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 FRC: