Prevented memory leak detection from considering anything
[pwlib.git] / samples / dtmftest / Makefile
blob11623ecacece6bd85613844ab279c43a5821cdca
2 # Makefile
4 # Makefile for dtmftest
6 # Copyright (c) 2003 Equivalence Pty. Ltd.
8 # The contents of this file are subject to the Mozilla Public License
9 # Version 1.0 (the "License"); you may not use this file except in
10 # compliance with the License. You may obtain a copy of the License at
11 # http://www.mozilla.org/MPL/
13 # Software distributed under the License is distributed on an "AS IS"
14 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
15 # the License for the specific language governing rights and limitations
16 # under the License.
18 # The Original Code is Portable Windows Library.
20 # The Initial Developer of the Original Code is Equivalence Pty. Ltd.
22 # Contributor(s): ______________________________________.
24 # $Log$
25 # Revision 1.1 2004/09/10 01:59:35 dereksmithies
26 # Initial release of program to test Dtmf creation and detection.
34 PROG = dtmftest
35 SOURCES := main.cxx precompile.cxx
37 include $(PWLIBDIR)/make/ptlib.mak