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