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