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 = ..$/..$/..$/..$/.. 25PRJNAME=offapi 26 27TARGET = csscbackend 28PACKAGE = com$/sun$/star$/configuration$/backend 29 30.INCLUDE: $(PRJ)$/util$/makefile.pmk 31 32IDLFILES = \ 33 Backend.idl \ 34 SingleBackend.idl \ 35 LocalSingleBackend.idl \ 36 LdapSingleBackend.idl \ 37 BackendAdapter.idl \ 38 SingleBackendAdapter.idl \ 39 OfflineBackend.idl \ 40 OnlineBackend.idl \ 41 HierarchyBrowser.idl \ 42 LocalHierarchyBrowser.idl \ 43 DataImporter.idl \ 44 LocalDataImporter.idl \ 45 LayerFilter.idl \ 46 LayerUpdateMerger.idl \ 47 Importer.idl \ 48 MergeImporter.idl \ 49 CopyImporter.idl \ 50 Schema.idl \ 51 Layer.idl \ 52 UpdatableLayer.idl \ 53 SingleLayerStratum.idl \ 54 LocalSingleStratum.idl \ 55 LdapSingleStratum.idl \ 56 MultiStratumBackend.idl \ 57 MultiLayerStratum.idl \ 58 LdapMultiLayerStratum.idl \ 59 SchemaSupplier.idl \ 60 LocalSchemaSupplier.idl \ 61 PlatformBackend.idl \ 62 SystemIntegration.idl \ 63 LayerDescriber.idl \ 64 InteractionHandler.idl \ 65 XBackend.idl \ 66 XBackendEntities.idl \ 67 XSchemaSupplier.idl \ 68 XVersionedSchemaSupplier.idl \ 69 XSingleLayerStratum.idl \ 70 XMultiLayerStratum.idl \ 71 XSchema.idl \ 72 XLayer.idl \ 73 XCompositeLayer.idl \ 74 XUpdatableLayer.idl \ 75 XSchemaHandler.idl \ 76 XLayerHandler.idl \ 77 XUpdateHandler.idl \ 78 XLayerImporter.idl \ 79 XBackendChangesNotifier.idl \ 80 XBackendChangesListener.idl \ 81 XLayerContentDescriber.idl \ 82 ComponentChangeEvent.idl \ 83 TemplateIdentifier.idl \ 84 SchemaAttribute.idl \ 85 NodeAttribute.idl \ 86 PropertyInfo.idl \ 87 MergeRecoveryRequest.idl \ 88 MalformedDataException.idl \ 89 BackendSetupException.idl \ 90 StratumCreationException.idl \ 91 AuthenticationFailedException.idl \ 92 CannotConnectException.idl \ 93 InvalidAuthenticationMechanismException.idl \ 94 BackendAccessException.idl \ 95 ConnectionLostException.idl \ 96 InsufficientAccessRightsException.idl 97 98.INCLUDE: target.mk 99.INCLUDE: $(PRJ)$/util$/target.pmk 100