update dev300-m58
[ooovba.git] / udkapi / com / sun / star / script / makefile.mk
blob8b8f53ac9f245cff8dc5379e767a9cbb8ac5aca1
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.14 $
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=cssscript
37 PACKAGE=com$/sun$/star$/script
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
44 IDLFILES=\
45 AllEventObject.idl\
46 AllListenerAdapter.idl\
47 BasicErrorException.idl\
48 CannotConvertException.idl\
49 CannotCreateAdapterException.idl\
50 ContextInformation.idl\
51 Converter.idl\
52 Engine.idl\
53 FailReason.idl\
54 FinishEngineEvent.idl\
55 FinishReason.idl\
56 InterruptEngineEvent.idl\
57 InterruptReason.idl\
58 Invocation.idl\
59 InvocationAdapterFactory.idl\
60 JavaScript.idl\
61 ScriptEvent.idl\
62 ScriptEventDescriptor.idl\
63 ArrayWrapper.idl\
64 XAllListener.idl\
65 XAllListenerAdapterService.idl\
66 XDebugging.idl\
67 XEngine.idl\
68 XEngineListener.idl\
69 XEventAttacher.idl\
70 XEventAttacherManager.idl\
71 XInvocationAdapterFactory.idl\
72 XInvocationAdapterFactory2.idl\
73 XInvocation.idl\
74 XInvocation2.idl\
75 InvocationInfo.idl\
76 MemberType.idl\
77 XLibraryAccess.idl\
78 XScriptListener.idl\
79 XTypeConverter.idl\
80 XStarBasicAccess.idl\
81 XStarBasicModuleInfo.idl\
82 XStarBasicDialogInfo.idl\
83 XStarBasicLibraryInfo.idl\
84 XScriptEventsSupplier.idl\
85 XScriptEventsAttacher.idl\
86 XDefaultMethod.idl\
87 XDefaultProperty.idl\
88 XAutomationInvocation.idl\
89 ModuleInfo.idl\
90 ModuleType.idl\
91 XErrorQuery.idl\
93 # ------------------------------------------------------------------
95 .INCLUDE : target.mk
96 .INCLUDE : $(PRJ)$/util$/target.pmk