update dev300-m58
[ooovba.git] / udkapi / com / sun / star / lang / makefile.mk
blobc9a59af2b2a2194c1b22cc4c34ca8503ad35740c
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.10 $
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=csslang
37 PACKAGE=com$/sun$/star$/lang
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
44 IDLFILES=\
45 ArrayIndexOutOfBoundsException.idl\
46 ClassNotFoundException.idl\
47 DisposedException.idl\
48 EventObject.idl\
49 IllegalAccessException.idl\
50 IllegalArgumentException.idl\
51 IndexOutOfBoundsException.idl\
52 InvalidListenerException.idl\
53 ListenerExistException.idl\
54 Locale.idl\
55 MultiServiceFactory.idl\
56 NoSuchFieldException.idl\
57 NoSuchMethodException.idl\
58 NoSupportException.idl\
59 NotInitializedException.idl\
60 NullPointerException.idl\
61 RegistryServiceManager.idl\
62 ServiceManager.idl\
63 ServiceNotRegisteredException.idl\
64 SystemDependent.idl\
65 WrappedTargetException.idl\
66 WrappedTargetRuntimeException.idl\
67 XComponent.idl\
68 XConnectionPoint.idl\
69 XConnectionPointContainer.idl\
70 XEventListener.idl\
71 XInitialization.idl\
72 XLocalizable.idl\
73 XMultiServiceFactory.idl\
74 XMultiComponentFactory.idl\
75 XServiceDisplayName.idl\
76 XServiceInfo.idl\
77 XServiceName.idl\
78 XSingleServiceFactory.idl\
79 XSingleComponentFactory.idl\
80 XTypeProvider.idl\
81 XUnoTunnel.idl\
82 XMain.idl\
84 # ------------------------------------------------------------------
86 .INCLUDE : target.mk
87 .INCLUDE : $(PRJ)$/util$/target.pmk