~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to sigscheme/test-c/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-06-25 19:56:33 UTC
  • mfrom: (3.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625195633-8jljph4rfq00l8o7
Tags: 1:1.5.1-2
* uim-tcode: provide tutcode-custom.scm, tutcode-bushudic.scm
  and tutcode-rule.scm (Closes: #482659)
* Fix FTBFS: segv during compile (Closes: #483078).
  I personally think this bug is not specific for uim but is a optimization
  problem on gcc-4.3.1. (https://bugs.freedesktop.org/show_bug.cgi?id=16477)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 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
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@
 
34
@USE_LIBSSCM_TRUE@TESTS = test-alignment-coll$(EXEEXT) \
 
35
@USE_LIBSSCM_TRUE@      test-global-coll$(EXEEXT) \
 
36
@USE_LIBSSCM_TRUE@      test-gc-coll$(EXEEXT) \
 
37
@USE_LIBSSCM_TRUE@      test-gc-protect-coll$(EXEEXT) \
 
38
@USE_LIBSSCM_TRUE@      test-gc-protect-stack-coll$(EXEEXT) \
 
39
@USE_LIBSSCM_TRUE@      test-storage-coll$(EXEEXT) \
 
40
@USE_LIBSSCM_TRUE@      test-storage-compact-coll$(EXEEXT) \
 
41
@USE_LIBSSCM_TRUE@      test-strcasecmp-coll$(EXEEXT) \
 
42
@USE_LIBSSCM_TRUE@      test-length-coll$(EXEEXT) \
 
43
@USE_LIBSSCM_TRUE@      test-format-coll$(EXEEXT) \
 
44
@USE_LIBSSCM_TRUE@      test-array2list-coll$(EXEEXT)
 
45
XFAIL_TESTS =
 
46
@USE_LIBSSCM_TRUE@check_PROGRAMS = $(am__EXEEXT_1) \
 
47
@USE_LIBSSCM_TRUE@      test-minishell$(EXEEXT)
 
48
subdir = test-c
 
49
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
50
        $(srcdir)/collect.sh.in
 
51
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
52
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c___attribute__.m4 \
 
53
        $(top_srcdir)/m4/ax_c_arithmetic_rshift.m4 \
 
54
        $(top_srcdir)/m4/ax_c_referenceable_passed_va_list.m4 \
 
55
        $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
 
56
        $(top_srcdir)/m4/ax_check_page_aligned_malloc.m4 \
 
57
        $(top_srcdir)/m4/ax_create_stdint_h.m4 \
 
58
        $(top_srcdir)/m4/ax_feature_configurator.m4 \
 
59
        $(top_srcdir)/m4/ax_func_getcontext.m4 \
 
60
        $(top_srcdir)/m4/ax_func_sigsetjmp.m4 \
 
61
        $(top_srcdir)/m4/ax_lib_glibc.m4 \
 
62
        $(top_srcdir)/m4/check_gnu_make.m4 $(top_srcdir)/configure.in
 
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
64
        $(ACLOCAL_M4)
 
65
mkinstalldirs = $(install_sh) -d
 
66
CONFIG_HEADER = $(top_builddir)/src/config.h
 
67
CONFIG_CLEAN_FILES = collect.sh
 
68
@USE_LIBSSCM_TRUE@am__EXEEXT_1 = test-alignment-coll$(EXEEXT) \
 
69
@USE_LIBSSCM_TRUE@      test-global-coll$(EXEEXT) \
 
70
@USE_LIBSSCM_TRUE@      test-gc-coll$(EXEEXT) \
 
71
@USE_LIBSSCM_TRUE@      test-gc-protect-coll$(EXEEXT) \
 
72
@USE_LIBSSCM_TRUE@      test-gc-protect-stack-coll$(EXEEXT) \
 
73
@USE_LIBSSCM_TRUE@      test-storage-coll$(EXEEXT) \
 
74
@USE_LIBSSCM_TRUE@      test-storage-compact-coll$(EXEEXT) \
 
75
@USE_LIBSSCM_TRUE@      test-strcasecmp-coll$(EXEEXT) \
 
76
@USE_LIBSSCM_TRUE@      test-length-coll$(EXEEXT) \
 
77
@USE_LIBSSCM_TRUE@      test-format-coll$(EXEEXT) \
 
78
@USE_LIBSSCM_TRUE@      test-array2list-coll$(EXEEXT)
 
79
test_alignment_coll_SOURCES = test-alignment-coll.c
 
80
test_alignment_coll_OBJECTS = test-alignment-coll.$(OBJEXT)
 
81
test_alignment_coll_LDADD = $(LDADD)
 
82
test_array2list_coll_SOURCES = test-array2list-coll.c
 
83
test_array2list_coll_OBJECTS = test-array2list-coll.$(OBJEXT)
 
84
test_array2list_coll_LDADD = $(LDADD)
 
85
test_format_coll_SOURCES = test-format-coll.c
 
86
test_format_coll_OBJECTS = test-format-coll.$(OBJEXT)
 
87
test_format_coll_LDADD = $(LDADD)
 
88
test_gc_coll_SOURCES = test-gc-coll.c
 
89
test_gc_coll_OBJECTS = test-gc-coll.$(OBJEXT)
 
90
test_gc_coll_LDADD = $(LDADD)
 
91
test_gc_protect_coll_SOURCES = test-gc-protect-coll.c
 
92
test_gc_protect_coll_OBJECTS = test-gc-protect-coll.$(OBJEXT)
 
93
test_gc_protect_coll_LDADD = $(LDADD)
 
94
test_gc_protect_stack_coll_SOURCES = test-gc-protect-stack-coll.c
 
95
test_gc_protect_stack_coll_OBJECTS =  \
 
96
        test-gc-protect-stack-coll.$(OBJEXT)
 
97
test_gc_protect_stack_coll_LDADD = $(LDADD)
 
98
test_global_coll_SOURCES = test-global-coll.c
 
99
test_global_coll_OBJECTS = test-global-coll.$(OBJEXT)
 
100
test_global_coll_LDADD = $(LDADD)
 
101
test_length_coll_SOURCES = test-length-coll.c
 
102
test_length_coll_OBJECTS = test-length-coll.$(OBJEXT)
 
103
test_length_coll_LDADD = $(LDADD)
 
104
test_minishell_SOURCES = test-minishell.c
 
105
test_minishell_OBJECTS = test-minishell.$(OBJEXT)
 
106
test_minishell_LDADD = $(LDADD)
 
107
test_storage_coll_SOURCES = test-storage-coll.c
 
108
test_storage_coll_OBJECTS = test-storage-coll.$(OBJEXT)
 
109
test_storage_coll_LDADD = $(LDADD)
 
110
test_storage_compact_coll_SOURCES = test-storage-compact-coll.c
 
111
test_storage_compact_coll_OBJECTS =  \
 
112
        test-storage-compact-coll.$(OBJEXT)
 
113
test_storage_compact_coll_LDADD = $(LDADD)
 
114
test_strcasecmp_coll_SOURCES = test-strcasecmp-coll.c
 
115
test_strcasecmp_coll_OBJECTS = test-strcasecmp-coll.$(OBJEXT)
 
116
test_strcasecmp_coll_LDADD = $(LDADD)
 
117
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
 
118
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
119
am__depfiles_maybe = depfiles
 
120
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
121
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
122
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
123
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
124
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
125
CCLD = $(CC)
 
126
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
127
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
128
        $(LDFLAGS) -o $@
 
129
SOURCES = test-alignment-coll.c test-array2list-coll.c \
 
130
        test-format-coll.c test-gc-coll.c test-gc-protect-coll.c \
 
131
        test-gc-protect-stack-coll.c test-global-coll.c \
 
132
        test-length-coll.c test-minishell.c test-storage-coll.c \
 
133
        test-storage-compact-coll.c test-strcasecmp-coll.c
 
134
DIST_SOURCES = test-alignment-coll.c test-array2list-coll.c \
 
135
        test-format-coll.c test-gc-coll.c test-gc-protect-coll.c \
 
136
        test-gc-protect-stack-coll.c test-global-coll.c \
 
137
        test-length-coll.c test-minishell.c test-storage-coll.c \
 
138
        test-storage-compact-coll.c test-strcasecmp-coll.c
 
139
ETAGS = etags
 
140
CTAGS = ctags
 
141
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
142
ACLOCAL = @ACLOCAL@
 
143
AMTAR = @AMTAR@
 
144
AR = @AR@
 
145
ASCIIDOC = @ASCIIDOC@
 
146
AUTOCONF = @AUTOCONF@
 
147
AUTOHEADER = @AUTOHEADER@
 
148
AUTOMAKE = @AUTOMAKE@
 
149
AWK = @AWK@
 
150
CC = @CC@
 
151
CCDEPMODE = @CCDEPMODE@
 
152
CFLAGS = @CFLAGS@
 
153
CPP = @CPP@
 
154
CPPFLAGS = @CPPFLAGS@
 
155
CXX = @CXX@
 
156
CXXCPP = @CXXCPP@
 
157
CXXDEPMODE = @CXXDEPMODE@
 
158
CXXFLAGS = @CXXFLAGS@
 
159
CYGPATH_W = @CYGPATH_W@
 
160
DEFS = @DEFS@
 
161
DEPDIR = @DEPDIR@
 
162
DSYMUTIL = @DSYMUTIL@
 
163
ECHO = @ECHO@
 
164
ECHO_C = @ECHO_C@
 
165
ECHO_N = @ECHO_N@
 
166
ECHO_T = @ECHO_T@
 
167
EGREP = @EGREP@
 
168
EXEEXT = @EXEEXT@
 
169
F77 = @F77@
 
170
FFLAGS = @FFLAGS@
 
171
GCROOTS_CFLAGS = @GCROOTS_CFLAGS@
 
172
GCROOTS_LIBS = @GCROOTS_LIBS@
 
173
GCROOTS_REQ = @GCROOTS_REQ@
 
174
GREP = @GREP@
 
175
INSTALL = @INSTALL@
 
176
INSTALL_DATA = @INSTALL_DATA@
 
177
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
178
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
179
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
180
LDFLAGS = @LDFLAGS@
 
181
LIBOBJS = @LIBOBJS@
 
182
LIBS = $(top_builddir)/src/libsscm.la @GCROOTS_LIBS@
 
183
LIBTOOL = @LIBTOOL@
 
184
LN_S = @LN_S@
 
185
LTLIBOBJS = @LTLIBOBJS@
 
186
MAINT = @MAINT@
 
187
MAKEINFO = @MAKEINFO@
 
188
MD5 = @MD5@
 
189
MKDIR_P = @MKDIR_P@
 
190
NMEDIT = @NMEDIT@
 
191
OBJEXT = @OBJEXT@
 
192
PACKAGE = @PACKAGE@
 
193
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
194
PACKAGE_NAME = @PACKAGE_NAME@
 
195
PACKAGE_STRING = @PACKAGE_STRING@
 
196
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
197
PACKAGE_VERSION = @PACKAGE_VERSION@
 
198
PATH_SEPARATOR = @PATH_SEPARATOR@
 
199
PERL = @PERL@
 
200
PKG_CONFIG = @PKG_CONFIG@
 
201
RANLIB = @RANLIB@
 
202
RUBY = @RUBY@
 
203
SED = @SED@
 
204
SET_MAKE = @SET_MAKE@
 
205
SH = @SH@
 
206
SHA1 = @SHA1@
 
207
SHELL = @SHELL@
 
208
SSCM_DEFS = @SSCM_DEFS@
 
209
SSCM_MASTER_PKG = @SSCM_MASTER_PKG@
 
210
STRIP = @STRIP@
 
211
VERSION = @VERSION@
 
212
abs_builddir = @abs_builddir@
 
213
abs_srcdir = @abs_srcdir@
 
214
abs_top_builddir = @abs_top_builddir@
 
215
abs_top_srcdir = @abs_top_srcdir@
 
216
ac_ct_CC = @ac_ct_CC@
 
217
ac_ct_CXX = @ac_ct_CXX@
 
218
ac_ct_F77 = @ac_ct_F77@
 
219
am__include = @am__include@
 
220
am__leading_dot = @am__leading_dot@
 
221
am__quote = @am__quote@
 
222
am__tar = @am__tar@
 
223
am__untar = @am__untar@
 
224
bindir = @bindir@
 
225
build = @build@
 
226
build_alias = @build_alias@
 
227
build_cpu = @build_cpu@
 
228
build_os = @build_os@
 
229
build_vendor = @build_vendor@
 
230
builddir = @builddir@
 
231
datadir = @datadir@
 
232
datarootdir = @datarootdir@
 
233
docdir = @docdir@
 
234
dvidir = @dvidir@
 
235
exec_prefix = @exec_prefix@
 
236
host = @host@
 
237
host_alias = @host_alias@
 
238
host_cpu = @host_cpu@
 
239
host_os = @host_os@
 
240
host_vendor = @host_vendor@
 
241
htmldir = @htmldir@
 
242
ifGNUmake = @ifGNUmake@
 
243
includedir = @includedir@
 
244
infodir = @infodir@
 
245
install_sh = @install_sh@
 
246
libdir = @libdir@
 
247
libexecdir = @libexecdir@
 
248
localedir = @localedir@
 
249
localstatedir = @localstatedir@
 
250
mandir = @mandir@
 
251
mkdir_p = @mkdir_p@
 
252
oldincludedir = @oldincludedir@
 
253
pdfdir = @pdfdir@
 
254
prefix = @prefix@
 
255
program_transform_name = @program_transform_name@
 
256
psdir = @psdir@
 
257
sbindir = @sbindir@
 
258
scmlibdir = @scmlibdir@
 
259
sharedstatedir = @sharedstatedir@
 
260
srcdir = @srcdir@
 
261
subdirs = @subdirs@
 
262
sysconfdir = @sysconfdir@
 
263
target_alias = @target_alias@
 
264
top_builddir = @top_builddir@
 
265
top_srcdir = @top_srcdir@
 
266
use_backtrace = @use_backtrace@
 
267
use_char = @use_char@
 
268
use_compat_siod = @use_compat_siod@
 
269
use_compat_siod_bugs = @use_compat_siod_bugs@
 
270
use_const_list_literal = @use_const_list_literal@
 
271
use_const_vector_literal = @use_const_vector_literal@
 
272
use_continuation = @use_continuation@
 
273
use_debug = @use_debug@
 
274
use_deep_cadrs = @use_deep_cadrs@
 
275
use_default_encoding = @use_default_encoding@
 
276
use_euccn = @use_euccn@
 
277
use_eucjp = @use_eucjp@
 
278
use_euckr = @use_euckr@
 
279
use_eval_c_string = @use_eval_c_string@
 
280
use_fixnum = @use_fixnum@
 
281
use_hygienic_macro = @use_hygienic_macro@
 
282
use_int = @use_int@
 
283
use_internal_definitions = @use_internal_definitions@
 
284
use_legacy_macro = @use_legacy_macro@
 
285
use_load = @use_load@
 
286
use_multibyte_char = @use_multibyte_char@
 
287
use_number_io = @use_number_io@
 
288
use_port = @use_port@
 
289
use_promise = @use_promise@
 
290
use_quasiquote = @use_quasiquote@
 
291
use_r6rs_chars = @use_r6rs_chars@
 
292
use_r6rs_named_chars = @use_r6rs_named_chars@
 
293
use_reader = @use_reader@
 
294
use_sjis = @use_sjis@
 
295
use_srfi0 = @use_srfi0@
 
296
use_srfi1 = @use_srfi1@
 
297
use_srfi2 = @use_srfi2@
 
298
use_srfi22 = @use_srfi22@
 
299
use_srfi23 = @use_srfi23@
 
300
use_srfi28 = @use_srfi28@
 
301
use_srfi34 = @use_srfi34@
 
302
use_srfi38 = @use_srfi38@
 
303
use_srfi43 = @use_srfi43@
 
304
use_srfi48 = @use_srfi48@
 
305
use_srfi55 = @use_srfi55@
 
306
use_srfi6 = @use_srfi6@
 
307
use_srfi60 = @use_srfi60@
 
308
use_srfi69 = @use_srfi69@
 
309
use_srfi8 = @use_srfi8@
 
310
use_srfi9 = @use_srfi9@
 
311
use_srfi95 = @use_srfi95@
 
312
use_sscm_extensions = @use_sscm_extensions@
 
313
use_sscm_format_extension = @use_sscm_format_extension@
 
314
use_storage = @use_storage@
 
315
use_strict_argcheck = @use_strict_argcheck@
 
316
use_strict_null_form = @use_strict_null_form@
 
317
use_strict_r5rs = @use_strict_r5rs@
 
318
use_strict_toplevel_definitions = @use_strict_toplevel_definitions@
 
319
use_strict_vector_form = @use_strict_vector_form@
 
320
use_string = @use_string@
 
321
use_string_procedure = @use_string_procedure@
 
322
use_utf8 = @use_utf8@
 
323
use_vector = @use_vector@
 
324
use_writer = @use_writer@
 
325
 
 
326
# To take precedence over installed gcroots.h by the bundled
 
327
# libgcroots/include/gcroots.h, @GCROOTS_CFLAGS@ must be placed here.
 
328
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/src @GCROOTS_CFLAGS@ \
 
329
              -DTST_SCM_SYSTEM_LOAD_PATH=\"@abs_top_srcdir@/lib\"
 
330
 
 
331
AM_CFLAGS = 
 
332
AM_LDFLAGS = -rpath $(libdir)
 
333
EXTRA_DIST = sscm-test.h utils.c \
 
334
            test-alignment.c \
 
335
            test-global.c \
 
336
            test-gc.c test-gc-protect.c test-gc-protect-stack.c \
 
337
            test-storage.c test-storage-compact.c \
 
338
            test-strcasecmp.c test-length.c test-format.c test-array2list.c
 
339
 
 
340
SUFFIXES = -coll.o -coll.c
 
341
@MAINTAINER_MODE_TRUE@CLEANFILES = *-coll.c
 
342
all: all-am
 
343
 
 
344
.SUFFIXES:
 
345
.SUFFIXES: -coll.o -coll.c .c .lo .o .obj
 
346
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
347
        @for dep in $?; do \
 
348
          case '$(am__configure_deps)' in \
 
349
            *$$dep*) \
 
350
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
351
                && exit 0; \
 
352
              exit 1;; \
 
353
          esac; \
 
354
        done; \
 
355
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test-c/Makefile'; \
 
356
        cd $(top_srcdir) && \
 
357
          $(AUTOMAKE) --foreign  test-c/Makefile
 
358
.PRECIOUS: Makefile
 
359
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
360
        @case '$?' in \
 
361
          *config.status*) \
 
362
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
363
          *) \
 
364
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
365
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
366
        esac;
 
367
 
 
368
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
369
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
370
 
 
371
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
373
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
374
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
375
collect.sh: $(top_builddir)/config.status $(srcdir)/collect.sh.in
 
376
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
377
 
 
378
clean-checkPROGRAMS:
 
379
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
380
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
381
          echo " rm -f $$p $$f"; \
 
382
          rm -f $$p $$f ; \
 
383
        done
 
384
test-alignment-coll$(EXEEXT): $(test_alignment_coll_OBJECTS) $(test_alignment_coll_DEPENDENCIES) 
 
385
        @rm -f test-alignment-coll$(EXEEXT)
 
386
        $(LINK) $(test_alignment_coll_OBJECTS) $(test_alignment_coll_LDADD) $(LIBS)
 
387
test-array2list-coll$(EXEEXT): $(test_array2list_coll_OBJECTS) $(test_array2list_coll_DEPENDENCIES) 
 
388
        @rm -f test-array2list-coll$(EXEEXT)
 
389
        $(LINK) $(test_array2list_coll_OBJECTS) $(test_array2list_coll_LDADD) $(LIBS)
 
390
test-format-coll$(EXEEXT): $(test_format_coll_OBJECTS) $(test_format_coll_DEPENDENCIES) 
 
391
        @rm -f test-format-coll$(EXEEXT)
 
392
        $(LINK) $(test_format_coll_OBJECTS) $(test_format_coll_LDADD) $(LIBS)
 
393
test-gc-coll$(EXEEXT): $(test_gc_coll_OBJECTS) $(test_gc_coll_DEPENDENCIES) 
 
394
        @rm -f test-gc-coll$(EXEEXT)
 
395
        $(LINK) $(test_gc_coll_OBJECTS) $(test_gc_coll_LDADD) $(LIBS)
 
396
test-gc-protect-coll$(EXEEXT): $(test_gc_protect_coll_OBJECTS) $(test_gc_protect_coll_DEPENDENCIES) 
 
397
        @rm -f test-gc-protect-coll$(EXEEXT)
 
398
        $(LINK) $(test_gc_protect_coll_OBJECTS) $(test_gc_protect_coll_LDADD) $(LIBS)
 
399
test-gc-protect-stack-coll$(EXEEXT): $(test_gc_protect_stack_coll_OBJECTS) $(test_gc_protect_stack_coll_DEPENDENCIES) 
 
400
        @rm -f test-gc-protect-stack-coll$(EXEEXT)
 
401
        $(LINK) $(test_gc_protect_stack_coll_OBJECTS) $(test_gc_protect_stack_coll_LDADD) $(LIBS)
 
402
test-global-coll$(EXEEXT): $(test_global_coll_OBJECTS) $(test_global_coll_DEPENDENCIES) 
 
403
        @rm -f test-global-coll$(EXEEXT)
 
404
        $(LINK) $(test_global_coll_OBJECTS) $(test_global_coll_LDADD) $(LIBS)
 
405
test-length-coll$(EXEEXT): $(test_length_coll_OBJECTS) $(test_length_coll_DEPENDENCIES) 
 
406
        @rm -f test-length-coll$(EXEEXT)
 
407
        $(LINK) $(test_length_coll_OBJECTS) $(test_length_coll_LDADD) $(LIBS)
 
408
test-minishell$(EXEEXT): $(test_minishell_OBJECTS) $(test_minishell_DEPENDENCIES) 
 
409
        @rm -f test-minishell$(EXEEXT)
 
410
        $(LINK) $(test_minishell_OBJECTS) $(test_minishell_LDADD) $(LIBS)
 
411
test-storage-coll$(EXEEXT): $(test_storage_coll_OBJECTS) $(test_storage_coll_DEPENDENCIES) 
 
412
        @rm -f test-storage-coll$(EXEEXT)
 
413
        $(LINK) $(test_storage_coll_OBJECTS) $(test_storage_coll_LDADD) $(LIBS)
 
414
test-storage-compact-coll$(EXEEXT): $(test_storage_compact_coll_OBJECTS) $(test_storage_compact_coll_DEPENDENCIES) 
 
415
        @rm -f test-storage-compact-coll$(EXEEXT)
 
416
        $(LINK) $(test_storage_compact_coll_OBJECTS) $(test_storage_compact_coll_LDADD) $(LIBS)
 
417
test-strcasecmp-coll$(EXEEXT): $(test_strcasecmp_coll_OBJECTS) $(test_strcasecmp_coll_DEPENDENCIES) 
 
418
        @rm -f test-strcasecmp-coll$(EXEEXT)
 
419
        $(LINK) $(test_strcasecmp_coll_OBJECTS) $(test_strcasecmp_coll_LDADD) $(LIBS)
 
420
 
 
421
mostlyclean-compile:
 
422
        -rm -f *.$(OBJEXT)
 
423
 
 
424
distclean-compile:
 
425
        -rm -f *.tab.c
 
426
 
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-alignment-coll.Po@am__quote@
 
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-array2list-coll.Po@am__quote@
 
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-format-coll.Po@am__quote@
 
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gc-coll.Po@am__quote@
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gc-protect-coll.Po@am__quote@
 
432
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gc-protect-stack-coll.Po@am__quote@
 
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-global-coll.Po@am__quote@
 
434
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-length-coll.Po@am__quote@
 
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-minishell.Po@am__quote@
 
436
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-storage-coll.Po@am__quote@
 
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-storage-compact-coll.Po@am__quote@
 
438
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strcasecmp-coll.Po@am__quote@
 
439
 
 
440
.c.o:
 
441
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
442
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
443
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
444
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
445
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
446
 
 
447
.c.obj:
 
448
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
449
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
451
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
452
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
453
 
 
454
.c.lo:
 
455
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
456
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
458
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
459
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
460
 
 
461
mostlyclean-libtool:
 
462
        -rm -f *.lo
 
463
 
 
464
clean-libtool:
 
465
        -rm -rf .libs _libs
 
466
 
 
467
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
468
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
469
        unique=`for i in $$list; do \
 
470
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
471
          done | \
 
472
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
473
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
474
        mkid -fID $$unique
 
475
tags: TAGS
 
476
 
 
477
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
478
                $(TAGS_FILES) $(LISP)
 
479
        tags=; \
 
480
        here=`pwd`; \
 
481
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
482
        unique=`for i in $$list; do \
 
483
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
484
          done | \
 
485
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
486
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
487
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
488
          test -n "$$unique" || unique=$$empty_fix; \
 
489
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
490
            $$tags $$unique; \
 
491
        fi
 
492
ctags: CTAGS
 
493
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
494
                $(TAGS_FILES) $(LISP)
 
495
        tags=; \
 
496
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
497
        unique=`for i in $$list; do \
 
498
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
499
          done | \
 
500
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
501
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
502
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
503
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
504
             $$tags $$unique
 
505
 
 
506
GTAGS:
 
507
        here=`$(am__cd) $(top_builddir) && pwd` \
 
508
          && cd $(top_srcdir) \
 
509
          && gtags -i $(GTAGS_ARGS) $$here
 
510
 
 
511
distclean-tags:
 
512
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
513
 
 
514
check-TESTS: $(TESTS)
 
515
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
516
        srcdir=$(srcdir); export srcdir; \
 
517
        list=' $(TESTS) '; \
 
518
        if test -n "$$list"; then \
 
519
          for tst in $$list; do \
 
520
            if test -f ./$$tst; then dir=./; \
 
521
            elif test -f $$tst; then dir=; \
 
522
            else dir="$(srcdir)/"; fi; \
 
523
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
524
              all=`expr $$all + 1`; \
 
525
              case " $(XFAIL_TESTS) " in \
 
526
              *$$ws$$tst$$ws*) \
 
527
                xpass=`expr $$xpass + 1`; \
 
528
                failed=`expr $$failed + 1`; \
 
529
                echo "XPASS: $$tst"; \
 
530
              ;; \
 
531
              *) \
 
532
                echo "PASS: $$tst"; \
 
533
              ;; \
 
534
              esac; \
 
535
            elif test $$? -ne 77; then \
 
536
              all=`expr $$all + 1`; \
 
537
              case " $(XFAIL_TESTS) " in \
 
538
              *$$ws$$tst$$ws*) \
 
539
                xfail=`expr $$xfail + 1`; \
 
540
                echo "XFAIL: $$tst"; \
 
541
              ;; \
 
542
              *) \
 
543
                failed=`expr $$failed + 1`; \
 
544
                echo "FAIL: $$tst"; \
 
545
              ;; \
 
546
              esac; \
 
547
            else \
 
548
              skip=`expr $$skip + 1`; \
 
549
              echo "SKIP: $$tst"; \
 
550
            fi; \
 
551
          done; \
 
552
          if test "$$failed" -eq 0; then \
 
553
            if test "$$xfail" -eq 0; then \
 
554
              banner="All $$all tests passed"; \
 
555
            else \
 
556
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
557
            fi; \
 
558
          else \
 
559
            if test "$$xpass" -eq 0; then \
 
560
              banner="$$failed of $$all tests failed"; \
 
561
            else \
 
562
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
563
            fi; \
 
564
          fi; \
 
565
          dashes="$$banner"; \
 
566
          skipped=""; \
 
567
          if test "$$skip" -ne 0; then \
 
568
            skipped="($$skip tests were not run)"; \
 
569
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
570
              dashes="$$skipped"; \
 
571
          fi; \
 
572
          report=""; \
 
573
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
574
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
575
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
576
              dashes="$$report"; \
 
577
          fi; \
 
578
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
579
          echo "$$dashes"; \
 
580
          echo "$$banner"; \
 
581
          test -z "$$skipped" || echo "$$skipped"; \
 
582
          test -z "$$report" || echo "$$report"; \
 
583
          echo "$$dashes"; \
 
584
          test "$$failed" -eq 0; \
 
585
        else :; fi
 
586
 
 
587
distdir: $(DISTFILES)
 
588
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
589
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
590
        list='$(DISTFILES)'; \
 
591
          dist_files=`for file in $$list; do echo $$file; done | \
 
592
          sed -e "s|^$$srcdirstrip/||;t" \
 
593
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
594
        case $$dist_files in \
 
595
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
596
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
597
                           sort -u` ;; \
 
598
        esac; \
 
599
        for file in $$dist_files; do \
 
600
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
601
          if test -d $$d/$$file; then \
 
602
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
603
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
604
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
605
            fi; \
 
606
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
607
          else \
 
608
            test -f $(distdir)/$$file \
 
609
            || cp -p $$d/$$file $(distdir)/$$file \
 
610
            || exit 1; \
 
611
          fi; \
 
612
        done
 
613
        $(MAKE) $(AM_MAKEFLAGS) \
 
614
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
615
          dist-hook
 
616
check-am: all-am
 
617
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
618
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
619
check: check-am
 
620
all-am: Makefile
 
621
installdirs:
 
622
install: install-am
 
623
install-exec: install-exec-am
 
624
install-data: install-data-am
 
625
uninstall: uninstall-am
 
626
 
 
627
install-am: all-am
 
628
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
629
 
 
630
installcheck: installcheck-am
 
631
install-strip:
 
632
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
633
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
634
          `test -z '$(STRIP)' || \
 
635
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
636
mostlyclean-generic:
 
637
 
 
638
clean-generic:
 
639
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
640
 
 
641
distclean-generic:
 
642
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
643
 
 
644
maintainer-clean-generic:
 
645
        @echo "This command is intended for maintainers to use"
 
646
        @echo "it deletes files that may require special tools to rebuild."
 
647
clean: clean-am
 
648
 
 
649
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
650
        mostlyclean-am
 
651
 
 
652
distclean: distclean-am
 
653
        -rm -rf ./$(DEPDIR)
 
654
        -rm -f Makefile
 
655
distclean-am: clean-am distclean-compile distclean-generic \
 
656
        distclean-tags
 
657
 
 
658
dvi: dvi-am
 
659
 
 
660
dvi-am:
 
661
 
 
662
html: html-am
 
663
 
 
664
info: info-am
 
665
 
 
666
info-am:
 
667
 
 
668
install-data-am:
 
669
 
 
670
install-dvi: install-dvi-am
 
671
 
 
672
install-exec-am:
 
673
 
 
674
install-html: install-html-am
 
675
 
 
676
install-info: install-info-am
 
677
 
 
678
install-man:
 
679
 
 
680
install-pdf: install-pdf-am
 
681
 
 
682
install-ps: install-ps-am
 
683
 
 
684
installcheck-am:
 
685
 
 
686
maintainer-clean: maintainer-clean-am
 
687
        -rm -rf ./$(DEPDIR)
 
688
        -rm -f Makefile
 
689
maintainer-clean-am: distclean-am maintainer-clean-generic
 
690
 
 
691
mostlyclean: mostlyclean-am
 
692
 
 
693
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
694
        mostlyclean-libtool
 
695
 
 
696
pdf: pdf-am
 
697
 
 
698
pdf-am:
 
699
 
 
700
ps: ps-am
 
701
 
 
702
ps-am:
 
703
 
 
704
uninstall-am:
 
705
 
 
706
.MAKE: install-am install-strip
 
707
 
 
708
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
709
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
 
710
        dist-hook distclean distclean-compile distclean-generic \
 
711
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
712
        html-am info info-am install install-am install-data \
 
713
        install-data-am install-dvi install-dvi-am install-exec \
 
714
        install-exec-am install-html install-html-am install-info \
 
715
        install-info-am install-man install-pdf install-pdf-am \
 
716
        install-ps install-ps-am install-strip installcheck \
 
717
        installcheck-am installdirs maintainer-clean \
 
718
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
719
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
720
        tags uninstall uninstall-am
 
721
 
 
722
include $(top_builddir)/libgcroots.mk
 
723
 
 
724
# FIXME: how do I make this rule depend on collect.sh (is it
 
725
# possible)?
 
726
@MAINTAINER_MODE_TRUE@.c-coll.c:
 
727
@MAINTAINER_MODE_TRUE@  $(SH) ./collect.sh $< > $@ || { rm -f $@; false; }
 
728
 
 
729
# GNU version of sed is required to run collect.sh
 
730
dist-hook:
 
731
        @(test -n "$(SED)"                                              \
 
732
          && $(SED) --version 2>/dev/null                               \
 
733
          && $(SED) --version 2>/dev/null | grep GNU)                   \
 
734
         || (echo 'GNU sed(1) is not found: install it'; exit 1)
 
735
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
736
# Otherwise a system limit (for SysV at least) may be exceeded.
 
737
.NOEXPORT: