1 |
# Makefile for oh323tut
|
2 |
#
|
3 |
# Copyright (c) 2002-2003 Vladimir Toncar
|
4 |
#
|
5 |
# The contents of this file are subject to the Mozilla Public License
|
6 |
# Version 1.1 (the "License"); you may not use this file except in
|
7 |
# compliance with the License. You may obtain a copy of the License at
|
8 |
# http://www.mozilla.org/MPL/
|
9 |
|
10 |
# Software distributed under the License is distributed on an "AS IS"
|
11 |
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
|
12 |
# See the License for the specific language governing rights and
|
13 |
# limitations under the License.
|
14 |
#
|
15 |
# The Original Code is oh323tut.
|
16 |
#
|
17 |
# The Initial Developer of the Original Code is Vladimir Toncar.
|
18 |
# All Rights Reserved.
|
19 |
#
|
20 |
# Contributor(s): ______________________________________.
|
21 |
|
22 |
PROG = oh323tut
|
23 |
SOURCES := ep.cxx oh323tut.cxx nullchan.cxx wavchan.cxx
|
24 |
|
25 |
ifndef OPENH323DIR
|
26 |
OPENH323DIR=$(HOME)/h323plus
|
27 |
endif
|
28 |
|
29 |
include $(OPENH323DIR)/openh323u.mak
|
30 |
|