~vkolesnikov/pbxt/pbxt-07-diskfull

455 by Paul McCullagh
Options -Os used on Mac OS X
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
455 by Paul McCullagh
Options -Os used on Mac OS X
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
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
VPATH = @srcdir@
17
pkgdatadir = $(datadir)/@PACKAGE@
18
pkglibdir = $(libdir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
install_sh_DATA = $(install_sh) -c -m 644
22
install_sh_PROGRAM = $(install_sh) -c
23
install_sh_SCRIPT = $(install_sh) -c
24
INSTALL_HEADER = $(INSTALL_DATA)
25
transform = $(program_transform_name)
26
NORMAL_INSTALL = :
27
PRE_INSTALL = :
28
POST_INSTALL = :
29
NORMAL_UNINSTALL = :
30
PRE_UNINSTALL = :
31
POST_UNINSTALL = :
32
build_triplet = @build@
33
host_triplet = @host@
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
34
subdir = test
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
35
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
am__aclocal_m4_deps = $(top_srcdir)/config/ac_mysql.m4 \
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
38
	$(top_srcdir)/configure.in
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
	$(ACLOCAL_M4)
41
mkinstalldirs = $(install_sh) -d
42
CONFIG_HEADER = $(top_builddir)/config.h
43
CONFIG_CLEAN_FILES =
44
SOURCES =
45
DIST_SOURCES =
46
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
47
ACLOCAL = @ACLOCAL@
48
AMTAR = @AMTAR@
49
AR = @AR@
50
AUTOCONF = @AUTOCONF@
51
AUTOHEADER = @AUTOHEADER@
52
AUTOMAKE = @AUTOMAKE@
53
AWK = @AWK@
54
CC = @CC@
55
CCDEPMODE = @CCDEPMODE@
56
CFLAGS = @CFLAGS@
57
CPP = @CPP@
58
CPPFLAGS = @CPPFLAGS@
59
CXX = @CXX@
60
CXXCPP = @CXXCPP@
61
CXXDEPMODE = @CXXDEPMODE@
62
CXXFLAGS = @CXXFLAGS@
63
CYGPATH_W = @CYGPATH_W@
64
DEFS = @DEFS@
65
DEPDIR = @DEPDIR@
455 by Paul McCullagh
Options -Os used on Mac OS X
66
DSYMUTIL = @DSYMUTIL@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
67
ECHO = @ECHO@
68
ECHO_C = @ECHO_C@
69
ECHO_N = @ECHO_N@
70
ECHO_T = @ECHO_T@
71
EGREP = @EGREP@
192 by paul-mccullagh
Corrected the drop-in build process
72
ENG_MYSQL_INC = @ENG_MYSQL_INC@
411.3.1 by Vladimir Kolesnikov
replaced all usages of in configuration to
73
ENG_MYSQL_SRC = @ENG_MYSQL_SRC@
371 by Paul McCullagh
Fixed configure added --with-plugindir
74
ENG_PLUGIN_DIR = @ENG_PLUGIN_DIR@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
75
EXEEXT = @EXEEXT@
76
F77 = @F77@
77
FFLAGS = @FFLAGS@
371 by Paul McCullagh
Fixed configure added --with-plugindir
78
GREP = @GREP@
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
79
INSTALL = @INSTALL@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
80
INSTALL_DATA = @INSTALL_DATA@
81
INSTALL_PROGRAM = @INSTALL_PROGRAM@
82
INSTALL_SCRIPT = @INSTALL_SCRIPT@
83
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
84
LDFLAGS = @LDFLAGS@
85
LIBOBJS = @LIBOBJS@
86
LIBS = @LIBS@
87
LIBTOOL = @LIBTOOL@
88
LN_S = @LN_S@
89
LTLIBOBJS = @LTLIBOBJS@
90
MAKEINFO = @MAKEINFO@
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
91
MKDIR_P = @MKDIR_P@
455 by Paul McCullagh
Options -Os used on Mac OS X
92
NMEDIT = @NMEDIT@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
93
OBJEXT = @OBJEXT@
94
PACKAGE = @PACKAGE@
95
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
96
PACKAGE_NAME = @PACKAGE_NAME@
97
PACKAGE_STRING = @PACKAGE_STRING@
98
PACKAGE_TARNAME = @PACKAGE_TARNAME@
99
PACKAGE_VERSION = @PACKAGE_VERSION@
100
PATH_SEPARATOR = @PATH_SEPARATOR@
101
RANLIB = @RANLIB@
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
102
SED = @SED@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
103
SET_MAKE = @SET_MAKE@
104
SHELL = @SHELL@
105
STRIP = @STRIP@
106
VERSION = @VERSION@
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
107
abs_builddir = @abs_builddir@
108
abs_srcdir = @abs_srcdir@
109
abs_top_builddir = @abs_top_builddir@
110
abs_top_srcdir = @abs_top_srcdir@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
111
ac_ct_CC = @ac_ct_CC@
112
ac_ct_CXX = @ac_ct_CXX@
113
ac_ct_F77 = @ac_ct_F77@
114
am__include = @am__include@
115
am__leading_dot = @am__leading_dot@
116
am__quote = @am__quote@
117
am__tar = @am__tar@
118
am__untar = @am__untar@
119
bindir = @bindir@
120
build = @build@
121
build_alias = @build_alias@
122
build_cpu = @build_cpu@
123
build_os = @build_os@
124
build_vendor = @build_vendor@
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
125
builddir = @builddir@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
126
datadir = @datadir@
371 by Paul McCullagh
Fixed configure added --with-plugindir
127
datarootdir = @datarootdir@
128
docdir = @docdir@
129
dvidir = @dvidir@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
130
exec_prefix = @exec_prefix@
131
host = @host@
132
host_alias = @host_alias@
133
host_cpu = @host_cpu@
134
host_os = @host_os@
135
host_vendor = @host_vendor@
371 by Paul McCullagh
Fixed configure added --with-plugindir
136
htmldir = @htmldir@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
137
includedir = @includedir@
138
infodir = @infodir@
139
install_sh = @install_sh@
140
libdir = @libdir@
141
libexecdir = @libexecdir@
371 by Paul McCullagh
Fixed configure added --with-plugindir
142
localedir = @localedir@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
143
localstatedir = @localstatedir@
144
mandir = @mandir@
145
mkdir_p = @mkdir_p@
146
oldincludedir = @oldincludedir@
371 by Paul McCullagh
Fixed configure added --with-plugindir
147
pdfdir = @pdfdir@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
148
prefix = @prefix@
149
program_transform_name = @program_transform_name@
371 by Paul McCullagh
Fixed configure added --with-plugindir
150
psdir = @psdir@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
151
sbindir = @sbindir@
152
sharedstatedir = @sharedstatedir@
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
153
srcdir = @srcdir@
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
154
sysconfdir = @sysconfdir@
155
target_alias = @target_alias@
455 by Paul McCullagh
Options -Os used on Mac OS X
156
top_build_prefix = @top_build_prefix@
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
157
top_builddir = @top_builddir@
158
top_srcdir = @top_srcdir@
191 by paul-mccullagh
Scripts no longer required
159
EXTRA_DIST = README
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
160
all: all-am
161
162
.SUFFIXES:
163
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
164
	@for dep in $?; do \
165
	  case '$(am__configure_deps)' in \
166
	    *$$dep*) \
167
	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
168
		&& exit 0; \
169
	      exit 1;; \
170
	  esac; \
171
	done; \
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
172
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/Makefile'; \
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
173
	cd $(top_srcdir) && \
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
174
	  $(AUTOMAKE) --gnu  test/Makefile
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
175
.PRECIOUS: Makefile
176
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
177
	@case '$?' in \
178
	  *config.status*) \
179
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
180
	  *) \
181
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
182
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
183
	esac;
184
185
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
186
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
187
188
$(top_srcdir)/configure:  $(am__configure_deps)
189
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
190
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
191
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
192
193
mostlyclean-libtool:
194
	-rm -f *.lo
195
196
clean-libtool:
197
	-rm -rf .libs _libs
198
tags: TAGS
199
TAGS:
200
201
ctags: CTAGS
202
CTAGS:
203
204
205
distdir: $(DISTFILES)
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
206
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
207
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
208
	list='$(DISTFILES)'; \
209
	  dist_files=`for file in $$list; do echo $$file; done | \
210
	  sed -e "s|^$$srcdirstrip/||;t" \
211
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
212
	case $$dist_files in \
213
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
214
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
215
			   sort -u` ;; \
216
	esac; \
217
	for file in $$dist_files; do \
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
218
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
219
	  if test -d $$d/$$file; then \
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
220
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
221
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
222
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
223
	    fi; \
224
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
225
	  else \
226
	    test -f $(distdir)/$$file \
227
	    || cp -p $$d/$$file $(distdir)/$$file \
228
	    || exit 1; \
229
	  fi; \
230
	done
231
	$(MAKE) $(AM_MAKEFLAGS) \
232
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
233
	  dist-hook
234
check-am: all-am
235
check: check-am
236
all-am: Makefile
237
installdirs:
238
install: install-am
239
install-exec: install-exec-am
240
install-data: install-data-am
241
uninstall: uninstall-am
242
243
install-am: all-am
244
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
245
246
installcheck: installcheck-am
247
install-strip:
248
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
249
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
250
	  `test -z '$(STRIP)' || \
251
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252
mostlyclean-generic:
253
254
clean-generic:
255
256
distclean-generic:
257
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
258
259
maintainer-clean-generic:
260
	@echo "This command is intended for maintainers to use"
261
	@echo "it deletes files that may require special tools to rebuild."
262
clean: clean-am
263
264
clean-am: clean-generic clean-libtool mostlyclean-am
265
266
distclean: distclean-am
267
	-rm -f Makefile
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
268
distclean-am: clean-am distclean-generic
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
269
270
dvi: dvi-am
271
272
dvi-am:
273
274
html: html-am
275
276
info: info-am
277
278
info-am:
279
280
install-data-am:
281
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
282
install-dvi: install-dvi-am
283
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
284
install-exec-am:
285
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
286
install-html: install-html-am
287
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
288
install-info: install-info-am
289
290
install-man:
291
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
292
install-pdf: install-pdf-am
293
294
install-ps: install-ps-am
295
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
296
installcheck-am:
297
298
maintainer-clean: maintainer-clean-am
299
	-rm -f Makefile
300
maintainer-clean-am: distclean-am maintainer-clean-generic
301
302
mostlyclean: mostlyclean-am
303
304
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
305
306
pdf: pdf-am
307
308
pdf-am:
309
310
ps: ps-am
311
312
ps-am:
313
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
314
uninstall-am:
315
316
.MAKE: install-am install-strip
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
317
318
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
319
	dist-hook distclean distclean-generic distclean-libtool \
320
	distdir dvi dvi-am html html-am info info-am install \
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
321
	install-am install-data install-data-am install-dvi \
322
	install-dvi-am install-exec install-exec-am install-html \
323
	install-html-am install-info install-info-am install-man \
324
	install-pdf install-pdf-am install-ps install-ps-am \
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
325
	install-strip installcheck installcheck-am installdirs \
326
	maintainer-clean maintainer-clean-generic mostlyclean \
327
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
379.1.2 by bb
regenerated automake files after renaming directory mysql-test-update to test
328
	uninstall uninstall-am
7 by paul-mccullagh
RN47: Modified make dist so that the mysql-test-update folder is shipped
329
330
331
dist-hook:
332
	mkdir -p \
333
		$(distdir)/mysql-test/extra/binlog_tests \
334
		$(distdir)/mysql-test/extra/rpl_tests \
335
		$(distdir)/mysql-test/include \
336
		$(distdir)/mysql-test/r \
337
		$(distdir)/mysql-test/t
338
	-$(INSTALL_DATA) $(srcdir)/mysql-test/t/*.def $(distdir)/mysql-test/t
339
	$(INSTALL_DATA) $(srcdir)/mysql-test/t/*.test $(distdir)/mysql-test/t
340
	$(INSTALL_DATA) $(srcdir)/mysql-test/extra/binlog_tests/*.test $(distdir)/mysql-test/extra/binlog_tests
341
	$(INSTALL_DATA) $(srcdir)/mysql-test/extra/rpl_tests/*.test $(distdir)/mysql-test/extra/rpl_tests
342
	$(INSTALL_DATA) $(srcdir)/mysql-test/include/*.inc $(distdir)/mysql-test/include
343
	$(INSTALL_DATA) $(srcdir)/mysql-test/r/*.result $(distdir)$(testdir)/mysql-test/r
344
	$(INSTALL_DATA) $(srcdir)/mysql-test/r/*.require $(distdir)$(testdir)/mysql-test/r
345
# Tell versions [3.59,3.63) of GNU make to not export all variables.
346
# Otherwise a system limit (for SysV at least) may be exceeded.
347
.NOEXPORT: