1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 11# OpenOffice.org is free software: you can redistribute it and/or modify 12# it under the terms of the GNU Lesser General Public License version 3 13# only, as published by the Free Software Foundation. 14# 15# OpenOffice.org is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU Lesser General Public License version 3 for more details 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#************************************************************************* 27 28PRJ = ..$/..$/..$/..$/.. 29PRJNAME=offapi 30 31TARGET = csscbackend 32PACKAGE = com$/sun$/star$/configuration$/backend 33 34.INCLUDE: $(PRJ)$/util$/makefile.pmk 35 36IDLFILES = \ 37 Backend.idl \ 38 SingleBackend.idl \ 39 LocalSingleBackend.idl \ 40 LdapSingleBackend.idl \ 41 BackendAdapter.idl \ 42 SingleBackendAdapter.idl \ 43 OfflineBackend.idl \ 44 OnlineBackend.idl \ 45 HierarchyBrowser.idl \ 46 LocalHierarchyBrowser.idl \ 47 DataImporter.idl \ 48 LocalDataImporter.idl \ 49 LayerFilter.idl \ 50 LayerUpdateMerger.idl \ 51 Importer.idl \ 52 MergeImporter.idl \ 53 CopyImporter.idl \ 54 Schema.idl \ 55 Layer.idl \ 56 UpdatableLayer.idl \ 57 SingleLayerStratum.idl \ 58 LocalSingleStratum.idl \ 59 LdapSingleStratum.idl \ 60 MultiStratumBackend.idl \ 61 MultiLayerStratum.idl \ 62 LdapMultiLayerStratum.idl \ 63 SchemaSupplier.idl \ 64 LocalSchemaSupplier.idl \ 65 PlatformBackend.idl \ 66 SystemIntegration.idl \ 67 LayerDescriber.idl \ 68 InteractionHandler.idl \ 69 XBackend.idl \ 70 XBackendEntities.idl \ 71 XSchemaSupplier.idl \ 72 XVersionedSchemaSupplier.idl \ 73 XSingleLayerStratum.idl \ 74 XMultiLayerStratum.idl \ 75 XSchema.idl \ 76 XLayer.idl \ 77 XCompositeLayer.idl \ 78 XUpdatableLayer.idl \ 79 XSchemaHandler.idl \ 80 XLayerHandler.idl \ 81 XUpdateHandler.idl \ 82 XLayerImporter.idl \ 83 XBackendChangesNotifier.idl \ 84 XBackendChangesListener.idl \ 85 XLayerContentDescriber.idl \ 86 ComponentChangeEvent.idl \ 87 TemplateIdentifier.idl \ 88 SchemaAttribute.idl \ 89 NodeAttribute.idl \ 90 PropertyInfo.idl \ 91 MergeRecoveryRequest.idl \ 92 MalformedDataException.idl \ 93 BackendSetupException.idl \ 94 StratumCreationException.idl \ 95 AuthenticationFailedException.idl \ 96 CannotConnectException.idl \ 97 InvalidAuthenticationMechanismException.idl \ 98 BackendAccessException.idl \ 99 ConnectionLostException.idl \ 100 InsufficientAccessRightsException.idl 101 102.INCLUDE: target.mk 103.INCLUDE: $(PRJ)$/util$/target.pmk 104