~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to pstack/aout/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

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