xref: /AOO41X/main/udkapi/com/sun/star/reflection/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ=..$/..$/..$/..
25
26PRJNAME=api
27
28TARGET=cssreflection
29PACKAGE=com$/sun$/star$/reflection
30
31# --- Settings -----------------------------------------------------
32.INCLUDE :  $(PRJ)$/util$/makefile.pmk
33
34# ------------------------------------------------------------------------
35
36IDLFILES=\
37    CoreReflection.idl\
38    FieldAccessMode.idl\
39    InvalidTypeNameException.idl\
40    InvocationTargetException.idl\
41    MethodMode.idl\
42    NoSuchTypeNameException.idl\
43    ParamInfo.idl\
44    ParamMode.idl\
45    ProxyFactory.idl\
46    TypeDescriptionManager.idl\
47    TypeDescriptionProvider.idl\
48    TypeDescriptionSearchDepth.idl\
49    XArrayTypeDescription.idl\
50    XCompoundTypeDescription.idl\
51    XConstantTypeDescription.idl\
52    XConstantsTypeDescription.idl\
53    XUnionTypeDescription.idl\
54    XEnumTypeDescription.idl\
55    XIdlArray.idl\
56    XIdlClass.idl\
57    XIdlClassProvider.idl\
58    XIdlField.idl\
59    XIdlField2.idl\
60    XIdlMember.idl\
61    XIdlMethod.idl\
62    XIdlReflection.idl\
63    XIndirectTypeDescription.idl\
64    XInterfaceAttributeTypeDescription.idl\
65    XInterfaceAttributeTypeDescription2.idl \
66    XInterfaceMemberTypeDescription.idl\
67    XInterfaceMethodTypeDescription.idl\
68    XInterfaceTypeDescription.idl\
69    XInterfaceTypeDescription2.idl \
70    XMethodParameter.idl\
71    XModuleTypeDescription.idl\
72    XParameter.idl \
73    XPropertyTypeDescription.idl\
74    XProxyFactory.idl\
75    XPublished.idl \
76    XServiceConstructorDescription.idl \
77    XServiceTypeDescription.idl\
78    XServiceTypeDescription2.idl \
79    XSingletonTypeDescription.idl\
80    XSingletonTypeDescription2.idl \
81    XStructTypeDescription.idl \
82    XTypeDescription.idl\
83    XTypeDescriptionEnumeration.idl\
84    XTypeDescriptionEnumerationAccess.idl
85
86# ------------------------------------------------------------------
87
88.INCLUDE :  target.mk
89.INCLUDE :  $(PRJ)$/util$/target.pmk
90