Develop and Download Open Source Software

Browse Subversion Repository

Contents of /tags/tritonn-1.0.12-mysql-5.0.67/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 169 - (show annotations) (download)
Mon Dec 1 07:20:52 2008 UTC (15 years, 3 months ago) by mir
File size: 32347 byte(s)
renamed to version 1.0.12

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 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 ASFLAGS = @ASFLAGS@
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_CC = @SAVE_CC@
257 SAVE_CFLAGS = @SAVE_CFLAGS@
258 SAVE_CXX = @SAVE_CXX@
259 SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
260 SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
261 SAVE_LDFLAGS = @SAVE_LDFLAGS@
262 SED = @SED@
263 SENNA_INCLUDES = @SENNA_INCLUDES@
264 SENNA_LIBS = @SENNA_LIBS@
265 SET_MAKE = @SET_MAKE@
266 SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
267 SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
268 SHELL = @SHELL@
269 STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
270 STRIP = @STRIP@
271 SYSTEM_TYPE = @SYSTEM_TYPE@
272 TAR = @TAR@
273 TARGET_LINUX = @TARGET_LINUX@
274 TERMCAP_LIB = @TERMCAP_LIB@
275 THREAD_LOBJECTS = @THREAD_LOBJECTS@
276 VERSION = @VERSION@
277 WRAPLIBS = @WRAPLIBS@
278 YACC = @YACC@
279 ZLIB_DEPS = @ZLIB_DEPS@
280 ZLIB_INCLUDES = @ZLIB_INCLUDES@
281 ZLIB_LIBS = @ZLIB_LIBS@
282 ac_ct_AR = @ac_ct_AR@
283 ac_ct_CC = @ac_ct_CC@
284 ac_ct_CXX = @ac_ct_CXX@
285 ac_ct_F77 = @ac_ct_F77@
286 ac_ct_GETCONF = @ac_ct_GETCONF@
287 ac_ct_RANLIB = @ac_ct_RANLIB@
288 ac_ct_STRIP = @ac_ct_STRIP@
289 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
290 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
291 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
292 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
293 am__include = @am__include@
294 am__leading_dot = @am__leading_dot@
295 am__quote = @am__quote@
296 am__tar = @am__tar@
297 am__untar = @am__untar@
298 bdb_includes = @bdb_includes@
299 bdb_libs = @bdb_libs@
300 bdb_libs_with_path = @bdb_libs_with_path@
301 bench_dirs = @bench_dirs@
302 bindir = @bindir@
303 build = @build@
304 build_alias = @build_alias@
305 build_cpu = @build_cpu@
306 build_os = @build_os@
307 build_vendor = @build_vendor@
308 datadir = @datadir@
309 docs_dirs = @docs_dirs@
310 exec_prefix = @exec_prefix@
311 extra_docs = @extra_docs@
312 host = @host@
313 host_alias = @host_alias@
314 host_cpu = @host_cpu@
315 host_os = @host_os@
316 host_vendor = @host_vendor@
317 includedir = @includedir@
318 infodir = @infodir@
319 innodb_includes = @innodb_includes@
320 innodb_libs = @innodb_libs@
321 innodb_system_libs = @innodb_system_libs@
322 install_sh = @install_sh@
323 libdir = @libdir@
324 libexecdir = @libexecdir@
325 libmysqld_dirs = @libmysqld_dirs@
326 linked_client_targets = @linked_client_targets@
327 linked_libmysqld_targets = @linked_libmysqld_targets@
328 linked_netware_sources = @linked_netware_sources@
329 localstatedir = @localstatedir@
330 man1_files = @man1_files@
331 man8_files = @man8_files@
332 man_dirs = @man_dirs@
333 mandir = @mandir@
334 mkdir_p = @mkdir_p@
335 ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
336 ndb_cxxflags_fix = @ndb_cxxflags_fix@
337 ndb_mgmclient_libs = @ndb_mgmclient_libs@
338 ndb_opt_subdirs = @ndb_opt_subdirs@
339 ndb_port = @ndb_port@
340 ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
341 ndbcluster_includes = @ndbcluster_includes@
342 ndbcluster_libs = @ndbcluster_libs@
343 ndbcluster_system_libs = @ndbcluster_system_libs@
344 netware_dir = @netware_dir@
345 oldincludedir = @oldincludedir@
346 openssl_includes = @openssl_includes@
347 openssl_libs = @openssl_libs@
348 prefix = @prefix@
349 program_transform_name = @program_transform_name@
350 pstack_dirs = @pstack_dirs@
351 pstack_libs = @pstack_libs@
352 readline_basedir = @readline_basedir@
353 readline_dir = @readline_dir@
354 readline_h_ln_cmd = @readline_h_ln_cmd@
355 readline_link = @readline_link@
356 readline_topdir = @readline_topdir@
357 sbindir = @sbindir@
358 server_scripts = @server_scripts@
359 sharedstatedir = @sharedstatedir@
360 sql_client_dirs = @sql_client_dirs@
361 sql_server_dirs = @sql_server_dirs@
362 sql_union_dirs = @sql_union_dirs@
363 subdirs = @subdirs@
364 sysconfdir = @sysconfdir@
365 target = @target@
366 target_alias = @target_alias@
367 target_cpu = @target_cpu@
368 target_os = @target_os@
369 target_vendor = @target_vendor@
370 thread_dirs = @thread_dirs@
371 tools_dirs = @tools_dirs@
372 uname_prog = @uname_prog@
373 yassl_dir = @yassl_dir@
374 yassl_h_ln_cmd = @yassl_h_ln_cmd@
375 yassl_libs = @yassl_libs@
376 yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
377 zlib_dir = @zlib_dir@
378 AUTOMAKE_OPTIONS = foreign
379
380 # These are built from source in the Docs directory
381 EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \
382 README COPYING EXCEPTIONS-CLIENT CMakeLists.txt
383
384 SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \
385 @readline_topdir@ sql-common scripts \
386 @thread_dirs@ pstack \
387 @sql_union_dirs@ @man_dirs@ tests \
388 netware @libmysqld_dirs@ \
389 @bench_dirs@ support-files @tools_dirs@
390
391 DIST_SUBDIRS = . include @docs_dirs@ zlib \
392 @readline_topdir@ sql-common \
393 @thread_dirs@ pstack \
394 @sql_union_dirs@ scripts @man_dirs@ tests SSL\
395 BUILD netware os2 @libmysqld_dirs@ \
396 @bench_dirs@ support-files @tools_dirs@ win
397
398
399 # Run these targets before any others, also make part of clean target,
400 # to make sure we create new links after a clean.
401 BUILT_SOURCES = linked_client_sources linked_server_sources \
402 @linked_client_targets@ \
403 @linked_libmysqld_targets@ \
404 linked_include_sources @linked_netware_sources@
405
406
407 # The db.h file is a bit special, see note in "configure.in".
408 # In the case we didn't compile with bdb, a dummy file is put
409 # there, but will not be removed by the bdb make file becuase
410 # it will never be called.
411 CLEANFILES = $(BUILT_SOURCES) bdb/build_unix/db.h
412 DISTCLEANFILES = ac_available_languages_fragment
413
414 # Our current filtering of "sql_yacc.cc" in "sql/Makefile.am" creates
415 # a problem, if a VPATH build and "sql_yacc.cc" was part of the source
416 # distribution we end up with one "sql_yacc.cc" in the source tree,
417 # and one in the build tree. This breaks "distcleancheck", until this
418 # is sorted out we redefine the find that scans for files not removed
419 distcleancheck_listfiles = find . -name sql_yacc.cc -o -type f -print
420 all: $(BUILT_SOURCES)
421 $(MAKE) $(AM_MAKEFLAGS) all-recursive
422
423 .SUFFIXES:
424 am--refresh:
425 @:
426 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
427 @for dep in $?; do \
428 case '$(am__configure_deps)' in \
429 *$$dep*) \
430 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
431 cd $(srcdir) && $(AUTOMAKE) --foreign \
432 && exit 0; \
433 exit 1;; \
434 esac; \
435 done; \
436 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
437 cd $(top_srcdir) && \
438 $(AUTOMAKE) --foreign Makefile
439 .PRECIOUS: Makefile
440 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
441 @case '$?' in \
442 *config.status*) \
443 echo ' $(SHELL) ./config.status'; \
444 $(SHELL) ./config.status;; \
445 *) \
446 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
447 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
448 esac;
449
450 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
451 $(SHELL) ./config.status --recheck
452
453 $(top_srcdir)/configure: $(am__configure_deps)
454 cd $(srcdir) && $(AUTOCONF)
455 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
456 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
457 bdb/Makefile: $(top_builddir)/config.status $(top_srcdir)/bdb/Makefile.in
458 cd $(top_builddir) && $(SHELL) ./config.status $@
459
460 mostlyclean-libtool:
461 -rm -f *.lo
462
463 clean-libtool:
464 -rm -rf .libs _libs
465
466 distclean-libtool:
467 -rm -f libtool
468 uninstall-info-am:
469
470 # This directory's subdirectories are mostly independent; you can cd
471 # into them and run `make' without going through this Makefile.
472 # To change the values of `make' variables: instead of editing Makefiles,
473 # (1) if the variable is set in `config.status', edit `config.status'
474 # (which will cause the Makefiles to be regenerated when you run `make');
475 # (2) otherwise, pass the desired values on the `make' command line.
476 $(RECURSIVE_TARGETS):
477 @set fnord $$MAKEFLAGS; amf=$$2; \
478 dot_seen=no; \
479 target=`echo $@ | sed s/-recursive//`; \
480 list='$(SUBDIRS)'; for subdir in $$list; do \
481 echo "Making $$target in $$subdir"; \
482 if test "$$subdir" = "."; then \
483 dot_seen=yes; \
484 local_target="$$target-am"; \
485 else \
486 local_target="$$target"; \
487 fi; \
488 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
489 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
490 done; \
491 if test "$$dot_seen" = "no"; then \
492 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
493 fi; test -z "$$fail"
494
495 mostlyclean-recursive clean-recursive distclean-recursive \
496 maintainer-clean-recursive:
497 @set fnord $$MAKEFLAGS; amf=$$2; \
498 dot_seen=no; \
499 case "$@" in \
500 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
501 *) list='$(SUBDIRS)' ;; \
502 esac; \
503 rev=''; for subdir in $$list; do \
504 if test "$$subdir" = "."; then :; else \
505 rev="$$subdir $$rev"; \
506 fi; \
507 done; \
508 rev="$$rev ."; \
509 target=`echo $@ | sed s/-recursive//`; \
510 for subdir in $$rev; do \
511 echo "Making $$target in $$subdir"; \
512 if test "$$subdir" = "."; then \
513 local_target="$$target-am"; \
514 else \
515 local_target="$$target"; \
516 fi; \
517 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
518 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
519 done && test -z "$$fail"
520 tags-recursive:
521 list='$(SUBDIRS)'; for subdir in $$list; do \
522 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
523 done
524 ctags-recursive:
525 list='$(SUBDIRS)'; for subdir in $$list; do \
526 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
527 done
528
529 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
530 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
531 unique=`for i in $$list; do \
532 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533 done | \
534 $(AWK) ' { files[$$0] = 1; } \
535 END { for (i in files) print i; }'`; \
536 mkid -fID $$unique
537
538 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
539 $(TAGS_FILES) $(LISP)
540 tags=; \
541 here=`pwd`; \
542 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
543 include_option=--etags-include; \
544 empty_fix=.; \
545 else \
546 include_option=--include; \
547 empty_fix=; \
548 fi; \
549 list='$(SUBDIRS)'; for subdir in $$list; do \
550 if test "$$subdir" = .; then :; else \
551 test ! -f $$subdir/TAGS || \
552 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
553 fi; \
554 done; \
555 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
556 unique=`for i in $$list; do \
557 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
558 done | \
559 $(AWK) ' { files[$$0] = 1; } \
560 END { for (i in files) print i; }'`; \
561 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
562 test -n "$$unique" || unique=$$empty_fix; \
563 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
564 $$tags $$unique; \
565 fi
566 ctags: CTAGS
567 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
568 $(TAGS_FILES) $(LISP)
569 tags=; \
570 here=`pwd`; \
571 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
572 unique=`for i in $$list; do \
573 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574 done | \
575 $(AWK) ' { files[$$0] = 1; } \
576 END { for (i in files) print i; }'`; \
577 test -z "$(CTAGS_ARGS)$$tags$$unique" \
578 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
579 $$tags $$unique
580
581 GTAGS:
582 here=`$(am__cd) $(top_builddir) && pwd` \
583 && cd $(top_srcdir) \
584 && gtags -i $(GTAGS_ARGS) $$here
585
586 distclean-tags:
587 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
588
589 distdir: $(DISTFILES)
590 $(am__remove_distdir)
591 mkdir $(distdir)
592 $(mkdir_p) $(distdir)/bdb $(distdir)/config/ac-macros $(distdir)/include $(distdir)/libmysql $(distdir)/ndb/include $(distdir)/ndb/src
593 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
594 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
595 list='$(DISTFILES)'; for file in $$list; do \
596 case $$file in \
597 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
598 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
599 esac; \
600 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
601 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
602 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
603 dir="/$$dir"; \
604 $(mkdir_p) "$(distdir)$$dir"; \
605 else \
606 dir=''; \
607 fi; \
608 if test -d $$d/$$file; then \
609 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
610 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
611 fi; \
612 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
613 else \
614 test -f $(distdir)/$$file \
615 || cp -p $$d/$$file $(distdir)/$$file \
616 || exit 1; \
617 fi; \
618 done
619 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
620 if test "$$subdir" = .; then :; else \
621 test -d "$(distdir)/$$subdir" \
622 || $(mkdir_p) "$(distdir)/$$subdir" \
623 || exit 1; \
624 distdir=`$(am__cd) $(distdir) && pwd`; \
625 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
626 (cd $$subdir && \
627 $(MAKE) $(AM_MAKEFLAGS) \
628 top_distdir="$$top_distdir" \
629 distdir="$$distdir/$$subdir" \
630 distdir) \
631 || exit 1; \
632 fi; \
633 done
634 $(MAKE) $(AM_MAKEFLAGS) \
635 top_distdir="$(top_distdir)" distdir="$(distdir)" \
636 dist-hook
637 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
638 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
639 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
640 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
641 || chmod -R a+r $(distdir)
642 dist-gzip: distdir
643 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
644 $(am__remove_distdir)
645
646 dist-bzip2: distdir
647 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
648 $(am__remove_distdir)
649
650 dist-tarZ: distdir
651 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
652 $(am__remove_distdir)
653
654 dist-shar: distdir
655 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
656 $(am__remove_distdir)
657
658 dist-zip: distdir
659 -rm -f $(distdir).zip
660 zip -rq $(distdir).zip $(distdir)
661 $(am__remove_distdir)
662
663 dist dist-all: distdir
664 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
665 $(am__remove_distdir)
666
667 # This target untars the dist file and tries a VPATH configuration. Then
668 # it guarantees that the distribution is self-contained by making another
669 # tarfile.
670 distcheck: dist
671 case '$(DIST_ARCHIVES)' in \
672 *.tar.gz*) \
673 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
674 *.tar.bz2*) \
675 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
676 *.tar.Z*) \
677 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
678 *.shar.gz*) \
679 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
680 *.zip*) \
681 unzip $(distdir).zip ;;\
682 esac
683 chmod -R a-w $(distdir); chmod a+w $(distdir)
684 mkdir $(distdir)/_build
685 mkdir $(distdir)/_inst
686 chmod a-w $(distdir)
687 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
688 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
689 && cd $(distdir)/_build \
690 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
691 $(DISTCHECK_CONFIGURE_FLAGS) \
692 && $(MAKE) $(AM_MAKEFLAGS) \
693 && $(MAKE) $(AM_MAKEFLAGS) dvi \
694 && $(MAKE) $(AM_MAKEFLAGS) check \
695 && $(MAKE) $(AM_MAKEFLAGS) install \
696 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
697 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
698 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
699 distuninstallcheck \
700 && chmod -R a-w "$$dc_install_base" \
701 && ({ \
702 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
703 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
704 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
705 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
706 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
707 } || { rm -rf "$$dc_destdir"; exit 1; }) \
708 && rm -rf "$$dc_destdir" \
709 && $(MAKE) $(AM_MAKEFLAGS) dist \
710 && rm -rf $(DIST_ARCHIVES) \
711 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
712 $(am__remove_distdir)
713 @(echo "$(distdir) archives ready for distribution: "; \
714 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
715 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
716 distuninstallcheck:
717 @cd $(distuninstallcheck_dir) \
718 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
719 || { echo "ERROR: files left after uninstall:" ; \
720 if test -n "$(DESTDIR)"; then \
721 echo " (check DESTDIR support)"; \
722 fi ; \
723 $(distuninstallcheck_listfiles) ; \
724 exit 1; } >&2
725 distcleancheck: distclean
726 @if test '$(srcdir)' = . ; then \
727 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
728 exit 1 ; \
729 fi
730 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
731 || { echo "ERROR: files left in build directory after distclean:" ; \
732 $(distcleancheck_listfiles) ; \
733 exit 1; } >&2
734 check-am: all-am
735 check: $(BUILT_SOURCES)
736 $(MAKE) $(AM_MAKEFLAGS) check-recursive
737 all-am: Makefile
738 installdirs: installdirs-recursive
739 installdirs-am:
740 install: $(BUILT_SOURCES)
741 $(MAKE) $(AM_MAKEFLAGS) install-recursive
742 install-exec: install-exec-recursive
743 install-data: install-data-recursive
744 uninstall: uninstall-recursive
745
746 install-am: all-am
747 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
748
749 installcheck: installcheck-recursive
750 install-strip:
751 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
752 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
753 `test -z '$(STRIP)' || \
754 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
755 mostlyclean-generic:
756
757 clean-generic:
758 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
759
760 distclean-generic:
761 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
762 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
763
764 maintainer-clean-generic:
765 @echo "This command is intended for maintainers to use"
766 @echo "it deletes files that may require special tools to rebuild."
767 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
768 clean: clean-recursive
769
770 clean-am: clean-generic clean-libtool mostlyclean-am
771
772 distclean: distclean-recursive
773 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
774 -rm -f Makefile
775 distclean-am: clean-am distclean-generic distclean-libtool \
776 distclean-tags
777
778 dvi: dvi-recursive
779
780 dvi-am:
781
782 html: html-recursive
783
784 info: info-recursive
785
786 info-am:
787
788 install-data-am:
789
790 install-exec-am:
791
792 install-info: install-info-recursive
793
794 install-man:
795
796 installcheck-am:
797
798 maintainer-clean: maintainer-clean-recursive
799 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
800 -rm -rf $(top_srcdir)/autom4te.cache
801 -rm -f Makefile
802 maintainer-clean-am: distclean-am maintainer-clean-generic
803
804 mostlyclean: mostlyclean-recursive
805
806 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
807
808 pdf: pdf-recursive
809
810 pdf-am:
811
812 ps: ps-recursive
813
814 ps-am:
815
816 uninstall-am: uninstall-info-am
817
818 uninstall-info: uninstall-info-recursive
819
820 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
821 check-am clean clean-generic clean-libtool clean-recursive \
822 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
823 dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
824 distclean-generic distclean-libtool distclean-recursive \
825 distclean-tags distcleancheck distdir distuninstallcheck dvi \
826 dvi-am html html-am info info-am install install-am \
827 install-data install-data-am install-exec install-exec-am \
828 install-info install-info-am install-man install-strip \
829 installcheck installcheck-am installdirs installdirs-am \
830 maintainer-clean maintainer-clean-generic \
831 maintainer-clean-recursive mostlyclean mostlyclean-generic \
832 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
833 tags tags-recursive uninstall uninstall-am uninstall-info-am
834
835
836 linked_include_sources:
837 cd include; $(MAKE) link_sources
838 echo timestamp > linked_include_sources
839
840 linked_client_sources: @linked_client_targets@
841 cd client; $(MAKE) link_sources
842 echo timestamp > linked_client_sources
843
844 linked_libmysql_sources:
845 cd libmysql; $(MAKE) link_sources
846 echo timestamp > linked_libmysql_sources
847
848 linked_libmysql_r_sources: linked_libmysql_sources
849 cd libmysql_r; $(MAKE) link_sources
850 echo timestamp > linked_libmysql_r_sources
851
852 linked_libmysqld_sources:
853 cd libmysqld; $(MAKE) link_sources
854 echo timestamp > linked_libmysqld_sources
855
856 linked_libmysqldex_sources:
857 cd libmysqld/examples; $(MAKE) link_sources
858 echo timestamp > linked_libmysqldex_sources
859
860 linked_netware_sources:
861 cd @netware_dir@; $(MAKE) link_sources
862 echo timestamp > linked_netware_sources
863
864 linked_server_sources:
865 cd sql; $(MAKE) link_sources
866 echo timestamp > linked_server_sources
867
868 # Create permission databases
869 init-db: all
870 $(top_builddir)/scripts/mysql_install_db
871
872 bin-dist: all
873 $(top_builddir)/scripts/make_binary_distribution @MAKE_BINARY_DISTRIBUTION_OPTIONS@
874
875 # Remove BK's "SCCS" subdirectories from source distribution
876 # Create initial database files for Windows installations.
877 dist-hook:
878 rm -rf `find $(distdir) -type d -name SCCS -print`
879 rm -f `find $(distdir) -type l -print`
880 mkdir -p $(distdir)/win
881 scripts/mysql_install_db --no-defaults --cross-bootstrap \
882 --basedir=$(top_builddir) \
883 --datadir=$(distdir)/win/data \
884 --srcdir=$(top_srcdir)
885
886 tags:
887 support-files/build-tags
888
889 .PHONY: init-db bin-dist \
890 test test-force test-full test-force-full test-force-mem \
891 test-pl test-force-pl test-full-pl test-force-full-pl test-force-pl-mem \
892 test-ps test-ns test-ext-funcs test-ext \
893 test-fast test-fast-cursor test-fast-view test-fast-prepare \
894 test-full-qa
895
896 # Target 'test' will run the regression test suite using the built server.
897 #
898 # If you are running in a shared environment, users can avoid clashing
899 # port numbers by setting individual small numbers 1-100 to the
900 # environment variable MTR_BUILD_THREAD. The script "mysql-test-run"
901 # will then calculate the various port numbers it needs from this,
902 # making sure each user use different ports.
903
904 test-ps:
905 cd mysql-test ; \
906 @PERL@ ./mysql-test-run.pl $(force) $(mem) --ps-protocol
907
908 test-ns:
909 cd mysql-test ; \
910 @PERL@ ./mysql-test-run.pl $(force) $(mem)
911
912 test: test-ns test-ps
913
914 # To ease script-writing, although in 5.0 it is identical to 'test'
915 test-full: test
916
917 test-force:
918 $(MAKE) force=--force test
919
920 test-force-full:
921 $(MAKE) force=--force test-full
922
923 #used by autopush.pl to run memory based tests
924 test-force-mem:
925 $(MAKE) force=--force mem=--mem test
926
927 test-bt:
928 -cd mysql-test ; MTR_BUILD_THREAD=auto \
929 @PERL@ ./mysql-test-run.pl --force --comment=normal --report-features
930 -cd mysql-test ; MTR_BUILD_THREAD=auto \
931 @PERL@ ./mysql-test-run.pl --force --comment=ps --ps-protocol
932 -cd mysql-test ; MTR_BUILD_THREAD=auto \
933 @PERL@ ./mysql-test-run.pl --force --comment=funcs1_ps --ps-protocol --reorder --suite=funcs_1
934 -cd mysql-test ; MTR_BUILD_THREAD=auto \
935 @PERL@ ./mysql-test-run.pl --force --comment=funcs2 --suite=funcs_2
936 -if [ -d mysql-test/suite/nist ] ; then \
937 cd mysql-test ; MTR_BUILD_THREAD=auto \
938 @PERL@ ./mysql-test-run.pl --comment=NIST+normal --force --suite=nist ; \
939 fi
940 -if [ -d mysql-test/suite/nist ] ; then \
941 cd mysql-test ; MTR_BUILD_THREAD=auto \
942 @PERL@ ./mysql-test-run.pl --comment=NIST+ps --force --suite=nist --ps-protocol ; \
943 fi
944
945 test-bt-debug:
946 -cd mysql-test ; MTR_BUILD_THREAD=auto \
947 @PERL@ ./mysql-test-run.pl --force --comment=debug --report-features
948
949 # Keep these for a while
950 test-pl: test
951 test-full-pl: test-full
952 test-force-pl: test-force
953 test-force-pl-mem: test-force-mem
954 test-force-full-pl: test-force-full
955
956 test-ext-funcs:
957 cd mysql-test ; \
958 @PERL@ ./mysql-test-run.pl --force --reorder --suite=funcs_1 ; \
959 @PERL@ ./mysql-test-run.pl --force --suite=funcs_2
960
961 test-ext: test-ext-funcs
962
963 test-fast:
964 cd mysql-test ; \
965 @PERL@ ./mysql-test-run.pl $(subset) --force --skip-ndb --skip-innodb --skip-im --skip-rpl ; \
966 @PERL@ ./mysql-test-run.pl $(subset) --force --suite=funcs_1 --do-test=myisam
967
968 test-fast-view:
969 $(MAKE) subset=--view-protocol test-fast
970
971 test-fast-cursor:
972 $(MAKE) subset=--cursor-protocol test-fast
973
974 test-fast-prepare:
975 $(MAKE) subset=--ps-protocol test-fast
976
977 test-full-qa:
978 $(MAKE) force=--force test-pl \
979 test-ext test-fast-view \
980 test-fast-cursor
981
982 # Don't update the files from bitkeeper
983 %::SCCS/s.%
984 # Tell versions [3.59,3.63) of GNU make to not export all variables.
985 # Otherwise a system limit (for SysV at least) may be exceeded.
986 .NOEXPORT:

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