FreeCalypso > hg > gsm-codec-lib
comparison Makefile @ 209:34f8549ff0b1
drop pcap component - moved to rtp-debug-utils repository
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 16 Apr 2023 08:25:19 +0000 |
| parents | b092a510141e |
| children | 77b7b7b7b384 |
comparison
equal
deleted
inserted
replaced
| 208:13d27ff5b5df | 209:34f8549ff0b1 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 | 3 |
| 4 SUBDIR_LIBPROD= libgsmefr libgsmfrp | 4 SUBDIR_LIBPROD= libgsmefr libgsmfrp |
| 5 SUBDIR_UTILS= amrconv efrtest frtest miscutil pcap | 5 SUBDIR_UTILS= amrconv efrtest frtest miscutil |
| 6 SUBDIR_INT= dev libtest | 6 SUBDIR_INT= dev libtest |
| 7 | 7 |
| 8 SUBDIR= ${SUBDIR_LIBPROD} ${SUBDIR_UTILS} ${SUBDIR_INT} | 8 SUBDIR= ${SUBDIR_LIBPROD} ${SUBDIR_UTILS} ${SUBDIR_INT} |
| 9 | 9 |
| 10 all: ${SUBDIR} | 10 all: ${SUBDIR} |
