FreeCalypso > hg > gsm-codec-lib
comparison miscutil/Makefile @ 523:86d4ec69b36c
miscutil: new program tw5a-dump
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Sep 2024 04:13:28 +0000 |
parents | 785b302992f0 |
children | ddb2b00d582b |
comparison
equal
deleted
inserted
replaced
522:4d2cccaeb4a7 | 523:86d4ec69b36c |
---|---|
1 PROGS= amrts-pcm8-compact gsmrec-dump gsmx-to-tw5a pcm16-check13 pcm16-raw2wav\ | 1 PROGS= amrts-pcm8-compact gsmrec-dump gsmx-to-tw5a pcm16-check13 pcm16-raw2wav\ |
2 pcm16-to-alaw pcm16-to-ulaw pcm16-wav2raw pcm8-to-pcm16 | 2 pcm16-to-alaw pcm16-to-ulaw pcm16-wav2raw pcm8-to-pcm16 tw5a-dump |
3 LIBEFR= ../libgsmefr/libgsmefr.a ../libgsmfr2/libgsmfr2.a | 3 LIBEFR= ../libgsmefr/libgsmefr.a ../libgsmfr2/libgsmfr2.a |
4 LIBTEST=../libtest/libtest.a | 4 LIBTEST=../libtest/libtest.a |
5 | 5 |
6 include ../config.defs | 6 include ../config.defs |
7 | 7 |
32 ${CC} ${CFLAGS} -o $@ wav2raw.o ${LIBTEST} | 32 ${CC} ${CFLAGS} -o $@ wav2raw.o ${LIBTEST} |
33 | 33 |
34 pcm8-to-pcm16: pcm8-to-pcm16.c | 34 pcm8-to-pcm16: pcm8-to-pcm16.c |
35 ${CC} ${CFLAGS} -o $@ $@.c | 35 ${CC} ${CFLAGS} -o $@ $@.c |
36 | 36 |
37 tw5a-dump: tw5a-dump.o ${LIBTEST} ${LIBEFR} | |
38 ${CC} ${CFLAGS} -o $@ tw5a-dump.o ${LIBTEST} ${LIBEFR} | |
39 | |
37 install: | 40 install: |
38 mkdir -p ${DESTDIR}${bindir} | 41 mkdir -p ${DESTDIR}${bindir} |
39 install -c ${PROGS} ${DESTDIR}${bindir} | 42 install -c ${PROGS} ${DESTDIR}${bindir} |
40 | 43 |
41 clean: | 44 clean: |