repo.or.cz
/
pwlib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Prevented memory leak detection from considering anything
[pwlib.git]
/
samples
/
audio
/
Makefile
blob
8f467807682c761dc3238276a44959a106d8e125
1
# Simple makefile for the audio test program
2
3
PROG
=
audio
4
SOURCES
=
audio.
cxx
5
6
ifndef
PWLIBDIR
7
PWLIBDIR
=$(
HOME
)/
pwlib
8
endif
9
10
include
$(
PWLIBDIR
)/
make
/
ptlib.mak
11
12
# End of Makefile