FreeCalypso > hg > gsm-codec-lib
comparison Makefile @ 448:a2065e7d68bc
top Makefile: move libtwamr to SUBDIR_LIBPROD
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 10 May 2024 01:30:26 +0000 |
parents | 526a7f0e027d |
children | 19f1aa01ea10 |
comparison
equal
deleted
inserted
replaced
447:426c04621b51 | 448:a2065e7d68bc |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 | 3 |
4 SUBDIR_LIBPROD= libgsmefr libgsmfr2 | 4 SUBDIR_LIBPROD= libgsmefr libgsmfr2 libtwamr |
5 SUBDIR_UTILS= amrconv amrefr amrtest efrtest frtest miscutil | 5 SUBDIR_UTILS= amrconv amrefr amrtest efrtest frtest miscutil |
6 SUBDIR_INT= dev libtest libtwamr | 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} |
11 | 11 |