1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23PRJ=..$/..
24
25PRJNAME = OOoRunner
26PACKAGE = convwatch
27TARGET = runner_convwatch
28
29# --- Settings -----------------------------------------------------
30
31.INCLUDE :  settings.mk
32
33# --- Files --------------------------------------------------------
34
35JARFILES = ridl.jar unoil.jar jurt.jar juh.jar java_uno.jar
36JAVAFILES = \
37 TriState.java \
38 IniFile.java \
39 BuildID.java \
40 GfxCompare.java \
41 FilenameHelper.java \
42 NameHelper.java \
43 HTMLOutputter.java \
44 LISTOutputter.java \
45 INIOutputter.java \
46 PropertyName.java \
47 StatusHelper.java \
48 ConvWatchException.java \
49 ConvWatchCancelException.java \
50 OfficePrint.java \
51 PRNCompare.java \
52 FileHelper.java \
53 OSHelper.java \
54 PixelCounter.java \
55 ImageHelper.java \
56 BorderRemover.java \
57 ConvWatch.java \
58 DirectoryHelper.java \
59 ConvWatchStarter.java \
60 ReferenceBuilder.java \
61 EnhancedComplexTestCase.java \
62 MSOfficePrint.java \
63 GraphicalTestArguments.java \
64 GraphicalDifferenceCheck.java \
65 DocumentConverter.java\
66 DBHelper.java\
67 DB.java\
68 ValueNotFoundException.java \
69 GlobalLogWriter.java \
70 CrashLoopTest.java \
71 ReportDesignerTest.java \
72 DateHelper.java \
73 TimeHelper.java
74
75
76
77
78JAVACLASSFILES=	$(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
79
80# --- Targets ------------------------------------------------------
81
82.INCLUDE :  target.mk
83