comparison pcm-study/Makefile @ 11:8b047c9bfe5f

g711u-grep-gsmout program written
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 15 May 2024 02:31:01 +0000
parents net-traffic/Makefile@e686bc92c7d8
children b5e73d5ebcd1
comparison
equal deleted inserted replaced
10:e686bc92c7d8 11:8b047c9bfe5f
1 PROGS= g711u-grep-gsmout
2
3 include ../config.defs
4
5 all: ${PROGS}
6
7 g711u-grep-gsmout: g711u-grep-gsmout.c
8 ${CC} ${CFLAGS} -o $@ $@.c
9
10 install:
11 mkdir -p ${DESTDIR}${bindir}
12 install -c ${PROGS} ${DESTDIR}${bindir}
13
14 clean:
15 rm -f *.o *.out ${PROGS}