~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to sql-common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (C) 2003-2004, 2006 MySQL AB
 
18
#
 
19
# This program is free software; you can redistribute it and/or modify
 
20
# it under the terms of the GNU General Public License as published by
 
21
# the Free Software Foundation; version 2 of the License.
 
22
#
 
23
# This program is distributed in the hope that it will be useful,
 
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
26
# GNU General Public License for more details.
 
27
#
 
28
# You should have received a copy of the GNU General Public License
 
29
# along with this program; if not, write to the Free Software
 
30
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
31
VPATH = @srcdir@
 
32
pkgdatadir = $(datadir)/@PACKAGE@
 
33
pkglibdir = $(libdir)/@PACKAGE@
 
34
pkgincludedir = $(includedir)/@PACKAGE@
 
35
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
36
install_sh_DATA = $(install_sh) -c -m 644
 
37
install_sh_PROGRAM = $(install_sh) -c
 
38
install_sh_SCRIPT = $(install_sh) -c
 
39
INSTALL_HEADER = $(INSTALL_DATA)
 
40
transform = $(program_transform_name)
 
41
NORMAL_INSTALL = :
 
42
PRE_INSTALL = :
 
43
POST_INSTALL = :
 
44
NORMAL_UNINSTALL = :
 
45
PRE_UNINSTALL = :
 
46
POST_UNINSTALL = :
 
47
build_triplet = @build@
 
48
host_triplet = @host@
 
49
target_triplet = @target@
 
50
subdir = sql-common
 
51
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
52
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
53
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
54
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
55
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
56
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
57
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
58
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
59
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
60
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
61
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
62
        $(top_srcdir)/config/ac-macros/ssl.m4 \
 
63
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
64
        $(top_srcdir)/configure.in
 
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
66
        $(ACLOCAL_M4)
 
67
mkinstalldirs = $(install_sh) -d
 
68
CONFIG_HEADER = $(top_builddir)/include/config.h
 
69
CONFIG_CLEAN_FILES =
 
70
SOURCES =
 
71
DIST_SOURCES =
 
72
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
73
ABI_CHECK = @ABI_CHECK@
 
74
ACLOCAL = @ACLOCAL@
 
75
ALLOCA = @ALLOCA@
 
76
AMTAR = @AMTAR@
 
77
AR = @AR@
 
78
ARFLAGS = @ARFLAGS@
 
79
AS = @AS@
 
80
ASFLAGS = @ASFLAGS@
 
81
AUTOCONF = @AUTOCONF@
 
82
AUTOHEADER = @AUTOHEADER@
 
83
AUTOMAKE = @AUTOMAKE@
 
84
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
85
AWK = @AWK@
 
86
CC = @CC@
 
87
CCAS = @CCAS@
 
88
CCASDEPMODE = @CCASDEPMODE@
 
89
CCASFLAGS = @CCASFLAGS@
 
90
CCDEPMODE = @CCDEPMODE@
 
91
CC_VERSION = @CC_VERSION@
 
92
CFLAGS = @CFLAGS@
 
93
CHECK_PID = @CHECK_PID@
 
94
CHMOD = @CHMOD@
 
95
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
96
CLIENT_LIBS = @CLIENT_LIBS@
 
97
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
 
98
CMP = @CMP@
 
99
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
100
CONF_COMMAND = @CONF_COMMAND@
 
101
CP = @CP@
 
102
CPP = @CPP@
 
103
CPPFLAGS = @CPPFLAGS@
 
104
CXX = @CXX@
 
105
CXXCPP = @CXXCPP@
 
106
CXXDEPMODE = @CXXDEPMODE@
 
107
CXXFLAGS = @CXXFLAGS@
 
108
CXXLDFLAGS = @CXXLDFLAGS@
 
109
CXX_VERSION = @CXX_VERSION@
 
110
CYGPATH_W = @CYGPATH_W@
 
111
DEFS = @DEFS@
 
112
DEPDIR = @DEPDIR@
 
113
DIFF = @DIFF@
 
114
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
115
DOXYGEN = @DOXYGEN@
 
116
DSYMUTIL = @DSYMUTIL@
 
117
DUMPBIN = @DUMPBIN@
 
118
DVIS = @DVIS@
 
119
ECHO_C = @ECHO_C@
 
120
ECHO_N = @ECHO_N@
 
121
ECHO_T = @ECHO_T@
 
122
EGREP = @EGREP@
 
123
EXEEXT = @EXEEXT@
 
124
FGREP = @FGREP@
 
125
FIND_PROC = @FIND_PROC@
 
126
GETCONF = @GETCONF@
 
127
GREP = @GREP@
 
128
GXX = @GXX@
 
129
HOSTNAME = @HOSTNAME@
 
130
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
 
131
INSTALL = @INSTALL@
 
132
INSTALL_DATA = @INSTALL_DATA@
 
133
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
134
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
135
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
136
KILL = @KILL@
 
137
LD = @LD@
 
138
LDFLAGS = @LDFLAGS@
 
139
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
140
LIBDL = @LIBDL@
 
141
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
142
LIBOBJS = @LIBOBJS@
 
143
LIBS = @LIBS@
 
144
LIBTOOL = @LIBTOOL@
 
145
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
146
LIPO = @LIPO@
 
147
LM_CFLAGS = @LM_CFLAGS@
 
148
LN = @LN@
 
149
LN_CP_F = @LN_CP_F@
 
150
LN_S = @LN_S@
 
151
LTLIBOBJS = @LTLIBOBJS@
 
152
MACHINE_TYPE = @MACHINE_TYPE@
 
153
MAKEINDEX = @MAKEINDEX@
 
154
MAKEINFO = @MAKEINFO@
 
155
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
156
MAKE_SHELL = @MAKE_SHELL@
 
157
MKDIR_P = @MKDIR_P@
 
158
MV = @MV@
 
159
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
160
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
161
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
162
MYSQLD_USER = @MYSQLD_USER@
 
163
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
164
MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
 
165
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
166
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
167
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
168
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
169
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
170
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
171
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
 
172
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
173
NDB_DEFS = @NDB_DEFS@
 
174
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
175
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
176
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
177
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
178
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
179
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
180
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
181
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
182
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
183
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
184
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
185
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
186
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
187
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
188
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
189
NM = @NM@
 
190
NMEDIT = @NMEDIT@
 
191
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
192
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
193
OBJDUMP = @OBJDUMP@
 
194
OBJEXT = @OBJEXT@
 
195
OTOOL = @OTOOL@
 
196
OTOOL64 = @OTOOL64@
 
197
PACKAGE = @PACKAGE@
 
198
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
199
PACKAGE_NAME = @PACKAGE_NAME@
 
200
PACKAGE_STRING = @PACKAGE_STRING@
 
201
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
202
PACKAGE_VERSION = @PACKAGE_VERSION@
 
203
PATH_SEPARATOR = @PATH_SEPARATOR@
 
204
PDFLATEX = @PDFLATEX@
 
205
PDFMANUAL = @PDFMANUAL@
 
206
PERL = @PERL@
 
207
PERL5 = @PERL5@
 
208
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
209
PS = @PS@
 
210
RANLIB = @RANLIB@
 
211
RM = @RM@
 
212
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
213
SAVE_CC = @SAVE_CC@
 
214
SAVE_CFLAGS = @SAVE_CFLAGS@
 
215
SAVE_CXX = @SAVE_CXX@
 
216
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
217
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
218
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
219
SED = @SED@
 
220
SET_MAKE = @SET_MAKE@
 
221
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
222
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
223
SHELL = @SHELL@
 
224
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
225
STRIP = @STRIP@
 
226
SYSTEM_TYPE = @SYSTEM_TYPE@
 
227
TAR = @TAR@
 
228
TARGET_LINUX = @TARGET_LINUX@
 
229
TERMCAP_LIB = @TERMCAP_LIB@
 
230
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
 
231
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
232
VERSION = @VERSION@
 
233
WRAPLIBS = @WRAPLIBS@
 
234
YACC = @YACC@
 
235
ZLIB_DEPS = @ZLIB_DEPS@
 
236
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
237
ZLIB_LIBS = @ZLIB_LIBS@
 
238
abs_builddir = @abs_builddir@
 
239
abs_srcdir = @abs_srcdir@
 
240
abs_top_builddir = @abs_top_builddir@
 
241
abs_top_srcdir = @abs_top_srcdir@
 
242
ac_ct_CC = @ac_ct_CC@
 
243
ac_ct_CXX = @ac_ct_CXX@
 
244
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
245
am__include = @am__include@
 
246
am__leading_dot = @am__leading_dot@
 
247
am__quote = @am__quote@
 
248
am__tar = @am__tar@
 
249
am__untar = @am__untar@
 
250
bindir = @bindir@
 
251
build = @build@
 
252
build_alias = @build_alias@
 
253
build_cpu = @build_cpu@
 
254
build_os = @build_os@
 
255
build_vendor = @build_vendor@
 
256
builddir = @builddir@
 
257
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
258
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
259
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
260
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
261
datadir = @datadir@
 
262
datarootdir = @datarootdir@
 
263
docdir = @docdir@
 
264
docs_dirs = @docs_dirs@
 
265
dvidir = @dvidir@
 
266
exec_prefix = @exec_prefix@
 
267
extra_docs = @extra_docs@
 
268
host = @host@
 
269
host_alias = @host_alias@
 
270
host_cpu = @host_cpu@
 
271
host_os = @host_os@
 
272
host_vendor = @host_vendor@
 
273
htmldir = @htmldir@
 
274
includedir = @includedir@
 
275
infodir = @infodir@
 
276
innodb_system_libs = @innodb_system_libs@
 
277
install_sh = @install_sh@
 
278
libdir = @libdir@
 
279
libexecdir = @libexecdir@
 
280
libmysqld_dirs = @libmysqld_dirs@
 
281
localedir = @localedir@
 
282
localstatedir = @localstatedir@
 
283
lt_ECHO = @lt_ECHO@
 
284
man1_files = @man1_files@
 
285
man8_files = @man8_files@
 
286
man_dirs = @man_dirs@
 
287
mandir = @mandir@
 
288
mkdir_p = @mkdir_p@
 
289
mysql_pg_dirs = @mysql_pg_dirs@
 
290
mysql_pg_distdirs = @mysql_pg_distdirs@
 
291
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
292
mysql_plugin_defs = @mysql_plugin_defs@
 
293
mysql_plugin_dirs = @mysql_plugin_dirs@
 
294
mysql_plugin_libs = @mysql_plugin_libs@
 
295
mysql_se_dirs = @mysql_se_dirs@
 
296
mysql_se_distdirs = @mysql_se_distdirs@
 
297
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
298
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
299
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
300
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
301
ndb_opt_subdirs = @ndb_opt_subdirs@
 
302
ndb_port = @ndb_port@
 
303
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
304
ndbcluster_includes = @ndbcluster_includes@
 
305
ndbcluster_libs = @ndbcluster_libs@
 
306
ndbcluster_system_libs = @ndbcluster_system_libs@
 
307
netware_dir = @netware_dir@
 
308
oldincludedir = @oldincludedir@
 
309
openssl_includes = @openssl_includes@
 
310
openssl_libs = @openssl_libs@
 
311
pdfdir = @pdfdir@
 
312
plugin_archive_shared_target = @plugin_archive_shared_target@
 
313
plugin_archive_static_target = @plugin_archive_static_target@
 
314
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
315
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
316
plugin_csv_shared_target = @plugin_csv_shared_target@
 
317
plugin_csv_static_target = @plugin_csv_static_target@
 
318
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
 
319
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
 
320
plugin_example_shared_target = @plugin_example_shared_target@
 
321
plugin_example_static_target = @plugin_example_static_target@
 
322
plugin_federated_shared_target = @plugin_federated_shared_target@
 
323
plugin_federated_static_target = @plugin_federated_static_target@
 
324
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
 
325
plugin_ftexample_static_target = @plugin_ftexample_static_target@
 
326
plugin_heap_shared_target = @plugin_heap_shared_target@
 
327
plugin_heap_static_target = @plugin_heap_static_target@
 
328
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
 
329
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
 
330
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
331
plugin_innobase_static_target = @plugin_innobase_static_target@
 
332
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
 
333
plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
 
334
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
335
plugin_myisam_static_target = @plugin_myisam_static_target@
 
336
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
 
337
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
 
338
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
 
339
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
 
340
plugin_partition_shared_target = @plugin_partition_shared_target@
 
341
plugin_partition_static_target = @plugin_partition_static_target@
 
342
prefix = @prefix@
 
343
program_transform_name = @program_transform_name@
 
344
psdir = @psdir@
 
345
pstack_dir = @pstack_dir@
 
346
pstack_libs = @pstack_libs@
 
347
readline_basedir = @readline_basedir@
 
348
readline_dir = @readline_dir@
 
349
readline_h_ln_cmd = @readline_h_ln_cmd@
 
350
readline_link = @readline_link@
 
351
readline_topdir = @readline_topdir@
 
352
sbindir = @sbindir@
 
353
server_scripts = @server_scripts@
 
354
sharedstatedir = @sharedstatedir@
 
355
sql_client_dirs = @sql_client_dirs@
 
356
sql_server = @sql_server@
 
357
sql_server_dirs = @sql_server_dirs@
 
358
sql_union_dirs = @sql_union_dirs@
 
359
srcdir = @srcdir@
 
360
sysconfdir = @sysconfdir@
 
361
target = @target@
 
362
target_alias = @target_alias@
 
363
target_cpu = @target_cpu@
 
364
target_os = @target_os@
 
365
target_vendor = @target_vendor@
 
366
tools_dirs = @tools_dirs@
 
367
top_build_prefix = @top_build_prefix@
 
368
top_builddir = @top_builddir@
 
369
top_srcdir = @top_srcdir@
 
370
uname_prog = @uname_prog@
 
371
yassl_dir = @yassl_dir@
 
372
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
373
yassl_libs = @yassl_libs@
 
374
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
375
zlib_dir = @zlib_dir@
 
376
EXTRA_DIST = client.c pack.c my_time.c my_user.c
 
377
all: all-am
 
378
 
 
379
.SUFFIXES:
 
380
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
381
        @for dep in $?; do \
 
382
          case '$(am__configure_deps)' in \
 
383
            *$$dep*) \
 
384
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
385
                && { if test -f $@; then exit 0; else break; fi; }; \
 
386
              exit 1;; \
 
387
          esac; \
 
388
        done; \
 
389
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  sql-common/Makefile'; \
 
390
        cd $(top_srcdir) && \
 
391
          $(AUTOMAKE) --gnu  sql-common/Makefile
 
392
.PRECIOUS: Makefile
 
393
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
394
        @case '$?' in \
 
395
          *config.status*) \
 
396
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
397
          *) \
 
398
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
399
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
400
        esac;
 
401
 
 
402
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
403
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
404
 
 
405
$(top_srcdir)/configure:  $(am__configure_deps)
 
406
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
407
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
408
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
409
 
 
410
mostlyclean-libtool:
 
411
        -rm -f *.lo
 
412
 
 
413
clean-libtool:
 
414
        -rm -rf .libs _libs
 
415
tags: TAGS
 
416
TAGS:
 
417
 
 
418
ctags: CTAGS
 
419
CTAGS:
 
420
 
 
421
 
 
422
distdir: $(DISTFILES)
 
423
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
424
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
425
        list='$(DISTFILES)'; \
 
426
          dist_files=`for file in $$list; do echo $$file; done | \
 
427
          sed -e "s|^$$srcdirstrip/||;t" \
 
428
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
429
        case $$dist_files in \
 
430
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
431
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
432
                           sort -u` ;; \
 
433
        esac; \
 
434
        for file in $$dist_files; do \
 
435
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
436
          if test -d $$d/$$file; then \
 
437
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
438
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
439
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
440
            fi; \
 
441
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
442
          else \
 
443
            test -f $(distdir)/$$file \
 
444
            || cp -p $$d/$$file $(distdir)/$$file \
 
445
            || exit 1; \
 
446
          fi; \
 
447
        done
 
448
check-am: all-am
 
449
check: check-am
 
450
all-am: Makefile
 
451
installdirs:
 
452
install: install-am
 
453
install-exec: install-exec-am
 
454
install-data: install-data-am
 
455
uninstall: uninstall-am
 
456
 
 
457
install-am: all-am
 
458
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
459
 
 
460
installcheck: installcheck-am
 
461
install-strip:
 
462
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
463
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
464
          `test -z '$(STRIP)' || \
 
465
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
466
mostlyclean-generic:
 
467
 
 
468
clean-generic:
 
469
 
 
470
distclean-generic:
 
471
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
472
 
 
473
maintainer-clean-generic:
 
474
        @echo "This command is intended for maintainers to use"
 
475
        @echo "it deletes files that may require special tools to rebuild."
 
476
clean: clean-am
 
477
 
 
478
clean-am: clean-generic clean-libtool mostlyclean-am
 
479
 
 
480
distclean: distclean-am
 
481
        -rm -f Makefile
 
482
distclean-am: clean-am distclean-generic
 
483
 
 
484
dvi: dvi-am
 
485
 
 
486
dvi-am:
 
487
 
 
488
html: html-am
 
489
 
 
490
info: info-am
 
491
 
 
492
info-am:
 
493
 
 
494
install-data-am:
 
495
 
 
496
install-dvi: install-dvi-am
 
497
 
 
498
install-exec-am:
 
499
 
 
500
install-html: install-html-am
 
501
 
 
502
install-info: install-info-am
 
503
 
 
504
install-man:
 
505
 
 
506
install-pdf: install-pdf-am
 
507
 
 
508
install-ps: install-ps-am
 
509
 
 
510
installcheck-am:
 
511
 
 
512
maintainer-clean: maintainer-clean-am
 
513
        -rm -f Makefile
 
514
maintainer-clean-am: distclean-am maintainer-clean-generic
 
515
 
 
516
mostlyclean: mostlyclean-am
 
517
 
 
518
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
519
 
 
520
pdf: pdf-am
 
521
 
 
522
pdf-am:
 
523
 
 
524
ps: ps-am
 
525
 
 
526
ps-am:
 
527
 
 
528
uninstall-am:
 
529
 
 
530
.MAKE: install-am install-strip
 
531
 
 
532
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
533
        distclean distclean-generic distclean-libtool distdir dvi \
 
534
        dvi-am html html-am info info-am install install-am \
 
535
        install-data install-data-am install-dvi install-dvi-am \
 
536
        install-exec install-exec-am install-html install-html-am \
 
537
        install-info install-info-am install-man install-pdf \
 
538
        install-pdf-am install-ps install-ps-am install-strip \
 
539
        installcheck installcheck-am installdirs maintainer-clean \
 
540
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
541
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
542
 
 
543
 
 
544
# Don't update the files from bitkeeper
 
545
%::SCCS/s.%
 
546
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
547
# Otherwise a system limit (for SysV at least) may be exceeded.
 
548
.NOEXPORT: