Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / xml / crypto / makefile.mk
blob673a48f7307f2da8a4e0b9a0ac961a8d3ac32feb
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.6 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 #i20156 - new file for xmlsecurity module
34 PRJ=..$/..$/..$/..$/..
36 PRJNAME=offapi
38 TARGET=xsec-crypto
39 PACKAGE=com$/sun$/star$/xml$/crypto
41 # --- Settings -----------------------------------------------------
42 .INCLUDE : $(PRJ)$/util$/makefile.pmk
44 # ------------------------------------------------------------------------
46 IDLFILES=\
47 XXMLSecurityTemplate.idl \
48 XXMLSignature.idl \
49 XXMLSignatureTemplate.idl \
50 XXMLEncryption.idl \
51 XXMLEncryptionTemplate.idl \
52 XXMLSecurityContext.idl \
53 XSecurityEnvironment.idl \
54 XSEInitializer.idl \
55 XMLSignature.idl \
56 XMLSignatureTemplate.idl \
57 XMLEncryption.idl \
58 XMLEncryptionTemplate.idl \
59 XMLSecurityContext.idl \
60 SecurityEnvironment.idl \
61 SEInitializer.idl \
62 XMLSignatureException.idl \
63 XMLEncryptionException.idl \
64 XUriBinding.idl \
65 SecurityOperationStatus.idl
67 # ------------------------------------------------------------------
69 .INCLUDE : target.mk
70 .INCLUDE : $(PRJ)$/util$/target.pmk