~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# KDE tags expanded automatically by am_edit - $Revision: 1.265 $ 
2
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
1
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
2
# KDE tags expanded automatically by am_edit - $Revision: 1.406.2.1 $ 
 
3
# @configure_input@
3
4
 
4
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
5
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
6
# Free Software Foundation, Inc.
5
7
# This Makefile.in is free software; the Free Software Foundation
6
8
# gives unlimited permission to copy and/or distribute it,
7
9
# with or without modifications, as long as this notice is preserved.
11
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
14
# PARTICULAR PURPOSE.
13
15
 
14
 
 
15
 
SHELL = @SHELL@
 
16
@SET_MAKE@
16
17
 
17
18
srcdir = @srcdir@
18
19
top_srcdir = @top_srcdir@
19
20
VPATH = @srcdir@
20
 
prefix = @prefix@
21
 
exec_prefix = @exec_prefix@
22
 
#>- 
23
 
bindir = @bindir@
24
 
#>+ 3
25
 
DEPDIR = .deps
26
 
 
27
 
bindir = @bindir@
28
 
sbindir = @sbindir@
29
 
libexecdir = @libexecdir@
30
 
datadir = @datadir@
31
 
sysconfdir = @sysconfdir@
32
 
sharedstatedir = @sharedstatedir@
33
 
localstatedir = @localstatedir@
34
 
libdir = @libdir@
35
 
infodir = @infodir@
36
 
mandir = @mandir@
37
 
includedir = @includedir@
38
 
oldincludedir = /usr/include
39
 
 
40
 
DESTDIR =
41
 
 
42
21
pkgdatadir = $(datadir)/@PACKAGE@
43
22
pkglibdir = $(libdir)/@PACKAGE@
44
23
pkgincludedir = $(includedir)/@PACKAGE@
45
 
 
46
24
top_builddir = .
47
25
 
48
 
ACLOCAL = @ACLOCAL@
49
 
AUTOCONF = @AUTOCONF@
50
 
AUTOMAKE = @AUTOMAKE@
51
 
AUTOHEADER = @AUTOHEADER@
52
 
 
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53
27
INSTALL = @INSTALL@
54
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
55
 
INSTALL_DATA = @INSTALL_DATA@
56
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
57
 
transform = @program_transform_name@
58
 
 
 
28
install_sh_DATA = $(install_sh) -c -m 644
 
29
install_sh_PROGRAM = $(install_sh) -c
 
30
install_sh_SCRIPT = $(install_sh) -c
 
31
INSTALL_HEADER = $(INSTALL_DATA)
 
32
transform = $(program_transform_name)
59
33
NORMAL_INSTALL = :
60
34
PRE_INSTALL = :
61
35
POST_INSTALL = :
62
36
NORMAL_UNINSTALL = :
63
37
PRE_UNINSTALL = :
64
38
POST_UNINSTALL = :
65
 
build_alias = @build_alias@
66
39
build_triplet = @build@
67
 
host_alias = @host_alias@
68
40
host_triplet = @host@
69
 
target_alias = @target_alias@
70
41
target_triplet = @target@
 
42
ACLOCAL = @ACLOCAL@
 
43
AMDEP_FALSE = @AMDEP_FALSE@
 
44
AMDEP_TRUE = @AMDEP_TRUE@
 
45
AMTAR = @AMTAR@
 
46
AR = @AR@
71
47
ARTSCCONFIG = @ARTSCCONFIG@
72
 
AS = @AS@
 
48
AUTOCONF = @AUTOCONF@
73
49
AUTODIRS = @AUTODIRS@
 
50
AUTOHEADER = @AUTOHEADER@
 
51
AUTOMAKE = @AUTOMAKE@
 
52
AWK = @AWK@
74
53
CC = @CC@
 
54
CCDEPMODE = @CCDEPMODE@
 
55
CFLAGS = @CFLAGS@
75
56
CONF_FILES = @CONF_FILES@
76
57
CPP = @CPP@
 
58
CPPFLAGS = @CPPFLAGS@
77
59
CXX = @CXX@
78
60
CXXCPP = @CXXCPP@
 
61
CXXDEPMODE = @CXXDEPMODE@
 
62
CXXFLAGS = @CXXFLAGS@
 
63
CYGPATH_W = @CYGPATH_W@
79
64
DCOPIDL = @DCOPIDL@
80
65
DCOPIDL2CPP = @DCOPIDL2CPP@
 
66
DCOPIDLNG = @DCOPIDLNG@
81
67
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
82
 
DLLTOOL = @DLLTOOL@
83
 
DPMSINC = @DPMSINC@
84
 
DPMSLIB = @DPMSLIB@
 
68
DEFS = @DEFS@
 
69
DEPDIR = @DEPDIR@
 
70
DOXYGEN = @DOXYGEN@
 
71
DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
 
72
DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
 
73
ECHO = @ECHO@
 
74
ECHO_C = @ECHO_C@
 
75
ECHO_N = @ECHO_N@
 
76
ECHO_T = @ECHO_T@
 
77
EGREP = @EGREP@
85
78
EXEEXT = @EXEEXT@
86
 
GCJ = @GCJ@
87
 
GCJFLAGS = @GCJFLAGS@
88
 
GLINC = @GLINC@
89
 
GLLIB = @GLLIB@
 
79
F77 = @F77@
 
80
FFLAGS = @FFLAGS@
 
81
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
90
82
GMSGFMT = @GMSGFMT@
91
 
IDL = @IDL@
92
 
IDL_DEPENDENCIES = @IDL_DEPENDENCIES@
93
 
JAR = @JAR@
94
 
JAVAC = @JAVAC@
95
 
JAVAH = @JAVAH@
96
 
JVMLIBS = @JVMLIBS@
 
83
INSTALL_DATA = @INSTALL_DATA@
 
84
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
85
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
86
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
87
KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
 
88
KCONFIG_COMPILER = @KCONFIG_COMPILER@
97
89
KDECONFIG = @KDECONFIG@
98
 
KDE_CXXFLAGS = @KDE_CXXFLAGS@
99
90
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
 
91
KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@
 
92
KDE_HAVE_DOT = @KDE_HAVE_DOT@
100
93
KDE_INCLUDES = @KDE_INCLUDES@
101
94
KDE_LDFLAGS = @KDE_LDFLAGS@
 
95
KDE_MT_LDFLAGS = @KDE_MT_LDFLAGS@
 
96
KDE_MT_LIBS = @KDE_MT_LIBS@
 
97
KDE_NO_UNDEFINED = @KDE_NO_UNDEFINED@
102
98
KDE_PLUGIN = @KDE_PLUGIN@
103
99
KDE_RPATH = @KDE_RPATH@
104
100
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
105
101
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
106
102
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
107
103
KDE_USE_FINAL_TRUE = @KDE_USE_FINAL_TRUE@
 
104
KDE_USE_NMCHECK_FALSE = @KDE_USE_NMCHECK_FALSE@
 
105
KDE_USE_NMCHECK_TRUE = @KDE_USE_NMCHECK_TRUE@
108
106
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
 
107
KFORMULA_INCLUDES = @KFORMULA_INCLUDES@
109
108
KOFFICECORE_INCLUDES = @KOFFICECORE_INCLUDES@
110
109
KOFFICEUI_INCLUDES = @KOFFICEUI_INCLUDES@
111
110
KOFFICE_INCLUDES = @KOFFICE_INCLUDES@
112
111
KOFFICE_LIBS = @KOFFICE_LIBS@
 
112
KOPAINTER_INCLUDES = @KOPAINTER_INCLUDES@
 
113
KOSCRIPT_INCLUDES = @KOSCRIPT_INCLUDES@
 
114
KOSPELL_INCLUDES = @KOSPELL_INCLUDES@
 
115
KOTEXT_INCLUDES = @KOTEXT_INCLUDES@
113
116
KSTORE_INCLUDES = @KSTORE_INCLUDES@
114
117
KWMF_INCLUDES = @KWMF_INCLUDES@
 
118
LDFLAGS = @LDFLAGS@
 
119
LIBART_CFLAGS = @LIBART_CFLAGS@
 
120
LIBART_LIBS = @LIBART_LIBS@
 
121
LIBART_RPATH = @LIBART_RPATH@
 
122
LIBASPELL = @LIBASPELL@
115
123
LIBCOMPAT = @LIBCOMPAT@
116
124
LIBCRYPT = @LIBCRYPT@
117
125
LIBDL = @LIBDL@
118
 
LIBGEN = @LIBGEN@
 
126
LIBFONTCONFIG_CFLAGS = @LIBFONTCONFIG_CFLAGS@
 
127
LIBFONTCONFIG_LIBS = @LIBFONTCONFIG_LIBS@
 
128
LIBFONTCONFIG_RPATH = @LIBFONTCONFIG_RPATH@
 
129
LIBFREETYPE_CFLAGS = @LIBFREETYPE_CFLAGS@
 
130
LIBFREETYPE_LIBS = @LIBFREETYPE_LIBS@
 
131
LIBFREETYPE_RPATH = @LIBFREETYPE_RPATH@
119
132
LIBJPEG = @LIBJPEG@
120
 
LIBMICO = @LIBMICO@
 
133
LIBKOSPELL = @LIBKOSPELL@
 
134
LIBMAGICK_CPPFLAGS = @LIBMAGICK_CPPFLAGS@
 
135
LIBMAGICK_LDFLAGS = @LIBMAGICK_LDFLAGS@
 
136
LIBMAGICK_LIBS = @LIBMAGICK_LIBS@
 
137
LIBMAGICK_RPATH = @LIBMAGICK_RPATH@
121
138
LIBOBJS = @LIBOBJS@
 
139
LIBPAPER = @LIBPAPER@
122
140
LIBPNG = @LIBPNG@
123
141
LIBPTHREAD = @LIBPTHREAD@
124
142
LIBPYTHON = @LIBPYTHON@
125
 
LIBQIMGIO = @LIBQIMGIO@
126
143
LIBRESOLV = @LIBRESOLV@
127
 
LIBSHADOW = @LIBSHADOW@
 
144
LIBS = @LIBS@
128
145
LIBSM = @LIBSM@
129
146
LIBSOCKET = @LIBSOCKET@
130
147
LIBTIFF = @LIBTIFF@
131
148
LIBTOOL = @LIBTOOL@
132
149
LIBUCB = @LIBUCB@
133
150
LIBUTIL = @LIBUTIL@
134
 
LIBXINERAMA = @LIBXINERAMA@
 
151
LIBWV2_CFLAGS = @LIBWV2_CFLAGS@
 
152
LIBWV2_LIBS = @LIBWV2_LIBS@
 
153
LIBWV2_RPATH = @LIBWV2_RPATH@
 
154
LIBXML_CFLAGS = @LIBXML_CFLAGS@
 
155
LIBXML_LIBS = @LIBXML_LIBS@
 
156
LIBXML_RPATH = @LIBXML_RPATH@
 
157
LIBXSLT_CFLAGS = @LIBXSLT_CFLAGS@
 
158
LIBXSLT_LIBS = @LIBXSLT_LIBS@
 
159
LIBXSLT_RPATH = @LIBXSLT_RPATH@
135
160
LIBZ = @LIBZ@
 
161
LIB_JASPER = @LIB_JASPER@
136
162
LIB_KAB = @LIB_KAB@
 
163
LIB_KABC = @LIB_KABC@
137
164
LIB_KDECORE = @LIB_KDECORE@
 
165
LIB_KDEPIM = @LIB_KDEPIM@
138
166
LIB_KDEPRINT = @LIB_KDEPRINT@
139
167
LIB_KDEUI = @LIB_KDEUI@
140
168
LIB_KFILE = @LIB_KFILE@
145
173
LIB_KIO = @LIB_KIO@
146
174
LIB_KOFFICECORE = @LIB_KOFFICECORE@
147
175
LIB_KOFFICEUI = @LIB_KOFFICEUI@
 
176
LIB_KOPAINTER = @LIB_KOPAINTER@
 
177
LIB_KOSCRIPT = @LIB_KOSCRIPT@
 
178
LIB_KOSPELL = @LIB_KOSPELL@
 
179
LIB_KOTEXT = @LIB_KOTEXT@
 
180
LIB_KOWMF = @LIB_KOWMF@
148
181
LIB_KPARTS = @LIB_KPARTS@
149
182
LIB_KSPELL = @LIB_KSPELL@
150
183
LIB_KSTORE = @LIB_KSTORE@
151
184
LIB_KSYCOCA = @LIB_KSYCOCA@
 
185
LIB_KUTILS = @LIB_KUTILS@
152
186
LIB_KWMF = @LIB_KWMF@
153
 
LIB_KWRITE = @LIB_KWRITE@
 
187
LIB_POLL = @LIB_POLL@
 
188
LIB_QPE = @LIB_QPE@
154
189
LIB_QT = @LIB_QT@
155
190
LIB_SMB = @LIB_SMB@
156
191
LIB_X11 = @LIB_X11@
 
192
LIB_XEXT = @LIB_XEXT@
 
193
LIB_XRENDER = @LIB_XRENDER@
157
194
LN_S = @LN_S@
 
195
LTLIBOBJS = @LTLIBOBJS@
158
196
MAKEINFO = @MAKEINFO@
159
197
MCOPIDL = @MCOPIDL@
160
198
MEINPROC = @MEINPROC@
161
 
MICO_INCLUDES = @MICO_INCLUDES@
162
 
MICO_LDFLAGS = @MICO_LDFLAGS@
163
199
MOC = @MOC@
164
200
MSGFMT = @MSGFMT@
 
201
NOOPT_CFLAGS = @NOOPT_CFLAGS@
165
202
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
166
 
NOREPO = @NOREPO@
167
 
OBJDUMP = @OBJDUMP@
168
203
OBJEXT = @OBJEXT@
169
204
PACKAGE = @PACKAGE@
170
 
PAMLIBS = @PAMLIBS@
171
 
PASSWDLIBS = @PASSWDLIBS@
 
205
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
206
PACKAGE_NAME = @PACKAGE_NAME@
 
207
PACKAGE_STRING = @PACKAGE_STRING@
 
208
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
209
PACKAGE_VERSION = @PACKAGE_VERSION@
 
210
PATH_SEPARATOR = @PATH_SEPARATOR@
 
211
PERL = @PERL@
172
212
PYTHONINC = @PYTHONINC@
173
213
PYTHONLIB = @PYTHONLIB@
174
214
PYTHONMODDIR = @PYTHONMODDIR@
 
215
QTDOCDIR = @QTDOCDIR@
 
216
QTE_NORTTI = @QTE_NORTTI@
175
217
QT_INCLUDES = @QT_INCLUDES@
176
218
QT_LDFLAGS = @QT_LDFLAGS@
177
219
RANLIB = @RANLIB@
178
 
REPO = @REPO@
179
 
SCANDIR = @SCANDIR@
180
 
SETUIDFLAGS = @SETUIDFLAGS@
 
220
SET_MAKE = @SET_MAKE@
 
221
SHELL = @SHELL@
 
222
SQLDIR = @SQLDIR@
181
223
STRIP = @STRIP@
182
224
TOPSUBDIRS = @TOPSUBDIRS@
183
225
UIC = @UIC@
 
226
UIC_TR = @UIC_TR@
184
227
USER_INCLUDES = @USER_INCLUDES@
185
228
USER_LDFLAGS = @USER_LDFLAGS@
186
229
USE_EXCEPTIONS = @USE_EXCEPTIONS@
187
230
USE_RTTI = @USE_RTTI@
188
231
USE_THREADS = @USE_THREADS@
189
232
VERSION = @VERSION@
 
233
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
190
234
XGETTEXT = @XGETTEXT@
191
 
XPMINC = @XPMINC@
192
 
XPMLIB = @XPMLIB@
 
235
XMLLINT = @XMLLINT@
193
236
X_EXTRA_LIBS = @X_EXTRA_LIBS@
194
237
X_INCLUDES = @X_INCLUDES@
195
238
X_LDFLAGS = @X_LDFLAGS@
196
239
X_PRE_LIBS = @X_PRE_LIBS@
 
240
X_RPATH = @X_RPATH@
 
241
ac_ct_AR = @ac_ct_AR@
 
242
ac_ct_CC = @ac_ct_CC@
 
243
ac_ct_CXX = @ac_ct_CXX@
 
244
ac_ct_F77 = @ac_ct_F77@
 
245
ac_ct_RANLIB = @ac_ct_RANLIB@
 
246
ac_ct_STRIP = @ac_ct_STRIP@
197
247
all_includes = @all_includes@
198
248
all_libraries = @all_libraries@
199
 
idldir = @idldir@
 
249
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
250
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
251
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
252
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
253
am__include = @am__include@
 
254
am__leading_dot = @am__leading_dot@
 
255
am__quote = @am__quote@
 
256
autocorrect_SUBDIR_included_FALSE = @autocorrect_SUBDIR_included_FALSE@
 
257
autocorrect_SUBDIR_included_TRUE = @autocorrect_SUBDIR_included_TRUE@
 
258
bindir = @bindir@
 
259
build = @build@
 
260
build_alias = @build_alias@
 
261
build_cpu = @build_cpu@
 
262
build_os = @build_os@
 
263
build_vendor = @build_vendor@
 
264
compile_filter_KARBON_FALSE = @compile_filter_KARBON_FALSE@
 
265
compile_filter_KARBON_TRUE = @compile_filter_KARBON_TRUE@
 
266
compile_filter_KFORMULA_FALSE = @compile_filter_KFORMULA_FALSE@
 
267
compile_filter_KFORMULA_TRUE = @compile_filter_KFORMULA_TRUE@
 
268
compile_filter_KPRESENTER_FALSE = @compile_filter_KPRESENTER_FALSE@
 
269
compile_filter_KPRESENTER_TRUE = @compile_filter_KPRESENTER_TRUE@
 
270
compile_filter_KRITA_FALSE = @compile_filter_KRITA_FALSE@
 
271
compile_filter_KRITA_TRUE = @compile_filter_KRITA_TRUE@
 
272
compile_filter_KSPREAD_FALSE = @compile_filter_KSPREAD_FALSE@
 
273
compile_filter_KSPREAD_TRUE = @compile_filter_KSPREAD_TRUE@
 
274
compile_filter_KUGAR_FALSE = @compile_filter_KUGAR_FALSE@
 
275
compile_filter_KUGAR_TRUE = @compile_filter_KUGAR_TRUE@
 
276
compile_filter_KWORD_FALSE = @compile_filter_KWORD_FALSE@
 
277
compile_filter_KWORD_TRUE = @compile_filter_KWORD_TRUE@
 
278
compile_lib_KOPAINTER_FALSE = @compile_lib_KOPAINTER_FALSE@
 
279
compile_lib_KOPAINTER_TRUE = @compile_lib_KOPAINTER_TRUE@
 
280
datadir = @datadir@
 
281
doc_SUBDIR_included_FALSE = @doc_SUBDIR_included_FALSE@
 
282
doc_SUBDIR_included_TRUE = @doc_SUBDIR_included_TRUE@
 
283
example_SUBDIR_included_FALSE = @example_SUBDIR_included_FALSE@
 
284
example_SUBDIR_included_TRUE = @example_SUBDIR_included_TRUE@
 
285
exec_prefix = @exec_prefix@
 
286
filters_SUBDIR_included_FALSE = @filters_SUBDIR_included_FALSE@
 
287
filters_SUBDIR_included_TRUE = @filters_SUBDIR_included_TRUE@
 
288
host = @host@
 
289
host_alias = @host_alias@
 
290
host_cpu = @host_cpu@
 
291
host_os = @host_os@
 
292
host_vendor = @host_vendor@
 
293
include_ARTS_FALSE = @include_ARTS_FALSE@
 
294
include_ARTS_TRUE = @include_ARTS_TRUE@
 
295
include_KOSPELL_FALSE = @include_KOSPELL_FALSE@
 
296
include_KOSPELL_TRUE = @include_KOSPELL_TRUE@
 
297
include_XSLTFILTERS_FALSE = @include_XSLTFILTERS_FALSE@
 
298
include_XSLTFILTERS_TRUE = @include_XSLTFILTERS_TRUE@
 
299
include_sql_FALSE = @include_sql_FALSE@
 
300
include_sql_TRUE = @include_sql_TRUE@
 
301
include_wv2_msword_filter_FALSE = @include_wv2_msword_filter_FALSE@
 
302
include_wv2_msword_filter_TRUE = @include_wv2_msword_filter_TRUE@
 
303
includedir = @includedir@
 
304
infodir = @infodir@
 
305
install_sh = @install_sh@
200
306
interfacedir = @interfacedir@
201
 
jni_includes = @jni_includes@
 
307
interfaces_SUBDIR_included_FALSE = @interfaces_SUBDIR_included_FALSE@
 
308
interfaces_SUBDIR_included_TRUE = @interfaces_SUBDIR_included_TRUE@
 
309
karbon_SUBDIR_included_FALSE = @karbon_SUBDIR_included_FALSE@
 
310
karbon_SUBDIR_included_TRUE = @karbon_SUBDIR_included_TRUE@
 
311
kchart_SUBDIR_included_FALSE = @kchart_SUBDIR_included_FALSE@
 
312
kchart_SUBDIR_included_TRUE = @kchart_SUBDIR_included_TRUE@
202
313
kde_appsdir = @kde_appsdir@
203
314
kde_bindir = @kde_bindir@
204
315
kde_confdir = @kde_confdir@
206
317
kde_htmldir = @kde_htmldir@
207
318
kde_icondir = @kde_icondir@
208
319
kde_includes = @kde_includes@
 
320
kde_kcfgdir = @kde_kcfgdir@
209
321
kde_libraries = @kde_libraries@
210
322
kde_libs_htmldir = @kde_libs_htmldir@
211
323
kde_libs_prefix = @kde_libs_prefix@
212
324
kde_locale = @kde_locale@
213
325
kde_mimedir = @kde_mimedir@
214
326
kde_moduledir = @kde_moduledir@
 
327
kde_qtver = @kde_qtver@
215
328
kde_servicesdir = @kde_servicesdir@
216
329
kde_servicetypesdir = @kde_servicetypesdir@
217
330
kde_sounddir = @kde_sounddir@
 
331
kde_styledir = @kde_styledir@
218
332
kde_templatesdir = @kde_templatesdir@
219
333
kde_wallpaperdir = @kde_wallpaperdir@
220
 
micodir = @micodir@
 
334
kde_widgetdir = @kde_widgetdir@
 
335
kdeinitdir = @kdeinitdir@
 
336
kformula_SUBDIR_included_FALSE = @kformula_SUBDIR_included_FALSE@
 
337
kformula_SUBDIR_included_TRUE = @kformula_SUBDIR_included_TRUE@
 
338
kivio_SUBDIR_included_FALSE = @kivio_SUBDIR_included_FALSE@
 
339
kivio_SUBDIR_included_TRUE = @kivio_SUBDIR_included_TRUE@
 
340
koshell_SUBDIR_included_FALSE = @koshell_SUBDIR_included_FALSE@
 
341
koshell_SUBDIR_included_TRUE = @koshell_SUBDIR_included_TRUE@
 
342
kounavail_SUBDIR_included_FALSE = @kounavail_SUBDIR_included_FALSE@
 
343
kounavail_SUBDIR_included_TRUE = @kounavail_SUBDIR_included_TRUE@
 
344
kpresenter_SUBDIR_included_FALSE = @kpresenter_SUBDIR_included_FALSE@
 
345
kpresenter_SUBDIR_included_TRUE = @kpresenter_SUBDIR_included_TRUE@
 
346
kspread_SUBDIR_included_FALSE = @kspread_SUBDIR_included_FALSE@
 
347
kspread_SUBDIR_included_TRUE = @kspread_SUBDIR_included_TRUE@
 
348
kugar_SUBDIR_included_FALSE = @kugar_SUBDIR_included_FALSE@
 
349
kugar_SUBDIR_included_TRUE = @kugar_SUBDIR_included_TRUE@
 
350
kword_SUBDIR_included_FALSE = @kword_SUBDIR_included_FALSE@
 
351
kword_SUBDIR_included_TRUE = @kword_SUBDIR_included_TRUE@
 
352
lib_SUBDIR_included_FALSE = @lib_SUBDIR_included_FALSE@
 
353
lib_SUBDIR_included_TRUE = @lib_SUBDIR_included_TRUE@
 
354
libdir = @libdir@
 
355
libexecdir = @libexecdir@
 
356
localstatedir = @localstatedir@
 
357
mandir = @mandir@
 
358
mimetypes_SUBDIR_included_FALSE = @mimetypes_SUBDIR_included_FALSE@
 
359
mimetypes_SUBDIR_included_TRUE = @mimetypes_SUBDIR_included_TRUE@
 
360
need_kde31_compatibility_FALSE = @need_kde31_compatibility_FALSE@
 
361
need_kde31_compatibility_TRUE = @need_kde31_compatibility_TRUE@
 
362
oldincludedir = @oldincludedir@
 
363
pics_SUBDIR_included_FALSE = @pics_SUBDIR_included_FALSE@
 
364
pics_SUBDIR_included_TRUE = @pics_SUBDIR_included_TRUE@
 
365
plugins_SUBDIR_included_FALSE = @plugins_SUBDIR_included_FALSE@
 
366
plugins_SUBDIR_included_TRUE = @plugins_SUBDIR_included_TRUE@
 
367
prefix = @prefix@
 
368
program_transform_name = @program_transform_name@
221
369
qt_includes = @qt_includes@
222
370
qt_libraries = @qt_libraries@
 
371
sbindir = @sbindir@
 
372
servicetypes_SUBDIR_included_FALSE = @servicetypes_SUBDIR_included_FALSE@
 
373
servicetypes_SUBDIR_included_TRUE = @servicetypes_SUBDIR_included_TRUE@
 
374
sharedstatedir = @sharedstatedir@
 
375
sysconfdir = @sysconfdir@
 
376
target = @target@
 
377
target_alias = @target_alias@
 
378
target_cpu = @target_cpu@
 
379
target_os = @target_os@
 
380
target_vendor = @target_vendor@
 
381
templates_SUBDIR_included_FALSE = @templates_SUBDIR_included_FALSE@
 
382
templates_SUBDIR_included_TRUE = @templates_SUBDIR_included_TRUE@
 
383
tools_SUBDIR_included_FALSE = @tools_SUBDIR_included_FALSE@
 
384
tools_SUBDIR_included_TRUE = @tools_SUBDIR_included_TRUE@
223
385
x_includes = @x_includes@
224
386
x_libraries = @x_libraries@
 
387
xdg_appsdir = @xdg_appsdir@
 
388
xdg_directorydir = @xdg_directorydir@
 
389
xdg_menudir = @xdg_menudir@
225
390
 
226
391
AUTOMAKE_OPTIONS = foreign 1.4
227
 
COMPILE_FIRST = qt3stuff lib interfaces
 
392
COMPILE_FIRST = lib interfaces
 
393
# COMPILE_BEFORE_kexi = kword kugar
228
394
COMPILE_LAST = filters
229
 
SUBDIRS = $(COMPILE_FIRST) $(TOPSUBDIRS) $(COMPILE_LAST)
230
395
DISTCLEANFILES = inst-apps
231
396
 
232
397
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
 
398
 
 
399
SUBDIRS = $(TOPSUBDIRS)
 
400
subdir = .
233
401
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
234
402
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
235
403
CONFIG_HEADER = config.h
236
 
CONFIG_CLEAN_FILES = 
237
 
DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING COPYING.LIB ChangeLog \
238
 
INSTALL Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 \
239
 
config.h.bot config.h.in configure configure.in install-sh missing
240
 
 
241
 
 
242
 
#>- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
243
 
#>+ 4
244
 
KDE_DIST=Makefile.cvs configure.in.in koffice.spec.in PROFILING configure.files 
245
 
 
246
 
DISTFILES= $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
247
 
 
248
 
 
249
 
TAR = gtar
250
 
GZIP_ENV = --best
251
 
#>- all: all-redirect
 
404
CONFIG_CLEAN_FILES =
 
405
DIST_SOURCES =
 
406
 
 
407
#>- RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
408
#>-     ps-recursive install-info-recursive uninstall-info-recursive \
 
409
#>-     all-recursive install-data-recursive install-exec-recursive \
 
410
#>-     installdirs-recursive install-recursive uninstall-recursive \
 
411
#>-     check-recursive installcheck-recursive
 
412
#>+ 5
 
413
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
414
        ps-recursive install-info-recursive uninstall-info-recursive \
 
415
        all-recursive install-data-recursive install-exec-recursive \
 
416
        installdirs-recursive install-recursive uninstall-recursive \
 
417
        check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
 
418
DIST_COMMON = README $(srcdir)/admin/Doxyfile.am AUTHORS COPYING \
 
419
        COPYING.LIB INSTALL Makefile.am Makefile.in acinclude.m4 \
 
420
        aclocal.m4 admin/ChangeLog admin/compile admin/config.guess \
 
421
        admin/config.sub admin/depcomp admin/install-sh admin/ltmain.sh \
 
422
        admin/missing admin/mkinstalldirs admin/ylwrap config.h.in \
 
423
        configure configure.in install-sh
 
424
DIST_SUBDIRS = $(SUBDIRS)
 
425
#>- all: config.h
252
426
#>+ 1
253
 
all: docs-am  all-redirect
 
427
all: docs-am  config.h
 
428
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
429
 
254
430
.SUFFIXES:
255
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
256
 
#>-     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile
257
 
#>+ 2
258
 
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile
 
431
 
 
432
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
433
 configure.lineno
 
434
$(srcdir)/Makefile.in:  Makefile.am $(srcdir)/admin/Doxyfile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
435
#>-     cd $(top_srcdir) && \
 
436
#>-       $(AUTOMAKE) --foreign  Makefile
 
437
#>+ 3
 
438
        cd $(top_srcdir) && \
 
439
          $(AUTOMAKE) --foreign  Makefile
259
440
        cd $(top_srcdir) && perl admin/am_edit Makefile.in
260
 
 
261
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
262
 
        cd $(top_builddir) \
263
 
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
264
 
 
265
 
$(ACLOCAL_M4):  configure.in  acinclude.m4
266
 
        cd $(srcdir) && $(ACLOCAL)
267
 
 
268
 
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
441
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
442
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
443
 
 
444
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269
445
        $(SHELL) ./config.status --recheck
270
 
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
271
 
        cd $(srcdir) && $(AUTOCONF)
272
 
 
273
 
config.h: stamp-h
274
 
        @if test ! -f $@; then \
275
 
                rm -f stamp-h; \
276
 
                $(MAKE) stamp-h; \
277
 
        else :; fi
278
 
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
279
 
        cd $(top_builddir) \
280
 
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
281
 
             $(SHELL) ./config.status
282
 
        @echo timestamp > stamp-h 2> /dev/null
283
 
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
284
 
        @if test ! -f $@; then \
285
 
                rm -f $(srcdir)/stamp-h.in; \
286
 
                $(MAKE) $(srcdir)/stamp-h.in; \
287
 
        else :; fi
288
 
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) config.h.bot
 
446
$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
447
#>-     cd $(srcdir) && $(AUTOCONF)
 
448
#>+ 2
 
449
        cd $(srcdir) && rm -f configure
 
450
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure
 
451
 
 
452
$(ACLOCAL_M4):  configure.in acinclude.m4
 
453
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
454
 
 
455
config.h: stamp-h1
 
456
        @if test ! -f $@; then \
 
457
          rm -f stamp-h1; \
 
458
          $(MAKE) stamp-h1; \
 
459
        else :; fi
 
460
 
 
461
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
462
        @rm -f stamp-h1
 
463
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
464
 
 
465
$(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) 
289
466
        cd $(top_srcdir) && $(AUTOHEADER)
290
 
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
291
 
 
292
 
mostlyclean-hdr:
293
 
 
294
 
clean-hdr:
 
467
        touch $(srcdir)/config.h.in
295
468
 
296
469
distclean-hdr:
297
 
        -rm -f config.h
298
 
 
299
 
maintainer-clean-hdr:
 
470
        -rm -f config.h stamp-h1
 
471
 
 
472
mostlyclean-libtool:
 
473
        -rm -f *.lo
 
474
 
 
475
clean-libtool:
 
476
        -rm -rf .libs _libs
 
477
 
 
478
distclean-libtool:
 
479
        -rm -f libtool
 
480
uninstall-info-am:
300
481
 
301
482
# This directory's subdirectories are mostly independent; you can cd
302
483
# into them and run `make' without going through this Makefile.
304
485
# (1) if the variable is set in `config.status', edit `config.status'
305
486
#     (which will cause the Makefiles to be regenerated when you run `make');
306
487
# (2) otherwise, pass the desired values on the `make' command line.
307
 
 
308
 
@SET_MAKE@
309
 
 
310
 
all-recursive install-data-recursive install-exec-recursive \
311
 
installdirs-recursive install-recursive uninstall-recursive  \
312
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
313
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
488
$(RECURSIVE_TARGETS):
 
489
        @set fnord $$MAKEFLAGS; amf=$$2; \
314
490
        dot_seen=no; \
315
491
        target=`echo $@ | sed s/-recursive//`; \
316
492
        list='$(SUBDIRS)'; for subdir in $$list; do \
330
506
 
331
507
mostlyclean-recursive clean-recursive distclean-recursive \
332
508
maintainer-clean-recursive:
333
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
509
        @set fnord $$MAKEFLAGS; amf=$$2; \
334
510
        dot_seen=no; \
335
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
336
 
          rev="$$subdir $$rev"; \
337
 
          test "$$subdir" = "." && dot_seen=yes; \
 
511
        case "$@" in \
 
512
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
513
          *) list='$(SUBDIRS)' ;; \
 
514
        esac; \
 
515
        rev=''; for subdir in $$list; do \
 
516
          if test "$$subdir" = "."; then :; else \
 
517
            rev="$$subdir $$rev"; \
 
518
          fi; \
338
519
        done; \
339
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
520
        rev="$$rev ."; \
340
521
        target=`echo $@ | sed s/-recursive//`; \
341
522
        for subdir in $$rev; do \
342
523
          echo "Making $$target in $$subdir"; \
352
533
        list='$(SUBDIRS)'; for subdir in $$list; do \
353
534
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354
535
        done
 
536
ctags-recursive:
 
537
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
538
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
539
        done
 
540
 
 
541
ETAGS = etags
 
542
ETAGSFLAGS =
 
543
 
 
544
CTAGS = ctags
 
545
CTAGSFLAGS =
355
546
 
356
547
tags: TAGS
357
548
 
358
 
ID: $(HEADERS) $(SOURCES) $(LISP)
359
 
        list='$(SOURCES) $(HEADERS)'; \
360
 
        unique=`for i in $$list; do echo $$i; done | \
361
 
          awk '    { files[$$0] = 1; } \
 
549
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
550
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
551
        unique=`for i in $$list; do \
 
552
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
553
          done | \
 
554
          $(AWK) '    { files[$$0] = 1; } \
362
555
               END { for (i in files) print i; }'`; \
363
 
        here=`pwd` && cd $(srcdir) \
364
 
          && mkid -f$$here/ID $$unique $(LISP)
 
556
        mkid -fID $$unique
365
557
 
366
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
 
558
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
559
                $(TAGS_FILES) $(LISP)
367
560
        tags=; \
368
561
        here=`pwd`; \
 
562
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
563
          include_option=--etags-include; \
 
564
        else \
 
565
          include_option=--include; \
 
566
        fi; \
369
567
        list='$(SUBDIRS)'; for subdir in $$list; do \
370
 
   if test "$$subdir" = .; then :; else \
371
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
372
 
   fi; \
 
568
          if test "$$subdir" = .; then :; else \
 
569
            test -f $$subdir/TAGS && \
 
570
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
571
          fi; \
373
572
        done; \
374
 
        list='$(SOURCES) $(HEADERS)'; \
375
 
        unique=`for i in $$list; do echo $$i; done | \
376
 
          awk '    { files[$$0] = 1; } \
377
 
               END { for (i in files) print i; }'`; \
378
 
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
379
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
380
 
 
381
 
mostlyclean-tags:
382
 
 
383
 
clean-tags:
 
573
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
574
        unique=`for i in $$list; do \
 
575
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
576
          done | \
 
577
          $(AWK) '    { files[$$0] = 1; } \
 
578
               END { for (i in files) print i; }'`; \
 
579
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
580
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
581
             $$tags $$unique
 
582
 
 
583
ctags: CTAGS
 
584
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
585
                $(TAGS_FILES) $(LISP)
 
586
        tags=; \
 
587
        here=`pwd`; \
 
588
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
589
        unique=`for i in $$list; do \
 
590
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
591
          done | \
 
592
          $(AWK) '    { files[$$0] = 1; } \
 
593
               END { for (i in files) print i; }'`; \
 
594
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
595
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
596
             $$tags $$unique
 
597
 
 
598
GTAGS:
 
599
        here=`$(am__cd) $(top_builddir) && pwd` \
 
600
          && cd $(top_srcdir) \
 
601
          && gtags -i $(GTAGS_ARGS) $$here
384
602
 
385
603
distclean-tags:
386
 
        -rm -f TAGS ID
387
 
 
388
 
maintainer-clean-tags:
389
 
 
 
604
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
605
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
606
#>+ 1
 
607
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
 
608
 
 
609
top_distdir = .
390
610
distdir = $(PACKAGE)-$(VERSION)
391
 
top_distdir = $(distdir)
 
611
 
 
612
am__remove_distdir = \
 
613
  { test ! -d $(distdir) \
 
614
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
615
         && rm -fr $(distdir); }; }
 
616
 
 
617
GZIP_ENV = --best
 
618
distuninstallcheck_listfiles = find . -type f -print
 
619
distcleancheck_listfiles = find . -type f -print
 
620
 
 
621
distdir: $(DISTFILES)
 
622
        $(am__remove_distdir)
 
623
        mkdir $(distdir)
 
624
        $(mkinstalldirs) $(distdir)/./admin $(distdir)/admin
 
625
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
626
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
627
        list='$(DISTFILES)'; for file in $$list; do \
 
628
          case $$file in \
 
629
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
630
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
631
          esac; \
 
632
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
633
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
634
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
635
            dir="/$$dir"; \
 
636
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
637
          else \
 
638
            dir=''; \
 
639
          fi; \
 
640
          if test -d $$d/$$file; then \
 
641
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
642
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
643
            fi; \
 
644
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
645
          else \
 
646
            test -f $(distdir)/$$file \
 
647
            || cp -p $$d/$$file $(distdir)/$$file \
 
648
            || exit 1; \
 
649
          fi; \
 
650
        done
 
651
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
652
          if test "$$subdir" = .; then :; else \
 
653
            test -d $(distdir)/$$subdir \
 
654
            || mkdir $(distdir)/$$subdir \
 
655
            || exit 1; \
 
656
            (cd $$subdir && \
 
657
              $(MAKE) $(AM_MAKEFLAGS) \
 
658
                top_distdir="$(top_distdir)" \
 
659
                distdir=../$(distdir)/$$subdir \
 
660
                distdir) \
 
661
              || exit 1; \
 
662
          fi; \
 
663
        done
 
664
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
665
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
666
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
667
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
668
        || chmod -R a+r $(distdir)
 
669
dist-gzip: distdir
 
670
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
671
        $(am__remove_distdir)
 
672
 
 
673
dist dist-all: distdir
 
674
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
675
        $(am__remove_distdir)
392
676
 
393
677
# This target untars the dist file and tries a VPATH configuration.  Then
394
678
# it guarantees that the distribution is self-contained by making another
395
679
# tarfile.
396
680
distcheck: dist
397
 
        -rm -rf $(distdir)
398
 
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
399
 
        mkdir $(distdir)/=build
400
 
        mkdir $(distdir)/=inst
401
 
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
402
 
        cd $(distdir)/=build \
403
 
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
 
681
        $(am__remove_distdir)
 
682
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
683
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
684
        mkdir $(distdir)/_build
 
685
        mkdir $(distdir)/_inst
 
686
        chmod a-w $(distdir)
 
687
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
688
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
689
          && cd $(distdir)/_build \
 
690
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
691
            $(DISTCHECK_CONFIGURE_FLAGS) \
404
692
          && $(MAKE) $(AM_MAKEFLAGS) \
405
693
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
406
694
          && $(MAKE) $(AM_MAKEFLAGS) check \
407
695
          && $(MAKE) $(AM_MAKEFLAGS) install \
408
696
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
409
 
          && $(MAKE) $(AM_MAKEFLAGS) dist
410
 
        -rm -rf $(distdir)
411
 
        @banner="$(distdir).tar.gz is ready for distribution"; \
412
 
        dashes=`echo "$$banner" | sed s/./=/g`; \
413
 
        echo "$$dashes"; \
414
 
        echo "$$banner"; \
415
 
        echo "$$dashes"
416
 
dist: distdir
417
 
        -chmod -R a+r $(distdir)
418
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
419
 
        -rm -rf $(distdir)
420
 
dist-all: distdir
421
 
        -chmod -R a+r $(distdir)
422
 
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
423
 
        -rm -rf $(distdir)
424
 
distdir: $(DISTFILES)
425
 
        -rm -rf $(distdir)
426
 
        mkdir $(distdir)
427
 
        -chmod 777 $(distdir)
428
 
#>-     @for file in $(DISTFILES); do \
429
 
#>-       d=$(srcdir); \
430
 
#>-       if test -d $$d/$$file; then \
431
 
#>-         cp -pr $$/$$file $(distdir)/$$file; \
432
 
#>-       else \
433
 
#>-         test -f $(distdir)/$$file \
434
 
#>-         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
435
 
#>-         || cp -p $$d/$$file $(distdir)/$$file || :; \
436
 
#>-       fi; \
437
 
#>-     done
438
 
#>+ 10
439
 
        @for file in $(DISTFILES); do \
440
 
          d=$(srcdir); \
441
 
          if test -d $$d/$$file; then \
442
 
            cp -pr $$d/$$file $(distdir)/$$file; \
443
 
          else \
444
 
            test -f $(distdir)/$$file \
445
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
446
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
447
 
          fi; \
448
 
        done
449
 
        for subdir in $(SUBDIRS); do \
450
 
          if test "$$subdir" = .; then :; else \
451
 
            test -d $(distdir)/$$subdir \
452
 
            || mkdir $(distdir)/$$subdir \
453
 
            || exit 1; \
454
 
            chmod 777 $(distdir)/$$subdir; \
455
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
456
 
              || exit 1; \
457
 
          fi; \
458
 
        done
459
 
info-am:
460
 
info: info-recursive
461
 
dvi-am:
462
 
dvi: dvi-recursive
 
697
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
698
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
699
                distuninstallcheck \
 
700
          && chmod -R a-w "$$dc_install_base" \
 
701
          && ({ \
 
702
               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
703
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
704
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
705
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
706
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
707
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
708
          && rm -rf "$$dc_destdir" \
 
709
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
 
710
          && rm -f $(distdir).tar.gz \
 
711
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
712
        $(am__remove_distdir)
 
713
        @echo "$(distdir).tar.gz is ready for distribution" | \
 
714
          sed 'h;s/./=/g;p;x;p;x'
 
715
distuninstallcheck:
 
716
        @cd $(distuninstallcheck_dir) \
 
717
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
718
           || { echo "ERROR: files left after uninstall:" ; \
 
719
                if test -n "$(DESTDIR)"; then \
 
720
                  echo "  (check DESTDIR support)"; \
 
721
                fi ; \
 
722
                $(distuninstallcheck_listfiles) ; \
 
723
                exit 1; } >&2
 
724
distcleancheck: distclean
 
725
        @if test '$(srcdir)' = . ; then \
 
726
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
727
          exit 1 ; \
 
728
        fi
 
729
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
730
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
731
               $(distcleancheck_listfiles) ; \
 
732
               exit 1; } >&2
463
733
check-am: all-am
464
734
check: check-recursive
465
 
installcheck-am:
466
 
installcheck: installcheck-recursive
467
 
all-recursive-am: config.h
468
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
735
all-am: Makefile config.h
 
736
installdirs: installdirs-recursive
 
737
installdirs-am:
469
738
 
470
 
install-exec-am:
 
739
install: install-recursive
471
740
install-exec: install-exec-recursive
472
 
 
473
 
install-data-am: install-data-local
474
741
install-data: install-data-recursive
 
742
uninstall: uninstall-recursive
475
743
 
476
744
install-am: all-am
477
745
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478
 
install: install-recursive
479
 
uninstall-am:
480
 
uninstall: uninstall-recursive
481
 
all-am: Makefile config.h
482
 
all-redirect: all-recursive-am
 
746
 
 
747
installcheck: installcheck-recursive
483
748
install-strip:
484
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
485
 
installdirs: installdirs-recursive
486
 
installdirs-am:
487
 
 
488
 
 
 
749
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
750
          INSTALL_STRIP_FLAG=-s \
 
751
          `test -z '$(STRIP)' || \
 
752
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
489
753
mostlyclean-generic:
490
754
 
491
755
clean-generic:
492
756
 
493
757
distclean-generic:
494
758
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
495
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
496
759
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
497
760
 
498
761
maintainer-clean-generic:
 
762
        @echo "This command is intended for maintainers to use"
 
763
        @echo "it deletes files that may require special tools to rebuild."
499
764
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
500
 
mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
501
 
 
502
 
mostlyclean: mostlyclean-recursive
503
 
 
504
 
clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
505
 
 
506
765
#>- clean: clean-recursive
507
766
#>+ 1
508
767
clean: kde-rpo-clean  clean-recursive
509
768
 
510
 
distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
511
 
        -rm -f libtool
 
769
#>- clean-am: clean-generic clean-libtool mostlyclean-am
 
770
#>+ 1
 
771
clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
512
772
 
513
773
distclean: distclean-recursive
514
 
        -rm -f config.status
515
 
 
516
 
maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
517
 
                maintainer-clean-generic distclean-am
518
 
        @echo "This command is intended for maintainers to use;"
519
 
        @echo "it deletes files that may require special tools to rebuild."
 
774
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
775
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
 
776
        distclean-tags
 
777
 
 
778
dvi: dvi-recursive
 
779
 
 
780
dvi-am:
 
781
 
 
782
info: info-recursive
 
783
 
 
784
info-am:
 
785
 
 
786
install-data-am: install-data-local
 
787
 
 
788
install-exec-am:
 
789
 
 
790
install-info: install-info-recursive
 
791
 
 
792
install-man:
 
793
 
 
794
installcheck-am:
520
795
 
521
796
maintainer-clean: maintainer-clean-recursive
522
 
        -rm -f config.status
523
 
 
524
 
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
525
 
install-data-recursive uninstall-data-recursive install-exec-recursive \
526
 
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
527
 
all-recursive check-recursive installcheck-recursive info-recursive \
528
 
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
529
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
530
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
531
 
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
532
 
install-exec-am install-exec install-data-local install-data-am \
533
 
install-data install-am install uninstall-am uninstall all-redirect \
534
 
all-am all installdirs-am installdirs mostlyclean-generic \
535
 
distclean-generic clean-generic maintainer-clean-generic clean \
536
 
mostlyclean distclean maintainer-clean
 
797
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
798
        -rm -rf $(top_srcdir)/autom4te.cache
 
799
maintainer-clean-am: distclean-am maintainer-clean-generic
 
800
 
 
801
mostlyclean: mostlyclean-recursive
 
802
 
 
803
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
804
 
 
805
pdf: pdf-recursive
 
806
 
 
807
pdf-am:
 
808
 
 
809
ps: ps-recursive
 
810
 
 
811
ps-am:
 
812
 
 
813
uninstall-am: uninstall-info-am uninstall-local
 
814
 
 
815
uninstall-info: uninstall-info-recursive
 
816
 
 
817
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
818
        clean-generic clean-libtool clean-recursive ctags \
 
819
        ctags-recursive dist dist-all dist-gzip distcheck distclean \
 
820
        distclean-generic distclean-hdr distclean-libtool \
 
821
        distclean-recursive distclean-tags distcleancheck distdir \
 
822
        distuninstallcheck dvi dvi-am dvi-recursive info info-am \
 
823
        info-recursive install install-am install-data install-data-am \
 
824
        install-data-local install-data-recursive install-exec \
 
825
        install-exec-am install-exec-recursive install-info \
 
826
        install-info-am install-info-recursive install-man \
 
827
        install-recursive install-strip installcheck installcheck-am \
 
828
        installdirs installdirs-am installdirs-recursive \
 
829
        maintainer-clean maintainer-clean-generic \
 
830
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
831
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
832
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
833
        uninstall uninstall-am uninstall-info-am \
 
834
        uninstall-info-recursive uninstall-local uninstall-recursive
537
835
 
538
836
 
539
837
install-data-local:
561
859
 
562
860
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
563
861
        @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
564
 
 
 
862
apidox-am-yes:
 
863
        @if test "$(subdir)" != "."; then \
 
864
                $(mkinstalldirs) $(top_builddir)/apidocs/$(subdir) ;\
 
865
                if test ! -x $(top_builddir)/apidocs/common; then \
 
866
                        if test -d $(top_srcdir)/doc/common; then \
 
867
                           common_dir=`cd $(top_srcdir)/doc/common && pwd` ;\
 
868
                        else \
 
869
                           common_dir=$(kde_libs_htmldir)/en/common ;\
 
870
                        fi ;\
 
871
                        $(LN_S) $$common_dir $(top_builddir)/apidocs/common; \
 
872
                fi ;\
 
873
                cp $(top_srcdir)/admin/Doxyfile.global Doxyfile; \
 
874
                echo "PROJECT_NAME           = \"$(subdir) Library\"" >> Doxyfile; \
 
875
                echo "PROJECT_NUMBER         = \"Version $(VERSION)\"" >> Doxyfile; \
 
876
                echo "INPUT                  = $(srcdir)" >> Doxyfile; \
 
877
                echo "IMAGE_PATH             = $(top_srcdir)/doc/api" >> Doxyfile ;\
 
878
                echo "OUTPUT_DIRECTORY       = $(top_builddir)/apidocs" >> Doxyfile; \
 
879
                echo "HTML_OUTPUT            = $(subdir)/html" >> Doxyfile; \
 
880
                echo "HTML_HEADER            = $(top_builddir)/apidocs/common/header.html" >> Doxyfile;\
 
881
                echo "HTML_FOOTER            = $(top_builddir)/apidocs/common/footer.html" >> Doxyfile;\
 
882
                echo "HTML_STYLESHEET        = $(top_builddir)/apidocs/common/doxygen.css" >> Doxyfile;\
 
883
                echo "LATEX_OUTPUT           = $(subdir)/latex" >> Doxyfile; \
 
884
                echo "RTF_OUTPUT             = $(subdir)/rtf" >> Doxyfile; \
 
885
                echo "MAN_OUTPUT             = $(subdir)/man" >> Doxyfile; \
 
886
                echo "GENERATE_HTML          = $(GENERATE_FLAG)" >> Doxyfile ;\
 
887
                echo "GENERATE_MAN          = $(GENERATE_FLAG)" >> Doxyfile ;\
 
888
                echo "GENERATE_LATEX          = $(GENERATE_FLAG)" >> Doxyfile ;\
 
889
                if test -n "$(DOXYGEN_EXCLUDE)"; then \
 
890
                        patterns= ;\
 
891
                        dirs= ;\
 
892
                        for item in `echo "$(DOXYGEN_EXCLUDE)"`; do \
 
893
                                if test -d "$(srcdir)/$$item"; then \
 
894
                                        dirs="$$dirs $(srcdir)/$$item/" ;\
 
895
                                else \
 
896
                                        patterns="$$patterns $$item" ;\
 
897
                                fi ;\
 
898
                        done ;\
 
899
                        echo "EXCLUDE_PATTERNS      += $$patterns" >> Doxyfile; \
 
900
                        echo "EXCLUDE               += $$dirs" >> Doxyfile ;\
 
901
                fi ;\
 
902
                echo "TAGFILES = \\" >> Doxyfile; \
 
903
                tags='$(DOXYGEN_REFERENCES) qt'; for tag in $$tags; do \
 
904
                        tagpath= ;\
 
905
                        path="../../$$tag" ;\
 
906
                        if test -f $(top_builddir)/apidocs/$$tag/$$tag.tag; then \
 
907
                                tagpath="$(top_builddir)/apidocs/$$tag/$$tag.tag" ;\
 
908
                        else \
 
909
                                tagpath=`ls -1 $(kde_htmldir)/en/*-apidocs/$$tag/$$tag.tag 2> /dev/null` ;\
 
910
                                if test -n "$$tagpath"; then \
 
911
                                        path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,../../../\1/$$tag,"` ;\
 
912
                                fi ;\
 
913
                        fi ;\
 
914
                        if test "$$tag" = qt; then \
 
915
                                echo $$tagpath=$(QTDOCDIR) >> Doxyfile ;\
 
916
                        else if test -n "$$tagpath"; then \
 
917
                                echo "$$tagpath=$$path/html \\" >> Doxyfile ;\
 
918
                            fi ;\
 
919
                        fi ;\
 
920
                done ;\
 
921
                echo "GENERATE_TAGFILE       = $(top_builddir)/apidocs/$(subdir)/`basename $(subdir)`.tag" >> Doxyfile ;\
 
922
                echo "IGNORE_PREFIX          = K" >> Doxyfile ;\
 
923
                echo "HAVE_DOT = $(KDE_HAVE_DOT)" >> Doxyfile ;\
 
924
                $(DOXYGEN) Doxyfile ;\
 
925
        fi
 
926
 
 
927
apidox-am-no:
 
928
 
 
929
install-data-local: install-apidox
 
930
 
 
931
install-apidox:
 
932
        @if test "$(subdir)" != "."; then \
 
933
                $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir)/html ; \
 
934
                if test -f $(top_builddir)/apidocs/$(subdir)/$(subdir).tag; then \
 
935
                echo $(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/$(subdir).tag $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \
 
936
                $(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/$(subdir).tag $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \
 
937
                fi; \
 
938
                if test -d $(top_builddir)/apidocs/$(subdir)/html; then \
 
939
                        list=`ls $(top_builddir)/apidocs/$(subdir)/html`; \
 
940
                        echo "installing $(top_builddir)/apidocs/$(subdir)/html" ;\
 
941
                        for file in $$list; do \
 
942
                                $(INSTALL_DATA) $(top_builddir)/apidocs/$(subdir)/html/$$file $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir)/html; \
 
943
                done; \
 
944
                fi; \
 
945
                rm -f $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/common; \
 
946
                $(LN_S) $(kde_libs_htmldir)/en/common $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/common; \
 
947
        else\
 
948
                if test -d $(top_builddir)/apidocs; then \
 
949
                $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs ;\
 
950
                list=`cd $(top_builddir)/apidocs && ls -1`; \
 
951
                echo "installing $(top_builddir)/apidocs/$$file" ;\
 
952
                for file in $$list; do \
 
953
                        if test -f $(top_builddir)/apidocs/$$file; then \
 
954
                                $(INSTALL_DATA) $(top_builddir)/apidocs/$$file $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; \
 
955
                        fi; \
 
956
                done ; fi; \
 
957
        fi
 
958
 
 
959
uninstall-local: uninstall-apidox
 
960
 
 
961
uninstall-apidox:
 
962
        @if test "$(subdir)" != "."; then \
 
963
                if test -d $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); then \
 
964
                        rm -rfv $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/$(subdir); \
 
965
                fi\
 
966
        else\
 
967
                if test -d $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; then \
 
968
                        rm -rfv $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs; \
 
969
                fi\
 
970
        fi
 
971
 
 
972
apidox:
 
973
        @if test "$(subdir)" != "."; then \
 
974
                $(MAKE) apidox-am-@KDE_HAS_DOXYGEN@ ;\
 
975
        else \
 
976
                $(MAKE) apidox-am-toplevel-@KDE_HAS_DOXYGEN@ ;\
 
977
        fi
 
978
        @set fnord $(MAKEFLAGS); amf=$$2; if test -n '$(SUBDIRS)'; then \
 
979
            list='$(SUBDIRS)'; \
 
980
            for subdir in $$list; do \
 
981
                if grep '^include .*Doxyfile.am' $(srcdir)/$$subdir/Makefile.am; then \
 
982
                echo "Making apidox in $$subdir"; \
 
983
                if test "$$subdir" != "."; then \
 
984
                        (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) GENERATE_FLAG=no apidox) || exit 1; \
 
985
                fi ; fi ;\
 
986
            done; \
 
987
            for subdir in $$list; do \
 
988
                if grep '^include .*Doxyfile.am' $(srcdir)/$$subdir/Makefile.am; then \
 
989
                echo "Making apidox in $$subdir"; \
 
990
                if test "$$subdir" != "."; then \
 
991
                        (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) GENERATE_FLAG=yes apidox) || exit 1; \
 
992
                fi ; fi ;\
 
993
            done; \
 
994
        fi
 
995
 
 
996
apidox-am-toplevel-no:
 
997
apidox-am-toplevel-yes:
 
998
        @echo "*** Creating API documentation main page"; \
 
999
        cp $(top_srcdir)/admin/Doxyfile.global Doxyfile; \
 
1000
        echo "PROJECT_NAME           = \"$(DOXYGEN_PROJECT_NAME)\"" >> Doxyfile ; \
 
1001
        echo "PROJECT_NUMBER         = \"$(DOXYGEN_PROJECT_NUMBER)\"" >> Doxyfile ; \
 
1002
        echo "INPUT                  = $(top_srcdir)" >> Doxyfile ; \
 
1003
        echo "OUTPUT_DIRECTORY       = $(top_builddir)/apidocs" >> Doxyfile ; \
 
1004
        echo "FILE_PATTERNS          = *.dox" >> Doxyfile ; \
 
1005
        echo "RECURSIVE              = NO" >> Doxyfile ; \
 
1006
        echo "SOURCE_BROWSER         = NO" >> Doxyfile ; \
 
1007
        echo "ALPHABETICAL_INDEX     = NO" >> Doxyfile ; \
 
1008
        echo "HTML_OUTPUT            = ." >> Doxyfile ; \
 
1009
        echo "HTML_HEADER            = apidocs/common/mainheader.html" >> Doxyfile ; \
 
1010
        echo "HTML_FOOTER            = apidocs/common/mainfooter.html" >> Doxyfile ; \
 
1011
        echo "HTML_STYLESHEET        = apidocs/common/doxygen.css" >> Doxyfile ; \
 
1012
        echo "GENERATE_LATEX         = NO" >> Doxyfile ; \
 
1013
        echo "GENERATE_RTF           = NO" >> Doxyfile ; \
 
1014
        echo "GENERATE_MAN           = NO" >> Doxyfile ; \
 
1015
        echo "GENERATE_XML           = NO" >> Doxyfile ; \
 
1016
        echo "GENERATE_AUTOGEN_DEF   = NO" >> Doxyfile ; \
 
1017
        echo "ENABLE_PREPROCESSING   = NO" >> Doxyfile ; \
 
1018
        echo "CLASS_DIAGRAMS         = NO" >> Doxyfile ; \
 
1019
        echo "HAVE_DOT               = NO" >> Doxyfile ; \
 
1020
        echo "GENERATE_HTML          = YES" >> Doxyfile ;\
 
1021
        $(mkinstalldirs) $(top_builddir)/apidocs ; \
 
1022
        rm -f $(top_builddir)/apidocs/common ; \
 
1023
        if test -d $(top_srcdir)/doc/common; then \
 
1024
           common_dir=`cd $(top_srcdir)/doc/common && pwd` ;\
 
1025
        else \
 
1026
           common_dir=$(kde_libs_htmldir)/en/common ;\
 
1027
        fi ;\
 
1028
        $(LN_S) $$common_dir $(top_builddir)/apidocs/common ;\
 
1029
        doxygen Doxyfile; \
 
1030
        rm -f Doxyfile
 
1031
 
 
1032
.PHONY: apidox-am-yes apidox-am-no install-data-local install-apidox install-apidox uninstall-local uninstall-apidox uninstall-apidox apidox apidox-am-toplevel-no apidox-am-toplevel-yes
 
1033
 
 
1034
# Local Variables:
 
1035
# mode: makefile
 
1036
# End:
565
1037
# Tell versions [3.59,3.63) of GNU make to not export all variables.
566
1038
# Otherwise a system limit (for SysV at least) may be exceeded.
567
1039
.NOEXPORT:
568
1040
 
569
1041
#>+ 2
 
1042
KDE_DIST=configure.in.bot configure.files stamp-h.in Makefile.am.in koffice.lsm subdirs configure.in.in kde.pot 
 
1043
 
 
1044
#>+ 2
570
1045
docs-am:
571
1046
 
572
 
#>+ 5
 
1047
#>+ 6
573
1048
force-reedit:
574
 
                cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile
 
1049
                cd $(top_srcdir) && \
 
1050
          $(AUTOMAKE) --foreign  Makefile
575
1051
        cd $(top_srcdir) && perl admin/am_edit Makefile.in
576
1052
 
577
1053
 
578
 
#>+ 2
 
1054
#>+ 21
 
1055
clean-bcheck: 
 
1056
        rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
 
1057
 
 
1058
bcheck: bcheck-recursive
 
1059
 
 
1060
bcheck-am:
 
1061
        @for i in ; do \
 
1062
            if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
 
1063
                echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
 
1064
                echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
 
1065
                echo "$$i"; \
 
1066
                if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(KDE_CXXFLAGS)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
 
1067
                    rm -f $$i.bchecktest.cc; exit 1; \
 
1068
                fi ; \
 
1069
                echo "" >> $$i.bchecktest.cc.class; \
 
1070
                perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
 
1071
                rm -f a.out; \
 
1072
            fi ; \
 
1073
        done
 
1074
 
 
1075
 
 
1076
#>+ 3
579
1077
final:
580
1078
        $(MAKE) all-am
581
 
#>+ 2
 
1079
 
 
1080
#>+ 3
 
1081
final-install:
 
1082
        $(MAKE) install-am
 
1083
 
 
1084
#>+ 3
582
1085
no-final:
583
1086
        $(MAKE) all-am
 
1087
 
 
1088
#>+ 3
 
1089
no-final-install:
 
1090
        $(MAKE) install-am
 
1091
 
584
1092
#>+ 3
585
1093
cvs-clean:
586
 
        $(MAKE) -f $(top_srcdir)/admin/Makefile.common cvs-clean
 
1094
        $(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean
587
1095
 
588
1096
#>+ 3
589
1097
kde-rpo-clean:
590
1098
        -rm -f *.rpo
 
1099
 
 
1100
#>+ 3
 
1101
nmcheck-am: nmcheck
 
1102
nmcheck: