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 XDockingAreaAcceptor.idl \ 72 XImageManager.idl \ 73 XModuleUIConfigurationManager.idl \ 74 XModuleUIConfigurationManagerSupplier.idl \ 75 XUIConfiguration.idl \ 76 XUIConfigurationListener.idl \ 77 XUIConfigurationManager.idl \ 78 XUIConfigurationManagerSupplier.idl \ 79 XUIConfigurationPersistence.idl \ 80 XUIConfigurationStorage.idl \ 81 XUIElement.idl \ 82 XUIElementFactory.idl \ 83 XUIElementFactoryRegistration.idl \ 84 XUIElementSettings.idl \ 85 XUIFunctionListener.idl \ 86 XVerticalStackLayoutElement.idl \ 87 XToolPanel.idl 88 89# ------------------------------------------------------------------ 90 91.INCLUDE : target.mk 92.INCLUDE : $(PRJ)$/util$/target.pmk 93