1#
2# Makefile
3#
4# Makefile for dtmftest
5#
6# Copyright (c) 2003 Equivalence Pty. Ltd.
7#
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/
12#
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.
17#
18# The Original Code is Portable Windows Library.
19#
20# The Initial Developer of the Original Code is Equivalence Pty. Ltd.
21#
22# Contributor(s): ______________________________________.
23#
24# $Log: Makefile,v $
25# Revision 1.1  2004/09/10 01:59:35  dereksmithies
26# Initial release of program to test Dtmf creation and detection.
27#
28
29#
30#
31#
32
33
34PROG = dtmftest
35SOURCES := main.cxx precompile.cxx
36
37include $(PTLIBDIR)/make/ptlib.mak
38