~ourdelta-core/ourdelta/ourdelta-percona-d6-mysql50

« back to all changes in this revision

Viewing changes to bakery/debian-5.0/patches/01_MAKEFILES__Docs_Makefile.in.dpatch

  • Committer: Arjen Lentz
  • Date: 2008-10-23 12:36:56 UTC
  • mfrom: (30.2.14 ourdelta-cafuego)
  • Revision ID: arjen@openquery.com.au-20081023123656-82g0u0qb0uo3qrok
Get bakery (OurDelta build process) files into mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01_MAKEFILES__Docs_Makefile.in.dpatch by  <ch@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Creates Docs/Makefile.in
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- old/Docs/Makefile.in        2005-03-01 02:08:01.877429040 +0100
 
10
+++ new/Docs/Makefile.in        2005-02-28 21:21:24.000000000 +0100
 
11
@@ -0,0 +1,765 @@
 
12
+# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
13
+# @configure_input@
 
14
+
 
15
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
16
+# Free Software Foundation, Inc.
 
17
+# This Makefile.in is free software; the Free Software Foundation
 
18
+# gives unlimited permission to copy and/or distribute it,
 
19
+# with or without modifications, as long as this notice is preserved.
 
20
+
 
21
+# This program is distributed in the hope that it will be useful,
 
22
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
23
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
24
+# PARTICULAR PURPOSE.
 
25
+
 
26
+@SET_MAKE@
 
27
+
 
28
+# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
 
29
+# 
 
30
+# This program is free software; you can redistribute it and/or modify
 
31
+# it under the terms of the GNU General Public License as published by
 
32
+# the Free Software Foundation; either version 2 of the License, or
 
33
+# (at your option) any later version.
 
34
+# 
 
35
+# This program is distributed in the hope that it will be useful,
 
36
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
37
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
38
+# GNU General Public License for more details.
 
39
+# 
 
40
+# You should have received a copy of the GNU General Public License
 
41
+# along with this program; if not, write to the Free Software
 
42
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
43
+
 
44
+# Process this file with automake to create Makefile.in
 
45
+
 
46
+srcdir = @srcdir@
 
47
+top_srcdir = @top_srcdir@
 
48
+VPATH = @srcdir@
 
49
+pkgdatadir = $(datadir)/@PACKAGE@
 
50
+pkglibdir = $(libdir)/@PACKAGE@
 
51
+pkgincludedir = $(includedir)/@PACKAGE@
 
52
+top_builddir = .
 
53
+
 
54
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
55
+INSTALL = @INSTALL@
 
56
+install_sh_DATA = $(install_sh) -c -m 644
 
57
+install_sh_PROGRAM = $(install_sh) -c
 
58
+install_sh_SCRIPT = $(install_sh) -c
 
59
+INSTALL_HEADER = $(INSTALL_DATA)
 
60
+transform = $(program_transform_name)
 
61
+NORMAL_INSTALL = :
 
62
+PRE_INSTALL = :
 
63
+POST_INSTALL = :
 
64
+NORMAL_UNINSTALL = :
 
65
+PRE_UNINSTALL = :
 
66
+POST_UNINSTALL = :
 
67
+build_triplet = @build@
 
68
+host_triplet = @host@
 
69
+target_triplet = @target@
 
70
+ACLOCAL = @ACLOCAL@
 
71
+ALLOCA = @ALLOCA@
 
72
+AMDEP_FALSE = @AMDEP_FALSE@
 
73
+AMDEP_TRUE = @AMDEP_TRUE@
 
74
+AMTAR = @AMTAR@
 
75
+AR = @AR@
 
76
+AS = @AS@
 
77
+ASSEMBLER_FALSE = @ASSEMBLER_FALSE@
 
78
+ASSEMBLER_TRUE = @ASSEMBLER_TRUE@
 
79
+ASSEMBLER_sparc32_FALSE = @ASSEMBLER_sparc32_FALSE@
 
80
+ASSEMBLER_sparc32_TRUE = @ASSEMBLER_sparc32_TRUE@
 
81
+ASSEMBLER_sparc64_FALSE = @ASSEMBLER_sparc64_FALSE@
 
82
+ASSEMBLER_sparc64_TRUE = @ASSEMBLER_sparc64_TRUE@
 
83
+ASSEMBLER_x86_FALSE = @ASSEMBLER_x86_FALSE@
 
84
+ASSEMBLER_x86_TRUE = @ASSEMBLER_x86_TRUE@
 
85
+AUTOCONF = @AUTOCONF@
 
86
+AUTOHEADER = @AUTOHEADER@
 
87
+AUTOMAKE = @AUTOMAKE@
 
88
+AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
89
+AVAILABLE_LANGUAGES_ERRORS = @AVAILABLE_LANGUAGES_ERRORS@
 
90
+AWK = @AWK@
 
91
+CC = @CC@
 
92
+CCAS = @CCAS@
 
93
+CCASFLAGS = @CCASFLAGS@
 
94
+CCDEPMODE = @CCDEPMODE@
 
95
+CC_VERSION = @CC_VERSION@
 
96
+CFLAGS = @CFLAGS@
 
97
+CHARSETS_NEED_SOURCE = @CHARSETS_NEED_SOURCE@
 
98
+CHARSET_OBJS = @CHARSET_OBJS@
 
99
+CHARSET_SRCS = @CHARSET_SRCS@
 
100
+CHECK_PID = @CHECK_PID@
 
101
+CHMOD = @CHMOD@
 
102
+CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
103
+CLIENT_LIBS = @CLIENT_LIBS@
 
104
+CMP = @CMP@
 
105
+COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
106
+COMPILE_PSTACK_FALSE = @COMPILE_PSTACK_FALSE@
 
107
+COMPILE_PSTACK_TRUE = @COMPILE_PSTACK_TRUE@
 
108
+CONF_COMMAND = @CONF_COMMAND@
 
109
+CP = @CP@
 
110
+CPP = @CPP@
 
111
+CPPFLAGS = @CPPFLAGS@
 
112
+CXX = @CXX@
 
113
+CXXCPP = @CXXCPP@
 
114
+CXXDEPMODE = @CXXDEPMODE@
 
115
+CXXFLAGS = @CXXFLAGS@
 
116
+CXXLDFLAGS = @CXXLDFLAGS@
 
117
+CXX_VERSION = @CXX_VERSION@
 
118
+CYGPATH_W = @CYGPATH_W@
 
119
+DEFS = @DEFS@
 
120
+DEPDIR = @DEPDIR@
 
121
+DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
122
+DVIS = @DVIS@
 
123
+ECHO = @ECHO@
 
124
+ECHO_C = @ECHO_C@
 
125
+ECHO_N = @ECHO_N@
 
126
+ECHO_T = @ECHO_T@
 
127
+EGREP = @EGREP@
 
128
+EXEEXT = @EXEEXT@
 
129
+F77 = @F77@
 
130
+FFLAGS = @FFLAGS@
 
131
+FIND_PROC = @FIND_PROC@
 
132
+GETCONF = @GETCONF@
 
133
+GXX = @GXX@
 
134
+HAVE_NETWARE_FALSE = @HAVE_NETWARE_FALSE@
 
135
+HAVE_NETWARE_TRUE = @HAVE_NETWARE_TRUE@
 
136
+HOSTNAME = @HOSTNAME@
 
137
+INSTALL_DATA = @INSTALL_DATA@
 
138
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
139
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
140
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
141
+IS_LINUX = @IS_LINUX@
 
142
+KILL = @KILL@
 
143
+LD = @LD@
 
144
+LDFLAGS = @LDFLAGS@
 
145
+LIBDL = @LIBDL@
 
146
+LIBOBJS = @LIBOBJS@
 
147
+LIBS = @LIBS@
 
148
+LIBTOOL = @LIBTOOL@
 
149
+LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
150
+LM_CFLAGS = @LM_CFLAGS@
 
151
+LN = @LN@
 
152
+LN_CP_F = @LN_CP_F@
 
153
+LN_S = @LN_S@
 
154
+LOCAL_FALSE = @LOCAL_FALSE@
 
155
+LOCAL_TRUE = @LOCAL_TRUE@
 
156
+LTLIBOBJS = @LTLIBOBJS@
 
157
+MACHINE_TYPE = @MACHINE_TYPE@
 
158
+MAINT = @MAINT@
 
159
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
160
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
161
+MAKEINFO = @MAKEINFO@
 
162
+MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
163
+MAKE_SHELL = @MAKE_SHELL@
 
164
+MT_INCLUDES = @MT_INCLUDES@
 
165
+MT_LD_ADD = @MT_LD_ADD@
 
166
+MV = @MV@
 
167
+MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
168
+MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
169
+MYSQLD_USER = @MYSQLD_USER@
 
170
+MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
171
+MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
172
+MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
173
+MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
174
+MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
175
+MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
176
+MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
177
+NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
178
+OBJEXT = @OBJEXT@
 
179
+PACKAGE = @PACKAGE@
 
180
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
181
+PACKAGE_NAME = @PACKAGE_NAME@
 
182
+PACKAGE_STRING = @PACKAGE_STRING@
 
183
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
184
+PACKAGE_VERSION = @PACKAGE_VERSION@
 
185
+PATH_SEPARATOR = @PATH_SEPARATOR@
 
186
+PDFMANUAL = @PDFMANUAL@
 
187
+PERL = @PERL@
 
188
+PERL5 = @PERL5@
 
189
+PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
190
+PS = @PS@
 
191
+RANLIB = @RANLIB@
 
192
+RM = @RM@
 
193
+SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
194
+SAVE_CFLAGS = @SAVE_CFLAGS@
 
195
+SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
196
+SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
197
+SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
198
+SED = @SED@
 
199
+SET_MAKE = @SET_MAKE@
 
200
+SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
201
+SHELL = @SHELL@
 
202
+STRIP = @STRIP@
 
203
+SYSTEM_TYPE = @SYSTEM_TYPE@
 
204
+TAR = @TAR@
 
205
+TERMCAP_LIB = @TERMCAP_LIB@
 
206
+THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
207
+THREAD_LPROGRAMS = @THREAD_LPROGRAMS@
 
208
+VERSION = @VERSION@
 
209
+WRAPLIBS = @WRAPLIBS@
 
210
+YACC = @YACC@
 
211
+ac_ct_AR = @ac_ct_AR@
 
212
+ac_ct_CC = @ac_ct_CC@
 
213
+ac_ct_CXX = @ac_ct_CXX@
 
214
+ac_ct_F77 = @ac_ct_F77@
 
215
+ac_ct_GETCONF = @ac_ct_GETCONF@
 
216
+ac_ct_RANLIB = @ac_ct_RANLIB@
 
217
+ac_ct_STRIP = @ac_ct_STRIP@
 
218
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
219
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
220
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
221
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
222
+am__include = @am__include@
 
223
+am__leading_dot = @am__leading_dot@
 
224
+am__quote = @am__quote@
 
225
+bdb_includes = @bdb_includes@
 
226
+bdb_libs = @bdb_libs@
 
227
+bdb_libs_with_path = @bdb_libs_with_path@
 
228
+bench_dirs = @bench_dirs@
 
229
+bindir = @bindir@
 
230
+build = @build@
 
231
+build_alias = @build_alias@
 
232
+build_cpu = @build_cpu@
 
233
+build_os = @build_os@
 
234
+build_vendor = @build_vendor@
 
235
+datadir = @datadir@
 
236
+default_charset = @default_charset@
 
237
+docs_dirs = @docs_dirs@
 
238
+exec_prefix = @exec_prefix@
 
239
+host = @host@
 
240
+host_alias = @host_alias@
 
241
+host_cpu = @host_cpu@
 
242
+host_os = @host_os@
 
243
+host_vendor = @host_vendor@
 
244
+includedir = @includedir@
 
245
+infodir = @infodir@
 
246
+innodb_includes = @innodb_includes@
 
247
+innodb_libs = @innodb_libs@
 
248
+innodb_system_libs = @innodb_system_libs@
 
249
+install_sh = @install_sh@
 
250
+isam_libs = @isam_libs@
 
251
+libdir = @libdir@
 
252
+libexecdir = @libexecdir@
 
253
+libmysqld_dirs = @libmysqld_dirs@
 
254
+linked_client_targets = @linked_client_targets@
 
255
+linked_netware_sources = @linked_netware_sources@
 
256
+localstatedir = @localstatedir@
 
257
+man_dirs = @man_dirs@
 
258
+mandir = @mandir@
 
259
+netware_dir = @netware_dir@
 
260
+oldincludedir = @oldincludedir@
 
261
+openssl_includes = @openssl_includes@
 
262
+openssl_libs = @openssl_libs@
 
263
+orbit_idl = @orbit_idl@
 
264
+orbit_includes = @orbit_includes@
 
265
+orbit_libs = @orbit_libs@
 
266
+prefix = @prefix@
 
267
+program_transform_name = @program_transform_name@
 
268
+pstack_dirs = @pstack_dirs@
 
269
+pstack_libs = @pstack_libs@
 
270
+readline_dir = @readline_dir@
 
271
+readline_link = @readline_link@
 
272
+sbindir = @sbindir@
 
273
+server_scripts = @server_scripts@
 
274
+sharedstatedir = @sharedstatedir@
 
275
+sql_client_dirs = @sql_client_dirs@
 
276
+sql_server_dirs = @sql_server_dirs@
 
277
+sysconfdir = @sysconfdir@
 
278
+target = @target@
 
279
+target_alias = @target_alias@
 
280
+target_cpu = @target_cpu@
 
281
+target_os = @target_os@
 
282
+target_vendor = @target_vendor@
 
283
+thread_dirs = @thread_dirs@
 
284
+tools_dirs = @tools_dirs@
 
285
+uname_prog = @uname_prog@
 
286
+vio_dir = @vio_dir@
 
287
+vio_libs = @vio_libs@
 
288
+
 
289
+AUTOMAKE_OPTIONS = foreign
 
290
+
 
291
+# These are built from source in the Docs directory
 
292
+EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT
 
293
+SUBDIRS = . include @docs_dirs@ @readline_dir@ \
 
294
+                       @thread_dirs@ pstack @sql_client_dirs@ \
 
295
+                       @sql_server_dirs@ scripts @man_dirs@ tests \
 
296
+                       BUILD netware os2 @libmysqld_dirs@ \
 
297
+                       @bench_dirs@ support-files @tools_dirs@
 
298
+
 
299
+
 
300
+# Relink after clean
 
301
+linked_sources = linked_client_sources linked_server_sources \
 
302
+                linked_libmysql_sources linked_libmysql_r_sources \
 
303
+                linked_libmysqld_sources  linked_libmysqldex_sources \
 
304
+                linked_include_sources @linked_netware_sources@
 
305
+
 
306
+
 
307
+CLEANFILES = $(linked_sources)
 
308
+subdir = .
 
309
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
310
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
311
+CONFIG_HEADER = config.h
 
312
+CONFIG_CLEAN_FILES = bdb/Makefile
 
313
+DIST_SOURCES =
 
314
+
 
315
+RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
316
+       ps-recursive install-info-recursive uninstall-info-recursive \
 
317
+       all-recursive install-data-recursive install-exec-recursive \
 
318
+       installdirs-recursive install-recursive uninstall-recursive \
 
319
+       check-recursive installcheck-recursive
 
320
+DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure COPYING \
 
321
+       ChangeLog Makefile.am acconfig.h acinclude.m4 aclocal.m4 \
 
322
+       config.guess config.h.in config.sub configure configure.in \
 
323
+       depcomp install-sh ltconfig ltmain.sh missing mkinstalldirs
 
324
+DIST_SUBDIRS = $(SUBDIRS)
 
325
+all: config.h
 
326
+       $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
327
+
 
328
+.SUFFIXES:
 
329
+
 
330
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
331
+ configure.lineno
 
332
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
333
+       cd $(top_srcdir) && \
 
334
+         $(AUTOMAKE) --foreign  Makefile
 
335
+Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
336
+       cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
 
337
+
 
338
+$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
339
+       $(SHELL) ./config.status --recheck
 
340
+$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 
341
+       cd $(srcdir) && $(AUTOCONF)
 
342
+
 
343
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
 
344
+       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
345
+
 
346
+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
347
+       @rm -f stamp-h1
 
348
+       cd $(top_builddir) && $(SHELL) ./config.status config.h
 
349
+
 
350
+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
 
351
+       cd $(top_srcdir) && $(AUTOHEADER)
 
352
+       touch $(srcdir)/config.h.in
 
353
+
 
354
+distclean-hdr:
 
355
+       -rm -f config.h stamp-h1
 
356
+bdb/Makefile: $(top_builddir)/config.status $(top_srcdir)/bdb/Makefile.in
 
357
+       cd $(top_builddir) && $(SHELL) ./config.status $@
 
358
+
 
359
+mostlyclean-libtool:
 
360
+       -rm -f *.lo
 
361
+
 
362
+clean-libtool:
 
363
+       -rm -rf .libs _libs
 
364
+
 
365
+distclean-libtool:
 
366
+       -rm -f libtool
 
367
+uninstall-info-am:
 
368
+
 
369
+# This directory's subdirectories are mostly independent; you can cd
 
370
+# into them and run `make' without going through this Makefile.
 
371
+# To change the values of `make' variables: instead of editing Makefiles,
 
372
+# (1) if the variable is set in `config.status', edit `config.status'
 
373
+#     (which will cause the Makefiles to be regenerated when you run `make');
 
374
+# (2) otherwise, pass the desired values on the `make' command line.
 
375
+$(RECURSIVE_TARGETS):
 
376
+       @set fnord $$MAKEFLAGS; amf=$$2; \
 
377
+       dot_seen=no; \
 
378
+       target=`echo $@ | sed s/-recursive//`; \
 
379
+       list='$(SUBDIRS)'; for subdir in $$list; do \
 
380
+         echo "Making $$target in $$subdir"; \
 
381
+         if test "$$subdir" = "."; then \
 
382
+           dot_seen=yes; \
 
383
+           local_target="$$target-am"; \
 
384
+         else \
 
385
+           local_target="$$target"; \
 
386
+         fi; \
 
387
+         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
388
+          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
389
+       done; \
 
390
+       if test "$$dot_seen" = "no"; then \
 
391
+         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
392
+       fi; test -z "$$fail"
 
393
+
 
394
+mostlyclean-recursive clean-recursive distclean-recursive \
 
395
+maintainer-clean-recursive:
 
396
+       @set fnord $$MAKEFLAGS; amf=$$2; \
 
397
+       dot_seen=no; \
 
398
+       case "$@" in \
 
399
+         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
400
+         *) list='$(SUBDIRS)' ;; \
 
401
+       esac; \
 
402
+       rev=''; for subdir in $$list; do \
 
403
+         if test "$$subdir" = "."; then :; else \
 
404
+           rev="$$subdir $$rev"; \
 
405
+         fi; \
 
406
+       done; \
 
407
+       rev="$$rev ."; \
 
408
+       target=`echo $@ | sed s/-recursive//`; \
 
409
+       for subdir in $$rev; do \
 
410
+         echo "Making $$target in $$subdir"; \
 
411
+         if test "$$subdir" = "."; then \
 
412
+           local_target="$$target-am"; \
 
413
+         else \
 
414
+           local_target="$$target"; \
 
415
+         fi; \
 
416
+         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
417
+          || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
418
+       done && test -z "$$fail"
 
419
+tags-recursive:
 
420
+       list='$(SUBDIRS)'; for subdir in $$list; do \
 
421
+         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
422
+       done
 
423
+ctags-recursive:
 
424
+       list='$(SUBDIRS)'; for subdir in $$list; do \
 
425
+         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
426
+       done
 
427
+
 
428
+ETAGS = etags
 
429
+ETAGSFLAGS =
 
430
+
 
431
+CTAGS = ctags
 
432
+CTAGSFLAGS =
 
433
+
 
434
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
435
+       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
436
+       unique=`for i in $$list; do \
 
437
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
438
+         done | \
 
439
+         $(AWK) '    { files[$$0] = 1; } \
 
440
+              END { for (i in files) print i; }'`; \
 
441
+       mkid -fID $$unique
 
442
+
 
443
+TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
444
+               $(TAGS_FILES) $(LISP)
 
445
+       tags=; \
 
446
+       here=`pwd`; \
 
447
+       if (etags --etags-include --version) >/dev/null 2>&1; then \
 
448
+         include_option=--etags-include; \
 
449
+       else \
 
450
+         include_option=--include; \
 
451
+       fi; \
 
452
+       list='$(SUBDIRS)'; for subdir in $$list; do \
 
453
+         if test "$$subdir" = .; then :; else \
 
454
+           test -f $$subdir/TAGS && \
 
455
+             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
456
+         fi; \
 
457
+       done; \
 
458
+       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
459
+       unique=`for i in $$list; do \
 
460
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
461
+         done | \
 
462
+         $(AWK) '    { files[$$0] = 1; } \
 
463
+              END { for (i in files) print i; }'`; \
 
464
+       test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
465
+         || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
466
+            $$tags $$unique
 
467
+
 
468
+ctags: CTAGS
 
469
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
470
+               $(TAGS_FILES) $(LISP)
 
471
+       tags=; \
 
472
+       here=`pwd`; \
 
473
+       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
474
+       unique=`for i in $$list; do \
 
475
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
476
+         done | \
 
477
+         $(AWK) '    { files[$$0] = 1; } \
 
478
+              END { for (i in files) print i; }'`; \
 
479
+       test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
480
+         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
481
+            $$tags $$unique
 
482
+
 
483
+GTAGS:
 
484
+       here=`$(am__cd) $(top_builddir) && pwd` \
 
485
+         && cd $(top_srcdir) \
 
486
+         && gtags -i $(GTAGS_ARGS) $$here
 
487
+
 
488
+distclean-tags:
 
489
+       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
490
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
491
+
 
492
+top_distdir = .
 
493
+distdir = $(PACKAGE)-$(VERSION)
 
494
+
 
495
+am__remove_distdir = \
 
496
+  { test ! -d $(distdir) \
 
497
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
498
+         && rm -fr $(distdir); }; }
 
499
+
 
500
+GZIP_ENV = --best
 
501
+distuninstallcheck_listfiles = find . -type f -print
 
502
+distcleancheck_listfiles = find . -type f -print
 
503
+
 
504
+distdir: $(DISTFILES)
 
505
+       $(am__remove_distdir)
 
506
+       mkdir $(distdir)
 
507
+       $(mkinstalldirs) $(distdir)/bdb $(distdir)/include
 
508
+       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
509
+       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
510
+       list='$(DISTFILES)'; for file in $$list; do \
 
511
+         case $$file in \
 
512
+           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
513
+           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
514
+         esac; \
 
515
+         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
516
+         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
517
+         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
518
+           dir="/$$dir"; \
 
519
+           $(mkinstalldirs) "$(distdir)$$dir"; \
 
520
+         else \
 
521
+           dir=''; \
 
522
+         fi; \
 
523
+         if test -d $$d/$$file; then \
 
524
+           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
525
+             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
526
+           fi; \
 
527
+           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
528
+         else \
 
529
+           test -f $(distdir)/$$file \
 
530
+           || cp -p $$d/$$file $(distdir)/$$file \
 
531
+           || exit 1; \
 
532
+         fi; \
 
533
+       done
 
534
+       list='$(SUBDIRS)'; for subdir in $$list; do \
 
535
+         if test "$$subdir" = .; then :; else \
 
536
+           test -d $(distdir)/$$subdir \
 
537
+           || mkdir $(distdir)/$$subdir \
 
538
+           || exit 1; \
 
539
+           (cd $$subdir && \
 
540
+             $(MAKE) $(AM_MAKEFLAGS) \
 
541
+               top_distdir="$(top_distdir)" \
 
542
+               distdir=../$(distdir)/$$subdir \
 
543
+               distdir) \
 
544
+             || exit 1; \
 
545
+         fi; \
 
546
+       done
 
547
+       $(MAKE) $(AM_MAKEFLAGS) \
 
548
+         top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
549
+         dist-hook
 
550
+       -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
551
+         ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
552
+         ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
553
+         ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
554
+       || chmod -R a+r $(distdir)
 
555
+dist-gzip: distdir
 
556
+       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
557
+       $(am__remove_distdir)
 
558
+
 
559
+dist dist-all: distdir
 
560
+       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
561
+       $(am__remove_distdir)
 
562
+
 
563
+# This target untars the dist file and tries a VPATH configuration.  Then
 
564
+# it guarantees that the distribution is self-contained by making another
 
565
+# tarfile.
 
566
+distcheck: dist
 
567
+       $(am__remove_distdir)
 
568
+       GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
 
569
+       chmod -R a-w $(distdir); chmod a+w $(distdir)
 
570
+       mkdir $(distdir)/_build
 
571
+       mkdir $(distdir)/_inst
 
572
+       chmod a-w $(distdir)
 
573
+       dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
574
+         && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
575
+         && cd $(distdir)/_build \
 
576
+         && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
577
+           $(DISTCHECK_CONFIGURE_FLAGS) \
 
578
+         && $(MAKE) $(AM_MAKEFLAGS) \
 
579
+         && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
580
+         && $(MAKE) $(AM_MAKEFLAGS) check \
 
581
+         && $(MAKE) $(AM_MAKEFLAGS) install \
 
582
+         && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
583
+         && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
584
+         && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
585
+               distuninstallcheck \
 
586
+         && chmod -R a-w "$$dc_install_base" \
 
587
+         && ({ \
 
588
+              (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
 
589
+              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
590
+              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
591
+              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
592
+                   distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
593
+             } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
594
+         && rm -rf "$$dc_destdir" \
 
595
+         && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
 
596
+         && rm -f $(distdir).tar.gz \
 
597
+         && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
598
+       $(am__remove_distdir)
 
599
+       @echo "$(distdir).tar.gz is ready for distribution" | \
 
600
+         sed 'h;s/./=/g;p;x;p;x'
 
601
+distuninstallcheck:
 
602
+       @cd $(distuninstallcheck_dir) \
 
603
+       && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
604
+          || { echo "ERROR: files left after uninstall:" ; \
 
605
+               if test -n "$(DESTDIR)"; then \
 
606
+                 echo "  (check DESTDIR support)"; \
 
607
+               fi ; \
 
608
+               $(distuninstallcheck_listfiles) ; \
 
609
+               exit 1; } >&2
 
610
+distcleancheck: distclean
 
611
+       @if test '$(srcdir)' = . ; then \
 
612
+         echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
613
+         exit 1 ; \
 
614
+       fi
 
615
+       @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
616
+         || { echo "ERROR: files left in build directory after distclean:" ; \
 
617
+              $(distcleancheck_listfiles) ; \
 
618
+              exit 1; } >&2
 
619
+check-am: all-am
 
620
+check: check-recursive
 
621
+all-am: Makefile config.h
 
622
+installdirs: installdirs-recursive
 
623
+installdirs-am:
 
624
+
 
625
+install: install-recursive
 
626
+install-exec: install-exec-recursive
 
627
+install-data: install-data-recursive
 
628
+uninstall: uninstall-recursive
 
629
+
 
630
+install-am: all-am
 
631
+       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
632
+
 
633
+installcheck: installcheck-recursive
 
634
+install-strip:
 
635
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
636
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
637
+         `test -z '$(STRIP)' || \
 
638
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
639
+mostlyclean-generic:
 
640
+
 
641
+clean-generic:
 
642
+       -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
643
+
 
644
+distclean-generic:
 
645
+       -rm -f $(CONFIG_CLEAN_FILES)
 
646
+
 
647
+maintainer-clean-generic:
 
648
+       @echo "This command is intended for maintainers to use"
 
649
+       @echo "it deletes files that may require special tools to rebuild."
 
650
+clean: clean-recursive
 
651
+
 
652
+clean-am: clean-generic clean-libtool mostlyclean-am
 
653
+
 
654
+distclean: distclean-recursive
 
655
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
656
+       -rm -f Makefile
 
657
+distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
 
658
+       distclean-tags
 
659
+
 
660
+dvi: dvi-recursive
 
661
+
 
662
+dvi-am:
 
663
+
 
664
+info: info-recursive
 
665
+
 
666
+info-am:
 
667
+
 
668
+install-data-am:
 
669
+
 
670
+install-exec-am:
 
671
+
 
672
+install-info: install-info-recursive
 
673
+
 
674
+install-man:
 
675
+
 
676
+installcheck-am:
 
677
+
 
678
+maintainer-clean: maintainer-clean-recursive
 
679
+       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
680
+       -rm -rf $(top_srcdir)/autom4te.cache
 
681
+       -rm -f Makefile
 
682
+maintainer-clean-am: distclean-am maintainer-clean-generic
 
683
+
 
684
+mostlyclean: mostlyclean-recursive
 
685
+
 
686
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
687
+
 
688
+pdf: pdf-recursive
 
689
+
 
690
+pdf-am:
 
691
+
 
692
+ps: ps-recursive
 
693
+
 
694
+ps-am:
 
695
+
 
696
+uninstall-am: uninstall-info-am
 
697
+
 
698
+uninstall-info: uninstall-info-recursive
 
699
+
 
700
+.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
701
+       clean-generic clean-libtool clean-recursive ctags \
 
702
+       ctags-recursive dist dist-all dist-gzip distcheck distclean \
 
703
+       distclean-generic distclean-hdr distclean-libtool \
 
704
+       distclean-recursive distclean-tags distcleancheck distdir \
 
705
+       distuninstallcheck dvi dvi-am dvi-recursive info info-am \
 
706
+       info-recursive install install-am install-data install-data-am \
 
707
+       install-data-recursive install-exec install-exec-am \
 
708
+       install-exec-recursive install-info install-info-am \
 
709
+       install-info-recursive install-man install-recursive \
 
710
+       install-strip installcheck installcheck-am installdirs \
 
711
+       installdirs-am installdirs-recursive maintainer-clean \
 
712
+       maintainer-clean-generic maintainer-clean-recursive mostlyclean \
 
713
+       mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
714
+       pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
 
715
+       tags-recursive uninstall uninstall-am uninstall-info-am \
 
716
+       uninstall-info-recursive uninstall-recursive
 
717
+
 
718
+
 
719
+# This is just so that the linking is done early.
 
720
+config.h: $(linked_sources)
 
721
+
 
722
+linked_include_sources:
 
723
+       cd include; $(MAKE) link_sources
 
724
+       echo timestamp > linked_include_sources
 
725
+
 
726
+linked_client_sources:  @linked_client_targets@
 
727
+       cd client; $(MAKE) link_sources
 
728
+       echo timestamp > linked_client_sources
 
729
+
 
730
+linked_libmysql_sources:
 
731
+       cd libmysql; $(MAKE) link_sources
 
732
+       echo timestamp > linked_libmysql_sources
 
733
+
 
734
+linked_libmysql_r_sources: linked_libmysql_sources
 
735
+       cd libmysql_r; $(MAKE) link_sources
 
736
+       echo timestamp > linked_libmysql_r_sources
 
737
+
 
738
+linked_libmysqld_sources:
 
739
+       cd libmysqld; $(MAKE) link_sources
 
740
+       echo timestamp > linked_libmysqld_sources
 
741
+
 
742
+linked_libmysqldex_sources:
 
743
+       cd libmysqld/examples; $(MAKE) link_sources
 
744
+       echo timestamp > linked_libmysqldex_sources
 
745
+
 
746
+linked_netware_sources:
 
747
+       cd @netware_dir@; $(MAKE) link_sources
 
748
+       echo timestamp > linked_netware_sources
 
749
+
 
750
+#avoid recursive make calls in sql directory
 
751
+linked_server_sources:
 
752
+       cd sql; rm -f mini_client_errors.c;@LN_CP_F@ ../libmysql/errmsg.c mini_client_errors.c
 
753
+       echo timestamp > linked_server_sources
 
754
+
 
755
+# Create permission databases
 
756
+init-db:               all
 
757
+       $(top_builddir)/scripts/mysql_install_db
 
758
+
 
759
+bin-dist:              all
 
760
+       $(top_builddir)/scripts/make_binary_distribution @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
761
+
 
762
+# Remove BK's "SCCS" subdirectories from source distribution
 
763
+dist-hook:
 
764
+       rm -rf `find $(distdir) -type d -name SCCS`
 
765
+
 
766
+tags:
 
767
+       support-files/build-tags
 
768
+.PHONY:                init-db bin-dist
 
769
+
 
770
+# Test installation
 
771
+
 
772
+test:
 
773
+       cd mysql-test ; ./mysql-test-run
 
774
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
775
+# Otherwise a system limit (for SysV at least) may be exceeded.
 
776
+.NOEXPORT: