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