Makefile
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:24k
- # Makefile.in generated by automake 1.8.3 from Makefile.am.
- # tests/Makefile. Generated from Makefile.in by configure.
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
- # 2003, 2004 Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
- # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
- #
- # This library is free software; you can redistribute it and/or
- # modify it under the terms of the GNU Library General Public
- # License as published by the Free Software Foundation; either
- # version 2 of the License, or (at your option) any later version.
- #
- # This library is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- # Library General Public License for more details.
- #
- # You should have received a copy of the GNU Library General Public
- # License along with this library; if not, write to the Free
- # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
- # MA 02111-1307, USA
- SOURCES = insert_test.c $(mysql_client_test_SOURCES) select_test.c thread_test.c
- srcdir = .
- top_srcdir = ..
- pkgdatadir = $(datadir)/mysql
- pkglibdir = $(libdir)/mysql
- pkgincludedir = $(includedir)/mysql
- top_builddir = ..
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
- INSTALL = /usr/bin/install -c
- install_sh_DATA = $(install_sh) -c -m 644
- install_sh_PROGRAM = $(install_sh) -c
- install_sh_SCRIPT = $(install_sh) -c
- INSTALL_HEADER = $(INSTALL_DATA)
- transform = $(program_transform_name)
- NORMAL_INSTALL = :
- PRE_INSTALL = :
- POST_INSTALL = :
- NORMAL_UNINSTALL = :
- PRE_UNINSTALL = :
- POST_UNINSTALL = :
- build_triplet = i686-pc-linux-gnu
- host_triplet = i686-pc-linux-gnu
- target_triplet = i686-pc-linux-gnu
- bin_PROGRAMS = mysql_client_test$(EXEEXT)
- noinst_PROGRAMS = insert_test$(EXEEXT) select_test$(EXEEXT)
- thread_test$(EXEEXT)
- subdir = tests
- DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4
- $(top_srcdir)/configure.in
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES)
- $(ACLOCAL_M4)
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- am__installdirs = "$(DESTDIR)$(bindir)"
- binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
- PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
- insert_test_SOURCES = insert_test.c
- insert_test_OBJECTS = insert_test.$(OBJEXT)
- insert_test_LDADD = $(LDADD)
- am_mysql_client_test_OBJECTS = mysql_client_test.$(OBJEXT)
- mysql_client_test_OBJECTS = $(am_mysql_client_test_OBJECTS)
- am__DEPENDENCIES_1 = ../libmysql/libmysqlclient.la
- am__DEPENDENCIES_2 =
- mysql_client_test_DEPENDENCIES = $(am__DEPENDENCIES_1)
- $(am__DEPENDENCIES_2)
- select_test_SOURCES = select_test.c
- select_test_OBJECTS = select_test.$(OBJEXT)
- select_test_LDADD = $(LDADD)
- thread_test_SOURCES = thread_test.c
- thread_test_OBJECTS = thread_test.$(OBJEXT)
- thread_test_LDADD = $(LDADD)
- thread_test_DEPENDENCIES = ../libmysql/libmysqlclient.la
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
- DEP_FILES = ./$(DEPDIR)/insert_test.Po
- ./$(DEPDIR)/mysql_client_test.Po
- ./$(DEPDIR)/select_test.Po
- ./$(DEPDIR)/thread_test.Po
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS)
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS)
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
- $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS)
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
- SOURCES = insert_test.c $(mysql_client_test_SOURCES) select_test.c
- thread_test.c
- DIST_SOURCES = insert_test.c $(mysql_client_test_SOURCES)
- select_test.c thread_test.c
- ETAGS = etags
- CTAGS = ctags
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- ACLOCAL = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run aclocal-1.8
- ALLOCA =
- AMDEP_FALSE = #
- AMDEP_TRUE =
- AMTAR = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run tar
- AR = ar
- AS = ccache gcc -c
- ASSEMBLER_FALSE =
- ASSEMBLER_TRUE = #
- ASSEMBLER_sparc32_FALSE =
- ASSEMBLER_sparc32_TRUE = #
- ASSEMBLER_sparc64_FALSE =
- ASSEMBLER_sparc64_TRUE = #
- ASSEMBLER_x86_FALSE =
- ASSEMBLER_x86_TRUE = #
- AUTOCONF = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run autoconf
- AUTOHEADER = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run autoheader
- AUTOMAKE = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run automake-1.8
- AVAILABLE_LANGUAGES = czech danish dutch english estonian french german greek hungarian italian japanese japanese-sjis korean norwegian norwegian-ny polish portuguese romanian russian serbian slovak spanish swedish ukrainian
- AVAILABLE_LANGUAGES_ERRORS = czech/errmsg.sys danish/errmsg.sys dutch/errmsg.sys english/errmsg.sys estonian/errmsg.sys french/errmsg.sys german/errmsg.sys greek/errmsg.sys hungarian/errmsg.sys italian/errmsg.sys japanese/errmsg.sys japanese-sjis/errmsg.sys korean/errmsg.sys norwegian/errmsg.sys norwegian-ny/errmsg.sys polish/errmsg.sys portuguese/errmsg.sys romanian/errmsg.sys russian/errmsg.sys serbian/errmsg.sys slovak/errmsg.sys spanish/errmsg.sys swedish/errmsg.sys ukrainian/errmsg.sys
- AWK = gawk
- CC = ccache gcc
- CCAS = ccache gcc
- CCASFLAGS =
- CCDEPMODE = depmode=gcc3
- CC_VERSION = gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
- CFLAGS = -O3 -DDBUG_OFF
- CHECK_PID = /bin/kill -0 $$PID > /dev/null 2> /dev/null
- CHMOD = /bin/chmod
- CLIENT_EXTRA_LDFLAGS =
- CLIENT_LIBS = -lcrypt -lnsl -lm -lz
- CMP = /usr/bin/cmp
- COMPILATION_COMMENT = Source distribution
- COMPILE_PSTACK_FALSE =
- COMPILE_PSTACK_TRUE = #
- CONF_COMMAND = ./configure '--with-embedded-server' '--with-berkeley-db' '--with-innodb' '--enable-thread-safe-client' '--with-extra-charsets=complex' '--with-ndbcluster' 'CC=ccache gcc' 'CXXFLAGS=-felide-constructors -fno-exceptions -fno-rtti' 'CXX=ccache gcc'
- CP = /bin/cp
- CPP = ccache gcc -E
- CPPFLAGS =
- CXX = ccache gcc
- CXXCPP = ccache gcc -E
- CXXDEPMODE = depmode=gcc3
- CXXFLAGS = -DDBUG_OFF -felide-constructors -fno-exceptions -fno-rtti -fno-implicit-templates -fno-exceptions -fno-rtti -DUSE_MYSYS_NEW -DDEFINE_CXA_PURE_VIRTUAL $(NDB_CXXFLAGS)
- CXXLDFLAGS =
- CXX_VERSION = gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
- CYGPATH_W = echo
- DARWIN_MWCC_FALSE =
- DARWIN_MWCC_TRUE = #
- # Fix for mit-threads
- DEFS = -DUNDEF_THREADS_HACK
- DEPDIR = .deps
- DOT_FRM_VERSION = 6
- DOXYGEN = /usr/bin/doxygen
- DVIS =
- ECHO = echo
- ECHO_C =
- ECHO_N = -n
- ECHO_T =
- EGREP = grep -E
- EXEEXT =
- F77 =
- FFLAGS =
- FIND_PROC = /bin/ps p $$PID | grep -v grep | grep mysqld > /dev/null
- GETCONF = getconf
- GXX = yes
- HAVE_NDBCLUSTER_DB_FALSE = #
- HAVE_NDBCLUSTER_DB_TRUE =
- HAVE_NETWARE_FALSE =
- HAVE_NETWARE_TRUE = #
- HOSTNAME = /bin/hostname
- INSTALL_DATA = ${INSTALL} -m 644
- INSTALL_PROGRAM = ${INSTALL}
- INSTALL_SCRIPT = ${INSTALL}
- INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
- KILL = /bin/kill
- LD = /usr/bin/ld
- LDFLAGS = -rdynamic
- LIBDL = -ldl
- LIBEDIT_LOBJECTS = unvis.o vis.o strlcpy.o strlcat.o fgetln.o
- LIBOBJS =
- LIBS = -lcrypt -lnsl -lm -lz
- LIBTOOL = $(SHELL) $(top_builddir)/libtool --preserve-dup-deps
- LIB_EXTRA_CCFLAGS =
- LM_CFLAGS =
- LN = /bin/ln
- LN_CP_F = /bin/ln -s
- LN_S = ln -s
- LOCAL_FALSE =
- LOCAL_TRUE = #
- LTLIBOBJS =
- MACHINE_TYPE = i686
- MAKEINDEX = no
- MAKEINFO = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run makeinfo
- MAKE_BINARY_DISTRIBUTION_OPTIONS = --with-ndbcluster
- MAKE_SHELL = /bin/sh
- MT_INCLUDES =
- MT_LD_ADD =
- MV = /bin/mv
- MYSQLD_DEFAULT_SWITCHES = --skip-locking
- MYSQLD_EXTRA_LDFLAGS =
- MYSQLD_USER = mysql
- MYSQL_BASE_VERSION = 4.1
- MYSQL_NO_DASH_VERSION = 4.1.16
- MYSQL_SERVER_SUFFIX =
- MYSQL_TCP_PORT = 3306
- MYSQL_TCP_PORT_DEFAULT = 3306
- MYSQL_UNIX_ADDR = /tmp/mysql.sock
- MYSQL_VERSION_ID = 40116
- NDB_DEFS = -DNDEBUG
- NDB_SCI_INCLUDES =
- NDB_SCI_LIBS =
- NDB_VERSION_BUILD = 16
- NDB_VERSION_MAJOR = 4
- NDB_VERSION_MINOR = 1
- NDB_VERSION_STATUS =
- NOINST_LDFLAGS =
- NON_THREADED_LIBS = -lcrypt -lnsl -lm
- OBJEXT = o
- PACKAGE = mysql
- PACKAGE_BUGREPORT =
- PACKAGE_NAME =
- PACKAGE_STRING =
- PACKAGE_TARNAME =
- PACKAGE_VERSION =
- PATH_SEPARATOR = :
- PDFLATEX = no
- PDFMANUAL =
- PERL = /usr/bin/perl
- PERL5 = /usr/bin/perl
- PROTOCOL_VERSION = 10
- PS = /bin/ps
- RANLIB = ranlib
- RM = /bin/rm
- SAVE_ASFLAGS =
- SAVE_CFLAGS =
- SAVE_CXXFLAGS = -felide-constructors -fno-exceptions -fno-rtti
- SAVE_CXXLDFLAGS =
- SAVE_LDFLAGS =
- SED = /bin/sed
- SET_MAKE =
- SHARED_LIB_VERSION = 14:0:0
- SHELL = /bin/sh
- STATIC_NSS_FLAGS =
- STRIP = strip
- SYSTEM_TYPE = pc-linux-gnu
- TAR = gtar
- TARGET_LINUX = true
- TERMCAP_LIB = -lncurses
- THREAD_LOBJECTS = thr_alarm.o thr_lock.o thr_mutex.o thr_rwlock.o my_pthread.o my_thr_init.o
- THREAD_LPROGRAMS = test_thr_alarm$(EXEEXT) test_thr_lock$(EXEEXT)
- VERSION = 4.1.16
- WRAPLIBS =
- YACC = bison -y
- ZLIB_DEPS = -lz
- ZLIB_INCLUDES =
- ZLIB_LIBS = -lz
- ac_ct_AR = ar
- ac_ct_CC = ccache gcc
- ac_ct_CXX =
- ac_ct_F77 =
- ac_ct_GETCONF = getconf
- ac_ct_RANLIB = ranlib
- ac_ct_STRIP = strip
- am__fastdepCC_FALSE = #
- am__fastdepCC_TRUE =
- am__fastdepCXX_FALSE = #
- am__fastdepCXX_TRUE =
- am__include = include
- am__leading_dot = .
- am__quote =
- bdb_includes = -I$(top_builddir)/bdb/build_unix
- bdb_libs = -L$(top_builddir)/bdb/build_unix -ldb
- bdb_libs_with_path = $(top_builddir)/bdb/build_unix/libdb.a
- bench_dirs = sql-bench mysql-test
- bindir = ${exec_prefix}/bin
- build = i686-pc-linux-gnu
- build_alias =
- build_cpu = i686
- build_os = linux-gnu
- build_vendor = pc
- datadir = ${prefix}/share
- docs_dirs = Docs
- exec_prefix = ${prefix}
- fs_dirs =
- host = i686-pc-linux-gnu
- host_alias =
- host_cpu = i686
- host_os = linux-gnu
- host_vendor = pc
- includedir = ${prefix}/include
- infodir = ${prefix}/info
- innodb_includes = -I../innobase/include
- innodb_libs = $(top_builddir)/innobase/usr/libusr.a $(top_builddir)/innobase/srv/libsrv.a $(top_builddir)/innobase/dict/libdict.a $(top_builddir)/innobase/que/libque.a $(top_builddir)/innobase/srv/libsrv.a $(top_builddir)/innobase/ibuf/libibuf.a $(top_builddir)/innobase/row/librow.a $(top_builddir)/innobase/pars/libpars.a $(top_builddir)/innobase/btr/libbtr.a $(top_builddir)/innobase/trx/libtrx.a $(top_builddir)/innobase/read/libread.a $(top_builddir)/innobase/usr/libusr.a $(top_builddir)/innobase/buf/libbuf.a $(top_builddir)/innobase/ibuf/libibuf.a $(top_builddir)/innobase/eval/libeval.a $(top_builddir)/innobase/log/liblog.a $(top_builddir)/innobase/fsp/libfsp.a $(top_builddir)/innobase/fut/libfut.a $(top_builddir)/innobase/fil/libfil.a $(top_builddir)/innobase/lock/liblock.a $(top_builddir)/innobase/mtr/libmtr.a $(top_builddir)/innobase/page/libpage.a $(top_builddir)/innobase/rem/librem.a $(top_builddir)/innobase/thr/libthr.a $(top_builddir)/innobase/sync/libsync.a $(top_builddir)/innobase/data/libdata.a $(top_builddir)/innobase/mach/libmach.a $(top_builddir)/innobase/ha/libha.a $(top_builddir)/innobase/dyn/libdyn.a $(top_builddir)/innobase/mem/libmem.a $(top_builddir)/innobase/sync/libsync.a $(top_builddir)/innobase/ut/libut.a $(top_builddir)/innobase/os/libos.a $(top_builddir)/innobase/ut/libut.a
- innodb_system_libs = -lrt
- install_sh = /data0/mysqldev/my/mysql-4.1.16-build/build/install-sh
- isam_libs =
- libdir = ${exec_prefix}/lib
- libexecdir = ${exec_prefix}/libexec
- libmysqld_dirs = libmysqld
- linked_client_targets = linked_libmysql_sources linked_libmysql_r_sources
- linked_libmysqld_targets = linked_libmysqld_sources linked_libmysqldex_sources
- linked_netware_sources =
- localstatedir = ${prefix}/var
- man1_files = isamchk.1 isamlog.1 msql2mysql.1 myisamchk.1 myisamlog.1 myisampack.1 mysql.1 mysql.server.1 mysql_config.1 mysql_fix_privilege_tables.1 mysql_zap.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1 mysqld.1 mysqld_multi.1 mysqld_safe.1 mysqldump.1 mysqlhotcopy.1 mysqlimport.1 mysqlman.1 mysqlshow.1 pack_isam.1 perror.1 replace.1 safe_mysqld.1
- man_dirs = man
- mandir = ${prefix}/man
- mkdir_p = mkdir -p -- .
- ndb_bin_am_ldflags = -static
- ndb_cxxflags_fix =
- ndb_mgmclient_libs = $(top_builddir)/ndb/src/mgmclient/libndbmgmclient.la
- ndb_opt_subdirs =
- ndb_port = 1186
- ndb_port_base = 2202
- ndb_transporter_opt_objs = SHM_Transporter.lo SHM_Transporter.unix.lo
- ndbcluster_includes = -I../ndb/include -I../ndb/include/ndbapi
- ndbcluster_libs = $(top_builddir)/ndb/src/.libs/libndbclient.a
- ndbcluster_system_libs =
- netware_dir =
- oldincludedir = /usr/include
- openssl_includes =
- openssl_libs =
- orbit_idl =
- orbit_includes =
- orbit_libs =
- prefix = /usr/local
- program_transform_name = s,x,x,
- pstack_dirs =
- pstack_libs =
- readline_basedir = libedit
- readline_dir = cmd-line-utils/libedit
- readline_h_ln_cmd = $(LN) -s $(top_srcdir)/cmd-line-utils/libedit/readline readline
- readline_link = $(top_builddir)/cmd-line-utils/libedit/libedit.a
- readline_topdir = cmd-line-utils
- sbindir = ${exec_prefix}/sbin
- server_scripts = mysqld_safe mysql_install_db
- sharedstatedir = ${prefix}/com
- sql_client_dirs = libmysql_r libmysql strings regex client
- sql_server_dirs = strings dbug mysys extra regex isam merge bdb innobase ndb myisam myisammrg heap vio sql
- sql_union_dirs = strings dbug mysys extra regex isam merge bdb innobase ndb myisam myisammrg heap vio sql libmysql_r libmysql client
- subdirs = innobase
- sysconfdir = ${prefix}/etc
- target = i686-pc-linux-gnu
- target_alias =
- target_cpu = i686
- target_os = linux-gnu
- target_vendor = pc
- thread_dirs =
- tools_dirs = tools
- uname_prog = /bin/uname
- vio_dir =
- vio_libs =
- zlib_dir =
- EXTRA_DIST = auto_increment.res auto_increment.tst
- function.res function.tst lock_test.pl lock_test.res
- export.pl big_record.pl
- fork2_test.pl fork_big.pl
- insert_and_repair.pl
- grant.pl grant.res test_delayed_insert.pl
- pmail.pl mail_to_db.pl table_types.pl
- udf_test udf_test.res myisam-big-rows.tst
- #
- # C Test for 4.1 protocol
- #
- INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
- $(openssl_includes)
- LDADD = ../libmysql/libmysqlclient.la
- mysql_client_test_LDADD = $(LDADD) $(CXXLDFLAGS)
- mysql_client_test_SOURCES = mysql_client_test.c
- insert_test_DEPENDENCIES = $(LIBRARIES) $(pkglib_LTLIBRARIES)
- select_test_DEPENDENCIES = $(LIBRARIES) $(pkglib_LTLIBRARIES)
- all: all-am
- .SUFFIXES:
- .SUFFIXES: .c .lo .o .obj
- $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do
- case '$(am__configure_deps)' in
- *$$dep*)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- && exit 0;
- exit 1;;
- esac;
- done;
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile';
- cd $(top_srcdir) &&
- $(AUTOMAKE) --gnu tests/Makefile
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in
- *config.status*)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;;
- *)
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)';
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);;
- esac;
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(top_srcdir)/configure: $(am__configure_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; for p in $$list; do
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`;
- if test -f $$p
- || test -f $$p1
- ; then
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`;
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'";
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1;
- else :; fi;
- done
- uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; for p in $$list; do
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`;
- echo " rm -f '$(DESTDIR)$(bindir)/$$f'";
- rm -f "$(DESTDIR)$(bindir)/$$f";
- done
- clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; for p in $$list; do
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`;
- echo " rm -f $$p $$f";
- rm -f $$p $$f ;
- done
- clean-noinstPROGRAMS:
- @list='$(noinst_PROGRAMS)'; for p in $$list; do
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`;
- echo " rm -f $$p $$f";
- rm -f $$p $$f ;
- done
- insert_test$(EXEEXT): $(insert_test_OBJECTS) $(insert_test_DEPENDENCIES)
- @rm -f insert_test$(EXEEXT)
- $(LINK) $(insert_test_LDFLAGS) $(insert_test_OBJECTS) $(insert_test_LDADD) $(LIBS)
- mysql_client_test$(EXEEXT): $(mysql_client_test_OBJECTS) $(mysql_client_test_DEPENDENCIES)
- @rm -f mysql_client_test$(EXEEXT)
- $(LINK) $(mysql_client_test_LDFLAGS) $(mysql_client_test_OBJECTS) $(mysql_client_test_LDADD) $(LIBS)
- select_test$(EXEEXT): $(select_test_OBJECTS) $(select_test_DEPENDENCIES)
- @rm -f select_test$(EXEEXT)
- $(LINK) $(select_test_LDFLAGS) $(select_test_OBJECTS) $(select_test_LDADD) $(LIBS)
- thread_test$(EXEEXT): $(thread_test_OBJECTS) $(thread_test_DEPENDENCIES)
- @rm -f thread_test$(EXEEXT)
- $(LINK) $(thread_test_LDFLAGS) $(thread_test_OBJECTS) $(thread_test_LDADD) $(LIBS)
- mostlyclean-compile:
- -rm -f *.$(OBJEXT)
- distclean-compile:
- -rm -f *.tab.c
- include ./$(DEPDIR)/insert_test.Po
- include ./$(DEPDIR)/mysql_client_test.Po
- include ./$(DEPDIR)/select_test.Po
- include ./$(DEPDIR)/thread_test.Po
- .c.o:
- if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<;
- then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
- # source='$<' object='$@' libtool=no
- # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo'
- # $(CCDEPMODE) $(depcomp)
- # $(COMPILE) -c $<
- .c.obj:
- if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`;
- then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
- # source='$<' object='$@' libtool=no
- # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo'
- # $(CCDEPMODE) $(depcomp)
- # $(COMPILE) -c `$(CYGPATH_W) '$<'`
- .c.lo:
- if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<;
- then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
- # source='$<' object='$@' libtool=yes
- # depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo'
- # $(CCDEPMODE) $(depcomp)
- # $(LTCOMPILE) -c -o $@ $<
- mostlyclean-libtool:
- -rm -f *.lo
- clean-libtool:
- -rm -rf .libs _libs
- distclean-libtool:
- -rm -f libtool
- uninstall-info-am:
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)';
- unique=`for i in $$list; do
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi;
- done |
- $(AWK) ' { files[$$0] = 1; }
- END { for (i in files) print i; }'`;
- mkid -fID $$unique
- tags: TAGS
- TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
- $(TAGS_FILES) $(LISP)
- tags=;
- here=`pwd`;
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)';
- unique=`for i in $$list; do
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi;
- done |
- $(AWK) ' { files[$$0] = 1; }
- END { for (i in files) print i; }'`;
- test -z "$(ETAGS_ARGS)$$tags$$unique"
- || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS)
- $$tags $$unique
- ctags: CTAGS
- CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
- $(TAGS_FILES) $(LISP)
- tags=;
- here=`pwd`;
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)';
- unique=`for i in $$list; do
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi;
- done |
- $(AWK) ' { files[$$0] = 1; }
- END { for (i in files) print i; }'`;
- test -z "$(CTAGS_ARGS)$$tags$$unique"
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS)
- $$tags $$unique
- GTAGS:
- here=`$(am__cd) $(top_builddir) && pwd`
- && cd $(top_srcdir)
- && gtags -i $(GTAGS_ARGS) $$here
- distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
- distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`;
- list='$(DISTFILES)'; for file in $$list; do
- case $$file in
- $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;;
- $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;;
- esac;
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi;
- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`;
- if test "$$dir" != "$$file" && test "$$dir" != "."; then
- dir="/$$dir";
- $(mkdir_p) "$(distdir)$$dir";
- else
- dir='';
- fi;
- if test -d $$d/$$file; then
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1;
- fi;
- cp -pR $$d/$$file $(distdir)$$dir || exit 1;
- else
- test -f $(distdir)/$$file
- || cp -p $$d/$$file $(distdir)/$$file
- || exit 1;
- fi;
- done
- check-am: all-am
- check: check-am
- all-am: Makefile $(PROGRAMS)
- installdirs:
- for dir in "$(DESTDIR)$(bindir)"; do
- test -z "$$dir" || $(mkdir_p) "$$dir";
- done
- install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
- uninstall: uninstall-am
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- installcheck: installcheck-am
- install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)"
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s
- `test -z '$(STRIP)' ||
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
- mostlyclean-generic:
- clean-generic:
- distclean-generic:
- -rm -f $(CONFIG_CLEAN_FILES)
- maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
- clean-am: clean-binPROGRAMS clean-generic clean-libtool
- clean-noinstPROGRAMS mostlyclean-am
- distclean: distclean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
- distclean-am: clean-am distclean-compile distclean-generic
- distclean-libtool distclean-tags
- dvi: dvi-am
- dvi-am:
- html: html-am
- info: info-am
- info-am:
- install-data-am:
- install-exec-am: install-binPROGRAMS
- install-info: install-info-am
- install-man:
- installcheck-am:
- maintainer-clean: maintainer-clean-am
- -rm -rf ./$(DEPDIR)
- -rm -f Makefile
- maintainer-clean-am: distclean-am maintainer-clean-generic
- mostlyclean: mostlyclean-am
- mostlyclean-am: mostlyclean-compile mostlyclean-generic
- mostlyclean-libtool
- pdf: pdf-am
- pdf-am:
- ps: ps-am
- ps-am:
- uninstall-am: uninstall-binPROGRAMS uninstall-info-am
- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS
- clean-generic clean-libtool clean-noinstPROGRAMS ctags
- distclean distclean-compile distclean-generic
- distclean-libtool distclean-tags distdir dvi dvi-am html
- html-am info info-am install install-am install-binPROGRAMS
- install-data install-data-am install-exec install-exec-am
- install-info install-info-am install-man install-strip
- installcheck installcheck-am installdirs maintainer-clean
- maintainer-clean-generic mostlyclean mostlyclean-compile
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am
- tags uninstall uninstall-am uninstall-binPROGRAMS
- uninstall-info-am
- thread_test.o: thread_test.c
- $(COMPILE) -c $(INCLUDES) $<
- # Don't update the files from bitkeeper
- %::SCCS/s.%
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: