FreeCalypso > hg > gsm-codec-lib
diff Makefile @ 184:b092a510141e
tree reorg: move gsm-amr2efr & gsm-efr2amr to amrconv subdir
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 03 Jan 2023 02:33:45 +0000 |
parents | 89945a3b576e |
children | 34f8549ff0b1 |
line wrap: on
line diff
--- a/Makefile Tue Jan 03 00:12:18 2023 +0000 +++ b/Makefile Tue Jan 03 02:33:45 2023 +0000 @@ -2,13 +2,14 @@ CFLAGS= -O2 SUBDIR_LIBPROD= libgsmefr libgsmfrp -SUBDIR_UTILS= efrtest frtest miscutil pcap +SUBDIR_UTILS= amrconv efrtest frtest miscutil pcap SUBDIR_INT= dev libtest SUBDIR= ${SUBDIR_LIBPROD} ${SUBDIR_UTILS} ${SUBDIR_INT} all: ${SUBDIR} +amrconv: libtest efrtest: libgsmefr libtest frtest: libgsmfrp libtest miscutil: libgsmefr libtest