xref: /AOO41X/main/udkapi/com/sun/star/script/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=cssscript
29PACKAGE=com$/sun$/star$/script
30
31# --- Settings -----------------------------------------------------
32.INCLUDE :  $(PRJ)$/util$/makefile.pmk
33
34# ------------------------------------------------------------------------
35
36IDLFILES=\
37    AllEventObject.idl\
38    AllListenerAdapter.idl\
39    BasicErrorException.idl\
40    CannotConvertException.idl\
41    CannotCreateAdapterException.idl\
42    ContextInformation.idl\
43    Converter.idl\
44    Engine.idl\
45    FailReason.idl\
46    FinishEngineEvent.idl\
47    FinishReason.idl\
48    InterruptEngineEvent.idl\
49    InterruptReason.idl\
50    Invocation.idl\
51    InvocationAdapterFactory.idl\
52    JavaScript.idl\
53    ScriptEvent.idl\
54    ScriptEventDescriptor.idl\
55    ArrayWrapper.idl\
56    XAllListener.idl\
57    XAllListenerAdapterService.idl\
58    XDebugging.idl\
59    XDirectInvocation.idl\
60    XEngine.idl\
61    XEngineListener.idl\
62    XEventAttacher.idl\
63    XEventAttacherManager.idl\
64    XInvocationAdapterFactory.idl\
65    XInvocationAdapterFactory2.idl\
66    XInvocation.idl\
67    XInvocation2.idl\
68    InvocationInfo.idl\
69    MemberType.idl\
70    XLibraryAccess.idl\
71    XScriptListener.idl\
72    XTypeConverter.idl\
73    XStarBasicAccess.idl\
74    XStarBasicModuleInfo.idl\
75    XStarBasicDialogInfo.idl\
76    XStarBasicLibraryInfo.idl\
77    XScriptEventsSupplier.idl\
78    XScriptEventsAttacher.idl\
79    XDefaultMethod.idl\
80    XDefaultProperty.idl\
81
82# ------------------------------------------------------------------
83
84.INCLUDE :  target.mk
85.INCLUDE :  $(PRJ)$/util$/target.pmk
86