update dev300-m58
[ooovba.git] / qadevOOo / runner / util / makefile.mk
blobd7ca5f46ccc8e651a57422fa075e1d4cafe9a67c
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.10 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..
34 PRJNAME = OOoRunner
35 PACKAGE = util
36 TARGET = runner_util
38 # --- Settings -----------------------------------------------------
40 .INCLUDE : settings.mk
42 # --- Files --------------------------------------------------------
44 JARFILES = ridl.jar jurt.jar unoil.jar
46 JAVAFILES = AccessibilityTools.java \
47 BasicMacroTools.java \
48 BookmarkDsc.java \
49 ControlDsc.java \
50 dbg.java \
51 DBTools.java \
52 DefaultDsc.java \
53 DesktopTools.java \
54 DrawTools.java \
55 DynamicClassLoader.java \
56 FootnoteDsc.java \
57 FormTools.java \
58 FrameDsc.java \
59 InstCreator.java \
60 InstDescr.java \
61 ParagraphDsc.java \
62 ReferenceMarkDsc.java \
63 RegistryTools.java \
64 ShapeDsc.java \
65 SOfficeFactory.java \
66 StyleFamilyDsc.java \
67 PropertyName.java \
68 SysUtils.java \
69 TableDsc.java \
70 TextSectionDsc.java \
71 XLayerImpl.java \
72 XLayerHandlerImpl.java \
73 XSchemaHandlerImpl.java \
74 UITools.java \
75 utils.java \
76 ValueChanger.java \
77 ValueComparer.java \
78 WaitUnreachable.java \
79 WriterTools.java \
80 XInstCreator.java \
81 XMLTools.java
83 JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
85 # --- Targets ------------------------------------------------------
88 .INCLUDE : target.mk
90 TST:
91 @echo $(JAVACLASSFILES)