FreeCalypso > hg > gsm-codec-lib
comparison frtest/Makefile @ 453:19f1aa01ea10
new approach to config & build for ThemWi software
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 10 May 2024 05:45:46 +0000 |
parents | e80632ccb745 |
children | cb1d1ea7f2c5 |
comparison
equal
deleted
inserted
replaced
452:6e595f7d40e2 | 453:19f1aa01ea10 |
---|---|
1 CC= gcc | |
2 CFLAGS= -O2 | |
3 PROGS= gsmfr-cod2std gsmfr-decode gsmfr-decode-r gsmfr-decode-rb \ | 1 PROGS= gsmfr-cod2std gsmfr-decode gsmfr-decode-r gsmfr-decode-rb \ |
4 gsmfr-dlcap-gsmx gsmfr-dlcap-parse gsmfr-encode gsmfr-encode-r \ | 2 gsmfr-dlcap-gsmx gsmfr-dlcap-parse gsmfr-encode gsmfr-encode-r \ |
5 gsmfr-preproc | 3 gsmfr-preproc |
6 LIBFR2= ../libgsmfr2/libgsmfr2.a | 4 LIBFR2= ../libgsmfr2/libgsmfr2.a |
7 LIBTEST=../libtest/libtest.a | 5 LIBTEST=../libtest/libtest.a |
8 INSTBIN=/opt/freecalypso/bin | 6 |
7 include ../config.defs | |
8 INSTBIN=${DESTDIR}${PREFIX}/bin | |
9 | 9 |
10 all: ${PROGS} | 10 all: ${PROGS} |
11 | 11 |
12 gsmfr-cod2std: cod2std.o ${LIBFR2} | 12 gsmfr-cod2std: cod2std.o ${LIBFR2} |
13 ${CC} ${CFLAGS} -o $@ $^ | 13 ${CC} ${CFLAGS} -o $@ $^ |