Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / frame / makefile.mk
blob789a0f6e499e8e74744ff1e04af917f2bab38bdb
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.36 $
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=offapi
36 TARGET=cssframe
37 PACKAGE=com$/sun$/star$/frame
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
44 IDLFILES=\
45 BorderWidths.idl\
46 CommandGroup.idl\
47 Components.idl\
48 ContentHandler.idl\
49 ContentHandlerFactory.idl\
50 ControlCommand.idl\
51 ControlEvent.idl\
52 Controller.idl\
53 Desktop.idl\
54 DesktopTask.idl\
55 DesktopTasks.idl\
56 DispatchDescriptor.idl\
57 DispatchHelper.idl\
58 DispatchInformation.idl\
59 DispatchProvider.idl\
60 DispatchRecorder.idl\
61 DispatchRecorderSupplier.idl\
62 DispatchResultState.idl\
63 DispatchResultEvent.idl\
64 DispatchStatement.idl\
65 DocumentTemplates.idl\
66 DoubleInitializationException.idl\
67 FeatureStateEvent.idl\
68 Frame.idl\
69 FrameAction.idl\
70 FrameActionEvent.idl\
71 FrameControl.idl\
72 FrameLoader.idl\
73 FrameLoaderFactory.idl\
74 FramesContainer.idl\
75 FrameSearchFlag.idl\
76 IllegalArgumentIOException.idl\
77 LayoutManager.idl\
78 LayoutManagerEvents.idl\
79 MediaTypeDetectionHelper.idl\
80 ModuleManager.idl\
81 PopupMenuController.idl\
82 PopupMenuControllerFactory.idl\
83 ProtocolHandler.idl\
84 SessionManager.idl\
85 Settings.idl\
86 SynchronousFrameLoader.idl\
87 StatusbarController.idl\
88 StatusbarControllerFactory.idl\
89 Task.idl\
90 TemplateAccess.idl\
91 TerminationVetoException.idl\
92 TitleChangedEvent.idl\
93 ToolbarController.idl\
94 TransientDocumentsDocumentContentFactory.idl \
95 UnknownModuleException.idl\
96 WindowArrange.idl\
97 XBorderResizeListener.idl\
98 XBrowseHistoryRegistry.idl\
99 XComponentLoader.idl\
100 XComponentRegistry.idl\
101 XConfigManager.idl\
102 XController.idl\
103 XController2.idl\
104 XControlNotificationListener.idl\
105 XControllerBorder.idl\
106 XDesktop.idl\
107 XDesktopTask.idl\
108 XDispatch.idl\
109 XDispatchHelper.idl\
110 XDispatchInformationProvider.idl\
111 XDispatchProvider.idl\
112 XDispatchProviderInterception.idl\
113 XDispatchProviderInterceptor.idl\
114 XDispatchRecorder.idl\
115 XDispatchRecorderSupplier.idl\
116 XDispatchResultListener.idl\
117 XDocumentTemplates.idl\
118 XExtendedFilterDetection.idl\
119 XFilterDetect.idl\
120 XFrame.idl\
121 XFrameActionListener.idl\
122 XFrameLoader.idl\
123 XFrameLoaderQuery.idl\
124 XFrames.idl\
125 XFrameSetModel.idl\
126 XFramesSupplier.idl\
127 XInplaceLayout.idl\
128 XInterceptorInfo.idl\
129 XLayoutManager.idl\
130 XLayoutManagerEventBroadcaster.idl\
131 XLayoutManagerListener.idl\
132 XLoadable.idl\
133 XLoadEventListener.idl\
134 XMenuBarAcceptor.idl\
135 XMenuBarMergingAcceptor.idl\
136 XModel.idl\
137 XModel2.idl\
138 XModule.idl\
139 XModuleManager.idl\
140 XNotifyingDispatch.idl\
141 XPopupMenuController.idl\
142 XRecordableDispatch.idl\
143 XSessionManagerClient.idl\
144 XSessionManagerListener.idl\
145 XStatusListener.idl\
146 XStatusbarController.idl\
147 XStorable.idl\
148 XSubToolbarController.idl\
149 XStorable2.idl\
150 XSynchronousDispatch.idl\
151 XSynchronousFrameLoader.idl\
152 XTask.idl\
153 XTasksSupplier.idl\
154 XTerminateListener.idl\
155 XTerminateListener2.idl\
156 XTitle.idl\
157 XTitleChangeBroadcaster.idl\
158 XTitleChangeListener.idl\
159 XToolbarController.idl\
160 XTransientDocumentsDocumentContentFactory.idl\
161 XUIControllerRegistration.idl\
162 XUntitledNumbers.idl\
163 XUrlList.idl\
164 XWindowArranger.idl
166 # ------------------------------------------------------------------
168 .INCLUDE : target.mk
169 .INCLUDE : $(PRJ)$/util$/target.pmk