xref: /trunk/main/offapi/com/sun/star/frame/makefile.mk (revision 7871dc3e)
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	DispatchResultState.idl\
55	DispatchResultEvent.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	FramesContainer.idl\
67	FrameSearchFlag.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	SynchronousFrameLoader.idl\
79	StatusbarController.idl\
80	StatusbarControllerFactory.idl\
81	Task.idl\
82	TemplateAccess.idl\
83	TerminationVetoException.idl\
84	TitleChangedEvent.idl\
85	ToolbarController.idl\
86    TransientDocumentsDocumentContentFactory.idl \
87    UnknownModuleException.idl\
88    WindowArrange.idl\
89	XBorderResizeListener.idl\
90	XBrowseHistoryRegistry.idl\
91	XComponentLoader.idl\
92	XComponentRegistry.idl\
93	XConfigManager.idl\
94	XController.idl\
95	XController2.idl\
96	XControlNotificationListener.idl\
97	XControllerBorder.idl\
98	XDesktop.idl\
99	XDesktopTask.idl\
100	XDispatch.idl\
101    XDispatchHelper.idl\
102    XDispatchInformationProvider.idl\
103	XDispatchProvider.idl\
104	XDispatchProviderInterception.idl\
105	XDispatchProviderInterceptor.idl\
106	XDispatchRecorder.idl\
107	XDispatchRecorderSupplier.idl\
108	XDispatchResultListener.idl\
109	XDocumentTemplates.idl\
110	XExtendedFilterDetection.idl\
111	XFilterDetect.idl\
112	XFrame.idl\
113	XFrameActionListener.idl\
114	XFrameLoader.idl\
115	XFrameLoaderQuery.idl\
116	XFrames.idl\
117	XFrameSetModel.idl\
118	XFramesSupplier.idl\
119    XInplaceLayout.idl\
120	XInterceptorInfo.idl\
121    XLayoutManager.idl\
122	XLayoutManagerEventBroadcaster.idl\
123	XLayoutManagerListener.idl\
124	XLoadable.idl\
125	XLoadEventListener.idl\
126    XMenuBarAcceptor.idl\
127    XMenuBarMergingAcceptor.idl\
128	XModel.idl\
129	XModel2.idl\
130    XModule.idl\
131    XModuleManager.idl\
132	XNotifyingDispatch.idl\
133    XPopupMenuController.idl\
134	XRecordableDispatch.idl\
135	XSessionManagerClient.idl\
136	XSessionManagerListener.idl\
137	XSessionManagerListener2.idl\
138	XStatusListener.idl\
139	XStatusbarController.idl\
140	XStorable.idl\
141	XSubToolbarController.idl\
142	XStorable2.idl\
143	XSynchronousDispatch.idl\
144	XSynchronousFrameLoader.idl\
145	XTask.idl\
146	XTasksSupplier.idl\
147	XTerminateListener.idl\
148	XTerminateListener2.idl\
149	XTitle.idl\
150	XTitleChangeBroadcaster.idl\
151	XTitleChangeListener.idl\
152	XToolbarController.idl\
153    XTransientDocumentsDocumentContentFactory.idl\
154    XUIControllerRegistration.idl\
155    XUntitledNumbers.idl\
156	XUrlList.idl\
157	XWindowArranger.idl
158
159# ------------------------------------------------------------------
160
161.INCLUDE :  target.mk
162.INCLUDE :  $(PRJ)$/util$/target.pmk
163