xref: /trunk/main/offapi/com/sun/star/frame/makefile.mk (revision cdf0e10c)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
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.
14#
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).
20#
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.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..$/..
29
30PRJNAME=offapi
31
32TARGET=cssframe
33PACKAGE=com$/sun$/star$/frame
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38# ------------------------------------------------------------------------
39
40IDLFILES=\
41	BorderWidths.idl\
42	CommandGroup.idl\
43	Components.idl\
44	ContentHandler.idl\
45	ContentHandlerFactory.idl\
46	ControlCommand.idl\
47	ControlEvent.idl\
48	Controller.idl\
49	Desktop.idl\
50	DesktopTask.idl\
51	DesktopTasks.idl\
52	DispatchDescriptor.idl\
53    DispatchHelper.idl\
54    DispatchInformation.idl\
55	DispatchProvider.idl\
56	DispatchRecorder.idl\
57	DispatchRecorderSupplier.idl\
58	DispatchResultState.idl\
59	DispatchResultEvent.idl\
60	DispatchStatement.idl\
61	DocumentTemplates.idl\
62	DoubleInitializationException.idl\
63	FeatureStateEvent.idl\
64	Frame.idl\
65	FrameAction.idl\
66	FrameActionEvent.idl\
67	FrameControl.idl\
68	FrameLoader.idl\
69	FrameLoaderFactory.idl\
70	FramesContainer.idl\
71	FrameSearchFlag.idl\
72	IllegalArgumentIOException.idl\
73	LayoutManager.idl\
74	LayoutManagerEvents.idl\
75	MediaTypeDetectionHelper.idl\
76    ModuleManager.idl\
77    PopupMenuController.idl\
78    PopupMenuControllerFactory.idl\
79	ProtocolHandler.idl\
80	SessionManager.idl\
81	Settings.idl\
82	SynchronousFrameLoader.idl\
83	StatusbarController.idl\
84	StatusbarControllerFactory.idl\
85	Task.idl\
86	TemplateAccess.idl\
87	TerminationVetoException.idl\
88	TitleChangedEvent.idl\
89	ToolbarController.idl\
90    TransientDocumentsDocumentContentFactory.idl \
91    UnknownModuleException.idl\
92    WindowArrange.idl\
93	XBorderResizeListener.idl\
94	XBrowseHistoryRegistry.idl\
95	XComponentLoader.idl\
96	XComponentRegistry.idl\
97	XConfigManager.idl\
98	XController.idl\
99	XController2.idl\
100	XControlNotificationListener.idl\
101	XControllerBorder.idl\
102	XDesktop.idl\
103	XDesktopTask.idl\
104	XDispatch.idl\
105    XDispatchHelper.idl\
106    XDispatchInformationProvider.idl\
107	XDispatchProvider.idl\
108	XDispatchProviderInterception.idl\
109	XDispatchProviderInterceptor.idl\
110	XDispatchRecorder.idl\
111	XDispatchRecorderSupplier.idl\
112	XDispatchResultListener.idl\
113	XDocumentTemplates.idl\
114	XExtendedFilterDetection.idl\
115	XFilterDetect.idl\
116	XFrame.idl\
117	XFrameActionListener.idl\
118	XFrameLoader.idl\
119	XFrameLoaderQuery.idl\
120	XFrames.idl\
121	XFrameSetModel.idl\
122	XFramesSupplier.idl\
123    XInplaceLayout.idl\
124	XInterceptorInfo.idl\
125    XLayoutManager.idl\
126	XLayoutManagerEventBroadcaster.idl\
127	XLayoutManagerListener.idl\
128	XLoadable.idl\
129	XLoadEventListener.idl\
130    XMenuBarAcceptor.idl\
131    XMenuBarMergingAcceptor.idl\
132	XModel.idl\
133	XModel2.idl\
134    XModule.idl\
135    XModuleManager.idl\
136	XNotifyingDispatch.idl\
137    XPopupMenuController.idl\
138	XRecordableDispatch.idl\
139	XSessionManagerClient.idl\
140	XSessionManagerListener.idl\
141	XSessionManagerListener2.idl\
142	XStatusListener.idl\
143	XStatusbarController.idl\
144	XStorable.idl\
145	XSubToolbarController.idl\
146	XStorable2.idl\
147	XSynchronousDispatch.idl\
148	XSynchronousFrameLoader.idl\
149	XTask.idl\
150	XTasksSupplier.idl\
151	XTerminateListener.idl\
152	XTerminateListener2.idl\
153	XTitle.idl\
154	XTitleChangeBroadcaster.idl\
155	XTitleChangeListener.idl\
156	XToolbarController.idl\
157    XTransientDocumentsDocumentContentFactory.idl\
158    XUIControllerRegistration.idl\
159    XUntitledNumbers.idl\
160	XUrlList.idl\
161	XWindowArranger.idl
162
163# ------------------------------------------------------------------
164
165.INCLUDE :  target.mk
166.INCLUDE :  $(PRJ)$/util$/target.pmk
167