merge the formfield patch from ooo-build
[ooovba.git] / offapi / com / sun / star / util / makefile.mk
blob44fbdf9065b2945ba02fb8c4b9d7f49898aff4ee
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.32 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..$/..
34 PRJNAME=offapi
36 TARGET=cssutil
37 PACKAGE=com$/sun$/star$/util
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
44 IDLFILES=\
45 MeasureUnit.idl\
46 AliasProgrammaticPair.idl \
47 CellProtection.idl\
48 ChangesEvent.idl\
49 ChangesSet.idl \
50 CloseVetoException.idl\
51 Color.idl\
52 Date.idl\
53 DateTime.idl\
54 DateTimeRange.idl\
55 DiskFullException.idl\
56 ElementChange.idl \
57 Endianness.idl \
58 FileIOException.idl\
59 Language.idl\
60 NumberFormat.idl\
61 NumberFormatProperties.idl\
62 NumberFormats.idl\
63 NumberFormatSettings.idl\
64 NumberFormatsSupplier.idl\
65 NumberFormatter.idl\
66 ModeChangeEvent.idl\
67 ReplaceDescriptor.idl\
68 SearchDescriptor.idl\
69 Sortable.idl\
70 SortDescriptor.idl\
71 SortDescriptor2.idl\
72 SortField.idl\
73 SortFieldType.idl\
74 TextSearch.idl\
75 Time.idl\
76 TriState.idl\
77 URL.idl\
78 URLTransformer.idl\
79 XArchiver.idl\
80 XCancellable.idl\
81 XCancelManager.idl\
82 XChainable.idl\
83 XChangesBatch.idl \
84 XChangesListener.idl \
85 XChangesNotifier.idl \
86 XChangesSet.idl \
87 XCloneable.idl\
88 XCloseable.idl\
89 XCloseBroadcaster.idl\
90 XCloseListener.idl\
91 XFlushable.idl\
92 XFlushListener.idl\
93 XImportable.idl\
94 XIndent.idl\
95 XLinkUpdate.idl\
96 XLocalizedAliases.idl\
97 XMergeable.idl\
98 XModeChangeBroadcaster.idl\
99 XModeChangeListener.idl\
100 XModeChangeApproveListener.idl\
101 XModeSelector.idl\
102 XModifiable.idl\
103 XModifiable2.idl\
104 XModifyBroadcaster.idl\
105 XBroadcaster.idl\
106 XModifyListener.idl\
107 XNumberFormatPreviewer.idl\
108 XNumberFormats.idl\
109 XNumberFormatsSupplier.idl\
110 XNumberFormatter.idl\
111 XNumberFormatTypes.idl\
112 XPropertyReplace.idl\
113 XProtectable.idl\
114 XRefreshable.idl\
115 XRefreshListener.idl\
116 XReplaceable.idl\
117 XReplaceDescriptor.idl\
118 XSearchable.idl\
119 XSearchDescriptor.idl\
120 XSimpleErrorHandler.idl\
121 XSortable.idl\
122 XStringAbbreviation.idl\
123 XStringWidth.idl\
124 XStringMapping.idl\
125 XStringEscape.idl\
126 XTextSearch.idl\
127 XUpdatable.idl\
128 XURLTransformer.idl\
129 XUniqueIDFactory.idl\
130 VetoException.idl\
131 DataEditorEventType.idl\
132 DataEditorEvent.idl\
133 XDataEditorListener.idl\
134 XDataEditor.idl\
135 MalformedNumberFormatException.idl\
136 NotNumericException.idl\
137 XAtomServer.idl\
138 AtomClassRequest.idl\
139 AtomDescription.idl\
140 XStringSubstitution.idl\
141 PathSettings.idl\
142 PathSubstitution.idl\
143 XTimeStamped.idl\
144 OfficeInstallationDirectories.idl\
145 XOfficeInstallationDirectories.idl\
146 RevisionTag.idl\
147 UriAbbreviation.idl\
148 XJobManager.idl\
149 JobManager.idl\
151 # ------------------------------------------------------------------
153 .INCLUDE : target.mk
154 .INCLUDE : $(PRJ)$/util$/target.pmk