mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / unittest / my_decimal / Makefile.in
blob5d7f1d2fbf28a89f5b2dc0b0bdc660420cda30f6
1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 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.
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.
15 @SET_MAKE@
17 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
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.
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.
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
32 VPATH = @srcdir@
33 pkgdatadir = $(datadir)/@PACKAGE@
34 pkglibdir = $(libdir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
37 install_sh_DATA = $(install_sh) -c -m 644
38 install_sh_PROGRAM = $(install_sh) -c
39 install_sh_SCRIPT = $(install_sh) -c
40 INSTALL_HEADER = $(INSTALL_DATA)
41 transform = $(program_transform_name)
42 NORMAL_INSTALL = :
43 PRE_INSTALL = :
44 POST_INSTALL = :
45 NORMAL_UNINSTALL = :
46 PRE_UNINSTALL = :
47 POST_UNINSTALL = :
48 build_triplet = @build@
49 host_triplet = @host@
50 target_triplet = @target@
51 noinst_PROGRAMS = my_decimal-t$(EXEEXT)
52 subdir = unittest/my_decimal
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
56 $(top_srcdir)/config/ac-macros/alloca.m4 \
57 $(top_srcdir)/config/ac-macros/check_cpu.m4 \
58 $(top_srcdir)/config/ac-macros/character_sets.m4 \
59 $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
60 $(top_srcdir)/config/ac-macros/plugins.m4 \
61 $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
62 $(top_srcdir)/config/ac-macros/large_file.m4 \
63 $(top_srcdir)/config/ac-macros/misc.m4 \
64 $(top_srcdir)/config/ac-macros/readline.m4 \
65 $(top_srcdir)/config/ac-macros/ssl.m4 \
66 $(top_srcdir)/config/ac-macros/zlib.m4 \
67 $(top_srcdir)/configure.in
68 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69 $(ACLOCAL_M4)
70 mkinstalldirs = $(install_sh) -d
71 CONFIG_HEADER = $(top_builddir)/include/config.h
72 CONFIG_CLEAN_FILES =
73 PROGRAMS = $(noinst_PROGRAMS)
74 am_my_decimal_t_OBJECTS = my_decimal-t.$(OBJEXT)
75 my_decimal_t_OBJECTS = $(am_my_decimal_t_OBJECTS)
76 my_decimal_t_LDADD = $(LDADD)
77 my_decimal_t_DEPENDENCIES = $(top_builddir)/unittest/mytap/libmytap.a \
78 $(top_builddir)/mysys/libmysys.a \
79 $(top_builddir)/strings/libmystrings.a \
80 $(top_builddir)/dbug/libdbug.a \
81 $(top_builddir)/mysys/libmysys.a \
82 $(top_builddir)/strings/libmystrings.a
83 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
84 depcomp = $(SHELL) $(top_srcdir)/depcomp
85 am__depfiles_maybe = depfiles
86 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
88 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
91 CXXLD = $(CXX)
92 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
94 $(LDFLAGS) -o $@
95 SOURCES = $(my_decimal_t_SOURCES)
96 DIST_SOURCES = $(my_decimal_t_SOURCES)
97 ETAGS = etags
98 CTAGS = ctags
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ABI_CHECK = @ABI_CHECK@
101 ACLOCAL = @ACLOCAL@
102 ALLOCA = @ALLOCA@
103 AMTAR = @AMTAR@
104 AM_CFLAGS = @AM_CFLAGS@
105 AM_CXXFLAGS = @AM_CXXFLAGS@
106 AR = @AR@
107 ARFLAGS = @ARFLAGS@
108 AS = @AS@
109 ASFLAGS = @ASFLAGS@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
114 AWK = @AWK@
115 CC = @CC@
116 CCAS = @CCAS@
117 CCASDEPMODE = @CCASDEPMODE@
118 CCASFLAGS = @CCASFLAGS@
119 CCDEPMODE = @CCDEPMODE@
120 CC_VERSION = @CC_VERSION@
121 CFLAGS = @CFLAGS@
122 CHECK_PID = @CHECK_PID@
123 CHMOD = @CHMOD@
124 CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
125 CLIENT_LIBS = @CLIENT_LIBS@
126 CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
127 CMP = @CMP@
128 COMPILATION_COMMENT = @COMPILATION_COMMENT@
129 CONF_COMMAND = @CONF_COMMAND@
130 CP = @CP@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CXX = @CXX@
134 CXXCPP = @CXXCPP@
135 CXXDEPMODE = @CXXDEPMODE@
136 CXXFLAGS = @CXXFLAGS@
137 CXXLDFLAGS = @CXXLDFLAGS@
138 CXX_VERSION = @CXX_VERSION@
139 CYGPATH_W = @CYGPATH_W@
140 DEFS = @DEFS@
141 DEPDIR = @DEPDIR@
142 DIFF = @DIFF@
143 DOT_FRM_VERSION = @DOT_FRM_VERSION@
144 DOXYGEN = @DOXYGEN@
145 DSYMUTIL = @DSYMUTIL@
146 DUMPBIN = @DUMPBIN@
147 DVIS = @DVIS@
148 ECHO_C = @ECHO_C@
149 ECHO_N = @ECHO_N@
150 ECHO_T = @ECHO_T@
151 EGREP = @EGREP@
152 EXEEXT = @EXEEXT@
153 FGREP = @FGREP@
154 FIND_PROC = @FIND_PROC@
155 GETCONF = @GETCONF@
156 GREP = @GREP@
157 GXX = @GXX@
158 HOSTNAME = @HOSTNAME@
159 INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
160 INSTALL = @INSTALL@
161 INSTALL_DATA = @INSTALL_DATA@
162 INSTALL_PROGRAM = @INSTALL_PROGRAM@
163 INSTALL_SCRIPT = @INSTALL_SCRIPT@
164 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165 KILL = @KILL@
166 LD = @LD@
167 LDFLAGS = @LDFLAGS@
168 LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
169 LIBDL = @LIBDL@
170 LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
171 LIBOBJS = @LIBOBJS@
172 LIBS = @LIBS@
173 LIBTOOL = @LIBTOOL@
174 LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
175 LIPO = @LIPO@
176 LM_CFLAGS = @LM_CFLAGS@
177 LN = @LN@
178 LN_CP_F = @LN_CP_F@
179 LN_S = @LN_S@
180 LTLIBOBJS = @LTLIBOBJS@
181 MACHINE_TYPE = @MACHINE_TYPE@
182 MAKEINDEX = @MAKEINDEX@
183 MAKEINFO = @MAKEINFO@
184 MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
185 MAKE_SHELL = @MAKE_SHELL@
186 MKDIR_P = @MKDIR_P@
187 MV = @MV@
188 MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
189 MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
190 MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
191 MYSQLD_USER = @MYSQLD_USER@
192 MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
193 MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
194 MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
195 MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
196 MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
197 MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
198 MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
199 MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
200 MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
201 MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
202 NDB_DEFS = @NDB_DEFS@
203 NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
204 NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
205 NDB_SCI_LIBS = @NDB_SCI_LIBS@
206 NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
207 NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
208 NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
209 NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
210 NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
211 NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
212 NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
213 NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
214 NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
215 NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
216 NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
217 NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
218 NM = @NM@
219 NMEDIT = @NMEDIT@
220 NOINST_LDFLAGS = @NOINST_LDFLAGS@
221 NON_THREADED_LIBS = @NON_THREADED_LIBS@
222 OBJDUMP = @OBJDUMP@
223 OBJEXT = @OBJEXT@
224 OTOOL = @OTOOL@
225 OTOOL64 = @OTOOL64@
226 PACKAGE = @PACKAGE@
227 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
228 PACKAGE_NAME = @PACKAGE_NAME@
229 PACKAGE_STRING = @PACKAGE_STRING@
230 PACKAGE_TARNAME = @PACKAGE_TARNAME@
231 PACKAGE_VERSION = @PACKAGE_VERSION@
232 PATH_SEPARATOR = @PATH_SEPARATOR@
233 PDFLATEX = @PDFLATEX@
234 PDFMANUAL = @PDFMANUAL@
235 PERL = @PERL@
236 PERL5 = @PERL5@
237 PROTOCOL_VERSION = @PROTOCOL_VERSION@
238 PS = @PS@
239 RANLIB = @RANLIB@
240 RM = @RM@
241 SAVE_ASFLAGS = @SAVE_ASFLAGS@
242 SAVE_CC = @SAVE_CC@
243 SAVE_CFLAGS = @SAVE_CFLAGS@
244 SAVE_CXX = @SAVE_CXX@
245 SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
246 SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
247 SAVE_LDFLAGS = @SAVE_LDFLAGS@
248 SED = @SED@
249 SET_MAKE = @SET_MAKE@
250 SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
251 SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
252 SHELL = @SHELL@
253 STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
254 STRIP = @STRIP@
255 SYSTEM_TYPE = @SYSTEM_TYPE@
256 TAR = @TAR@
257 TARGET_LINUX = @TARGET_LINUX@
258 TERMCAP_LIB = @TERMCAP_LIB@
259 TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
260 THREAD_LOBJECTS = @THREAD_LOBJECTS@
261 VERSION = @VERSION@
262 WRAPLIBS = @WRAPLIBS@
263 YACC = @YACC@
264 YACC_HEXT = @YACC_HEXT@
265 ZLIB_DEPS = @ZLIB_DEPS@
266 ZLIB_INCLUDES = @ZLIB_INCLUDES@
267 ZLIB_LIBS = @ZLIB_LIBS@
268 abs_builddir = @abs_builddir@
269 abs_srcdir = @abs_srcdir@
270 abs_top_builddir = @abs_top_builddir@
271 abs_top_srcdir = @abs_top_srcdir@
272 ac_ct_CC = @ac_ct_CC@
273 ac_ct_CXX = @ac_ct_CXX@
274 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
275 am__include = @am__include@
276 am__leading_dot = @am__leading_dot@
277 am__quote = @am__quote@
278 am__tar = @am__tar@
279 am__untar = @am__untar@
280 bindir = @bindir@
281 build = @build@
282 build_alias = @build_alias@
283 build_cpu = @build_cpu@
284 build_os = @build_os@
285 build_vendor = @build_vendor@
286 builddir = @builddir@
287 condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
288 condition_dependent_plugin_links = @condition_dependent_plugin_links@
289 condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
290 condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
291 datadir = @datadir@
292 datarootdir = @datarootdir@
293 docdir = @docdir@
294 docs_dirs = @docs_dirs@
295 dvidir = @dvidir@
296 exec_prefix = @exec_prefix@
297 extra_docs = @extra_docs@
298 host = @host@
299 host_alias = @host_alias@
300 host_cpu = @host_cpu@
301 host_os = @host_os@
302 host_vendor = @host_vendor@
303 htmldir = @htmldir@
304 includedir = @includedir@
305 infodir = @infodir@
306 innodb_system_libs = @innodb_system_libs@
307 install_sh = @install_sh@
308 libdir = @libdir@
309 libexecdir = @libexecdir@
310 libmysqld_dirs = @libmysqld_dirs@
311 localedir = @localedir@
312 localstatedir = @localstatedir@
313 lt_ECHO = @lt_ECHO@
314 man1_files = @man1_files@
315 man8_files = @man8_files@
316 man_dirs = @man_dirs@
317 mandir = @mandir@
318 mkdir_p = @mkdir_p@
319 mysql_pg_dirs = @mysql_pg_dirs@
320 mysql_pg_distdirs = @mysql_pg_distdirs@
321 mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
322 mysql_plugin_defs = @mysql_plugin_defs@
323 mysql_plugin_dirs = @mysql_plugin_dirs@
324 mysql_plugin_libs = @mysql_plugin_libs@
325 mysql_se_dirs = @mysql_se_dirs@
326 mysql_se_distdirs = @mysql_se_distdirs@
327 mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
328 ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
329 ndb_cxxflags_fix = @ndb_cxxflags_fix@
330 ndb_mgmclient_libs = @ndb_mgmclient_libs@
331 ndb_opt_subdirs = @ndb_opt_subdirs@
332 ndb_port = @ndb_port@
333 ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
334 ndbcluster_includes = @ndbcluster_includes@
335 ndbcluster_libs = @ndbcluster_libs@
336 ndbcluster_system_libs = @ndbcluster_system_libs@
337 netware_dir = @netware_dir@
338 oldincludedir = @oldincludedir@
339 openssl_includes = @openssl_includes@
340 openssl_libs = @openssl_libs@
341 pdfdir = @pdfdir@
342 plugin_archive_shared_target = @plugin_archive_shared_target@
343 plugin_archive_static_target = @plugin_archive_static_target@
344 plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
345 plugin_blackhole_static_target = @plugin_blackhole_static_target@
346 plugin_csv_shared_target = @plugin_csv_shared_target@
347 plugin_csv_static_target = @plugin_csv_static_target@
348 plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
349 plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
350 plugin_example_shared_target = @plugin_example_shared_target@
351 plugin_example_static_target = @plugin_example_static_target@
352 plugin_federated_shared_target = @plugin_federated_shared_target@
353 plugin_federated_static_target = @plugin_federated_static_target@
354 plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
355 plugin_ftexample_static_target = @plugin_ftexample_static_target@
356 plugin_heap_shared_target = @plugin_heap_shared_target@
357 plugin_heap_static_target = @plugin_heap_static_target@
358 plugin_innobase_shared_target = @plugin_innobase_shared_target@
359 plugin_innobase_static_target = @plugin_innobase_static_target@
360 plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
361 plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
362 plugin_myisam_shared_target = @plugin_myisam_shared_target@
363 plugin_myisam_static_target = @plugin_myisam_static_target@
364 plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
365 plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
366 plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
367 plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
368 plugin_partition_shared_target = @plugin_partition_shared_target@
369 plugin_partition_static_target = @plugin_partition_static_target@
370 prefix = @prefix@
371 program_transform_name = @program_transform_name@
372 psdir = @psdir@
373 readline_basedir = @readline_basedir@
374 readline_dir = @readline_dir@
375 readline_h_ln_cmd = @readline_h_ln_cmd@
376 readline_link = @readline_link@
377 readline_topdir = @readline_topdir@
378 sbindir = @sbindir@
379 server_scripts = @server_scripts@
380 sharedstatedir = @sharedstatedir@
381 sql_client_dirs = @sql_client_dirs@
382 sql_server = @sql_server@
383 sql_server_dirs = @sql_server_dirs@
384 sql_union_dirs = @sql_union_dirs@
385 srcdir = @srcdir@
386 sysconfdir = @sysconfdir@
387 target = @target@
388 target_alias = @target_alias@
389 target_cpu = @target_cpu@
390 target_os = @target_os@
391 target_vendor = @target_vendor@
392 tools_dirs = @tools_dirs@
393 top_build_prefix = @top_build_prefix@
394 top_builddir = @top_builddir@
395 top_srcdir = @top_srcdir@
396 uname_prog = @uname_prog@
397 yassl_dir = @yassl_dir@
398 yassl_h_ln_cmd = @yassl_h_ln_cmd@
399 yassl_libs = @yassl_libs@
400 yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
401 yassl_thread_cxxflags = @yassl_thread_cxxflags@
402 zlib_dir = @zlib_dir@
403 AM_CPPFLAGS = @ZLIB_INCLUDES@ -I$(top_builddir)/include \
404 -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap \
405 -I$(top_srcdir)/sql
406 LDADD = $(top_builddir)/unittest/mytap/libmytap.a \
407 $(top_builddir)/mysys/libmysys.a \
408 $(top_builddir)/strings/libmystrings.a \
409 $(top_builddir)/dbug/libdbug.a \
410 $(top_builddir)/mysys/libmysys.a \
411 $(top_builddir)/strings/libmystrings.a
413 my_decimal_t_SOURCES = my_decimal-t.cc
414 all: all-am
416 .SUFFIXES:
417 .SUFFIXES: .cc .lo .o .obj
418 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
419 @for dep in $?; do \
420 case '$(am__configure_deps)' in \
421 *$$dep*) \
422 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
423 && { if test -f $@; then exit 0; else break; fi; }; \
424 exit 1;; \
425 esac; \
426 done; \
427 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu unittest/my_decimal/Makefile'; \
428 cd $(top_srcdir) && \
429 $(AUTOMAKE) --gnu unittest/my_decimal/Makefile
430 .PRECIOUS: Makefile
431 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
432 @case '$?' in \
433 *config.status*) \
434 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
435 *) \
436 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
437 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
438 esac;
440 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443 $(top_srcdir)/configure: $(am__configure_deps)
444 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
446 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448 clean-noinstPROGRAMS:
449 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
450 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
451 echo " rm -f $$p $$f"; \
452 rm -f $$p $$f ; \
453 done
454 my_decimal-t$(EXEEXT): $(my_decimal_t_OBJECTS) $(my_decimal_t_DEPENDENCIES)
455 @rm -f my_decimal-t$(EXEEXT)
456 $(CXXLINK) $(my_decimal_t_OBJECTS) $(my_decimal_t_LDADD) $(LIBS)
458 mostlyclean-compile:
459 -rm -f *.$(OBJEXT)
461 distclean-compile:
462 -rm -f *.tab.c
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/my_decimal-t.Po@am__quote@
466 .cc.o:
467 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
468 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
473 .cc.obj:
474 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
475 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
476 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
477 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
480 .cc.lo:
481 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
482 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
483 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
484 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
487 mostlyclean-libtool:
488 -rm -f *.lo
490 clean-libtool:
491 -rm -rf .libs _libs
493 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
494 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
495 unique=`for i in $$list; do \
496 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497 done | \
498 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499 END { if (nonempty) { for (i in files) print i; }; }'`; \
500 mkid -fID $$unique
501 tags: TAGS
503 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
504 $(TAGS_FILES) $(LISP)
505 tags=; \
506 here=`pwd`; \
507 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
508 unique=`for i in $$list; do \
509 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510 done | \
511 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
512 END { if (nonempty) { for (i in files) print i; }; }'`; \
513 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
514 test -n "$$unique" || unique=$$empty_fix; \
515 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516 $$tags $$unique; \
518 ctags: CTAGS
519 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
520 $(TAGS_FILES) $(LISP)
521 tags=; \
522 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
523 unique=`for i in $$list; do \
524 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525 done | \
526 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
527 END { if (nonempty) { for (i in files) print i; }; }'`; \
528 test -z "$(CTAGS_ARGS)$$tags$$unique" \
529 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530 $$tags $$unique
532 GTAGS:
533 here=`$(am__cd) $(top_builddir) && pwd` \
534 && cd $(top_srcdir) \
535 && gtags -i $(GTAGS_ARGS) $$here
537 distclean-tags:
538 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540 distdir: $(DISTFILES)
541 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543 list='$(DISTFILES)'; \
544 dist_files=`for file in $$list; do echo $$file; done | \
545 sed -e "s|^$$srcdirstrip/||;t" \
546 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
547 case $$dist_files in \
548 */*) $(MKDIR_P) `echo "$$dist_files" | \
549 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
550 sort -u` ;; \
551 esac; \
552 for file in $$dist_files; do \
553 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554 if test -d $$d/$$file; then \
555 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
557 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
558 fi; \
559 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
560 else \
561 test -f $(distdir)/$$file \
562 || cp -p $$d/$$file $(distdir)/$$file \
563 || exit 1; \
564 fi; \
565 done
566 check-am: all-am
567 check: check-am
568 all-am: Makefile $(PROGRAMS)
569 installdirs:
570 install: install-am
571 install-exec: install-exec-am
572 install-data: install-data-am
573 uninstall: uninstall-am
575 install-am: all-am
576 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
578 installcheck: installcheck-am
579 install-strip:
580 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582 `test -z '$(STRIP)' || \
583 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
584 mostlyclean-generic:
586 clean-generic:
588 distclean-generic:
589 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
591 maintainer-clean-generic:
592 @echo "This command is intended for maintainers to use"
593 @echo "it deletes files that may require special tools to rebuild."
594 clean: clean-am
596 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
597 mostlyclean-am
599 distclean: distclean-am
600 -rm -rf ./$(DEPDIR)
601 -rm -f Makefile
602 distclean-am: clean-am distclean-compile distclean-generic \
603 distclean-tags
605 dvi: dvi-am
607 dvi-am:
609 html: html-am
611 info: info-am
613 info-am:
615 install-data-am:
617 install-dvi: install-dvi-am
619 install-exec-am:
621 install-html: install-html-am
623 install-info: install-info-am
625 install-man:
627 install-pdf: install-pdf-am
629 install-ps: install-ps-am
631 installcheck-am:
633 maintainer-clean: maintainer-clean-am
634 -rm -rf ./$(DEPDIR)
635 -rm -f Makefile
636 maintainer-clean-am: distclean-am maintainer-clean-generic
638 mostlyclean: mostlyclean-am
640 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
641 mostlyclean-libtool
643 pdf: pdf-am
645 pdf-am:
647 ps: ps-am
649 ps-am:
651 uninstall-am:
653 .MAKE: install-am install-strip
655 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
656 clean-libtool clean-noinstPROGRAMS ctags distclean \
657 distclean-compile distclean-generic distclean-libtool \
658 distclean-tags distdir dvi dvi-am html html-am info info-am \
659 install install-am install-data install-data-am install-dvi \
660 install-dvi-am install-exec install-exec-am install-html \
661 install-html-am install-info install-info-am install-man \
662 install-pdf install-pdf-am install-ps install-ps-am \
663 install-strip installcheck installcheck-am installdirs \
664 maintainer-clean maintainer-clean-generic mostlyclean \
665 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
666 pdf pdf-am ps ps-am tags uninstall uninstall-am
669 # Don't update the files from bitkeeper
670 %::SCCS/s.%
671 # Tell versions [3.59,3.63) of GNU make to not export all variables.
672 # Otherwise a system limit (for SysV at least) may be exceeded.
673 .NOEXPORT: