update dev300-m58
[ooovba.git] / udkapi / com / sun / star / container / makefile.mk
blob07b43627a00a174c3274807ee669bbe396fd1a6b
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.12 $
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 PRJ=..$/..$/..$/..
34 PRJNAME=api
36 TARGET=csscontainer
37 PACKAGE=com$/sun$/star$/container
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
44 IDLFILES=\
45 XIdentifierAccess.idl\
46 XIdentifierReplace.idl\
47 XIdentifierContainer.idl\
48 ContainerEvent.idl\
49 ElementExistException.idl\
50 EnumerableMap.idl\
51 NoSuchElementException.idl\
52 XChild.idl\
53 XUniqueIDAccess.idl\
54 XComponentEnumeration.idl\
55 XComponentEnumerationAccess.idl\
56 XContainer.idl\
57 XContainerApproveBroadcaster.idl\
58 XContainerApproveListener.idl\
59 XContainerListener.idl\
60 XContainerQuery.idl\
61 XContentEnumerationAccess.idl\
62 XElementAccess.idl\
63 XEnumerableMap.idl\
64 XEnumeration.idl\
65 XEnumerationAccess.idl\
66 XHierarchicalName.idl\
67 XHierarchicalNameAccess.idl\
68 XHierarchicalNameReplace.idl\
69 XHierarchicalNameContainer.idl\
70 XImplicitIDAccess.idl\
71 XImplicitIDContainer.idl\
72 XImplicitIDReplace.idl\
73 XIndexAccess.idl\
74 XIndexContainer.idl\
75 XIndexReplace.idl\
76 XMap.idl\
77 XNameAccess.idl\
78 XNameContainer.idl\
79 XNamed.idl\
80 XNameReplace.idl\
81 XSet.idl\
82 XStringKeyMap.idl\
84 # ------------------------------------------------------------------
86 .INCLUDE : target.mk
87 .INCLUDE : $(PRJ)$/util$/target.pmk