xref: /AOO41X/main/offapi/com/sun/star/document/makefile.mk (revision 83137a03adbb58b5b3bdafefefa1e93de35e0011)
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    XMimeTypeInfo.idl\
101    XOOXMLDocumentPropertiesImporter.idl\
102    XRedlinesSupplier.idl \
103    XScriptInvocationContext.idl\
104    XStandaloneDocumentInfo.idl\
105    XStorageBasedDocument.idl\
106    XStorageChangeListener.idl\
107    XTypeDetection.idl\
108    XViewDataSupplier.idl\
109    LinkUpdateModes.idl\
110    XDocumentRevisionListPersistence.idl\
111    DocumentRevisionListPersistence.idl \
112    XDocumentLanguages.idl \
113    XCodeNameQuery.idl \
114    XUndoAction.idl \
115    XUndoManager.idl \
116    XUndoManagerListener.idl \
117    XUndoManagerSupplier.idl \
118    UndoManagerEvent.idl \
119    EmptyUndoStackException.idl \
120    UndoContextNotClosedException.idl \
121    UndoFailedException.idl \
122
123
124# ------------------------------------------------------------------
125
126.INCLUDE :  target.mk
127.INCLUDE :  $(PRJ)$/util$/target.pmk
128