xref: /AOO41X/main/offapi/com/sun/star/document/makefile.mk (revision 61066e41ac407bc3858ba99f269bf2d7c10f7aec)
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=cssdocument
29PACKAGE=com$/sun$/star$/document
30
31# --- Settings -----------------------------------------------------
32.INCLUDE :  $(PRJ)$/util$/makefile.pmk
33
34# ------------------------------------------------------------------------
35
36IDLFILES=\
37    AmbigousFilterRequest.idl\
38    BrokenPackageRequest.idl\
39    CorruptedFilterConfigurationException.idl\
40    ChangedByOthersRequest.idl\
41    DocumentEvent.idl\
42    DocumentInfo.idl\
43    DocumentProperties.idl\
44    EventDescriptor.idl\
45    EventObject.idl\
46    Events.idl\
47    ExportFilter.idl\
48    ExtendedTypeDetection.idl\
49    ExtendedTypeDetectionFactory.idl\
50    FilterAdapter.idl\
51    FilterFactory.idl\
52    FilterOptionsRequest.idl\
53    HeaderFooterSettings.idl\
54    ImportFilter.idl\
55    LinkTarget.idl\
56    LinkTargets.idl\
57    LockFileIgnoreRequest.idl\
58    LockedDocumentRequest.idl\
59    LockedOnSavingRequest.idl\
60    MacroExecMode.idl\
61    MediaDescriptor.idl\
62    NoSuchFilterRequest.idl\
63    OfficeDocument.idl\
64    OleEmbeddedServerRegistration.idl\
65    OwnLockOnDocumentRequest.idl\
66    PDFDialog.idl\
67    PrinterIndependentLayout.idl\
68    RedlineDisplayType.idl \
69    Settings.idl\
70    StandaloneDocumentInfo.idl\
71    TypeDetection.idl\
72    UpdateDocMode.idl\
73    XActionLockable.idl\
74    XBinaryStreamResolver.idl\
75    XDocumentEventBroadcaster.idl\
76    XDocumentEventListener.idl\
77    XDocumentInfo.idl\
78    XDocumentInfoSupplier.idl\
79    XDocumentInsertable.idl\
80    XDocumentProperties.idl\
81    XDocumentPropertiesSupplier.idl\
82    XDocumentRecovery.idl\
83    XDocumentSubStorageSupplier.idl\
84    XEmbeddedObjectResolver.idl\
85    XEmbeddedObjectSupplier.idl\
86    XEmbeddedObjectSupplier2.idl\
87    XEmbeddedScripts.idl\
88    XEventBroadcaster.idl\
89    XEventListener.idl\
90    XEventsSupplier.idl\
91    XExporter.idl\
92    XExtendedFilterDetection.idl\
93    XFilter.idl\
94    XFilterAdapter.idl\
95    XGraphicObjectResolver.idl\
96    XImporter.idl\
97    XInteractionFilterOptions.idl\
98    XInteractionFilterSelect.idl\
99    XLinkTargetSupplier.idl\
100    XLinkAuthorizer.idl\
101    XMimeTypeInfo.idl\
102    XOOXMLDocumentPropertiesImporter.idl\
103    XRedlinesSupplier.idl \
104    XScriptInvocationContext.idl\
105    XStandaloneDocumentInfo.idl\
106    XStorageBasedDocument.idl\
107    XStorageChangeListener.idl\
108    XTypeDetection.idl\
109    XViewDataSupplier.idl\
110    LinkUpdateModes.idl\
111    XDocumentRevisionListPersistence.idl\
112    DocumentRevisionListPersistence.idl \
113    XDocumentLanguages.idl \
114    XCodeNameQuery.idl \
115    XUndoAction.idl \
116    XUndoManager.idl \
117    XUndoManagerListener.idl \
118    XUndoManagerSupplier.idl \
119    UndoManagerEvent.idl \
120    EmptyUndoStackException.idl \
121    UndoContextNotClosedException.idl \
122    UndoFailedException.idl \
123
124
125# ------------------------------------------------------------------
126
127.INCLUDE :  target.mk
128.INCLUDE :  $(PRJ)$/util$/target.pmk
129