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=cssbeans 29PACKAGE=com$/sun$/star$/beans 30 31# --- Settings ----------------------------------------------------- 32.INCLUDE : $(PRJ)$/util$/makefile.pmk 33 34# ------------------------------------------------------------------------ 35 36IDLFILES=\ 37 Ambiguous.idl\ 38 Defaulted.idl\ 39 GetDirectPropertyTolerantResult.idl\ 40 GetPropertyTolerantResult.idl\ 41 IllegalTypeException.idl\ 42 Introspection.idl\ 43 IntrospectionException.idl\ 44 MethodConcept.idl\ 45 NamedValue.idl\ 46 NotRemoveableException.idl\ 47 Optional.idl\ 48 Pair.idl\ 49 Property.idl\ 50 PropertyAttribute.idl\ 51 PropertyBag.idl\ 52 PropertyChangeEvent.idl\ 53 PropertyConcept.idl\ 54 PropertyExistException.idl\ 55 PropertySet.idl\ 56 PropertySetInfoChange.idl\ 57 PropertySetInfoChangeEvent.idl\ 58 PropertyState.idl\ 59 PropertyStateChangeEvent.idl\ 60 PropertyValue.idl\ 61 PropertyValues.idl\ 62 PropertyVetoException.idl\ 63 SetPropertyTolerantFailed.idl\ 64 StringPair.idl\ 65 TolerantPropertySetResultType.idl\ 66 UnknownPropertyException.idl\ 67 XExactName.idl\ 68 XFastPropertySet.idl\ 69 XHierarchicalPropertySet.idl\ 70 XHierarchicalPropertySetInfo.idl\ 71 XIntrospection.idl\ 72 XIntrospectionAccess.idl\ 73 XIntroTest.idl\ 74 XMaterialHolder.idl\ 75 XMultiPropertySet.idl\ 76 XMultiPropertyStates.idl\ 77 XMultiHierarchicalPropertySet.idl\ 78 XPropertiesChangeListener.idl\ 79 XPropertiesChangeNotifier.idl\ 80 XProperty.idl\ 81 XPropertyAccess.idl\ 82 XPropertyChangeListener.idl\ 83 XPropertyContainer.idl\ 84 XPropertySet.idl\ 85 XPropertySetInfo.idl\ 86 XPropertySetInfoChangeListener.idl\ 87 XPropertySetInfoChangeNotifier.idl\ 88 XPropertyState.idl\ 89 XPropertyStateChangeListener.idl\ 90 XPropertyWithState.idl\ 91 XTolerantMultiPropertySet.idl\ 92 XVetoableChangeListener.idl\ 93 94# ------------------------------------------------------------------ 95 96.INCLUDE : target.mk 97.INCLUDE : $(PRJ)$/util$/target.pmk 98