merged tag ooo/OOO330_m14
[LibreOffice.git] / udkapi / com / sun / star / reflection / makefile.mk
bloba8b1bc8e62a497af556925c3808a2c1561b7c330
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org. If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
28 PRJ=..$/..$/..$/..
30 PRJNAME=api
32 TARGET=cssreflection
33 PACKAGE=com$/sun$/star$/reflection
35 # --- Settings -----------------------------------------------------
36 .INCLUDE : $(PRJ)$/util$/makefile.pmk
38 # ------------------------------------------------------------------------
40 IDLFILES=\
41 CoreReflection.idl\
42 FieldAccessMode.idl\
43 InvalidTypeNameException.idl\
44 InvocationTargetException.idl\
45 MethodMode.idl\
46 NoSuchTypeNameException.idl\
47 ParamInfo.idl\
48 ParamMode.idl\
49 ProxyFactory.idl\
50 TypeDescriptionManager.idl\
51 TypeDescriptionProvider.idl\
52 TypeDescriptionSearchDepth.idl\
53 XArrayTypeDescription.idl\
54 XCompoundTypeDescription.idl\
55 XConstantTypeDescription.idl\
56 XConstantsTypeDescription.idl\
57 XUnionTypeDescription.idl\
58 XEnumTypeDescription.idl\
59 XIdlArray.idl\
60 XIdlClass.idl\
61 XIdlClassProvider.idl\
62 XIdlField.idl\
63 XIdlField2.idl\
64 XIdlMember.idl\
65 XIdlMethod.idl\
66 XIdlReflection.idl\
67 XIndirectTypeDescription.idl\
68 XInterfaceAttributeTypeDescription.idl\
69 XInterfaceAttributeTypeDescription2.idl \
70 XInterfaceMemberTypeDescription.idl\
71 XInterfaceMethodTypeDescription.idl\
72 XInterfaceTypeDescription.idl\
73 XInterfaceTypeDescription2.idl \
74 XMethodParameter.idl\
75 XModuleTypeDescription.idl\
76 XParameter.idl \
77 XPropertyTypeDescription.idl\
78 XProxyFactory.idl\
79 XPublished.idl \
80 XServiceConstructorDescription.idl \
81 XServiceTypeDescription.idl\
82 XServiceTypeDescription2.idl \
83 XSingletonTypeDescription.idl\
84 XSingletonTypeDescription2.idl \
85 XStructTypeDescription.idl \
86 XTypeDescription.idl\
87 XTypeDescriptionEnumeration.idl\
88 XTypeDescriptionEnumerationAccess.idl
90 # ------------------------------------------------------------------
92 .INCLUDE : target.mk
93 .INCLUDE : $(PRJ)$/util$/target.pmk