xref: /AOO41X/main/offapi/com/sun/star/embed/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
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=cssembed
29PACKAGE=com$/sun$/star$/embed
30
31# --- Settings -----------------------------------------------------
32.INCLUDE :  $(PRJ)$/util$/makefile.pmk
33
34# ------------------------------------------------------------------------
35
36IDLFILES=\
37    Actions.idl\
38    Aspects.idl\
39    BaseStorage.idl\
40    ElementModes.idl\
41    EmbedStates.idl\
42    EmbedVerbs.idl\
43    EmbedMapUnits.idl\
44    EmbedMisc.idl\
45    EmbedUpdateModes.idl\
46    EmbeddedObjectDescriptor.idl\
47    EntryInitModes.idl\
48    DocumentCloser.idl\
49    FileSystemStorage.idl\
50    FileSystemStorageFactory.idl\
51    InsertedObjectInfo.idl\
52    InstanceLocker.idl\
53    Storage.idl\
54    StorageStream.idl\
55    StorageFactory.idl\
56    StorageFormats.idl\
57    VerbAttributes.idl\
58    VisualRepresentation.idl\
59    VerbDescriptor.idl\
60    XActionsApproval.idl\
61    XPersistanceHolder.idl\
62    XEmbeddedObject.idl\
63    XVisualObject.idl\
64    XCommonEmbedPersist.idl\
65    XEmbedPersist.idl\
66    XLinkageSupport.idl\
67    XClassifiedObject.idl\
68    XInplaceObject.idl\
69    XEmbeddedClient.idl\
70    XEmbedObjectClipboardCreator.idl\
71    XEmbedObjectCreator.idl\
72    XEmbedObjectFactory.idl\
73    XLinkCreator.idl\
74    XLinkFactory.idl\
75    XEncryptionProtectedSource.idl\
76    XEncryptionProtectedSource2.idl\
77    XEncryptionProtectedStorage.idl\
78    XInplaceClient.idl\
79    XInsertObjectDialog.idl\
80    XWindowSupplier.idl\
81    XTransactedObject.idl\
82    XTransactionBroadcaster.idl\
83    XTransactionListener.idl\
84    XRelationshipAccess.idl\
85    XStateChangeBroadcaster.idl\
86    XStateChangeListener.idl\
87    XTransferableSupplier.idl\
88    XComponentSupplier.idl\
89    XStorage.idl\
90    XStorage2.idl\
91    XStorageRawAccess.idl\
92    XExtendedStorageStream.idl\
93    XHierarchicalStorageAccess.idl\
94    XHierarchicalStorageAccess2.idl\
95    XHatchWindowController.idl\
96    XHatchWindowFactory.idl\
97    XHatchWindow.idl\
98    XPackageStructureCreator.idl\
99    XOptimizedStorage.idl\
100    UnreachableStateException.idl\
101    UseBackupException.idl\
102    StateChangeInProgressException.idl\
103    WrongStateException.idl\
104    NoVisualAreaSizeException.idl\
105    ObjectSaveVetoException.idl\
106    InvalidStorageException.idl\
107    LinkageMisuseException.idl\
108    NeedsRunningStateException.idl\
109    StorageWrappedTargetException.idl\
110    OLESimpleStorage.idl\
111    XOLESimpleStorage.idl
112
113# ------------------------------------------------------------------
114
115.INCLUDE :  target.mk
116.INCLUDE :  $(PRJ)$/util$/target.pmk
117