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