xref: /aoo41x/main/offapi/com/sun/star/ui/makefile.mk (revision 22de8995)
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=offapi
27
28TARGET=cssui
29PACKAGE=com$/sun$/star$/ui
30
31# --- Settings -----------------------------------------------------
32.INCLUDE :  $(PRJ)$/util$/makefile.pmk
33
34# ------------------------------------------------------------------------
35
36IDLFILES=\
37    ActionTrigger.idl                           \
38    ActionTriggerContainer.idl                  \
39    ActionTriggerSeparator.idl                  \
40    ActionTriggerSeparatorType.idl              \
41    ConfigurableUIElement.idl                   \
42    ConfigurationEvent.idl                      \
43	ContextChangeEventMultiplexer.idl			\
44	ContextChangeEventObject.idl				\
45    ContextMenuExecuteEvent.idl                 \
46    ContextMenuInterceptorAction.idl            \
47    DockingArea.idl                             \
48    GlobalAcceleratorConfiguration.idl          \
49    ImageType.idl                               \
50    ItemDescriptor.idl                          \
51    ItemStyle.idl                               \
52    ItemType.idl                                \
53    ModuleUICategoryDescription.idl             \
54    ModuleUICommandDescription.idl              \
55    ModuleUIConfigurationManager.idl            \
56    ModuleUIConfigurationManagerSupplier.idl    \
57    ModuleWindowStateConfiguration.idl          \
58    UICategoryDescription.idl                   \
59    UICommandDescription.idl                    \
60    UIConfigurationManager.idl                  \
61    UIElement.idl                               \
62    UIElementFactory.idl                        \
63    UIElementFactoryManager.idl                 \
64    UIElementSettings.idl                       \
65    UIElementType.idl                           \
66    WindowContentFactory.idl					\
67    WindowStateConfiguration.idl                \
68    XAcceleratorConfiguration.idl               \
69    XContextMenuInterception.idl                \
70    XContextMenuInterceptor.idl                 \
71	XContextChangeEventListener.idl				\
72	XContextChangeEventMultiplexer.idl			\
73    XDockingAreaAcceptor.idl                    \
74    XImageManager.idl                           \
75    XModuleUIConfigurationManager.idl           \
76    XModuleUIConfigurationManagerSupplier.idl   \
77    XUIConfiguration.idl                        \
78    XUIConfigurationListener.idl                \
79    XUIConfigurationManager.idl                 \
80    XUIConfigurationManagerSupplier.idl         \
81    XUIConfigurationPersistence.idl             \
82    XUIConfigurationStorage.idl                 \
83    XUIElement.idl                              \
84    XUIElementFactory.idl                       \
85    XUIElementFactoryRegistration.idl           \
86    XUIElementSettings.idl                      \
87    XUIFunctionListener.idl                     \
88    XVerticalStackLayoutElement.idl             \
89    XToolPanel.idl
90
91# ------------------------------------------------------------------
92
93.INCLUDE :  target.mk
94.INCLUDE :  $(PRJ)$/util$/target.pmk
95