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=csscontainer 29PACKAGE=com$/sun$/star$/container 30 31# --- Settings ----------------------------------------------------- 32.INCLUDE : $(PRJ)$/util$/makefile.pmk 33 34# ------------------------------------------------------------------------ 35 36IDLFILES=\ 37 XIdentifierAccess.idl\ 38 XIdentifierReplace.idl\ 39 XIdentifierContainer.idl\ 40 ContainerEvent.idl\ 41 ElementExistException.idl\ 42 EnumerableMap.idl\ 43 NoSuchElementException.idl\ 44 XChild.idl\ 45 XUniqueIDAccess.idl\ 46 XComponentEnumeration.idl\ 47 XComponentEnumerationAccess.idl\ 48 XContainer.idl\ 49 XContainerApproveBroadcaster.idl\ 50 XContainerApproveListener.idl\ 51 XContainerListener.idl\ 52 XContainerQuery.idl\ 53 XContentEnumerationAccess.idl\ 54 XElementAccess.idl\ 55 XEnumerableMap.idl\ 56 XEnumeration.idl\ 57 XEnumerationAccess.idl\ 58 XHierarchicalName.idl\ 59 XHierarchicalNameAccess.idl\ 60 XHierarchicalNameReplace.idl\ 61 XHierarchicalNameContainer.idl\ 62 XImplicitIDAccess.idl\ 63 XImplicitIDContainer.idl\ 64 XImplicitIDReplace.idl\ 65 XIndexAccess.idl\ 66 XIndexContainer.idl\ 67 XIndexReplace.idl\ 68 XMap.idl\ 69 XNameAccess.idl\ 70 XNameContainer.idl\ 71 XNamed.idl\ 72 XNameReplace.idl\ 73 XSet.idl\ 74 XStringKeyMap.idl\ 75 76# ------------------------------------------------------------------ 77 78.INCLUDE : target.mk 79.INCLUDE : $(PRJ)$/util$/target.pmk 80