xref: /aoo41x/main/offapi/com/sun/star/ui/makefile.mk (revision 74c4339d)
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    ContextMenuExecuteEvent.idl                 \
44    ContextMenuInterceptorAction.idl            \
45    DockingArea.idl                             \
46    GlobalAcceleratorConfiguration.idl          \
47    ImageType.idl                               \
48    ItemDescriptor.idl                          \
49    ItemStyle.idl                               \
50    ItemType.idl                                \
51    ModuleUICategoryDescription.idl             \
52    ModuleUICommandDescription.idl              \
53    ModuleUIConfigurationManager.idl            \
54    ModuleUIConfigurationManagerSupplier.idl    \
55    ModuleWindowStateConfiguration.idl          \
56    UICategoryDescription.idl                   \
57    UICommandDescription.idl                    \
58    UIConfigurationManager.idl                  \
59    UIElement.idl                               \
60    UIElementFactory.idl                        \
61    UIElementFactoryManager.idl                 \
62    UIElementSettings.idl                       \
63    UIElementType.idl                           \
64    WindowContentFactory.idl					\
65    WindowStateConfiguration.idl                \
66    XAcceleratorConfiguration.idl               \
67    XContextMenuInterception.idl                \
68    XContextMenuInterceptor.idl                 \
69    XDockingAreaAcceptor.idl                    \
70    XImageManager.idl                           \
71    XModuleUIConfigurationManager.idl           \
72    XModuleUIConfigurationManagerSupplier.idl   \
73    XStatusbarItem.idl                          \
74    XUIConfiguration.idl                        \
75    XUIConfigurationListener.idl                \
76    XUIConfigurationManager.idl                 \
77    XUIConfigurationManagerSupplier.idl         \
78    XUIConfigurationPersistence.idl             \
79    XUIConfigurationStorage.idl                 \
80    XUIElement.idl                              \
81    XUIElementFactory.idl                       \
82    XUIElementFactoryRegistration.idl           \
83    XUIElementSettings.idl                      \
84    XUIFunctionListener.idl                     \
85    XToolPanel.idl
86
87# ------------------------------------------------------------------
88
89.INCLUDE :  target.mk
90.INCLUDE :  $(PRJ)$/util$/target.pmk
91