xref: /AOO41X/main/offapi/com/sun/star/util/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=cssutil
33PACKAGE=com$/sun$/star$/util
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38# ------------------------------------------------------------------------
39
40IDLFILES=\
41    MeasureUnit.idl\
42    AliasProgrammaticPair.idl \
43    CellProtection.idl\
44    ChangesEvent.idl\
45    ChangesSet.idl \
46    CloseVetoException.idl\
47    Color.idl\
48    Date.idl\
49    DateTime.idl\
50    DateTimeRange.idl\
51    DiskFullException.idl\
52    Duration.idl\
53    ElementChange.idl \
54    Endianness.idl \
55    FileIOException.idl\
56    InvalidStateException.idl\
57    Language.idl\
58    NumberFormat.idl\
59    NumberFormatProperties.idl\
60    NumberFormats.idl\
61    NumberFormatSettings.idl\
62    NumberFormatsSupplier.idl\
63    NumberFormatter.idl\
64    ModeChangeEvent.idl\
65    ReplaceDescriptor.idl\
66    SearchDescriptor.idl\
67    Sortable.idl\
68    SortDescriptor.idl\
69    SortDescriptor2.idl\
70    SortField.idl\
71    SortFieldType.idl\
72    TextSearch.idl\
73    Time.idl\
74    TriState.idl\
75    URL.idl\
76    URLTransformer.idl\
77    XArchiver.idl\
78    XCancellable.idl\
79    XCancelManager.idl\
80    XChainable.idl\
81    XChangesBatch.idl \
82    XChangesListener.idl \
83    XChangesNotifier.idl \
84    XChangesSet.idl \
85    XCloneable.idl\
86    XCloseable.idl\
87    XCloseBroadcaster.idl\
88    XCloseListener.idl\
89    XFlushable.idl\
90    XFlushListener.idl\
91    XImportable.idl\
92    XIndent.idl\
93    XLinkUpdate.idl\
94    XLocalizedAliases.idl\
95    XMergeable.idl\
96    XModeChangeBroadcaster.idl\
97    XModeChangeListener.idl\
98    XModeChangeApproveListener.idl\
99    XModeSelector.idl\
100    XModifiable.idl\
101    XModifiable2.idl\
102    XModifyBroadcaster.idl\
103    XBroadcaster.idl\
104    XModifyListener.idl\
105    XNumberFormatPreviewer.idl\
106    XNumberFormats.idl\
107    XNumberFormatsSupplier.idl\
108    XNumberFormatter.idl\
109    XNumberFormatTypes.idl\
110    XPropertyReplace.idl\
111    XProtectable.idl\
112    XRefreshable.idl\
113    XRefreshListener.idl\
114    XReplaceable.idl\
115    XReplaceDescriptor.idl\
116    XSearchable.idl\
117    XSearchDescriptor.idl\
118    XSimpleErrorHandler.idl\
119    XSortable.idl\
120    XStringAbbreviation.idl\
121    XStringWidth.idl\
122    XStringMapping.idl\
123    XStringEscape.idl\
124    XTextSearch.idl\
125    XUpdatable.idl\
126    XURLTransformer.idl\
127    XUniqueIDFactory.idl\
128    VetoException.idl\
129    DataEditorEventType.idl\
130    DataEditorEvent.idl\
131    XDataEditorListener.idl\
132    XDataEditor.idl\
133    MalformedNumberFormatException.idl\
134    NotNumericException.idl\
135    XAtomServer.idl\
136    AtomClassRequest.idl\
137    AtomDescription.idl\
138    XStringSubstitution.idl\
139    PathSettings.idl\
140    PathSubstitution.idl\
141    XTimeStamped.idl\
142    OfficeInstallationDirectories.idl\
143    XOfficeInstallationDirectories.idl\
144    RevisionTag.idl\
145    UriAbbreviation.idl\
146    XJobManager.idl\
147    JobManager.idl\
148    XLockable.idl\
149    NotLockedException.idl\
150
151# ------------------------------------------------------------------
152
153.INCLUDE :  target.mk
154.INCLUDE :  $(PRJ)$/util$/target.pmk
155