xref: /aoo4110/main/qadevOOo/runner/util/makefile.mk (revision b1cdbd2c)
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
23
24PRJ=..$/..
25
26PRJNAME = OOoRunner
27PACKAGE = util
28TARGET = runner_util
29
30# --- Settings -----------------------------------------------------
31
32.INCLUDE :  settings.mk
33
34# --- Files --------------------------------------------------------
35
36JARFILES = ridl.jar jurt.jar unoil.jar
37
38JAVAFILES =	AccessibilityTools.java	\
39            BasicMacroTools.java    \
40			BookmarkDsc.java		\
41			ControlDsc.java			\
42            dbg.java				\
43			DBTools.java			\
44			DefaultDsc.java			\
45			DesktopTools.java		\
46			DrawTools.java          \
47            DynamicClassLoader.java \
48			FootnoteDsc.java		\
49			FormTools.java			\
50			FrameDsc.java			\
51			InstCreator.java		\
52			InstDescr.java			\
53            ParagraphDsc.java       \
54			ReferenceMarkDsc.java	\
55			RegistryTools.java		\
56			ShapeDsc.java			\
57			SOfficeFactory.java		\
58			StyleFamilyDsc.java		\
59			PropertyName.java		\
60            SysUtils.java           \
61            TableDsc.java			\
62			TextSectionDsc.java		\
63			XLayerImpl.java 		\
64			XLayerHandlerImpl.java 	\
65			XSchemaHandlerImpl.java \
66            UITools.java            \
67            utils.java              \
68			ValueChanger.java		\
69			ValueComparer.java		\
70            WaitUnreachable.java    \
71			WriterTools.java		\
72            XInstCreator.java       \
73            XMLTools.java
74
75JAVACLASSFILES=	$(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
76
77# --- Targets ------------------------------------------------------
78
79
80.INCLUDE :  target.mk
81
82TST:
83        @echo $(JAVACLASSFILES)
84