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=api 27 28TARGET=cssdframework 29PACKAGE=com$/sun$/star$/drawing$/framework 30 31# --- Settings ----------------------------------------------------- 32.INCLUDE : $(PRJ)$/util$/makefile.pmk 33 34# ------------------------------------------------------------------------ 35 36IDLFILES= \ 37 AnchorBindingMode.idl \ 38 BasicPaneFactory.idl \ 39 BasicToolBarFactory.idl \ 40 BasicViewFactory.idl \ 41 Configuration.idl \ 42 ConfigurationChangeEvent.idl \ 43 ConfigurationController.idl \ 44 ModuleController.idl \ 45 ResourceActivationMode.idl \ 46 ResourceId.idl \ 47 TabBarButton.idl \ 48 XConfiguration.idl \ 49 XConfigurationChangeListener.idl \ 50 XConfigurationChangeRequest.idl \ 51 XConfigurationController.idl \ 52 XConfigurationControllerBroadcaster.idl \ 53 XConfigurationControllerRequestQueue.idl\ 54 XControllerManager.idl \ 55 XModuleController.idl \ 56 XPane.idl \ 57 XPane2.idl \ 58 XPaneBorderPainter.idl \ 59 XRelocatableResource.idl \ 60 XResource.idl \ 61 XResourceId.idl \ 62 XResourceFactory.idl \ 63 XResourceFactoryManager.idl \ 64 XTabBar.idl \ 65 XToolBar.idl \ 66 XView.idl 67 68# ------------------------------------------------------------------ 69 70.INCLUDE : target.mk 71.INCLUDE : $(PRJ)$/util$/target.pmk 72