Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/tritonn-1.0.10-mysql-5.0.51a/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 100 - (show annotations) (download)
Tue Feb 5 08:39:57 2008 UTC (16 years, 1 month ago) by mir
File size: 32275 byte(s)
copy from tritonn-1.0.9-mysql-5.0.51a.

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

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