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

« back to all changes in this revision

Viewing changes to filters/kword/latex/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
 
####### General stuff
15
 
 
16
 
 
17
 
SHELL = @SHELL@
 
16
@SET_MAKE@
18
17
 
19
18
srcdir = @srcdir@
20
19
top_srcdir = @top_srcdir@
21
20
VPATH = @srcdir@
22
 
prefix = @prefix@
23
 
exec_prefix = @exec_prefix@
24
 
#>- 
25
 
bindir = @bindir@
26
 
#>+ 3
27
 
DEPDIR = .deps
28
 
 
29
 
bindir = @bindir@
30
 
sbindir = @sbindir@
31
 
libexecdir = @libexecdir@
32
 
datadir = @datadir@
33
 
sysconfdir = @sysconfdir@
34
 
sharedstatedir = @sharedstatedir@
35
 
localstatedir = @localstatedir@
36
 
libdir = @libdir@
37
 
infodir = @infodir@
38
 
mandir = @mandir@
39
 
includedir = @includedir@
40
 
oldincludedir = /usr/include
41
 
 
42
 
DESTDIR =
43
 
 
44
21
pkgdatadir = $(datadir)/@PACKAGE@
45
22
pkglibdir = $(libdir)/@PACKAGE@
46
23
pkgincludedir = $(includedir)/@PACKAGE@
47
 
 
48
24
top_builddir = ../../..
49
25
 
50
 
ACLOCAL = @ACLOCAL@
51
 
AUTOCONF = @AUTOCONF@
52
 
AUTOMAKE = @AUTOMAKE@
53
 
AUTOHEADER = @AUTOHEADER@
54
 
 
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
55
27
INSTALL = @INSTALL@
56
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
57
 
INSTALL_DATA = @INSTALL_DATA@
58
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
59
 
transform = @program_transform_name@
60
 
 
 
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)
61
33
NORMAL_INSTALL = :
62
34
PRE_INSTALL = :
63
35
POST_INSTALL = :
64
36
NORMAL_UNINSTALL = :
65
37
PRE_UNINSTALL = :
66
38
POST_UNINSTALL = :
67
 
build_alias = @build_alias@
68
39
build_triplet = @build@
69
 
host_alias = @host_alias@
70
40
host_triplet = @host@
71
 
target_alias = @target_alias@
72
41
target_triplet = @target@
 
42
ACLOCAL = @ACLOCAL@
 
43
AMDEP_FALSE = @AMDEP_FALSE@
 
44
AMDEP_TRUE = @AMDEP_TRUE@
 
45
AMTAR = @AMTAR@
 
46
AR = @AR@
73
47
ARTSCCONFIG = @ARTSCCONFIG@
74
 
AS = @AS@
 
48
AUTOCONF = @AUTOCONF@
75
49
AUTODIRS = @AUTODIRS@
 
50
AUTOHEADER = @AUTOHEADER@
 
51
AUTOMAKE = @AUTOMAKE@
 
52
AWK = @AWK@
76
53
CC = @CC@
 
54
CCDEPMODE = @CCDEPMODE@
 
55
CFLAGS = @CFLAGS@
77
56
CONF_FILES = @CONF_FILES@
78
57
CPP = @CPP@
 
58
CPPFLAGS = @CPPFLAGS@
79
59
CXX = @CXX@
80
60
CXXCPP = @CXXCPP@
 
61
CXXDEPMODE = @CXXDEPMODE@
 
62
CXXFLAGS = @CXXFLAGS@
 
63
CYGPATH_W = @CYGPATH_W@
81
64
DCOPIDL = @DCOPIDL@
82
65
DCOPIDL2CPP = @DCOPIDL2CPP@
 
66
DCOPIDLNG = @DCOPIDLNG@
83
67
DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
84
 
DLLTOOL = @DLLTOOL@
85
 
DPMSINC = @DPMSINC@
86
 
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@
87
78
EXEEXT = @EXEEXT@
88
 
GCJ = @GCJ@
89
 
GCJFLAGS = @GCJFLAGS@
90
 
GLINC = @GLINC@
91
 
GLLIB = @GLLIB@
 
79
F77 = @F77@
 
80
FFLAGS = @FFLAGS@
 
81
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
92
82
GMSGFMT = @GMSGFMT@
93
 
IDL = @IDL@
94
 
IDL_DEPENDENCIES = @IDL_DEPENDENCIES@
95
 
JAR = @JAR@
96
 
JAVAC = @JAVAC@
97
 
JAVAH = @JAVAH@
98
 
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@
99
89
KDECONFIG = @KDECONFIG@
100
 
KDE_CXXFLAGS = @KDE_CXXFLAGS@
101
90
KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
 
91
KDE_HAS_DOXYGEN = @KDE_HAS_DOXYGEN@
 
92
KDE_HAVE_DOT = @KDE_HAVE_DOT@
102
93
KDE_INCLUDES = @KDE_INCLUDES@
103
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@
104
98
KDE_PLUGIN = @KDE_PLUGIN@
105
99
KDE_RPATH = @KDE_RPATH@
106
100
KDE_USE_CLOSURE_FALSE = @KDE_USE_CLOSURE_FALSE@
107
101
KDE_USE_CLOSURE_TRUE = @KDE_USE_CLOSURE_TRUE@
108
102
KDE_USE_FINAL_FALSE = @KDE_USE_FINAL_FALSE@
109
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@
110
106
KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
 
107
KFORMULA_INCLUDES = @KFORMULA_INCLUDES@
111
108
KOFFICECORE_INCLUDES = @KOFFICECORE_INCLUDES@
112
109
KOFFICEUI_INCLUDES = @KOFFICEUI_INCLUDES@
113
110
KOFFICE_INCLUDES = @KOFFICE_INCLUDES@
114
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@
115
116
KSTORE_INCLUDES = @KSTORE_INCLUDES@
116
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@
117
123
LIBCOMPAT = @LIBCOMPAT@
118
124
LIBCRYPT = @LIBCRYPT@
119
125
LIBDL = @LIBDL@
120
 
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@
121
132
LIBJPEG = @LIBJPEG@
122
 
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@
123
138
LIBOBJS = @LIBOBJS@
 
139
LIBPAPER = @LIBPAPER@
124
140
LIBPNG = @LIBPNG@
125
141
LIBPTHREAD = @LIBPTHREAD@
126
142
LIBPYTHON = @LIBPYTHON@
127
 
LIBQIMGIO = @LIBQIMGIO@
128
143
LIBRESOLV = @LIBRESOLV@
129
 
LIBSHADOW = @LIBSHADOW@
 
144
LIBS = @LIBS@
130
145
LIBSM = @LIBSM@
131
146
LIBSOCKET = @LIBSOCKET@
132
147
LIBTIFF = @LIBTIFF@
133
148
LIBTOOL = @LIBTOOL@
134
149
LIBUCB = @LIBUCB@
135
150
LIBUTIL = @LIBUTIL@
136
 
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@
137
160
LIBZ = @LIBZ@
 
161
LIB_JASPER = @LIB_JASPER@
138
162
LIB_KAB = @LIB_KAB@
 
163
LIB_KABC = @LIB_KABC@
139
164
LIB_KDECORE = @LIB_KDECORE@
 
165
LIB_KDEPIM = @LIB_KDEPIM@
140
166
LIB_KDEPRINT = @LIB_KDEPRINT@
141
167
LIB_KDEUI = @LIB_KDEUI@
142
168
LIB_KFILE = @LIB_KFILE@
147
173
LIB_KIO = @LIB_KIO@
148
174
LIB_KOFFICECORE = @LIB_KOFFICECORE@
149
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@
150
181
LIB_KPARTS = @LIB_KPARTS@
151
182
LIB_KSPELL = @LIB_KSPELL@
152
183
LIB_KSTORE = @LIB_KSTORE@
153
184
LIB_KSYCOCA = @LIB_KSYCOCA@
 
185
LIB_KUTILS = @LIB_KUTILS@
154
186
LIB_KWMF = @LIB_KWMF@
155
 
LIB_KWRITE = @LIB_KWRITE@
 
187
LIB_POLL = @LIB_POLL@
 
188
LIB_QPE = @LIB_QPE@
156
189
LIB_QT = @LIB_QT@
157
190
LIB_SMB = @LIB_SMB@
158
191
LIB_X11 = @LIB_X11@
 
192
LIB_XEXT = @LIB_XEXT@
 
193
LIB_XRENDER = @LIB_XRENDER@
159
194
LN_S = @LN_S@
 
195
LTLIBOBJS = @LTLIBOBJS@
160
196
MAKEINFO = @MAKEINFO@
161
197
MCOPIDL = @MCOPIDL@
162
198
MEINPROC = @MEINPROC@
163
 
MICO_INCLUDES = @MICO_INCLUDES@
164
 
MICO_LDFLAGS = @MICO_LDFLAGS@
165
199
MOC = @MOC@
166
200
MSGFMT = @MSGFMT@
 
201
NOOPT_CFLAGS = @NOOPT_CFLAGS@
167
202
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
168
 
NOREPO = @NOREPO@
169
 
OBJDUMP = @OBJDUMP@
170
203
OBJEXT = @OBJEXT@
171
204
PACKAGE = @PACKAGE@
172
 
PAMLIBS = @PAMLIBS@
173
 
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@
174
212
PYTHONINC = @PYTHONINC@
175
213
PYTHONLIB = @PYTHONLIB@
176
214
PYTHONMODDIR = @PYTHONMODDIR@
 
215
QTDOCDIR = @QTDOCDIR@
 
216
QTE_NORTTI = @QTE_NORTTI@
177
217
QT_INCLUDES = @QT_INCLUDES@
178
218
QT_LDFLAGS = @QT_LDFLAGS@
179
219
RANLIB = @RANLIB@
180
 
REPO = @REPO@
181
 
SCANDIR = @SCANDIR@
182
 
SETUIDFLAGS = @SETUIDFLAGS@
 
220
SET_MAKE = @SET_MAKE@
 
221
SHELL = @SHELL@
 
222
SQLDIR = @SQLDIR@
183
223
STRIP = @STRIP@
184
224
TOPSUBDIRS = @TOPSUBDIRS@
185
225
UIC = @UIC@
 
226
UIC_TR = @UIC_TR@
186
227
USER_INCLUDES = @USER_INCLUDES@
187
228
USER_LDFLAGS = @USER_LDFLAGS@
188
229
USE_EXCEPTIONS = @USE_EXCEPTIONS@
189
230
USE_RTTI = @USE_RTTI@
190
231
USE_THREADS = @USE_THREADS@
191
232
VERSION = @VERSION@
 
233
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
192
234
XGETTEXT = @XGETTEXT@
193
 
XPMINC = @XPMINC@
194
 
XPMLIB = @XPMLIB@
 
235
XMLLINT = @XMLLINT@
195
236
X_EXTRA_LIBS = @X_EXTRA_LIBS@
196
237
X_INCLUDES = @X_INCLUDES@
197
238
X_LDFLAGS = @X_LDFLAGS@
198
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@
199
247
all_includes = @all_includes@
200
248
all_libraries = @all_libraries@
201
 
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@
202
306
interfacedir = @interfacedir@
203
 
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@
204
313
kde_appsdir = @kde_appsdir@
205
314
kde_bindir = @kde_bindir@
206
315
kde_confdir = @kde_confdir@
208
317
kde_htmldir = @kde_htmldir@
209
318
kde_icondir = @kde_icondir@
210
319
kde_includes = @kde_includes@
 
320
kde_kcfgdir = @kde_kcfgdir@
211
321
kde_libraries = @kde_libraries@
212
322
kde_libs_htmldir = @kde_libs_htmldir@
213
323
kde_libs_prefix = @kde_libs_prefix@
214
324
kde_locale = @kde_locale@
215
325
kde_mimedir = @kde_mimedir@
216
326
kde_moduledir = @kde_moduledir@
 
327
kde_qtver = @kde_qtver@
217
328
kde_servicesdir = @kde_servicesdir@
218
329
kde_servicetypesdir = @kde_servicetypesdir@
219
330
kde_sounddir = @kde_sounddir@
 
331
kde_styledir = @kde_styledir@
220
332
kde_templatesdir = @kde_templatesdir@
221
333
kde_wallpaperdir = @kde_wallpaperdir@
222
 
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@
223
369
qt_includes = @qt_includes@
224
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@
225
385
x_includes = @x_includes@
226
386
x_libraries = @x_libraries@
227
 
 
228
 
INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) -I$(top_srcdir)/lib/kformula $(all_includes)
229
 
#liblateximport_la_LDFLAGS      = -module -avoid-version -no-undefined
230
 
#liblateximport_la_LIBADD = $(KOFFICE_LIBS)
231
 
liblatexexport_la_LDFLAGS = -module -avoid-version -no-undefined
232
 
liblatexexport_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/lib/kformula/libkformula.la
233
 
 
234
 
####### Files
235
 
 
236
 
kde_module_LTLIBRARIES = liblatexexport.la
237
 
#               liblateximport.la
238
 
 
239
 
#liblateximport_la_SOURCES = lateximport.cc lateximport_factory.cc
240
 
# elementt.cc listetextzone.cc listefootnote.cc listepara.cc 
241
 
 
242
 
liblatexexport_la_SOURCES = anchor.cc document.cc element.cc fileheader.cc footnote.cc format.cc formula.cc latexexport.cc latexexport_factory.cc latexexportdia.cc layout.cc listtable.cc para.cc pictureformat.cc picturezone.cc table.cc texte.cc textformat.cc textzone.cc xml2latexparser.cc xmlparser.cc
243
 
 
244
 
 
245
 
noinst_HEADERS = anchor.h border.h document.h element.h fileheader.h footnote.h format.h formula.h latexexport.h latexexport_factory.h latexexportdia.h layout.h listtable.h para.h pictureformat.h picturezone.h table.h texte.h textformat.h textzone.h xml2latexparser.h xmlparser.h  latexexportdia.h
246
 
 
247
 
 
248
 
######## Debug
249
 
check_PROGRAMS = texlauncher
250
 
texlauncher_SOURCES = texlauncher.cc
251
 
texlauncher_LDADD = liblatexexport.la
252
 
texlauncher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
253
 
 
254
 
#>- METASOURCES = AUTO
255
 
 
256
 
service_DATA = kword_latex_export.desktop
257
 
#kword_latex_import.desktop
258
 
servicedir = $(kde_servicesdir)
 
387
xdg_appsdir = @xdg_appsdir@
 
388
xdg_directorydir = @xdg_directorydir@
 
389
xdg_menudir = @xdg_menudir@
 
390
SUBDIRS = export
 
391
subdir = filters/kword/latex
 
392
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
259
393
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
260
 
CONFIG_HEADER = ../../../config.h
261
 
CONFIG_CLEAN_FILES = 
262
 
LTLIBRARIES =  $(kde_module_LTLIBRARIES)
263
 
 
264
 
 
265
 
DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
266
 
CPPFLAGS = @CPPFLAGS@
267
 
LDFLAGS = @LDFLAGS@
268
 
LIBS = @LIBS@
269
 
liblatexexport_la_DEPENDENCIES =  \
270
 
$(top_builddir)/lib/kformula/libkformula.la
271
 
#>- liblatexexport_la_OBJECTS =  anchor.lo document.lo element.lo \
272
 
#>- fileheader.lo footnote.lo format.lo formula.lo latexexport.lo \
273
 
#>- latexexport_factory.lo latexexportdia.lo layout.lo listtable.lo para.lo \
274
 
#>- pictureformat.lo picturezone.lo table.lo texte.lo textformat.lo \
275
 
#>- textzone.lo xml2latexparser.lo xmlparser.lo
276
 
#>+ 9
277
 
liblatexexport_la_final_OBJECTS = liblatexexport_la.all_cc.lo 
278
 
liblatexexport_la_nofinal_OBJECTS = anchor.lo document.lo element.lo \
279
 
fileheader.lo footnote.lo format.lo formula.lo latexexport.lo \
280
 
latexexport_factory.lo latexexportdia.lo layout.lo listtable.lo para.lo \
281
 
pictureformat.lo picturezone.lo table.lo texte.lo textformat.lo \
282
 
textzone.lo xml2latexparser.lo xmlparser.lo \
283
 
liblatexexport_la_meta_unload.lo 
284
 
@KDE_USE_FINAL_FALSE@liblatexexport_la_OBJECTS = $(liblatexexport_la_nofinal_OBJECTS)
285
 
@KDE_USE_FINAL_TRUE@liblatexexport_la_OBJECTS = $(liblatexexport_la_final_OBJECTS)
286
 
check_PROGRAMS =  texlauncher$(EXEEXT)
287
 
#>- texlauncher_OBJECTS =  texlauncher.$(OBJEXT)
288
 
#>+ 1
289
 
texlauncher_OBJECTS = texlauncher.$(OBJEXT)
290
 
texlauncher_DEPENDENCIES =  liblatexexport.la
291
 
CXXFLAGS = @CXXFLAGS@
292
 
#>- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
293
 
#>+ 1
294
 
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
295
 
#>- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
296
 
#>+ 1
297
 
LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS)
298
 
CXXLD = $(CXX)
299
 
#>- CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
300
 
#>+ 1
301
 
CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) $(LDFLAGS) -o $@
302
 
DATA =  $(service_DATA)
303
 
 
304
 
HEADERS =  $(noinst_HEADERS)
305
 
 
306
 
DIST_COMMON =  Makefile.am Makefile.in TODO
307
 
 
308
 
 
309
 
#>- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
310
 
#>+ 4
311
 
KDE_DIST=MARKUPS listepara.h BUGS listepara.cc kword_latex_import.desktop Changelog kword_latex_export.desktop listelement.cc listelement.h listeformat.cc listeformat.h status.html x-latex.desktop 
312
 
 
313
 
DISTFILES= $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
314
 
 
315
 
 
316
 
TAR = gtar
317
 
GZIP_ENV = --best
318
 
SOURCES = $(liblatexexport_la_SOURCES) $(texlauncher_SOURCES)
319
 
OBJECTS = $(liblatexexport_la_OBJECTS) $(texlauncher_OBJECTS)
320
 
 
321
 
#>- all: all-redirect
322
 
#>+ 1
323
 
all: docs-am  all-redirect
 
394
CONFIG_HEADER = $(top_builddir)/config.h
 
395
CONFIG_CLEAN_FILES =
 
396
DIST_SOURCES =
 
397
 
 
398
#>- RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
399
#>-     ps-recursive install-info-recursive uninstall-info-recursive \
 
400
#>-     all-recursive install-data-recursive install-exec-recursive \
 
401
#>-     installdirs-recursive install-recursive uninstall-recursive \
 
402
#>-     check-recursive installcheck-recursive
 
403
#>+ 5
 
404
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
405
        ps-recursive install-info-recursive uninstall-info-recursive \
 
406
        all-recursive install-data-recursive install-exec-recursive \
 
407
        installdirs-recursive install-recursive uninstall-recursive \
 
408
        check-recursive installcheck-recursive nmcheck-recursive bcheck-recursive
 
409
DIST_COMMON = Makefile.am Makefile.in TODO
 
410
DIST_SUBDIRS = $(SUBDIRS)
 
411
#>- all: all-recursive
 
412
#>+ 1
 
413
all: docs-am  all-recursive
 
414
 
324
415
.SUFFIXES:
325
 
.SUFFIXES: .S .c .cc .lo .o .obj .s
326
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
327
 
#>-     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps filters/kword/latex/Makefile
328
 
#>+ 2
329
 
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps filters/kword/latex/Makefile
 
416
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
417
#>-     cd $(top_srcdir) && \
 
418
#>-       $(AUTOMAKE) --foreign  filters/kword/latex/Makefile
 
419
#>+ 3
 
420
        cd $(top_srcdir) && \
 
421
          $(AUTOMAKE) --foreign  filters/kword/latex/Makefile
330
422
        cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/Makefile.in
331
 
 
332
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
333
 
        cd $(top_builddir) \
334
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
335
 
 
336
 
 
337
 
mostlyclean-kde_moduleLTLIBRARIES:
338
 
 
339
 
clean-kde_moduleLTLIBRARIES:
340
 
        -test -z "$(kde_module_LTLIBRARIES)" || rm -f $(kde_module_LTLIBRARIES)
341
 
 
342
 
distclean-kde_moduleLTLIBRARIES:
343
 
 
344
 
maintainer-clean-kde_moduleLTLIBRARIES:
345
 
 
346
 
install-kde_moduleLTLIBRARIES: $(kde_module_LTLIBRARIES)
347
 
        @$(NORMAL_INSTALL)
348
 
        $(mkinstalldirs) $(DESTDIR)$(kde_moduledir)
349
 
        @list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
350
 
          if test -f $$p; then \
351
 
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(kde_moduledir)/$$p"; \
352
 
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(kde_moduledir)/$$p; \
353
 
          else :; fi; \
354
 
        done
355
 
 
356
 
uninstall-kde_moduleLTLIBRARIES:
357
 
        @$(NORMAL_UNINSTALL)
358
 
        list='$(kde_module_LTLIBRARIES)'; for p in $$list; do \
359
 
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(kde_moduledir)/$$p; \
360
 
        done
361
 
 
362
 
.c.o:
363
 
        $(COMPILE) -c $<
364
 
 
365
 
# FIXME: We should only use cygpath when building on Windows,
366
 
# and only if it is available.
367
 
.c.obj:
368
 
        $(COMPILE) -c `cygpath -w $<`
369
 
 
370
 
.s.o:
371
 
        $(COMPILE) -c $<
372
 
 
373
 
.S.o:
374
 
        $(COMPILE) -c $<
375
 
 
376
 
mostlyclean-compile:
377
 
        -rm -f *.o core *.core
378
 
        -rm -f *.$(OBJEXT)
379
 
 
380
 
clean-compile:
381
 
 
382
 
distclean-compile:
383
 
        -rm -f *.tab.c
384
 
 
385
 
maintainer-clean-compile:
386
 
 
387
 
.c.lo:
388
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
389
 
 
390
 
.s.lo:
391
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
392
 
 
393
 
.S.lo:
394
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
423
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
424
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
395
425
 
396
426
mostlyclean-libtool:
397
427
        -rm -f *.lo
400
430
        -rm -rf .libs _libs
401
431
 
402
432
distclean-libtool:
403
 
 
404
 
maintainer-clean-libtool:
405
 
 
406
 
#>- liblatexexport.la: $(liblatexexport_la_OBJECTS) $(liblatexexport_la_DEPENDENCIES)
407
 
#>+ 2
408
 
@KDE_USE_CLOSURE_TRUE@liblatexexport.la: liblatexexport.la.closure $(liblatexexport_la_OBJECTS) $(liblatexexport_la_DEPENDENCIES)
409
 
@KDE_USE_CLOSURE_FALSE@liblatexexport.la: $(liblatexexport_la_OBJECTS) $(liblatexexport_la_DEPENDENCIES)
410
 
        $(CXXLINK) -rpath $(kde_moduledir) $(liblatexexport_la_LDFLAGS) $(liblatexexport_la_OBJECTS) $(liblatexexport_la_LIBADD) $(LIBS)
411
 
 
412
 
mostlyclean-checkPROGRAMS:
413
 
 
414
 
clean-checkPROGRAMS:
415
 
        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
416
 
 
417
 
distclean-checkPROGRAMS:
418
 
 
419
 
maintainer-clean-checkPROGRAMS:
420
 
 
421
 
texlauncher$(EXEEXT): $(texlauncher_OBJECTS) $(texlauncher_DEPENDENCIES)
422
 
        @rm -f texlauncher$(EXEEXT)
423
 
        $(CXXLINK) $(texlauncher_LDFLAGS) $(texlauncher_OBJECTS) $(texlauncher_LDADD) $(LIBS)
424
 
.cc.o:
425
 
        $(CXXCOMPILE) -c $<
426
 
.cc.obj:
427
 
        $(CXXCOMPILE) -c `cygpath -w $<`
428
 
.cc.lo:
429
 
        $(LTCXXCOMPILE) -c $<
430
 
 
431
 
install-serviceDATA: $(service_DATA)
432
 
        @$(NORMAL_INSTALL)
433
 
        $(mkinstalldirs) $(DESTDIR)$(servicedir)
434
 
        @list='$(service_DATA)'; for p in $$list; do \
435
 
          if test -f $(srcdir)/$$p; then \
436
 
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(servicedir)/$$p"; \
437
 
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(servicedir)/$$p; \
438
 
          else if test -f $$p; then \
439
 
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(servicedir)/$$p"; \
440
 
            $(INSTALL_DATA) $$p $(DESTDIR)$(servicedir)/$$p; \
441
 
          fi; fi; \
442
 
        done
443
 
 
444
 
uninstall-serviceDATA:
445
 
        @$(NORMAL_UNINSTALL)
446
 
        list='$(service_DATA)'; for p in $$list; do \
447
 
          rm -f $(DESTDIR)$(servicedir)/$$p; \
448
 
        done
 
433
        -rm -f libtool
 
434
uninstall-info-am:
 
435
 
 
436
# This directory's subdirectories are mostly independent; you can cd
 
437
# into them and run `make' without going through this Makefile.
 
438
# To change the values of `make' variables: instead of editing Makefiles,
 
439
# (1) if the variable is set in `config.status', edit `config.status'
 
440
#     (which will cause the Makefiles to be regenerated when you run `make');
 
441
# (2) otherwise, pass the desired values on the `make' command line.
 
442
$(RECURSIVE_TARGETS):
 
443
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
444
        dot_seen=no; \
 
445
        target=`echo $@ | sed s/-recursive//`; \
 
446
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
447
          echo "Making $$target in $$subdir"; \
 
448
          if test "$$subdir" = "."; then \
 
449
            dot_seen=yes; \
 
450
            local_target="$$target-am"; \
 
451
          else \
 
452
            local_target="$$target"; \
 
453
          fi; \
 
454
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
455
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
456
        done; \
 
457
        if test "$$dot_seen" = "no"; then \
 
458
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
459
        fi; test -z "$$fail"
 
460
 
 
461
mostlyclean-recursive clean-recursive distclean-recursive \
 
462
maintainer-clean-recursive:
 
463
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
464
        dot_seen=no; \
 
465
        case "$@" in \
 
466
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
467
          *) list='$(SUBDIRS)' ;; \
 
468
        esac; \
 
469
        rev=''; for subdir in $$list; do \
 
470
          if test "$$subdir" = "."; then :; else \
 
471
            rev="$$subdir $$rev"; \
 
472
          fi; \
 
473
        done; \
 
474
        rev="$$rev ."; \
 
475
        target=`echo $@ | sed s/-recursive//`; \
 
476
        for subdir in $$rev; do \
 
477
          echo "Making $$target in $$subdir"; \
 
478
          if test "$$subdir" = "."; then \
 
479
            local_target="$$target-am"; \
 
480
          else \
 
481
            local_target="$$target"; \
 
482
          fi; \
 
483
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
484
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
485
        done && test -z "$$fail"
 
486
tags-recursive:
 
487
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
488
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
489
        done
 
490
ctags-recursive:
 
491
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
492
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
493
        done
 
494
 
 
495
ETAGS = etags
 
496
ETAGSFLAGS =
 
497
 
 
498
CTAGS = ctags
 
499
CTAGSFLAGS =
449
500
 
450
501
tags: TAGS
451
502
 
452
 
ID: $(HEADERS) $(SOURCES) $(LISP)
453
 
        list='$(SOURCES) $(HEADERS)'; \
454
 
        unique=`for i in $$list; do echo $$i; done | \
455
 
          awk '    { files[$$0] = 1; } \
456
 
               END { for (i in files) print i; }'`; \
457
 
        here=`pwd` && cd $(srcdir) \
458
 
          && mkid -f$$here/ID $$unique $(LISP)
459
 
 
460
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
461
 
        tags=; \
462
 
        here=`pwd`; \
463
 
        list='$(SOURCES) $(HEADERS)'; \
464
 
        unique=`for i in $$list; do echo $$i; done | \
465
 
          awk '    { files[$$0] = 1; } \
466
 
               END { for (i in files) print i; }'`; \
467
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
468
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
469
 
 
470
 
mostlyclean-tags:
471
 
 
472
 
clean-tags:
 
503
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
504
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
505
        unique=`for i in $$list; do \
 
506
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
507
          done | \
 
508
          $(AWK) '    { files[$$0] = 1; } \
 
509
               END { for (i in files) print i; }'`; \
 
510
        mkid -fID $$unique
 
511
 
 
512
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
513
                $(TAGS_FILES) $(LISP)
 
514
        tags=; \
 
515
        here=`pwd`; \
 
516
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
517
          include_option=--etags-include; \
 
518
        else \
 
519
          include_option=--include; \
 
520
        fi; \
 
521
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
522
          if test "$$subdir" = .; then :; else \
 
523
            test -f $$subdir/TAGS && \
 
524
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
525
          fi; \
 
526
        done; \
 
527
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
528
        unique=`for i in $$list; do \
 
529
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
530
          done | \
 
531
          $(AWK) '    { files[$$0] = 1; } \
 
532
               END { for (i in files) print i; }'`; \
 
533
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
534
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
535
             $$tags $$unique
 
536
 
 
537
ctags: CTAGS
 
538
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
539
                $(TAGS_FILES) $(LISP)
 
540
        tags=; \
 
541
        here=`pwd`; \
 
542
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
543
        unique=`for i in $$list; do \
 
544
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
545
          done | \
 
546
          $(AWK) '    { files[$$0] = 1; } \
 
547
               END { for (i in files) print i; }'`; \
 
548
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
549
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
550
             $$tags $$unique
 
551
 
 
552
GTAGS:
 
553
        here=`$(am__cd) $(top_builddir) && pwd` \
 
554
          && cd $(top_srcdir) \
 
555
          && gtags -i $(GTAGS_ARGS) $$here
473
556
 
474
557
distclean-tags:
475
 
        -rm -f TAGS ID
476
 
 
477
 
maintainer-clean-tags:
478
 
 
479
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
480
 
 
481
 
subdir = filters/kword/latex
 
558
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
559
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
560
#>+ 1
 
561
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
 
562
 
 
563
top_distdir = ../../..
 
564
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
482
565
 
483
566
distdir: $(DISTFILES)
484
 
#>-     @for file in $(DISTFILES); do \
485
 
#>-       d=$(srcdir); \
486
 
#>-       if test -d $$d/$$file; then \
487
 
#>-         cp -pr $$/$$file $(distdir)/$$file; \
488
 
#>-       else \
489
 
#>-         test -f $(distdir)/$$file \
490
 
#>-         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
491
 
#>-         || cp -p $$d/$$file $(distdir)/$$file || :; \
492
 
#>-       fi; \
493
 
#>-     done
494
 
#>+ 10
495
 
        @for file in $(DISTFILES); do \
496
 
          d=$(srcdir); \
 
567
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
568
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
569
        list='$(DISTFILES)'; for file in $$list; do \
 
570
          case $$file in \
 
571
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
572
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
573
          esac; \
 
574
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
575
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
576
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
577
            dir="/$$dir"; \
 
578
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
579
          else \
 
580
            dir=''; \
 
581
          fi; \
497
582
          if test -d $$d/$$file; then \
498
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
583
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
584
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
585
            fi; \
 
586
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
499
587
          else \
500
588
            test -f $(distdir)/$$file \
501
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
502
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
503
 
          fi; \
504
 
        done
505
 
info-am:
506
 
info: info-am
507
 
dvi-am:
508
 
dvi: dvi-am
 
589
            || cp -p $$d/$$file $(distdir)/$$file \
 
590
            || exit 1; \
 
591
          fi; \
 
592
        done
 
593
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
594
          if test "$$subdir" = .; then :; else \
 
595
            test -d $(distdir)/$$subdir \
 
596
            || mkdir $(distdir)/$$subdir \
 
597
            || exit 1; \
 
598
            (cd $$subdir && \
 
599
              $(MAKE) $(AM_MAKEFLAGS) \
 
600
                top_distdir="$(top_distdir)" \
 
601
                distdir=../$(distdir)/$$subdir \
 
602
                distdir) \
 
603
              || exit 1; \
 
604
          fi; \
 
605
        done
509
606
check-am: all-am
510
 
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
511
 
check: check-am
512
 
installcheck-am:
513
 
installcheck: installcheck-am
514
 
#>- install-exec-am:
515
 
#>+ 1
516
 
install-exec-am: install-kde_moduleLTLIBRARIES
517
 
install-exec: install-exec-am
 
607
check: check-recursive
 
608
all-am: Makefile
 
609
installdirs: installdirs-recursive
 
610
installdirs-am:
518
611
 
519
 
#>- install-data-am: install-kde_moduleLTLIBRARIES install-serviceDATA
520
 
#>+ 1
521
 
install-data-am:  install-serviceDATA
522
 
install-data: install-data-am
 
612
install: install-recursive
 
613
install-exec: install-exec-recursive
 
614
install-data: install-data-recursive
 
615
uninstall: uninstall-recursive
523
616
 
524
617
install-am: all-am
525
618
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
526
 
install: install-am
527
 
uninstall-am: uninstall-kde_moduleLTLIBRARIES uninstall-serviceDATA
528
 
uninstall: uninstall-am
529
 
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
530
 
all-redirect: all-am
 
619
 
 
620
installcheck: installcheck-recursive
531
621
install-strip:
532
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
533
 
installdirs:
534
 
        $(mkinstalldirs)  $(DESTDIR)$(kde_moduledir) $(DESTDIR)$(servicedir)
535
 
 
536
 
 
 
622
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
623
          INSTALL_STRIP_FLAG=-s \
 
624
          `test -z '$(STRIP)' || \
 
625
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
537
626
mostlyclean-generic:
538
627
 
539
628
clean-generic:
540
629
 
541
630
distclean-generic:
542
631
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
543
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
544
632
 
545
633
maintainer-clean-generic:
546
 
mostlyclean-am:  mostlyclean-kde_moduleLTLIBRARIES mostlyclean-compile \
547
 
                mostlyclean-libtool mostlyclean-checkPROGRAMS \
548
 
                mostlyclean-tags mostlyclean-generic
549
 
 
550
 
mostlyclean: mostlyclean-am
551
 
 
552
 
#>- clean-am:  clean-kde_moduleLTLIBRARIES clean-compile clean-libtool \
553
 
#>-             clean-checkPROGRAMS clean-tags clean-generic \
554
 
#>-             mostlyclean-am
555
 
#>+ 3
556
 
clean-am: clean-metasources clean-closures clean-moc-classes clean-final   clean-kde_moduleLTLIBRARIES clean-compile clean-libtool \
557
 
                clean-checkPROGRAMS clean-tags clean-generic \
558
 
                mostlyclean-am
559
 
 
560
 
#>- clean: clean-am
561
 
#>+ 1
562
 
clean: kde-rpo-clean  clean-am
563
 
 
564
 
distclean-am:  distclean-kde_moduleLTLIBRARIES distclean-compile \
565
 
                distclean-libtool distclean-checkPROGRAMS \
566
 
                distclean-tags distclean-generic clean-am
567
 
        -rm -f libtool
568
 
 
569
 
distclean: distclean-am
570
 
 
571
 
maintainer-clean-am:  maintainer-clean-kde_moduleLTLIBRARIES \
572
 
                maintainer-clean-compile maintainer-clean-libtool \
573
 
                maintainer-clean-checkPROGRAMS maintainer-clean-tags \
574
 
                maintainer-clean-generic distclean-am
575
 
        @echo "This command is intended for maintainers to use;"
 
634
        @echo "This command is intended for maintainers to use"
576
635
        @echo "it deletes files that may require special tools to rebuild."
577
 
 
578
 
maintainer-clean: maintainer-clean-am
579
 
 
580
 
.PHONY: mostlyclean-kde_moduleLTLIBRARIES \
581
 
distclean-kde_moduleLTLIBRARIES clean-kde_moduleLTLIBRARIES \
582
 
maintainer-clean-kde_moduleLTLIBRARIES uninstall-kde_moduleLTLIBRARIES \
583
 
install-kde_moduleLTLIBRARIES mostlyclean-compile distclean-compile \
584
 
clean-compile maintainer-clean-compile mostlyclean-libtool \
585
 
distclean-libtool clean-libtool maintainer-clean-libtool \
586
 
mostlyclean-checkPROGRAMS distclean-checkPROGRAMS clean-checkPROGRAMS \
587
 
maintainer-clean-checkPROGRAMS uninstall-serviceDATA \
588
 
install-serviceDATA tags mostlyclean-tags distclean-tags clean-tags \
589
 
maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
590
 
installcheck-am installcheck install-exec-am install-exec \
591
 
install-data-am install-data install-am install uninstall-am uninstall \
592
 
all-redirect all-am all installdirs mostlyclean-generic \
593
 
distclean-generic clean-generic maintainer-clean-generic clean \
594
 
mostlyclean distclean maintainer-clean
595
 
 
596
 
 
597
 
messages: rc.cpp
598
 
        $(XGETTEXT) *.cc *.cpp -o $(podir)/kwordlatexfilter.pot
599
 
 
 
636
#>- clean: clean-recursive
 
637
#>+ 1
 
638
clean: kde-rpo-clean  clean-recursive
 
639
 
 
640
#>- clean-am: clean-generic clean-libtool mostlyclean-am
 
641
#>+ 1
 
642
clean-am: clean-bcheck  clean-generic clean-libtool mostlyclean-am
 
643
 
 
644
distclean: distclean-recursive
 
645
 
 
646
distclean-am: clean-am distclean-generic distclean-libtool \
 
647
        distclean-tags
 
648
 
 
649
dvi: dvi-recursive
 
650
 
 
651
dvi-am:
 
652
 
 
653
info: info-recursive
 
654
 
 
655
info-am:
 
656
 
 
657
install-data-am:
 
658
 
 
659
install-exec-am:
 
660
 
 
661
install-info: install-info-recursive
 
662
 
 
663
install-man:
 
664
 
 
665
installcheck-am:
 
666
 
 
667
maintainer-clean: maintainer-clean-recursive
 
668
 
 
669
maintainer-clean-am: distclean-am maintainer-clean-generic
 
670
 
 
671
mostlyclean: mostlyclean-recursive
 
672
 
 
673
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
674
 
 
675
pdf: pdf-recursive
 
676
 
 
677
pdf-am:
 
678
 
 
679
ps: ps-recursive
 
680
 
 
681
ps-am:
 
682
 
 
683
uninstall-am: uninstall-info-am
 
684
 
 
685
uninstall-info: uninstall-info-recursive
 
686
 
 
687
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
688
        clean-generic clean-libtool clean-recursive ctags \
 
689
        ctags-recursive distclean distclean-generic distclean-libtool \
 
690
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
691
        dvi-recursive info info-am info-recursive install install-am \
 
692
        install-data install-data-am install-data-recursive \
 
693
        install-exec install-exec-am install-exec-recursive \
 
694
        install-info install-info-am install-info-recursive install-man \
 
695
        install-recursive install-strip installcheck installcheck-am \
 
696
        installdirs installdirs-am installdirs-recursive \
 
697
        maintainer-clean maintainer-clean-generic \
 
698
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
699
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
700
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
701
        uninstall uninstall-am uninstall-info-am \
 
702
        uninstall-info-recursive uninstall-recursive
 
703
 
 
704
#SUBDIRS = export import
600
705
# Tell versions [3.59,3.63) of GNU make to not export all variables.
601
706
# Otherwise a system limit (for SysV at least) may be exceeded.
602
707
.NOEXPORT:
603
708
 
604
 
#>+ 8
605
 
liblatexexport.la.closure: $(liblatexexport_la_OBJECTS) $(liblatexexport_la_DEPENDENCIES)
606
 
        @echo "int main() {return 0;}" > liblatexexport_la_closure.cc
607
 
        @$(LTCXXCOMPILE) -c liblatexexport_la_closure.cc
608
 
        @$(CXXLINK) liblatexexport_la_closure.lo $(liblatexexport_la_LDFLAGS) $(liblatexexport_la_OBJECTS) $(liblatexexport_la_LIBADD) $(LIBS)
609
 
        @rm -f liblatexexport_la_closure.* liblatexexport.la.closure
610
 
        @echo "timestamp" > liblatexexport.la.closure
611
 
 
612
 
 
613
 
#>+ 3
614
 
latexexportdia.moc: $(srcdir)/latexexportdia.h
615
 
        $(MOC) $(srcdir)/latexexportdia.h -o latexexportdia.moc
616
 
 
617
 
#>+ 3
618
 
latexexport.moc: $(srcdir)/latexexport.h
619
 
        $(MOC) $(srcdir)/latexexport.h -o latexexport.moc
620
 
 
621
 
#>+ 3
622
 
latexexport_factory.moc: $(srcdir)/latexexport_factory.h
623
 
        $(MOC) $(srcdir)/latexexport_factory.h -o latexexport_factory.moc
624
 
 
625
 
#>+ 3
626
 
clean-metasources:
627
 
        -rm -f  latexexportdia.moc latexexport.moc latexexport_factory.moc
628
 
 
629
 
#>+ 3
630
 
clean-closures:
631
 
        -rm -f  liblatexexport.la.closure
 
709
#>+ 2
 
710
KDE_DIST=BUGS status.html 
632
711
 
633
712
#>+ 2
634
713
docs-am:
635
714
 
636
 
#>+ 5
 
715
#>+ 6
637
716
force-reedit:
638
 
                cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps filters/kword/latex/Makefile
 
717
                cd $(top_srcdir) && \
 
718
          $(AUTOMAKE) --foreign  filters/kword/latex/Makefile
639
719
        cd $(top_srcdir) && perl admin/am_edit filters/kword/latex/Makefile.in
640
720
 
641
721
 
642
 
#>+ 10
643
 
liblatexexport_la_meta_unload.cc:  latexexport.moc latexexportdia.moc latexexport_factory.moc
644
 
        @echo 'creating liblatexexport_la_meta_unload.cc'
645
 
        @-rm -f liblatexexport_la_meta_unload.cc
646
 
        @echo 'static const char * _metalist_liblatexexport_la[] = {' > liblatexexport_la_meta_unload.cc
647
 
        @cat  latexexport.moc latexexportdia.moc latexexport_factory.moc | grep 'char.*className' | sed -e 's/.*[^A-Za-z0-9_:]\([A-Za-z0-9_:]*\)::className.*$$/\"\1\",/' | sort | uniq >> liblatexexport_la_meta_unload.cc
648
 
        @echo '0};' >> liblatexexport_la_meta_unload.cc
649
 
        @echo '#include <kunload.h>' >> liblatexexport_la_meta_unload.cc
650
 
        @echo '_UNLOAD(liblatexexport_la)' >> liblatexexport_la_meta_unload.cc
651
 
 
652
 
 
653
 
#>+ 3
654
 
clean-moc-classes:
655
 
        -rm -f  liblatexexport_la_meta_unload.cc
656
 
 
657
 
#>+ 11
658
 
liblatexexport_la.all_cc.cc: $(srcdir)/Makefile.in $(srcdir)/anchor.cc $(srcdir)/document.cc $(srcdir)/element.cc $(srcdir)/fileheader.cc $(srcdir)/footnote.cc $(srcdir)/format.cc $(srcdir)/formula.cc $(srcdir)/latexexport.cc $(srcdir)/latexexport_factory.cc $(srcdir)/latexexportdia.cc $(srcdir)/layout.cc $(srcdir)/listtable.cc $(srcdir)/para.cc $(srcdir)/pictureformat.cc $(srcdir)/picturezone.cc $(srcdir)/table.cc $(srcdir)/texte.cc $(srcdir)/textformat.cc $(srcdir)/textzone.cc $(srcdir)/xml2latexparser.cc $(srcdir)/xmlparser.cc liblatexexport_la_meta_unload.cc   latexexportdia.moc latexexport.moc latexexport_factory.moc 
659
 
        @echo 'creating liblatexexport_la.all_cc.cc ...'; \
660
 
        rm -f liblatexexport_la.all_cc.files liblatexexport_la.all_cc.final; \
661
 
        echo "#define KDE_USE_FINAL 1" >> liblatexexport_la.all_cc.final; \
662
 
        for file in anchor.cc document.cc element.cc fileheader.cc footnote.cc format.cc formula.cc latexexport.cc latexexport_factory.cc latexexportdia.cc layout.cc listtable.cc para.cc pictureformat.cc picturezone.cc table.cc texte.cc textformat.cc textzone.cc xml2latexparser.cc xmlparser.cc liblatexexport_la_meta_unload.cc ; do \
663
 
          echo "#include \"$$file\"" >> liblatexexport_la.all_cc.files; \
664
 
          test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> liblatexexport_la.all_cc.final; \
665
 
        done; \
666
 
        cat liblatexexport_la.all_cc.final liblatexexport_la.all_cc.files  > liblatexexport_la.all_cc.cc; \
667
 
        rm -f liblatexexport_la.all_cc.final liblatexexport_la.all_cc.files
668
 
 
669
 
#>+ 11
670
 
texlauncher.all_cc.cc: $(srcdir)/Makefile.in texlauncher.cc  
671
 
        @echo 'creating texlauncher.all_cc.cc ...'; \
672
 
        rm -f texlauncher.all_cc.files texlauncher.all_cc.final; \
673
 
        echo "#define KDE_USE_FINAL 1" >> texlauncher.all_cc.final; \
674
 
        for file in texlauncher.cc ; do \
675
 
          echo "#include \"$$file\"" >> texlauncher.all_cc.files; \
676
 
          test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> texlauncher.all_cc.final; \
677
 
        done; \
678
 
        cat texlauncher.all_cc.final texlauncher.all_cc.files  > texlauncher.all_cc.cc; \
679
 
        rm -f texlauncher.all_cc.final texlauncher.all_cc.files
680
 
 
681
 
#>+ 3
682
 
clean-final:
683
 
        -rm -f liblatexexport_la.all_cc.cc texlauncher.all_cc.cc
684
 
 
685
 
#>+ 2
 
722
#>+ 21
 
723
clean-bcheck: 
 
724
        rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
 
725
 
 
726
bcheck: bcheck-recursive
 
727
 
 
728
bcheck-am:
 
729
        @for i in ; do \
 
730
            if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
 
731
                echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
 
732
                echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
 
733
                echo "$$i"; \
 
734
                if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(KDE_CXXFLAGS)  --dump-class-hierarchy -c $$i.bchecktest.cc; then \
 
735
                    rm -f $$i.bchecktest.cc; exit 1; \
 
736
                fi ; \
 
737
                echo "" >> $$i.bchecktest.cc.class; \
 
738
                perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
 
739
                rm -f a.out; \
 
740
            fi ; \
 
741
        done
 
742
 
 
743
 
 
744
#>+ 3
686
745
final:
687
 
        $(MAKE) liblatexexport_la_OBJECTS="$(liblatexexport_la_final_OBJECTS)" all-am
688
 
#>+ 2
 
746
        $(MAKE) all-am
 
747
 
 
748
#>+ 3
 
749
final-install:
 
750
        $(MAKE) install-am
 
751
 
 
752
#>+ 3
689
753
no-final:
690
 
        $(MAKE) liblatexexport_la_OBJECTS="$(liblatexexport_la_nofinal_OBJECTS)" all-am
 
754
        $(MAKE) all-am
 
755
 
 
756
#>+ 3
 
757
no-final-install:
 
758
        $(MAKE) install-am
 
759
 
691
760
#>+ 3
692
761
cvs-clean:
693
 
        $(MAKE) -f $(top_srcdir)/admin/Makefile.common cvs-clean
 
762
        $(MAKE) admindir=$(top_srcdir)/admin -f $(top_srcdir)/admin/Makefile.common cvs-clean
694
763
 
695
764
#>+ 3
696
765
kde-rpo-clean:
697
766
        -rm -f *.rpo
698
767
 
699
 
#>+ 4
700
 
$(srcdir)/latexexport_factory.cc: latexexport_factory.moc 
701
 
$(srcdir)/latexexportdia.cc: latexexportdia.moc 
702
 
$(srcdir)/latexexport.cc: latexexport.moc 
 
768
#>+ 3
 
769
nmcheck-am: nmcheck
 
770
nmcheck: