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# Copyright IBM Corporation 2009. 7# 8# OpenOffice.org - a multi-platform office productivity suite 9# 10# This file is part of OpenOffice.org. 11# 12# OpenOffice.org is free software: you can redistribute it and/or modify 13# it under the terms of the GNU Lesser General Public License version 3 14# only, as published by the Free Software Foundation. 15# 16# OpenOffice.org is distributed in the hope that it will be useful, 17# but WITHOUT ANY WARRANTY; without even the implied warranty of 18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19# GNU Lesser General Public License version 3 for more details 20# (a copy is included in the LICENSE file that accompanied this code). 21# 22# You should have received a copy of the GNU Lesser General Public License 23# version 3 along with OpenOffice.org. If not, see 24# <http://www.openoffice.org/license.html> 25# for a copy of the LGPLv3 License. 26# 27#************************************************************************* 28 29PRJ=..$/..$/..$/.. 30 31PRJNAME=offapi 32 33TARGET=csstask 34PACKAGE=com$/sun$/star$/task 35 36# --- Settings ----------------------------------------------------- 37.INCLUDE : $(PRJ)$/util$/makefile.pmk 38 39# ------------------------------------------------------------------------ 40 41IDLFILES=\ 42 ClassifiedInteractionRequest.idl\ 43 DocumentMacroConfirmationRequest.idl\ 44 DocumentPasswordRequest.idl\ 45 DocumentPasswordRequest2.idl\ 46 DocumentMSPasswordRequest.idl\ 47 DocumentMSPasswordRequest2.idl\ 48 ErrorCodeRequest.idl\ 49 ErrorCodeIOException.idl\ 50 FutureDocumentVersionProductUpdateRequest.idl\ 51 InteractionClassification.idl\ 52 InteractionHandler.idl\ 53 JobExecutor.idl\ 54 Job.idl\ 55 AsyncJob.idl\ 56 MasterPasswordRequest.idl\ 57 NoMasterException.idl\ 58 PasswordContainer.idl\ 59 PasswordContainerInteractionHandler.idl\ 60 PasswordRequest.idl\ 61 PasswordRequestMode.idl\ 62 PDFExportException.idl\ 63 OfficeRestartManager.idl\ 64 UnsupportedOverwriteRequest.idl\ 65 UrlRecord.idl\ 66 UserRecord.idl\ 67 XAsyncJob.idl\ 68 XInteractionApprove.idl\ 69 XInteractionAskLater.idl\ 70 XInteractionDisapprove.idl\ 71 XInteractionPassword.idl\ 72 XInteractionPassword2.idl\ 73 XJob.idl\ 74 XJobExecutor.idl\ 75 XJobListener.idl\ 76 XMasterPasswordHandling.idl\ 77 XMasterPasswordHandling2.idl\ 78 XPasswordContainer.idl\ 79 XRestartManager.idl\ 80 XStatusIndicator.idl\ 81 XStatusIndicatorFactory.idl\ 82 XStatusIndicatorSupplier.idl\ 83 XAbortChannel.idl\ 84 XInteractionRequestStringResolver.idl\ 85 InteractionRequestStringResolver.idl\ 86 XUrlContainer.idl 87 88# ------------------------------------------------------------------ 89 90.INCLUDE : target.mk 91.INCLUDE : $(PRJ)$/util$/target.pmk 92