xref: /AOO41X/main/offapi/com/sun/star/embed/makefile.mk (revision 5979ef3c542ac870a02043decc543300c0ec3dfb)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..$/..
29
30PRJNAME=offapi
31
32TARGET=cssembed
33PACKAGE=com$/sun$/star$/embed
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38# ------------------------------------------------------------------------
39
40IDLFILES=\
41    Actions.idl\
42    Aspects.idl\
43    BaseStorage.idl\
44    ElementModes.idl\
45    EmbedStates.idl\
46    EmbedVerbs.idl\
47    EmbedMapUnits.idl\
48    EmbedMisc.idl\
49    EmbedUpdateModes.idl\
50    EmbeddedObjectDescriptor.idl\
51    EntryInitModes.idl\
52    DocumentCloser.idl\
53    FileSystemStorage.idl\
54    FileSystemStorageFactory.idl\
55    InsertedObjectInfo.idl\
56    InstanceLocker.idl\
57    Storage.idl\
58    StorageStream.idl\
59    StorageFactory.idl\
60    StorageFormats.idl\
61    VerbAttributes.idl\
62    VisualRepresentation.idl\
63    VerbDescriptor.idl\
64    XActionsApproval.idl\
65    XPersistanceHolder.idl\
66    XEmbeddedObject.idl\
67    XVisualObject.idl\
68    XCommonEmbedPersist.idl\
69    XEmbedPersist.idl\
70    XLinkageSupport.idl\
71    XClassifiedObject.idl\
72    XInplaceObject.idl\
73    XEmbeddedClient.idl\
74    XEmbedObjectClipboardCreator.idl\
75    XEmbedObjectCreator.idl\
76    XEmbedObjectFactory.idl\
77    XLinkCreator.idl\
78    XLinkFactory.idl\
79    XEncryptionProtectedSource.idl\
80    XEncryptionProtectedSource2.idl\
81    XEncryptionProtectedStorage.idl\
82    XInplaceClient.idl\
83    XInsertObjectDialog.idl\
84    XWindowSupplier.idl\
85    XTransactedObject.idl\
86    XTransactionBroadcaster.idl\
87    XTransactionListener.idl\
88    XRelationshipAccess.idl\
89    XStateChangeBroadcaster.idl\
90    XStateChangeListener.idl\
91    XTransferableSupplier.idl\
92    XComponentSupplier.idl\
93    XStorage.idl\
94    XStorage2.idl\
95    XStorageRawAccess.idl\
96    XExtendedStorageStream.idl\
97    XHierarchicalStorageAccess.idl\
98    XHierarchicalStorageAccess2.idl\
99    XHatchWindowController.idl\
100    XHatchWindowFactory.idl\
101    XHatchWindow.idl\
102    XPackageStructureCreator.idl\
103    XOptimizedStorage.idl\
104    UnreachableStateException.idl\
105    UseBackupException.idl\
106    StateChangeInProgressException.idl\
107    WrongStateException.idl\
108    NoVisualAreaSizeException.idl\
109    ObjectSaveVetoException.idl\
110    InvalidStorageException.idl\
111    LinkageMisuseException.idl\
112    NeedsRunningStateException.idl\
113    StorageWrappedTargetException.idl\
114    OLESimpleStorage.idl\
115    XOLESimpleStorage.idl
116
117# ------------------------------------------------------------------
118
119.INCLUDE :  target.mk
120.INCLUDE :  $(PRJ)$/util$/target.pmk
121