merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / task / makefile.mk
blob16b0be56e36c71fe68676453ee88b51ab746a5fb
1 #*************************************************************************
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.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
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.
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).
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.
27 #*************************************************************************
29 PRJ=..$/..$/..$/..
31 PRJNAME=offapi
33 TARGET=csstask
34 PACKAGE=com$/sun$/star$/task
36 # --- Settings -----------------------------------------------------
37 .INCLUDE : $(PRJ)$/util$/makefile.pmk
39 # ------------------------------------------------------------------------
41 IDLFILES=\
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 OfficeRestartManager.idl\
63 UnsupportedOverwriteRequest.idl\
64 UrlRecord.idl\
65 UserRecord.idl\
66 XAsyncJob.idl\
67 XInteractionApprove.idl\
68 XInteractionAskLater.idl\
69 XInteractionDisapprove.idl\
70 XInteractionPassword.idl\
71 XInteractionPassword2.idl\
72 XJob.idl\
73 XJobExecutor.idl\
74 XJobListener.idl\
75 XMasterPasswordHandling.idl\
76 XMasterPasswordHandling2.idl\
77 XPasswordContainer.idl\
78 XRestartManager.idl\
79 XStatusIndicator.idl\
80 XStatusIndicatorFactory.idl\
81 XStatusIndicatorSupplier.idl\
82 XAbortChannel.idl\
83 XInteractionRequestStringResolver.idl\
84 InteractionRequestStringResolver.idl\
85 XUrlContainer.idl
87 # ------------------------------------------------------------------
89 .INCLUDE : target.mk
90 .INCLUDE : $(PRJ)$/util$/target.pmk