FreeCalypso > hg > gsm-codec-lib
comparison Makefile @ 12:f88817a233fb
gsmfr-decode test program written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 20 Nov 2022 00:44:26 +0000 |
parents | 4229247843c0 |
children | 851ca64e38e9 |
comparison
equal
deleted
inserted
replaced
11:a3aa152c4653 | 12:f88817a233fb |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 SUBDIR= dev libgsmfrp libtest | 3 SUBDIR= dev frtest libgsmfrp libtest |
4 | 4 |
5 all: ${SUBDIR} | 5 all: ${SUBDIR} |
6 | |
7 frtest: libgsmfrp libtest | |
6 | 8 |
7 ${SUBDIR}: FRC | 9 ${SUBDIR}: FRC |
8 cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}" | 10 cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}" |
9 | 11 |
10 clean: FRC | 12 clean: FRC |