Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/tritonn-1.0.9-mysql-5.0.51/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


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

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