Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / ui / makefile.mk
blob1d5853bae873c09f597772198aafba0ded6e2e6c
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.14 $
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=offapi
36 TARGET=cssui
37 PACKAGE=com$/sun$/star$/ui
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
44 IDLFILES=\
45 ActionTrigger.idl \
46 ActionTriggerContainer.idl \
47 ActionTriggerSeparator.idl \
48 ActionTriggerSeparatorType.idl \
49 ConfigurableUIElement.idl \
50 ConfigurationEvent.idl \
51 ContextMenuExecuteEvent.idl \
52 ContextMenuInterceptorAction.idl \
53 DockingArea.idl \
54 GlobalAcceleratorConfiguration.idl \
55 ImageType.idl \
56 ItemDescriptor.idl \
57 ItemStyle.idl \
58 ItemType.idl \
59 ModuleUICategoryDescription.idl \
60 ModuleUICommandDescription.idl \
61 ModuleUIConfigurationManager.idl \
62 ModuleUIConfigurationManagerSupplier.idl \
63 ModuleWindowStateConfiguration.idl \
64 UICategoryDescription.idl \
65 UICommandDescription.idl \
66 UIConfigurationManager.idl \
67 UIElement.idl \
68 UIElementFactory.idl \
69 UIElementFactoryManager.idl \
70 UIElementSettings.idl \
71 UIElementType.idl \
72 WindowContentFactory.idl \
73 WindowStateConfiguration.idl \
74 XAcceleratorConfiguration.idl \
75 XContextMenuInterception.idl \
76 XContextMenuInterceptor.idl \
77 XDockingAreaAcceptor.idl \
78 XImageManager.idl \
79 XModuleUIConfigurationManager.idl \
80 XModuleUIConfigurationManagerSupplier.idl \
81 XUIConfiguration.idl \
82 XUIConfigurationListener.idl \
83 XUIConfigurationManager.idl \
84 XUIConfigurationManagerSupplier.idl \
85 XUIConfigurationPersistence.idl \
86 XUIConfigurationStorage.idl \
87 XUIElement.idl \
88 XUIElementFactory.idl \
89 XUIElementFactoryRegistration.idl \
90 XUIElementSettings.idl \
91 XUIFunctionListener.idl
93 # ------------------------------------------------------------------
95 .INCLUDE : target.mk
96 .INCLUDE : $(PRJ)$/util$/target.pmk