Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/tritonn-1.0.5-mysql-5.0.45/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 66 - (show annotations) (download)
Fri Jan 18 03:00:31 2008 UTC (16 years, 2 months ago) by mir
File size: 32398 byte(s)
moved from topdir to tags
1 # Makefile.in generated by automake 1.9.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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) 2000-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
32 # Process this file with automake to create Makefile.in
33 srcdir = @srcdir@
34 top_srcdir = @top_srcdir@
35 VPATH = @srcdir@
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 INSTALL = @INSTALL@
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 target_triplet = @target@
56 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
57 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
58 $(top_srcdir)/bdb/Makefile.in $(top_srcdir)/configure COPYING \
59 ChangeLog config.guess config.sub depcomp install-sh ltmain.sh \
60 missing
61 subdir = .
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
64 $(top_srcdir)/config/ac-macros/check_cpu.m4 \
65 $(top_srcdir)/config/ac-macros/character_sets.m4 \
66 $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
67 $(top_srcdir)/config/ac-macros/ha_archive.m4 \
68 $(top_srcdir)/config/ac-macros/ha_berkeley.m4 \
69 $(top_srcdir)/config/ac-macros/ha_blackhole.m4 \
70 $(top_srcdir)/config/ac-macros/ha_example.m4 \
71 $(top_srcdir)/config/ac-macros/ha_federated.m4 \
72 $(top_srcdir)/config/ac-macros/ha_innodb.m4 \
73 $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
74 $(top_srcdir)/config/ac-macros/ha_tina.m4 \
75 $(top_srcdir)/config/ac-macros/large_file.m4 \
76 $(top_srcdir)/config/ac-macros/misc.m4 \
77 $(top_srcdir)/config/ac-macros/openssl.m4 \
78 $(top_srcdir)/config/ac-macros/readline.m4 \
79 $(top_srcdir)/config/ac-macros/yassl.m4 \
80 $(top_srcdir)/config/ac-macros/zlib.m4 \
81 $(top_srcdir)/configure.in
82 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83 $(ACLOCAL_M4)
84 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
85 configure.lineno configure.status.lineno
86 mkinstalldirs = $(install_sh) -d
87 CONFIG_HEADER = config.h
88 CONFIG_CLEAN_FILES = bdb/Makefile
89 SOURCES =
90 DIST_SOURCES =
91 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92 html-recursive info-recursive install-data-recursive \
93 install-exec-recursive install-info-recursive \
94 install-recursive installcheck-recursive installdirs-recursive \
95 pdf-recursive ps-recursive uninstall-info-recursive \
96 uninstall-recursive
97 ETAGS = etags
98 CTAGS = ctags
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 distdir = $(PACKAGE)-$(VERSION)
101 top_distdir = $(distdir)
102 am__remove_distdir = \
103 { test ! -d $(distdir) \
104 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
105 && rm -fr $(distdir); }; }
106 DIST_ARCHIVES = $(distdir).tar.gz
107 GZIP_ENV = --best
108 distuninstallcheck_listfiles = find . -type f -print
109 ACLOCAL = @ACLOCAL@
110 ALLOCA = @ALLOCA@
111 AMDEP_FALSE = @AMDEP_FALSE@
112 AMDEP_TRUE = @AMDEP_TRUE@
113 AMTAR = @AMTAR@
114 AR = @AR@
115 ARFLAGS = @ARFLAGS@
116 AS = @AS@
117 ASSEMBLER_FALSE = @ASSEMBLER_FALSE@
118 ASSEMBLER_TRUE = @ASSEMBLER_TRUE@
119 ASSEMBLER_sparc32_FALSE = @ASSEMBLER_sparc32_FALSE@
120 ASSEMBLER_sparc32_TRUE = @ASSEMBLER_sparc32_TRUE@
121 ASSEMBLER_sparc64_FALSE = @ASSEMBLER_sparc64_FALSE@
122 ASSEMBLER_sparc64_TRUE = @ASSEMBLER_sparc64_TRUE@
123 ASSEMBLER_x86_FALSE = @ASSEMBLER_x86_FALSE@
124 ASSEMBLER_x86_TRUE = @ASSEMBLER_x86_TRUE@
125 AUTOCONF = @AUTOCONF@
126 AUTOHEADER = @AUTOHEADER@
127 AUTOMAKE = @AUTOMAKE@
128 AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
129 AWK = @AWK@
130 CC = @CC@
131 CCAS = @CCAS@
132 CCASFLAGS = @CCASFLAGS@
133 CCDEPMODE = @CCDEPMODE@
134 CC_VERSION = @CC_VERSION@
135 CFLAGS = @CFLAGS@
136 CHECK_PID = @CHECK_PID@
137 CHMOD = @CHMOD@
138 CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
139 CLIENT_LIBS = @CLIENT_LIBS@
140 CMP = @CMP@
141 COMPILATION_COMMENT = @COMPILATION_COMMENT@
142 COMPILE_PSTACK_FALSE = @COMPILE_PSTACK_FALSE@
143 COMPILE_PSTACK_TRUE = @COMPILE_PSTACK_TRUE@
144 CONF_COMMAND = @CONF_COMMAND@
145 CP = @CP@
146 CPP = @CPP@
147 CPPFLAGS = @CPPFLAGS@
148 CXX = @CXX@
149 CXXCPP = @CXXCPP@
150 CXXDEPMODE = @CXXDEPMODE@
151 CXXFLAGS = @CXXFLAGS@
152 CXXLDFLAGS = @CXXLDFLAGS@
153 CXX_VERSION = @CXX_VERSION@
154 CYGPATH_W = @CYGPATH_W@
155 DARWIN_MWCC_FALSE = @DARWIN_MWCC_FALSE@
156 DARWIN_MWCC_TRUE = @DARWIN_MWCC_TRUE@
157 DEFS = @DEFS@
158 DEPDIR = @DEPDIR@
159 DOT_FRM_VERSION = @DOT_FRM_VERSION@
160 DOXYGEN = @DOXYGEN@
161 DVIS = @DVIS@
162 ECHO = @ECHO@
163 ECHO_C = @ECHO_C@
164 ECHO_N = @ECHO_N@
165 ECHO_T = @ECHO_T@
166 EGREP = @EGREP@
167 EXEEXT = @EXEEXT@
168 F77 = @F77@
169 FFLAGS = @FFLAGS@
170 FIND_PROC = @FIND_PROC@
171 GETCONF = @GETCONF@
172 GXX = @GXX@
173 HAVE_NDBCLUSTER_DB_FALSE = @HAVE_NDBCLUSTER_DB_FALSE@
174 HAVE_NDBCLUSTER_DB_TRUE = @HAVE_NDBCLUSTER_DB_TRUE@
175 HAVE_NETWARE_FALSE = @HAVE_NETWARE_FALSE@
176 HAVE_NETWARE_TRUE = @HAVE_NETWARE_TRUE@
177 HAVE_YASSL_FALSE = @HAVE_YASSL_FALSE@
178 HAVE_YASSL_TRUE = @HAVE_YASSL_TRUE@
179 HOSTNAME = @HOSTNAME@
180 ICHECK = @ICHECK@
181 INSTALL_DATA = @INSTALL_DATA@
182 INSTALL_PROGRAM = @INSTALL_PROGRAM@
183 INSTALL_SCRIPT = @INSTALL_SCRIPT@
184 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185 KILL = @KILL@
186 LD = @LD@
187 LDFLAGS = @LDFLAGS@
188 LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
189 LIBDL = @LIBDL@
190 LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
191 LIBOBJS = @LIBOBJS@
192 LIBS = @LIBS@
193 LIBTOOL = @LIBTOOL@
194 LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
195 LM_CFLAGS = @LM_CFLAGS@
196 LN = @LN@
197 LN_CP_F = @LN_CP_F@
198 LN_S = @LN_S@
199 LTLIBOBJS = @LTLIBOBJS@
200 MACHINE_TYPE = @MACHINE_TYPE@
201 MAKEINDEX = @MAKEINDEX@
202 MAKEINFO = @MAKEINFO@
203 MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
204 MAKE_SHELL = @MAKE_SHELL@
205 MECAB_INCLUDES = @MECAB_INCLUDES@
206 MECAB_LIBS = @MECAB_LIBS@
207 MV = @MV@
208 MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
209 MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
210 MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
211 MYSQLD_USER = @MYSQLD_USER@
212 MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
213 MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
214 MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
215 MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
216 MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
217 MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
218 MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
219 MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
220 NDB_DEFS = @NDB_DEFS@
221 NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
222 NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
223 NDB_SCI_LIBS = @NDB_SCI_LIBS@
224 NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
225 NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
226 NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
227 NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
228 NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
229 NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
230 NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
231 NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
232 NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
233 NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
234 NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
235 NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
236 NM = @NM@
237 NOINST_LDFLAGS = @NOINST_LDFLAGS@
238 NON_THREADED_LIBS = @NON_THREADED_LIBS@
239 OBJEXT = @OBJEXT@
240 PACKAGE = @PACKAGE@
241 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242 PACKAGE_NAME = @PACKAGE_NAME@
243 PACKAGE_STRING = @PACKAGE_STRING@
244 PACKAGE_TARNAME = @PACKAGE_TARNAME@
245 PACKAGE_VERSION = @PACKAGE_VERSION@
246 PATH_SEPARATOR = @PATH_SEPARATOR@
247 PDFLATEX = @PDFLATEX@
248 PDFMANUAL = @PDFMANUAL@
249 PERL = @PERL@
250 PERL5 = @PERL5@
251 PROTOCOL_VERSION = @PROTOCOL_VERSION@
252 PS = @PS@
253 RANLIB = @RANLIB@
254 RM = @RM@
255 SAVE_ASFLAGS = @SAVE_ASFLAGS@
256 SAVE_CFLAGS = @SAVE_CFLAGS@
257 SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
258 SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
259 SAVE_LDFLAGS = @SAVE_LDFLAGS@
260 SED = @SED@
261 SENNA_INCLUDES = @SENNA_INCLUDES@
262 SENNA_LIBS = @SENNA_LIBS@
263 SET_MAKE = @SET_MAKE@
264 SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
265 SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
266 SHELL = @SHELL@
267 STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
268 STRIP = @STRIP@
269 SYSTEM_TYPE = @SYSTEM_TYPE@
270 TAR = @TAR@
271 TARGET_LINUX = @TARGET_LINUX@
272 TERMCAP_LIB = @TERMCAP_LIB@
273 THREAD_LOBJECTS = @THREAD_LOBJECTS@
274 VERSION = @VERSION@
275 WRAPLIBS = @WRAPLIBS@
276 YACC = @YACC@
277 ZLIB_DEPS = @ZLIB_DEPS@
278 ZLIB_INCLUDES = @ZLIB_INCLUDES@
279 ZLIB_LIBS = @ZLIB_LIBS@
280 ac_ct_AR = @ac_ct_AR@
281 ac_ct_CC = @ac_ct_CC@
282 ac_ct_CXX = @ac_ct_CXX@
283 ac_ct_F77 = @ac_ct_F77@
284 ac_ct_GETCONF = @ac_ct_GETCONF@
285 ac_ct_RANLIB = @ac_ct_RANLIB@
286 ac_ct_STRIP = @ac_ct_STRIP@
287 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
288 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
289 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
290 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
291 am__include = @am__include@
292 am__leading_dot = @am__leading_dot@
293 am__quote = @am__quote@
294 am__tar = @am__tar@
295 am__untar = @am__untar@
296 bdb_includes = @bdb_includes@
297 bdb_libs = @bdb_libs@
298 bdb_libs_with_path = @bdb_libs_with_path@
299 bench_dirs = @bench_dirs@
300 bindir = @bindir@
301 build = @build@
302 build_alias = @build_alias@
303 build_cpu = @build_cpu@
304 build_os = @build_os@
305 build_vendor = @build_vendor@
306 datadir = @datadir@
307 docs_dirs = @docs_dirs@
308 exec_prefix = @exec_prefix@
309 host = @host@
310 host_alias = @host_alias@
311 host_cpu = @host_cpu@
312 host_os = @host_os@
313 host_vendor = @host_vendor@
314 includedir = @includedir@
315 infodir = @infodir@
316 innodb_includes = @innodb_includes@
317 innodb_libs = @innodb_libs@
318 innodb_system_libs = @innodb_system_libs@
319 install_sh = @install_sh@
320 libdir = @libdir@
321 libexecdir = @libexecdir@
322 libmysqld_dirs = @libmysqld_dirs@
323 linked_client_targets = @linked_client_targets@
324 linked_libmysqld_targets = @linked_libmysqld_targets@
325 linked_netware_sources = @linked_netware_sources@
326 localstatedir = @localstatedir@
327 man1_files = @man1_files@
328 man8_files = @man8_files@
329 man_dirs = @man_dirs@
330 mandir = @mandir@
331 mkdir_p = @mkdir_p@
332 ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
333 ndb_cxxflags_fix = @ndb_cxxflags_fix@
334 ndb_mgmclient_libs = @ndb_mgmclient_libs@
335 ndb_opt_subdirs = @ndb_opt_subdirs@
336 ndb_port = @ndb_port@
337 ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
338 ndbcluster_includes = @ndbcluster_includes@
339 ndbcluster_libs = @ndbcluster_libs@
340 ndbcluster_system_libs = @ndbcluster_system_libs@
341 netware_dir = @netware_dir@
342 oldincludedir = @oldincludedir@
343 openssl_includes = @openssl_includes@
344 openssl_libs = @openssl_libs@
345 prefix = @prefix@
346 program_transform_name = @program_transform_name@
347 pstack_dirs = @pstack_dirs@
348 pstack_libs = @pstack_libs@
349 readline_basedir = @readline_basedir@
350 readline_dir = @readline_dir@
351 readline_h_ln_cmd = @readline_h_ln_cmd@
352 readline_link = @readline_link@
353 readline_topdir = @readline_topdir@
354 sbindir = @sbindir@
355 server_scripts = @server_scripts@
356 sharedstatedir = @sharedstatedir@
357 sql_client_dirs = @sql_client_dirs@
358 sql_server_dirs = @sql_server_dirs@
359 sql_union_dirs = @sql_union_dirs@
360 subdirs = @subdirs@
361 sysconfdir = @sysconfdir@
362 target = @target@
363 target_alias = @target_alias@
364 target_cpu = @target_cpu@
365 target_os = @target_os@
366 target_vendor = @target_vendor@
367 thread_dirs = @thread_dirs@
368 tools_dirs = @tools_dirs@
369 uname_prog = @uname_prog@
370 yassl_dir = @yassl_dir@
371 yassl_h_ln_cmd = @yassl_h_ln_cmd@
372 yassl_libs = @yassl_libs@
373 yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
374 zlib_dir = @zlib_dir@
375 AUTOMAKE_OPTIONS = foreign
376
377 # These are built from source in the Docs directory
378 EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \
379 README COPYING EXCEPTIONS-CLIENT CMakeLists.txt
380
381 SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \
382 @readline_topdir@ sql-common scripts \
383 @thread_dirs@ pstack \
384 @sql_union_dirs@ @man_dirs@ tests \
385 netware @libmysqld_dirs@ \
386 @bench_dirs@ support-files @tools_dirs@
387
388 DIST_SUBDIRS = . include @docs_dirs@ zlib \
389 @readline_topdir@ sql-common \
390 @thread_dirs@ pstack \
391 @sql_union_dirs@ scripts @man_dirs@ tests SSL\
392 BUILD netware os2 @libmysqld_dirs@ \
393 @bench_dirs@ support-files @tools_dirs@ win \
394 debian
395
396
397 # Run these targets before any others, also make part of clean target,
398 # to make sure we create new links after a clean.
399 BUILT_SOURCES = linked_client_sources linked_server_sources \
400 @linked_client_targets@ \
401 @linked_libmysqld_targets@ \
402 linked_include_sources @linked_netware_sources@
403
404
405 # The db.h file is a bit special, see note in "configure.in".
406 # In the case we didn't compile with bdb, a dummy file is put
407 # there, but will not be removed by the bdb make file becuase
408 # it will never be called.
409 CLEANFILES = $(BUILT_SOURCES) bdb/build_unix/db.h
410 DISTCLEANFILES = ac_available_languages_fragment
411
412 # Our current filtering of "sql_yacc.cc" in "sql/Makefile.am" creates
413 # a problem, if a VPATH build and "sql_yacc.cc" was part of the source
414 # distribution we end up with one "sql_yacc.cc" in the source tree,
415 # and one in the build tree. This breaks "distcleancheck", until this
416 # is sorted out we redefine the find that scans for files not removed
417 distcleancheck_listfiles = find . -name sql_yacc.cc -o -type f -print
418 all: $(BUILT_SOURCES) config.h
419 $(MAKE) $(AM_MAKEFLAGS) all-recursive
420
421 .SUFFIXES:
422 am--refresh:
423 @:
424 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
425 @for dep in $?; do \
426 case '$(am__configure_deps)' in \
427 *$$dep*) \
428 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
429 cd $(srcdir) && $(AUTOMAKE) --foreign \
430 && exit 0; \
431 exit 1;; \
432 esac; \
433 done; \
434 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
435 cd $(top_srcdir) && \
436 $(AUTOMAKE) --foreign Makefile
437 .PRECIOUS: Makefile
438 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
439 @case '$?' in \
440 *config.status*) \
441 echo ' $(SHELL) ./config.status'; \
442 $(SHELL) ./config.status;; \
443 *) \
444 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
445 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
446 esac;
447
448 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
449 $(SHELL) ./config.status --recheck
450
451 $(top_srcdir)/configure: $(am__configure_deps)
452 cd $(srcdir) && $(AUTOCONF)
453 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
454 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
455
456 config.h: stamp-h1
457 @if test ! -f $@; then \
458 rm -f stamp-h1; \
459 $(MAKE) stamp-h1; \
460 else :; fi
461
462 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
463 @rm -f stamp-h1
464 cd $(top_builddir) && $(SHELL) ./config.status config.h
465 $(srcdir)/config.h.in: $(am__configure_deps)
466 cd $(top_srcdir) && $(AUTOHEADER)
467 rm -f stamp-h1
468 touch $@
469
470 distclean-hdr:
471 -rm -f config.h stamp-h1
472 bdb/Makefile: $(top_builddir)/config.status $(top_srcdir)/bdb/Makefile.in
473 cd $(top_builddir) && $(SHELL) ./config.status $@
474
475 mostlyclean-libtool:
476 -rm -f *.lo
477
478 clean-libtool:
479 -rm -rf .libs _libs
480
481 distclean-libtool:
482 -rm -f libtool
483 uninstall-info-am:
484
485 # This directory's subdirectories are mostly independent; you can cd
486 # into them and run `make' without going through this Makefile.
487 # To change the values of `make' variables: instead of editing Makefiles,
488 # (1) if the variable is set in `config.status', edit `config.status'
489 # (which will cause the Makefiles to be regenerated when you run `make');
490 # (2) otherwise, pass the desired values on the `make' command line.
491 $(RECURSIVE_TARGETS):
492 @set fnord $$MAKEFLAGS; amf=$$2; \
493 dot_seen=no; \
494 target=`echo $@ | sed s/-recursive//`; \
495 list='$(SUBDIRS)'; for subdir in $$list; do \
496 echo "Making $$target in $$subdir"; \
497 if test "$$subdir" = "."; then \
498 dot_seen=yes; \
499 local_target="$$target-am"; \
500 else \
501 local_target="$$target"; \
502 fi; \
503 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
504 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
505 done; \
506 if test "$$dot_seen" = "no"; then \
507 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
508 fi; test -z "$$fail"
509
510 mostlyclean-recursive clean-recursive distclean-recursive \
511 maintainer-clean-recursive:
512 @set fnord $$MAKEFLAGS; amf=$$2; \
513 dot_seen=no; \
514 case "$@" in \
515 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
516 *) list='$(SUBDIRS)' ;; \
517 esac; \
518 rev=''; for subdir in $$list; do \
519 if test "$$subdir" = "."; then :; else \
520 rev="$$subdir $$rev"; \
521 fi; \
522 done; \
523 rev="$$rev ."; \
524 target=`echo $@ | sed s/-recursive//`; \
525 for subdir in $$rev; do \
526 echo "Making $$target in $$subdir"; \
527 if test "$$subdir" = "."; then \
528 local_target="$$target-am"; \
529 else \
530 local_target="$$target"; \
531 fi; \
532 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
533 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
534 done && test -z "$$fail"
535 tags-recursive:
536 list='$(SUBDIRS)'; for subdir in $$list; do \
537 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
538 done
539 ctags-recursive:
540 list='$(SUBDIRS)'; for subdir in $$list; do \
541 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
542 done
543
544 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
545 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
546 unique=`for i in $$list; do \
547 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
548 done | \
549 $(AWK) ' { files[$$0] = 1; } \
550 END { for (i in files) print i; }'`; \
551 mkid -fID $$unique
552
553 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
554 $(TAGS_FILES) $(LISP)
555 tags=; \
556 here=`pwd`; \
557 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
558 include_option=--etags-include; \
559 empty_fix=.; \
560 else \
561 include_option=--include; \
562 empty_fix=; \
563 fi; \
564 list='$(SUBDIRS)'; for subdir in $$list; do \
565 if test "$$subdir" = .; then :; else \
566 test ! -f $$subdir/TAGS || \
567 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
568 fi; \
569 done; \
570 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
571 unique=`for i in $$list; do \
572 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
573 done | \
574 $(AWK) ' { files[$$0] = 1; } \
575 END { for (i in files) print i; }'`; \
576 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
577 test -n "$$unique" || unique=$$empty_fix; \
578 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
579 $$tags $$unique; \
580 fi
581 ctags: CTAGS
582 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
583 $(TAGS_FILES) $(LISP)
584 tags=; \
585 here=`pwd`; \
586 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
587 unique=`for i in $$list; do \
588 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589 done | \
590 $(AWK) ' { files[$$0] = 1; } \
591 END { for (i in files) print i; }'`; \
592 test -z "$(CTAGS_ARGS)$$tags$$unique" \
593 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
594 $$tags $$unique
595
596 GTAGS:
597 here=`$(am__cd) $(top_builddir) && pwd` \
598 && cd $(top_srcdir) \
599 && gtags -i $(GTAGS_ARGS) $$here
600
601 distclean-tags:
602 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
603
604 distdir: $(DISTFILES)
605 $(am__remove_distdir)
606 mkdir $(distdir)
607 $(mkdir_p) $(distdir)/bdb $(distdir)/config/ac-macros $(distdir)/debian $(distdir)/include $(distdir)/libmysql $(distdir)/ndb/include $(distdir)/ndb/src
608 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
609 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
610 list='$(DISTFILES)'; for file in $$list; do \
611 case $$file in \
612 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
613 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
614 esac; \
615 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
616 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
617 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
618 dir="/$$dir"; \
619 $(mkdir_p) "$(distdir)$$dir"; \
620 else \
621 dir=''; \
622 fi; \
623 if test -d $$d/$$file; then \
624 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
625 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
626 fi; \
627 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
628 else \
629 test -f $(distdir)/$$file \
630 || cp -p $$d/$$file $(distdir)/$$file \
631 || exit 1; \
632 fi; \
633 done
634 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
635 if test "$$subdir" = .; then :; else \
636 test -d "$(distdir)/$$subdir" \
637 || $(mkdir_p) "$(distdir)/$$subdir" \
638 || exit 1; \
639 distdir=`$(am__cd) $(distdir) && pwd`; \
640 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
641 (cd $$subdir && \
642 $(MAKE) $(AM_MAKEFLAGS) \
643 top_distdir="$$top_distdir" \
644 distdir="$$distdir/$$subdir" \
645 distdir) \
646 || exit 1; \
647 fi; \
648 done
649 $(MAKE) $(AM_MAKEFLAGS) \
650 top_distdir="$(top_distdir)" distdir="$(distdir)" \
651 dist-hook
652 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
653 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
654 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
655 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
656 || chmod -R a+r $(distdir)
657 dist-gzip: distdir
658 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
659 $(am__remove_distdir)
660
661 dist-bzip2: distdir
662 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
663 $(am__remove_distdir)
664
665 dist-tarZ: distdir
666 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
667 $(am__remove_distdir)
668
669 dist-shar: distdir
670 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
671 $(am__remove_distdir)
672
673 dist-zip: distdir
674 -rm -f $(distdir).zip
675 zip -rq $(distdir).zip $(distdir)
676 $(am__remove_distdir)
677
678 dist dist-all: distdir
679 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
680 $(am__remove_distdir)
681
682 # This target untars the dist file and tries a VPATH configuration. Then
683 # it guarantees that the distribution is self-contained by making another
684 # tarfile.
685 distcheck: dist
686 case '$(DIST_ARCHIVES)' in \
687 *.tar.gz*) \
688 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
689 *.tar.bz2*) \
690 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
691 *.tar.Z*) \
692 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
693 *.shar.gz*) \
694 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
695 *.zip*) \
696 unzip $(distdir).zip ;;\
697 esac
698 chmod -R a-w $(distdir); chmod a+w $(distdir)
699 mkdir $(distdir)/_build
700 mkdir $(distdir)/_inst
701 chmod a-w $(distdir)
702 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
703 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
704 && cd $(distdir)/_build \
705 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
706 $(DISTCHECK_CONFIGURE_FLAGS) \
707 && $(MAKE) $(AM_MAKEFLAGS) \
708 && $(MAKE) $(AM_MAKEFLAGS) dvi \
709 && $(MAKE) $(AM_MAKEFLAGS) check \
710 && $(MAKE) $(AM_MAKEFLAGS) install \
711 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
712 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
713 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
714 distuninstallcheck \
715 && chmod -R a-w "$$dc_install_base" \
716 && ({ \
717 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
718 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
719 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
720 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
721 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
722 } || { rm -rf "$$dc_destdir"; exit 1; }) \
723 && rm -rf "$$dc_destdir" \
724 && $(MAKE) $(AM_MAKEFLAGS) dist \
725 && rm -rf $(DIST_ARCHIVES) \
726 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
727 $(am__remove_distdir)
728 @(echo "$(distdir) archives ready for distribution: "; \
729 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
730 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
731 distuninstallcheck:
732 @cd $(distuninstallcheck_dir) \
733 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
734 || { echo "ERROR: files left after uninstall:" ; \
735 if test -n "$(DESTDIR)"; then \
736 echo " (check DESTDIR support)"; \
737 fi ; \
738 $(distuninstallcheck_listfiles) ; \
739 exit 1; } >&2
740 distcleancheck: distclean
741 @if test '$(srcdir)' = . ; then \
742 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
743 exit 1 ; \
744 fi
745 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
746 || { echo "ERROR: files left in build directory after distclean:" ; \
747 $(distcleancheck_listfiles) ; \
748 exit 1; } >&2
749 check-am: all-am
750 check: $(BUILT_SOURCES)
751 $(MAKE) $(AM_MAKEFLAGS) check-recursive
752 all-am: Makefile config.h
753 installdirs: installdirs-recursive
754 installdirs-am:
755 install: $(BUILT_SOURCES)
756 $(MAKE) $(AM_MAKEFLAGS) install-recursive
757 install-exec: install-exec-recursive
758 install-data: install-data-recursive
759 uninstall: uninstall-recursive
760
761 install-am: all-am
762 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
763
764 installcheck: installcheck-recursive
765 install-strip:
766 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
767 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
768 `test -z '$(STRIP)' || \
769 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
770 mostlyclean-generic:
771
772 clean-generic:
773 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
774
775 distclean-generic:
776 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
777 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
778
779 maintainer-clean-generic:
780 @echo "This command is intended for maintainers to use"
781 @echo "it deletes files that may require special tools to rebuild."
782 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
783 clean: clean-recursive
784
785 clean-am: clean-generic clean-libtool mostlyclean-am
786
787 distclean: distclean-recursive
788 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
789 -rm -f Makefile
790 distclean-am: clean-am distclean-generic distclean-hdr \
791 distclean-libtool distclean-tags
792
793 dvi: dvi-recursive
794
795 dvi-am:
796
797 html: html-recursive
798
799 info: info-recursive
800
801 info-am:
802
803 install-data-am:
804
805 install-exec-am:
806
807 install-info: install-info-recursive
808
809 install-man:
810
811 installcheck-am:
812
813 maintainer-clean: maintainer-clean-recursive
814 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
815 -rm -rf $(top_srcdir)/autom4te.cache
816 -rm -f Makefile
817 maintainer-clean-am: distclean-am maintainer-clean-generic
818
819 mostlyclean: mostlyclean-recursive
820
821 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
822
823 pdf: pdf-recursive
824
825 pdf-am:
826
827 ps: ps-recursive
828
829 ps-am:
830
831 uninstall-am: uninstall-info-am
832
833 uninstall-info: uninstall-info-recursive
834
835 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
836 check-am clean clean-generic clean-libtool clean-recursive \
837 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
838 dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
839 distclean-generic distclean-hdr distclean-libtool \
840 distclean-recursive distclean-tags distcleancheck distdir \
841 distuninstallcheck dvi dvi-am html html-am info info-am \
842 install install-am install-data install-data-am install-exec \
843 install-exec-am install-info install-info-am install-man \
844 install-strip installcheck installcheck-am installdirs \
845 installdirs-am maintainer-clean maintainer-clean-generic \
846 maintainer-clean-recursive mostlyclean mostlyclean-generic \
847 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
848 tags tags-recursive uninstall uninstall-am uninstall-info-am
849
850
851 linked_include_sources:
852 cd include; $(MAKE) link_sources
853 echo timestamp > linked_include_sources
854
855 linked_client_sources: @linked_client_targets@
856 cd client; $(MAKE) link_sources
857 echo timestamp > linked_client_sources
858
859 linked_libmysql_sources:
860 cd libmysql; $(MAKE) link_sources
861 echo timestamp > linked_libmysql_sources
862
863 linked_libmysql_r_sources: linked_libmysql_sources
864 cd libmysql_r; $(MAKE) link_sources
865 echo timestamp > linked_libmysql_r_sources
866
867 linked_libmysqld_sources:
868 cd libmysqld; $(MAKE) link_sources
869 echo timestamp > linked_libmysqld_sources
870
871 linked_libmysqldex_sources:
872 cd libmysqld/examples; $(MAKE) link_sources
873 echo timestamp > linked_libmysqldex_sources
874
875 linked_netware_sources:
876 cd @netware_dir@; $(MAKE) link_sources
877 echo timestamp > linked_netware_sources
878
879 linked_server_sources:
880 cd sql; $(MAKE) link_sources
881 echo timestamp > linked_server_sources
882
883 # Create permission databases
884 init-db: all
885 $(top_builddir)/scripts/mysql_install_db
886
887 bin-dist: all
888 $(top_builddir)/scripts/make_binary_distribution @MAKE_BINARY_DISTRIBUTION_OPTIONS@
889
890 # Remove BK's "SCCS" subdirectories from source distribution
891 # Create initial database files for Windows installations.
892 dist-hook:
893 rm -rf `find $(distdir) -type d -name SCCS -print`
894 rm -f `find $(distdir) -type l -print`
895 mkdir -p $(distdir)/win
896 scripts/mysql_install_db --no-defaults --windows \
897 --basedir=$(top_builddir) \
898 --datadir=$(distdir)/win/data \
899 --srcdir=$(top_srcdir)
900
901 tags:
902 support-files/build-tags
903
904 .PHONY: init-db bin-dist \
905 test test-force test-full test-force-full test-force-mem \
906 test-pl test-force-pl test-full-pl test-force-full-pl test-force-pl-mem \
907 test-ps test-ns test-ext-funcs test-ext \
908 test-fast test-fast-cursor test-fast-view test-fast-prepare \
909 test-full-qa
910
911 # Target 'test' will run the regression test suite using the built server.
912 #
913 # If you are running in a shared environment, users can avoid clashing
914 # port numbers by setting individual small numbers 1-100 to the
915 # environment variable MTR_BUILD_THREAD. The script "mysql-test-run"
916 # will then calculate the various port numbers it needs from this,
917 # making sure each user use different ports.
918
919 test-ps:
920 cd mysql-test ; \
921 @PERL@ ./mysql-test-run.pl $(force) $(mem) --ps-protocol
922
923 test-ns:
924 cd mysql-test ; \
925 @PERL@ ./mysql-test-run.pl $(force) $(mem)
926
927 test: test-ns test-ps
928
929 # To ease script-writing, although in 5.0 it is identical to 'test'
930 test-full: test
931
932 test-force:
933 $(MAKE) force=--force test
934
935 test-force-full:
936 $(MAKE) force=--force test-full
937
938 #used by autopush.pl to run memory based tests
939 test-force-mem:
940 $(MAKE) force=--force mem=--mem test
941
942 test-bt:
943 -cd mysql-test ; MTR_BUILD_THREAD=auto \
944 @PERL@ ./mysql-test-run.pl --force --comment=normal --report-features
945 -cd mysql-test ; MTR_BUILD_THREAD=auto \
946 @PERL@ ./mysql-test-run.pl --force --comment=ps --ps-protocol
947 -cd mysql-test ; MTR_BUILD_THREAD=auto \
948 @PERL@ ./mysql-test-run.pl --force --comment=funcs1_ps --ps-protocol --suite=funcs_1
949 -cd mysql-test ; MTR_BUILD_THREAD=auto \
950 @PERL@ ./mysql-test-run.pl --force --comment=funcs2 --suite=funcs_2
951 -cd mysql-test ; MTR_BUILD_THREAD=auto \
952 @PERL@ ./mysql-test-run.pl --force --comment=rowlock --suite=row_lock
953
954 test-bt-debug:
955 -cd mysql-test ; MTR_BUILD_THREAD=auto \
956 @PERL@ ./mysql-test-run.pl --force --comment=debug --report-features
957
958 # Keep these for a while
959 test-pl: test
960 test-full-pl: test-full
961 test-force-pl: test-force
962 test-force-pl-mem: test-force-mem
963 test-force-full-pl: test-force-full
964
965 test-ext-funcs:
966 cd mysql-test ; \
967 @PERL@ ./mysql-test-run.pl --force --suite=funcs_1 ; \
968 @PERL@ ./mysql-test-run.pl --force --suite=funcs_2
969
970 test-ext: test-ext-funcs
971
972 test-fast:
973 cd mysql-test ; \
974 @PERL@ ./mysql-test-run.pl $(subset) --force --skip-ndb --skip-innodb --skip-im --skip-rpl ; \
975 @PERL@ ./mysql-test-run.pl $(subset) --force --suite=funcs_1 --do-test=myisam
976
977 test-fast-view:
978 $(MAKE) subset=--view-protocol test-fast
979
980 test-fast-cursor:
981 $(MAKE) subset=--cursor-protocol test-fast
982
983 test-fast-prepare:
984 $(MAKE) subset=--ps-protocol test-fast
985
986 test-full-qa:
987 $(MAKE) force=--force test-pl \
988 test-ext test-fast-view \
989 test-fast-cursor
990
991 # Don't update the files from bitkeeper
992 %::SCCS/s.%
993 # Tell versions [3.59,3.63) of GNU make to not export all variables.
994 # Otherwise a system limit (for SysV at least) may be exceeded.
995 .NOEXPORT:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26