~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2007-04-21 03:46:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421034609-gpcurkutp8vaysqj
Tags: 1:1.4.1-3
* Switch to dh_gtkmodules for the gtk 2.10 transition (Closes:
  #419318)
  - debian/control: Add ${misc:Depends} and remove libgtk2.0-bin on
    uim-gtk2.0.
  - debian/uim-gtk2.0.post{inst,rm}: Removed.

Show diffs side-by-side

added added

removed removed

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