FreeCalypso > hg > vband-misc
comparison Makefile @ 27:2095f3c23dad
pcmu2efr: generate the data files here too
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 13 May 2024 01:46:25 +0000 |
parents | 17d8ff0944a8 |
children | 4f47447fd17f |
comparison
equal
deleted
inserted
replaced
26:1794bf0fbcf7 | 27:2095f3c23dad |
---|---|
1 SUBDIR= amrdiff dmw pcmu2efr ringing utils | 1 SUBDIR= amrdiff dmw pcmu2efr ringing utils |
2 | 2 |
3 all: ${SUBDIR} | 3 all: ${SUBDIR} |
4 | 4 |
5 pcmu2efr: utils | |
5 ringing: utils | 6 ringing: utils |
6 | 7 |
7 ${SUBDIR}: FRC | 8 ${SUBDIR}: FRC |
8 cd $@; ${MAKE} ${MFLAGS} | 9 cd $@; ${MAKE} ${MFLAGS} |
9 | 10 |