1#
2# Makefile
3#
4# Makefile for vidtest
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  2003/04/29 00:56:37  dereks
26# Initial release for video testing.
27#
28#
29#
30#
31
32
33PROG = vidtest
34SOURCES := main.cxx precompile.cxx
35
36include $(PTLIBDIR)/make/ptlib.mak
37