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

« back to all changes in this revision

Viewing changes to netware/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) 2002 Novell, Inc. All Rights Reserved.
 
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; either version 2 of the License, or 
 
22
#  (at your option) any later version. 
 
23
#
 
24
#  This program is distributed in the hope that it will be useful, 
 
25
#  but WITHOUT ANY WARRANTY; without even the implied warranty of 
 
26
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
 
27
#  GNU General Public License for more details. 
 
28
#
 
29
#  You should have received a copy of the GNU General Public License 
 
30
#  along with this program; if not, write to the Free Software 
 
31
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
32
 
 
33
VPATH = @srcdir@
 
34
pkgdatadir = $(datadir)/@PACKAGE@
 
35
pkglibdir = $(libdir)/@PACKAGE@
 
36
pkgincludedir = $(includedir)/@PACKAGE@
 
37
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
38
install_sh_DATA = $(install_sh) -c -m 644
 
39
install_sh_PROGRAM = $(install_sh) -c
 
40
install_sh_SCRIPT = $(install_sh) -c
 
41
INSTALL_HEADER = $(INSTALL_DATA)
 
42
transform = $(program_transform_name)
 
43
NORMAL_INSTALL = :
 
44
PRE_INSTALL = :
 
45
POST_INSTALL = :
 
46
NORMAL_UNINSTALL = :
 
47
PRE_UNINSTALL = :
 
48
POST_UNINSTALL = :
 
49
build_triplet = @build@
 
50
host_triplet = @host@
 
51
target_triplet = @target@
 
52
@HAVE_NETWARE_TRUE@bin_PROGRAMS = mysqld_safe$(EXEEXT) \
 
53
@HAVE_NETWARE_TRUE@     mysql_install_db$(EXEEXT) \
 
54
@HAVE_NETWARE_TRUE@     mysql_test_run$(EXEEXT) libmysql$(EXEEXT)
 
55
subdir = netware
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
58
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
59
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
60
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
61
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
62
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
63
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
64
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
65
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
66
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
67
        $(top_srcdir)/config/ac-macros/ssl.m4 \
 
68
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
69
        $(top_srcdir)/configure.in
 
70
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
71
        $(ACLOCAL_M4)
 
72
mkinstalldirs = $(install_sh) -d
 
73
CONFIG_HEADER = $(top_builddir)/include/config.h
 
74
CONFIG_CLEAN_FILES =
 
75
am__installdirs = "$(DESTDIR)$(bindir)"
 
76
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
77
PROGRAMS = $(bin_PROGRAMS)
 
78
am__libmysql_SOURCES_DIST = libmysqlmain.c
 
79
@HAVE_NETWARE_TRUE@am_libmysql_OBJECTS = libmysqlmain.$(OBJEXT)
 
80
libmysql_OBJECTS = $(am_libmysql_OBJECTS)
 
81
@HAVE_NETWARE_TRUE@libmysql_DEPENDENCIES =  \
 
82
@HAVE_NETWARE_TRUE@     ../libmysql/.libs/libmysqlclient.a
 
83
am__mysql_install_db_SOURCES_DIST = mysql_install_db.c my_manage.c
 
84
@HAVE_NETWARE_TRUE@am_mysql_install_db_OBJECTS =  \
 
85
@HAVE_NETWARE_TRUE@     mysql_install_db.$(OBJEXT) \
 
86
@HAVE_NETWARE_TRUE@     my_manage.$(OBJEXT)
 
87
mysql_install_db_OBJECTS = $(am_mysql_install_db_OBJECTS)
 
88
mysql_install_db_LDADD = $(LDADD)
 
89
@HAVE_NETWARE_TRUE@mysql_install_db_DEPENDENCIES =  \
 
90
@HAVE_NETWARE_TRUE@     ../mysys/libmysys.a ../dbug/libdbug.a \
 
91
@HAVE_NETWARE_TRUE@     ../strings/libmystrings.a
 
92
am__mysql_test_run_SOURCES_DIST = mysql_test_run.c my_manage.c
 
93
@HAVE_NETWARE_TRUE@am_mysql_test_run_OBJECTS =  \
 
94
@HAVE_NETWARE_TRUE@     mysql_test_run.$(OBJEXT) \
 
95
@HAVE_NETWARE_TRUE@     my_manage.$(OBJEXT)
 
96
mysql_test_run_OBJECTS = $(am_mysql_test_run_OBJECTS)
 
97
mysql_test_run_LDADD = $(LDADD)
 
98
@HAVE_NETWARE_TRUE@mysql_test_run_DEPENDENCIES = ../mysys/libmysys.a \
 
99
@HAVE_NETWARE_TRUE@     ../dbug/libdbug.a ../strings/libmystrings.a
 
100
am__mysqld_safe_SOURCES_DIST = mysqld_safe.c my_manage.c
 
101
@HAVE_NETWARE_TRUE@am_mysqld_safe_OBJECTS = mysqld_safe.$(OBJEXT) \
 
102
@HAVE_NETWARE_TRUE@     my_manage.$(OBJEXT)
 
103
mysqld_safe_OBJECTS = $(am_mysqld_safe_OBJECTS)
 
104
mysqld_safe_LDADD = $(LDADD)
 
105
@HAVE_NETWARE_TRUE@mysqld_safe_DEPENDENCIES = ../mysys/libmysys.a \
 
106
@HAVE_NETWARE_TRUE@     ../dbug/libdbug.a ../strings/libmystrings.a
 
107
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
108
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
109
am__depfiles_maybe = depfiles
 
110
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
111
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
112
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
113
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
114
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
115
CCLD = $(CC)
 
116
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
117
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
118
        $(LDFLAGS) -o $@
 
119
SOURCES = $(libmysql_SOURCES) $(mysql_install_db_SOURCES) \
 
120
        $(mysql_test_run_SOURCES) $(mysqld_safe_SOURCES)
 
121
DIST_SOURCES = $(am__libmysql_SOURCES_DIST) \
 
122
        $(am__mysql_install_db_SOURCES_DIST) \
 
123
        $(am__mysql_test_run_SOURCES_DIST) \
 
124
        $(am__mysqld_safe_SOURCES_DIST)
 
125
ETAGS = etags
 
126
CTAGS = ctags
 
127
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
128
ABI_CHECK = @ABI_CHECK@
 
129
ACLOCAL = @ACLOCAL@
 
130
ALLOCA = @ALLOCA@
 
131
AMTAR = @AMTAR@
 
132
AR = @AR@
 
133
ARFLAGS = @ARFLAGS@
 
134
AS = @AS@
 
135
ASFLAGS = @ASFLAGS@
 
136
AUTOCONF = @AUTOCONF@
 
137
AUTOHEADER = @AUTOHEADER@
 
138
AUTOMAKE = @AUTOMAKE@
 
139
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
140
AWK = @AWK@
 
141
CC = @CC@
 
142
CCAS = @CCAS@
 
143
CCASDEPMODE = @CCASDEPMODE@
 
144
CCASFLAGS = @CCASFLAGS@
 
145
CCDEPMODE = @CCDEPMODE@
 
146
CC_VERSION = @CC_VERSION@
 
147
CFLAGS = @CFLAGS@
 
148
CHECK_PID = @CHECK_PID@
 
149
CHMOD = @CHMOD@
 
150
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
151
CLIENT_LIBS = @CLIENT_LIBS@
 
152
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
 
153
CMP = @CMP@
 
154
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
155
CONF_COMMAND = @CONF_COMMAND@
 
156
CP = @CP@
 
157
CPP = @CPP@
 
158
CPPFLAGS = @CPPFLAGS@
 
159
CXX = @CXX@
 
160
CXXCPP = @CXXCPP@
 
161
CXXDEPMODE = @CXXDEPMODE@
 
162
CXXFLAGS = @CXXFLAGS@
 
163
CXXLDFLAGS = @CXXLDFLAGS@
 
164
CXX_VERSION = @CXX_VERSION@
 
165
CYGPATH_W = @CYGPATH_W@
 
166
DEFS = @DEFS@
 
167
DEPDIR = @DEPDIR@
 
168
DIFF = @DIFF@
 
169
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
170
DOXYGEN = @DOXYGEN@
 
171
DSYMUTIL = @DSYMUTIL@
 
172
DUMPBIN = @DUMPBIN@
 
173
DVIS = @DVIS@
 
174
ECHO_C = @ECHO_C@
 
175
ECHO_N = @ECHO_N@
 
176
ECHO_T = @ECHO_T@
 
177
EGREP = @EGREP@
 
178
EXEEXT = @EXEEXT@
 
179
FGREP = @FGREP@
 
180
FIND_PROC = @FIND_PROC@
 
181
GETCONF = @GETCONF@
 
182
GREP = @GREP@
 
183
GXX = @GXX@
 
184
HOSTNAME = @HOSTNAME@
 
185
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
 
186
INSTALL = @INSTALL@
 
187
INSTALL_DATA = @INSTALL_DATA@
 
188
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
189
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
190
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
191
KILL = @KILL@
 
192
LD = @LD@
 
193
LDFLAGS = @LDFLAGS@
 
194
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
195
LIBDL = @LIBDL@
 
196
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
197
LIBOBJS = @LIBOBJS@
 
198
LIBS = @LIBS@
 
199
LIBTOOL = @LIBTOOL@
 
200
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
201
LIPO = @LIPO@
 
202
LM_CFLAGS = @LM_CFLAGS@
 
203
LN = @LN@
 
204
LN_CP_F = @LN_CP_F@
 
205
LN_S = @LN_S@
 
206
LTLIBOBJS = @LTLIBOBJS@
 
207
MACHINE_TYPE = @MACHINE_TYPE@
 
208
MAKEINDEX = @MAKEINDEX@
 
209
MAKEINFO = @MAKEINFO@
 
210
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
211
MAKE_SHELL = @MAKE_SHELL@
 
212
MKDIR_P = @MKDIR_P@
 
213
MV = @MV@
 
214
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
215
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
216
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
217
MYSQLD_USER = @MYSQLD_USER@
 
218
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
219
MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
 
220
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
221
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
222
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
223
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
224
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
225
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
226
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
 
227
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
228
NDB_DEFS = @NDB_DEFS@
 
229
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
230
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
231
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
232
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
233
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
234
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
235
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
236
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
237
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
238
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
239
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
240
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
241
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
242
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
243
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
244
NM = @NM@
 
245
NMEDIT = @NMEDIT@
 
246
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
247
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
248
OBJDUMP = @OBJDUMP@
 
249
OBJEXT = @OBJEXT@
 
250
OTOOL = @OTOOL@
 
251
OTOOL64 = @OTOOL64@
 
252
PACKAGE = @PACKAGE@
 
253
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
254
PACKAGE_NAME = @PACKAGE_NAME@
 
255
PACKAGE_STRING = @PACKAGE_STRING@
 
256
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
257
PACKAGE_VERSION = @PACKAGE_VERSION@
 
258
PATH_SEPARATOR = @PATH_SEPARATOR@
 
259
PDFLATEX = @PDFLATEX@
 
260
PDFMANUAL = @PDFMANUAL@
 
261
PERL = @PERL@
 
262
PERL5 = @PERL5@
 
263
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
264
PS = @PS@
 
265
RANLIB = @RANLIB@
 
266
RM = @RM@
 
267
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
268
SAVE_CC = @SAVE_CC@
 
269
SAVE_CFLAGS = @SAVE_CFLAGS@
 
270
SAVE_CXX = @SAVE_CXX@
 
271
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
272
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
273
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
274
SED = @SED@
 
275
SET_MAKE = @SET_MAKE@
 
276
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
277
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
278
SHELL = @SHELL@
 
279
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
280
STRIP = @STRIP@
 
281
SYSTEM_TYPE = @SYSTEM_TYPE@
 
282
TAR = @TAR@
 
283
TARGET_LINUX = @TARGET_LINUX@
 
284
TERMCAP_LIB = @TERMCAP_LIB@
 
285
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
 
286
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
287
VERSION = @VERSION@
 
288
WRAPLIBS = @WRAPLIBS@
 
289
YACC = @YACC@
 
290
ZLIB_DEPS = @ZLIB_DEPS@
 
291
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
292
ZLIB_LIBS = @ZLIB_LIBS@
 
293
abs_builddir = @abs_builddir@
 
294
abs_srcdir = @abs_srcdir@
 
295
abs_top_builddir = @abs_top_builddir@
 
296
abs_top_srcdir = @abs_top_srcdir@
 
297
ac_ct_CC = @ac_ct_CC@
 
298
ac_ct_CXX = @ac_ct_CXX@
 
299
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
300
am__include = @am__include@
 
301
am__leading_dot = @am__leading_dot@
 
302
am__quote = @am__quote@
 
303
am__tar = @am__tar@
 
304
am__untar = @am__untar@
 
305
bindir = @bindir@
 
306
build = @build@
 
307
build_alias = @build_alias@
 
308
build_cpu = @build_cpu@
 
309
build_os = @build_os@
 
310
build_vendor = @build_vendor@
 
311
builddir = @builddir@
 
312
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
313
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
314
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
315
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
316
datadir = @datadir@
 
317
datarootdir = @datarootdir@
 
318
docdir = @docdir@
 
319
docs_dirs = @docs_dirs@
 
320
dvidir = @dvidir@
 
321
exec_prefix = @exec_prefix@
 
322
extra_docs = @extra_docs@
 
323
host = @host@
 
324
host_alias = @host_alias@
 
325
host_cpu = @host_cpu@
 
326
host_os = @host_os@
 
327
host_vendor = @host_vendor@
 
328
htmldir = @htmldir@
 
329
includedir = @includedir@
 
330
infodir = @infodir@
 
331
innodb_system_libs = @innodb_system_libs@
 
332
install_sh = @install_sh@
 
333
libdir = @libdir@
 
334
libexecdir = @libexecdir@
 
335
libmysqld_dirs = @libmysqld_dirs@
 
336
localedir = @localedir@
 
337
localstatedir = @localstatedir@
 
338
lt_ECHO = @lt_ECHO@
 
339
man1_files = @man1_files@
 
340
man8_files = @man8_files@
 
341
man_dirs = @man_dirs@
 
342
mandir = @mandir@
 
343
mkdir_p = @mkdir_p@
 
344
mysql_pg_dirs = @mysql_pg_dirs@
 
345
mysql_pg_distdirs = @mysql_pg_distdirs@
 
346
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
347
mysql_plugin_defs = @mysql_plugin_defs@
 
348
mysql_plugin_dirs = @mysql_plugin_dirs@
 
349
mysql_plugin_libs = @mysql_plugin_libs@
 
350
mysql_se_dirs = @mysql_se_dirs@
 
351
mysql_se_distdirs = @mysql_se_distdirs@
 
352
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
353
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
354
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
355
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
356
ndb_opt_subdirs = @ndb_opt_subdirs@
 
357
ndb_port = @ndb_port@
 
358
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
359
ndbcluster_includes = @ndbcluster_includes@
 
360
ndbcluster_libs = @ndbcluster_libs@
 
361
ndbcluster_system_libs = @ndbcluster_system_libs@
 
362
netware_dir = @netware_dir@
 
363
oldincludedir = @oldincludedir@
 
364
openssl_includes = @openssl_includes@
 
365
openssl_libs = @openssl_libs@
 
366
pdfdir = @pdfdir@
 
367
plugin_archive_shared_target = @plugin_archive_shared_target@
 
368
plugin_archive_static_target = @plugin_archive_static_target@
 
369
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
370
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
371
plugin_csv_shared_target = @plugin_csv_shared_target@
 
372
plugin_csv_static_target = @plugin_csv_static_target@
 
373
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
 
374
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
 
375
plugin_example_shared_target = @plugin_example_shared_target@
 
376
plugin_example_static_target = @plugin_example_static_target@
 
377
plugin_federated_shared_target = @plugin_federated_shared_target@
 
378
plugin_federated_static_target = @plugin_federated_static_target@
 
379
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
 
380
plugin_ftexample_static_target = @plugin_ftexample_static_target@
 
381
plugin_heap_shared_target = @plugin_heap_shared_target@
 
382
plugin_heap_static_target = @plugin_heap_static_target@
 
383
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
 
384
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
 
385
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
386
plugin_innobase_static_target = @plugin_innobase_static_target@
 
387
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
 
388
plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
 
389
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
390
plugin_myisam_static_target = @plugin_myisam_static_target@
 
391
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
 
392
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
 
393
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
 
394
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
 
395
plugin_partition_shared_target = @plugin_partition_shared_target@
 
396
plugin_partition_static_target = @plugin_partition_static_target@
 
397
prefix = @prefix@
 
398
program_transform_name = @program_transform_name@
 
399
psdir = @psdir@
 
400
pstack_dir = @pstack_dir@
 
401
pstack_libs = @pstack_libs@
 
402
readline_basedir = @readline_basedir@
 
403
readline_dir = @readline_dir@
 
404
readline_h_ln_cmd = @readline_h_ln_cmd@
 
405
readline_link = @readline_link@
 
406
readline_topdir = @readline_topdir@
 
407
sbindir = @sbindir@
 
408
server_scripts = @server_scripts@
 
409
sharedstatedir = @sharedstatedir@
 
410
sql_client_dirs = @sql_client_dirs@
 
411
sql_server = @sql_server@
 
412
sql_server_dirs = @sql_server_dirs@
 
413
sql_union_dirs = @sql_union_dirs@
 
414
srcdir = @srcdir@
 
415
sysconfdir = @sysconfdir@
 
416
target = @target@
 
417
target_alias = @target_alias@
 
418
target_cpu = @target_cpu@
 
419
target_os = @target_os@
 
420
target_vendor = @target_vendor@
 
421
tools_dirs = @tools_dirs@
 
422
top_build_prefix = @top_build_prefix@
 
423
top_builddir = @top_builddir@
 
424
top_srcdir = @top_srcdir@
 
425
uname_prog = @uname_prog@
 
426
yassl_dir = @yassl_dir@
 
427
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
428
yassl_libs = @yassl_libs@
 
429
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
430
zlib_dir = @zlib_dir@
 
431
@HAVE_NETWARE_TRUE@INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I..
 
432
@HAVE_NETWARE_TRUE@LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/libmysys.a \
 
433
@HAVE_NETWARE_TRUE@                             ../dbug/libdbug.a ../strings/libmystrings.a
 
434
 
 
435
@HAVE_NETWARE_TRUE@mysqld_safe_SOURCES = mysqld_safe.c my_manage.c
 
436
@HAVE_NETWARE_TRUE@mysql_install_db_SOURCES = mysql_install_db.c my_manage.c
 
437
@HAVE_NETWARE_TRUE@mysql_test_run_SOURCES = mysql_test_run.c my_manage.c
 
438
@HAVE_NETWARE_TRUE@libmysql_SOURCES = libmysqlmain.c
 
439
@HAVE_NETWARE_TRUE@libmysql_LDADD = ../libmysql/.libs/libmysqlclient.a \
 
440
@HAVE_NETWARE_TRUE@                             @openssl_libs@ @yassl_libs@
 
441
 
 
442
@HAVE_NETWARE_TRUE@netware_build_files = client/mysql.def client/mysqladmin.def \
 
443
@HAVE_NETWARE_TRUE@                                client/mysqlbinlog.def client/mysqlcheck.def \
 
444
@HAVE_NETWARE_TRUE@                                client/mysqldump.def client/mysqlimport.def \
 
445
@HAVE_NETWARE_TRUE@                                client/mysqlshow.def client/mysqltest.def \
 
446
@HAVE_NETWARE_TRUE@                                client/mysqlslap.def client/mysql_upgrade.def \
 
447
@HAVE_NETWARE_TRUE@                                sql/mysqld.def extra/mysql_waitpid.def \
 
448
@HAVE_NETWARE_TRUE@                             tests/mysql_client_test.def \
 
449
@HAVE_NETWARE_TRUE@                                extra/my_print_defaults.def \
 
450
@HAVE_NETWARE_TRUE@                                extra/perror.def extra/replace.def \
 
451
@HAVE_NETWARE_TRUE@                                extra/resolveip.def extra/comp_err.def \
 
452
@HAVE_NETWARE_TRUE@                                extra/resolve_stack_dump.def \
 
453
@HAVE_NETWARE_TRUE@                                libmysqld/libmysqld.def \
 
454
@HAVE_NETWARE_TRUE@                                storage/myisam/myisamchk.def \
 
455
@HAVE_NETWARE_TRUE@                                storage/myisam/myisamlog.def \
 
456
@HAVE_NETWARE_TRUE@                                storage/myisam/myisampack.def \
 
457
@HAVE_NETWARE_TRUE@                                storage/myisam/myisam_ftdump.def
 
458
 
 
459
@HAVE_NETWARE_FALSE@BUILT_SOURCES = libmysql.imp init_db.sql test_db.sql
 
460
@HAVE_NETWARE_TRUE@BUILT_SOURCES = link_sources init_db.sql test_db.sql
 
461
@HAVE_NETWARE_FALSE@CLEANFILES = init_db.sql test_db.sql
 
462
@HAVE_NETWARE_TRUE@CLEANFILES = $(BUILT_SOURCES)
 
463
@HAVE_NETWARE_FALSE@DISTCLEANFILES = libmysql.imp
 
464
@HAVE_NETWARE_FALSE@EXTRA_DIST = $(BUILT_SOURCES) comp_err.def install_test_db.ncf \
 
465
@HAVE_NETWARE_FALSE@            libmysql.def \
 
466
@HAVE_NETWARE_FALSE@            libmysqlmain.c my_manage.c my_manage.h \
 
467
@HAVE_NETWARE_FALSE@            my_print_defaults.def myisam_ftdump.def myisamchk.def \
 
468
@HAVE_NETWARE_FALSE@            myisamlog.def myisampack.def mysql.def mysql.xdc \
 
469
@HAVE_NETWARE_FALSE@            mysql_fix_privilege_tables.pl \
 
470
@HAVE_NETWARE_FALSE@            mysql_install_db.c mysql_install_db.def \
 
471
@HAVE_NETWARE_FALSE@            mysql_secure_installation.pl mysql_test_run.c \
 
472
@HAVE_NETWARE_FALSE@            mysql_test_run.def mysql_waitpid.def mysqladmin.def \
 
473
@HAVE_NETWARE_FALSE@            mysqlbinlog.def mysqlcheck.def mysqld.def \
 
474
@HAVE_NETWARE_FALSE@            mysqld_safe.c mysqld_safe.def mysqldump.def mysqlimport.def \
 
475
@HAVE_NETWARE_FALSE@            mysqlshow.def mysqltest.def mysqlslap.def mysql_upgrade.def \
 
476
@HAVE_NETWARE_FALSE@            perror.def \
 
477
@HAVE_NETWARE_FALSE@            mysql_client_test.def \
 
478
@HAVE_NETWARE_FALSE@            replace.def resolve_stack_dump.def resolveip.def \
 
479
@HAVE_NETWARE_FALSE@            static_init_db.sql init_db.sql test_db.sql \
 
480
@HAVE_NETWARE_FALSE@            BUILD/apply-patch BUILD/compile-AUTOTOOLS \
 
481
@HAVE_NETWARE_FALSE@            BUILD/compile-linux-tools BUILD/compile-netware-END \
 
482
@HAVE_NETWARE_FALSE@            BUILD/compile-netware-START BUILD/compile-netware-all\
 
483
@HAVE_NETWARE_FALSE@            BUILD/compile-netware-debug BUILD/compile-netware-max \
 
484
@HAVE_NETWARE_FALSE@            BUILD/compile-netware-max-debug BUILD/compile-netware-src \
 
485
@HAVE_NETWARE_FALSE@            BUILD/compile-netware-standard BUILD/create-patch \
 
486
@HAVE_NETWARE_FALSE@            BUILD/cron-build BUILD/crontab BUILD/knetware.imp \
 
487
@HAVE_NETWARE_FALSE@            BUILD/mwasmnlm BUILD/mwccnlm BUILD/mwenv BUILD/mwldnlm \
 
488
@HAVE_NETWARE_FALSE@            BUILD/nwbuild BUILD/openssl.imp BUILD/save-patch
 
489
 
 
490
all: $(BUILT_SOURCES)
 
491
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
492
 
 
493
.SUFFIXES:
 
494
.SUFFIXES: .c .lo .o .obj
 
495
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
496
        @for dep in $?; do \
 
497
          case '$(am__configure_deps)' in \
 
498
            *$$dep*) \
 
499
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
500
                && { if test -f $@; then exit 0; else break; fi; }; \
 
501
              exit 1;; \
 
502
          esac; \
 
503
        done; \
 
504
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  netware/Makefile'; \
 
505
        cd $(top_srcdir) && \
 
506
          $(AUTOMAKE) --gnu  netware/Makefile
 
507
.PRECIOUS: Makefile
 
508
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
509
        @case '$?' in \
 
510
          *config.status*) \
 
511
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
512
          *) \
 
513
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
514
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
515
        esac;
 
516
 
 
517
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
518
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
519
 
 
520
$(top_srcdir)/configure:  $(am__configure_deps)
 
521
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
522
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
523
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
524
install-binPROGRAMS: $(bin_PROGRAMS)
 
525
        @$(NORMAL_INSTALL)
 
526
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
527
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
528
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
529
          if test -f $$p \
 
530
             || test -f $$p1 \
 
531
          ; then \
 
532
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
533
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
534
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
535
          else :; fi; \
 
536
        done
 
537
 
 
538
uninstall-binPROGRAMS:
 
539
        @$(NORMAL_UNINSTALL)
 
540
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
541
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
542
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
543
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
544
        done
 
545
 
 
546
clean-binPROGRAMS:
 
547
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
548
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
549
          echo " rm -f $$p $$f"; \
 
550
          rm -f $$p $$f ; \
 
551
        done
 
552
libmysql$(EXEEXT): $(libmysql_OBJECTS) $(libmysql_DEPENDENCIES) 
 
553
        @rm -f libmysql$(EXEEXT)
 
554
        $(LINK) $(libmysql_OBJECTS) $(libmysql_LDADD) $(LIBS)
 
555
mysql_install_db$(EXEEXT): $(mysql_install_db_OBJECTS) $(mysql_install_db_DEPENDENCIES) 
 
556
        @rm -f mysql_install_db$(EXEEXT)
 
557
        $(LINK) $(mysql_install_db_OBJECTS) $(mysql_install_db_LDADD) $(LIBS)
 
558
mysql_test_run$(EXEEXT): $(mysql_test_run_OBJECTS) $(mysql_test_run_DEPENDENCIES) 
 
559
        @rm -f mysql_test_run$(EXEEXT)
 
560
        $(LINK) $(mysql_test_run_OBJECTS) $(mysql_test_run_LDADD) $(LIBS)
 
561
mysqld_safe$(EXEEXT): $(mysqld_safe_OBJECTS) $(mysqld_safe_DEPENDENCIES) 
 
562
        @rm -f mysqld_safe$(EXEEXT)
 
563
        $(LINK) $(mysqld_safe_OBJECTS) $(mysqld_safe_LDADD) $(LIBS)
 
564
 
 
565
mostlyclean-compile:
 
566
        -rm -f *.$(OBJEXT)
 
567
 
 
568
distclean-compile:
 
569
        -rm -f *.tab.c
 
570
 
 
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmysqlmain.Po@am__quote@
 
572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/my_manage.Po@am__quote@
 
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mysql_install_db.Po@am__quote@
 
574
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mysql_test_run.Po@am__quote@
 
575
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mysqld_safe.Po@am__quote@
 
576
 
 
577
.c.o:
 
578
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
579
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
582
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
583
 
 
584
.c.obj:
 
585
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
586
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
589
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
590
 
 
591
.c.lo:
 
592
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
593
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
594
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
596
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
597
 
 
598
mostlyclean-libtool:
 
599
        -rm -f *.lo
 
600
 
 
601
clean-libtool:
 
602
        -rm -rf .libs _libs
 
603
 
 
604
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
605
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
606
        unique=`for i in $$list; do \
 
607
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
608
          done | \
 
609
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
610
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
611
        mkid -fID $$unique
 
612
tags: TAGS
 
613
 
 
614
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
615
                $(TAGS_FILES) $(LISP)
 
616
        tags=; \
 
617
        here=`pwd`; \
 
618
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
619
        unique=`for i in $$list; do \
 
620
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
621
          done | \
 
622
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
623
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
624
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
625
          test -n "$$unique" || unique=$$empty_fix; \
 
626
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
627
            $$tags $$unique; \
 
628
        fi
 
629
ctags: CTAGS
 
630
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
631
                $(TAGS_FILES) $(LISP)
 
632
        tags=; \
 
633
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
634
        unique=`for i in $$list; do \
 
635
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
636
          done | \
 
637
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
638
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
639
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
640
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
641
             $$tags $$unique
 
642
 
 
643
GTAGS:
 
644
        here=`$(am__cd) $(top_builddir) && pwd` \
 
645
          && cd $(top_srcdir) \
 
646
          && gtags -i $(GTAGS_ARGS) $$here
 
647
 
 
648
distclean-tags:
 
649
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
650
 
 
651
distdir: $(DISTFILES)
 
652
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
653
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
654
        list='$(DISTFILES)'; \
 
655
          dist_files=`for file in $$list; do echo $$file; done | \
 
656
          sed -e "s|^$$srcdirstrip/||;t" \
 
657
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
658
        case $$dist_files in \
 
659
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
660
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
661
                           sort -u` ;; \
 
662
        esac; \
 
663
        for file in $$dist_files; do \
 
664
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
665
          if test -d $$d/$$file; then \
 
666
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
667
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
668
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
669
            fi; \
 
670
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
671
          else \
 
672
            test -f $(distdir)/$$file \
 
673
            || cp -p $$d/$$file $(distdir)/$$file \
 
674
            || exit 1; \
 
675
          fi; \
 
676
        done
 
677
check-am: all-am
 
678
check: $(BUILT_SOURCES)
 
679
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
680
all-am: Makefile $(PROGRAMS)
 
681
installdirs:
 
682
        for dir in "$(DESTDIR)$(bindir)"; do \
 
683
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
684
        done
 
685
install: $(BUILT_SOURCES)
 
686
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
687
install-exec: install-exec-am
 
688
install-data: install-data-am
 
689
uninstall: uninstall-am
 
690
 
 
691
install-am: all-am
 
692
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
693
 
 
694
installcheck: installcheck-am
 
695
install-strip:
 
696
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
697
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
698
          `test -z '$(STRIP)' || \
 
699
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
700
mostlyclean-generic:
 
701
 
 
702
clean-generic:
 
703
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
704
 
 
705
distclean-generic:
 
706
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
707
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
708
 
 
709
maintainer-clean-generic:
 
710
        @echo "This command is intended for maintainers to use"
 
711
        @echo "it deletes files that may require special tools to rebuild."
 
712
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
713
clean: clean-am
 
714
 
 
715
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
716
 
 
717
distclean: distclean-am
 
718
        -rm -rf ./$(DEPDIR)
 
719
        -rm -f Makefile
 
720
distclean-am: clean-am distclean-compile distclean-generic \
 
721
        distclean-tags
 
722
 
 
723
dvi: dvi-am
 
724
 
 
725
dvi-am:
 
726
 
 
727
html: html-am
 
728
 
 
729
info: info-am
 
730
 
 
731
info-am:
 
732
 
 
733
install-data-am:
 
734
 
 
735
install-dvi: install-dvi-am
 
736
 
 
737
install-exec-am: install-binPROGRAMS
 
738
 
 
739
install-html: install-html-am
 
740
 
 
741
install-info: install-info-am
 
742
 
 
743
install-man:
 
744
 
 
745
install-pdf: install-pdf-am
 
746
 
 
747
install-ps: install-ps-am
 
748
 
 
749
installcheck-am:
 
750
 
 
751
maintainer-clean: maintainer-clean-am
 
752
        -rm -rf ./$(DEPDIR)
 
753
        -rm -f Makefile
 
754
maintainer-clean-am: distclean-am maintainer-clean-generic
 
755
 
 
756
mostlyclean: mostlyclean-am
 
757
 
 
758
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
759
        mostlyclean-libtool
 
760
 
 
761
pdf: pdf-am
 
762
 
 
763
pdf-am:
 
764
 
 
765
ps: ps-am
 
766
 
 
767
ps-am:
 
768
 
 
769
uninstall-am: uninstall-binPROGRAMS
 
770
 
 
771
.MAKE: install-am install-strip
 
772
 
 
773
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
774
        clean-generic clean-libtool ctags distclean distclean-compile \
 
775
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
776
        dvi-am html html-am info info-am install install-am \
 
777
        install-binPROGRAMS install-data install-data-am install-dvi \
 
778
        install-dvi-am install-exec install-exec-am install-html \
 
779
        install-html-am install-info install-info-am install-man \
 
780
        install-pdf install-pdf-am install-ps install-ps-am \
 
781
        install-strip installcheck installcheck-am installdirs \
 
782
        maintainer-clean maintainer-clean-generic mostlyclean \
 
783
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
784
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
785
        uninstall-binPROGRAMS
 
786
 
 
787
 
 
788
@HAVE_NETWARE_TRUE@all: $(BUILT_SOURCES)
 
789
 
 
790
@HAVE_NETWARE_TRUE@link_sources:
 
791
@HAVE_NETWARE_TRUE@     for f in $(netware_build_files); do \
 
792
@HAVE_NETWARE_TRUE@       rm -f ../$$f; \
 
793
@HAVE_NETWARE_TRUE@       org=`basename $$f`; \
 
794
@HAVE_NETWARE_TRUE@       @LN_CP_F@ $(srcdir)/$$org ../$$f; \
 
795
@HAVE_NETWARE_TRUE@     done
 
796
@HAVE_NETWARE_TRUE@     echo timestamp > link_sources
 
797
 
 
798
# Create the libmysql.imp from libmysql/libmysql.def
 
799
@HAVE_NETWARE_FALSE@libmysql.imp: $(top_srcdir)/libmysql/libmysql.def
 
800
@HAVE_NETWARE_FALSE@    $(AWK) 'BEGIN{x=0;} \
 
801
@HAVE_NETWARE_FALSE@             END{printf("\n");} \
 
802
@HAVE_NETWARE_FALSE@             x==1 {printf(" %s",$$1); x++; next} \
 
803
@HAVE_NETWARE_FALSE@             x>1 {printf(",\n %s", $$1); next} \
 
804
@HAVE_NETWARE_FALSE@             /EXPORTS/{x=1}' $(top_srcdir)/libmysql/libmysql.def > libmysql.imp
 
805
 
 
806
# Build init_db.sql from the files that contain
 
807
# the system tables for this version of MySQL plus any commands
 
808
init_db.sql: $(top_srcdir)/scripts/mysql_system_tables.sql \
 
809
             $(top_srcdir)/scripts/mysql_system_tables_data.sql
 
810
        @echo "Building $@";
 
811
        @echo "CREATE DATABASE mysql;" > $@;
 
812
        @echo "CREATE DATABASE test;" >> $@;
 
813
        @echo "use mysql;" >> $@;
 
814
        @cat $(top_srcdir)/scripts/mysql_system_tables.sql >> $@;
 
815
 
 
816
# Build test_db.sql from init_db.sql plus
 
817
# some test data
 
818
test_db.sql: init_db.sql $(top_srcdir)/scripts/mysql_test_data_timezone.sql
 
819
        @echo "Building $@";
 
820
        @cat init_db.sql \
 
821
             $(top_srcdir)/scripts/mysql_test_data_timezone.sql  > $@;
 
822
 
 
823
# Don't update the files from bitkeeper
 
824
%::SCCS/s.%
 
825
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
826
# Otherwise a system limit (for SysV at least) may be exceeded.
 
827
.NOEXPORT: