~ubuntu-branches/ubuntu/lucid/gauche-c-wrapper/lucid

« back to all changes in this revision

Viewing changes to libffi/testsuite/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2008-04-07 09:15:03 UTC
  • Revision ID: james.westby@ubuntu.com-20080407091503-wu0h414koe95kj4i
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# 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
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
install_sh_SCRIPT = $(install_sh) -c
 
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
54
INSTALL_HEADER = $(INSTALL_DATA)
 
55
transform = @program_transform_name@
 
56
NORMAL_INSTALL = :
 
57
PRE_INSTALL = :
 
58
POST_INSTALL = :
 
59
NORMAL_UNINSTALL = :
 
60
PRE_UNINSTALL = :
 
61
POST_UNINSTALL = :
 
62
build_alias = @build_alias@
 
63
build_triplet = @build@
 
64
host_alias = @host_alias@
 
65
host_triplet = @host@
 
66
target_alias = @target_alias@
 
67
target_triplet = @target@
 
68
 
 
69
EXEEXT = @EXEEXT@
 
70
OBJEXT = @OBJEXT@
 
71
PATH_SEPARATOR = @PATH_SEPARATOR@
 
72
AMTAR = @AMTAR@
 
73
 
 
74
AM_RUNTESTFLAGS = 
 
75
AR = @AR@
 
76
AS = @AS@
 
77
AWK = @AWK@
 
78
CC = @CC@
 
79
CCAS = @CCAS@
 
80
CCASFLAGS = @CCASFLAGS@
 
81
CFLAGS = @CFLAGS@
 
82
CXX = @CXX@
 
83
CXXCPP = @CXXCPP@
 
84
DEPDIR = @DEPDIR@
 
85
DLLTOOL = @DLLTOOL@
 
86
ECHO = @ECHO@
 
87
EGREP = @EGREP@
 
88
F77 = @F77@
 
89
GCJ = @GCJ@
 
90
GCJFLAGS = @GCJFLAGS@
 
91
HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
 
92
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
93
LIBTOOL = @LIBTOOL@
 
94
LN_S = @LN_S@
 
95
MAINT = @MAINT@
 
96
OBJDUMP = @OBJDUMP@
 
97
PACKAGE = @PACKAGE@
 
98
RANLIB = @RANLIB@
 
99
RC = @RC@
 
100
STRIP = @STRIP@
 
101
TARGET = @TARGET@
 
102
TARGETDIR = @TARGETDIR@
 
103
VERSION = @VERSION@
 
104
am__include = @am__include@
 
105
am__quote = @am__quote@
 
106
install_sh = @install_sh@
 
107
multi_basedir = @multi_basedir@
 
108
toolexecdir = @toolexecdir@
 
109
toolexeclibdir = @toolexeclibdir@
 
110
 
 
111
AUTOMAKE_OPTIONS = foreign dejagnu
 
112
 
 
113
# Setup the testing framework, if you have one
 
114
EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
 
115
            echo $(top_builddir)/../expect/expect ; \
 
116
          else echo expect ; fi`
 
117
 
 
118
 
 
119
RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
 
120
               echo $(top_srcdir)/../dejagnu/runtest ; \
 
121
            else echo runtest; fi`
 
122
 
 
123
 
 
124
CLEANFILES = *.exe core* *.log *.sum
 
125
subdir = testsuite
 
126
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
127
CONFIG_HEADER = $(top_builddir)/fficonfig.h
 
128
CONFIG_CLEAN_FILES =
 
129
DIST_SOURCES =
 
130
DIST_COMMON = Makefile.am Makefile.in
 
131
all: all-am
 
132
 
 
133
.SUFFIXES:
 
134
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
135
        cd $(top_srcdir) && \
 
136
          $(AUTOMAKE) --foreign  testsuite/Makefile
 
137
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
138
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
139
 
 
140
mostlyclean-libtool:
 
141
        -rm -f *.lo
 
142
 
 
143
clean-libtool:
 
144
        -rm -rf .libs _libs
 
145
 
 
146
distclean-libtool:
 
147
        -rm -f libtool
 
148
uninstall-info-am:
 
149
tags: TAGS
 
150
TAGS:
 
151
 
 
152
RUNTESTFLAGS =
 
153
DEJATOOL = $(PACKAGE)
 
154
RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
 
155
 
 
156
check-DEJAGNU: site.exp
 
157
        srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
 
158
        EXPECT=$(EXPECT); export EXPECT; \
 
159
        runtest=$(RUNTEST); \
 
160
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
 
161
          l='$(DEJATOOL)'; for tool in $$l; do \
 
162
            $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
 
163
          done; \
 
164
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
 
165
        fi
 
166
site.exp: Makefile
 
167
        @echo 'Making a new site.exp file...'
 
168
        @echo '## these variables are automatically generated by make ##' >site.tmp
 
169
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
 
170
        @echo '# edit the last section' >>site.tmp
 
171
        @echo 'set tool $(DEJATOOL)' >>site.tmp
 
172
        @echo 'set srcdir $(srcdir)' >>site.tmp
 
173
        @echo "set objdir `pwd`" >>site.tmp
 
174
        @echo 'set build_alias "$(build_alias)"' >>site.tmp
 
175
        @echo 'set build_triplet $(build_triplet)' >>site.tmp
 
176
        @echo 'set host_alias "$(host_alias)"' >>site.tmp
 
177
        @echo 'set host_triplet $(host_triplet)' >>site.tmp
 
178
        @echo 'set target_alias "$(target_alias)"' >>site.tmp
 
179
        @echo 'set target_triplet $(target_triplet)' >>site.tmp
 
180
        @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
 
181
        @test ! -f site.exp || \
 
182
          sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
 
183
        @-rm -f site.bak
 
184
        @test ! -f site.exp || mv site.exp site.bak
 
185
        @mv site.tmp site.exp
 
186
 
 
187
distclean-DEJAGNU:
 
188
        -rm -f site.exp site.bak
 
189
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
190
 
 
191
top_distdir = ..
 
192
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
193
 
 
194
distdir: $(DISTFILES)
 
195
        @list='$(DISTFILES)'; for file in $$list; do \
 
196
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
197
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
198
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
199
            dir="/$$dir"; \
 
200
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
201
          else \
 
202
            dir=''; \
 
203
          fi; \
 
204
          if test -d $$d/$$file; then \
 
205
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
206
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
207
            fi; \
 
208
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
209
          else \
 
210
            test -f $(distdir)/$$file \
 
211
            || cp -p $$d/$$file $(distdir)/$$file \
 
212
            || exit 1; \
 
213
          fi; \
 
214
        done
 
215
check-am: all-am
 
216
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
 
217
check: check-am
 
218
all-am: Makefile
 
219
 
 
220
installdirs:
 
221
 
 
222
install: install-am
 
223
install-exec: install-exec-am
 
224
install-data: install-data-am
 
225
uninstall: uninstall-am
 
226
 
 
227
install-am: all-am
 
228
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
229
 
 
230
installcheck: installcheck-am
 
231
install-strip:
 
232
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
233
          INSTALL_STRIP_FLAG=-s \
 
234
          `test -z '$(STRIP)' || \
 
235
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
236
mostlyclean-generic:
 
237
 
 
238
clean-generic:
 
239
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
240
 
 
241
distclean-generic:
 
242
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
243
 
 
244
maintainer-clean-generic:
 
245
        @echo "This command is intended for maintainers to use"
 
246
        @echo "it deletes files that may require special tools to rebuild."
 
247
clean: clean-am
 
248
 
 
249
clean-am: clean-generic clean-libtool mostlyclean-am
 
250
 
 
251
distclean: distclean-am
 
252
 
 
253
distclean-am: clean-am distclean-DEJAGNU distclean-generic \
 
254
        distclean-libtool
 
255
 
 
256
dvi: dvi-am
 
257
 
 
258
dvi-am:
 
259
 
 
260
info: info-am
 
261
 
 
262
info-am:
 
263
 
 
264
install-data-am:
 
265
 
 
266
install-exec-am:
 
267
 
 
268
install-info: install-info-am
 
269
 
 
270
install-man:
 
271
 
 
272
installcheck-am:
 
273
 
 
274
maintainer-clean: maintainer-clean-am
 
275
 
 
276
maintainer-clean-am: distclean-am maintainer-clean-generic
 
277
 
 
278
mostlyclean: mostlyclean-am
 
279
 
 
280
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
281
 
 
282
uninstall-am: uninstall-info-am
 
283
 
 
284
.PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
 
285
        clean-libtool distclean distclean-DEJAGNU distclean-generic \
 
286
        distclean-libtool distdir dvi dvi-am info info-am install \
 
287
        install-am install-data install-data-am install-exec \
 
288
        install-exec-am install-info install-info-am install-man \
 
289
        install-strip installcheck installcheck-am installdirs \
 
290
        maintainer-clean maintainer-clean-generic mostlyclean \
 
291
        mostlyclean-generic mostlyclean-libtool uninstall uninstall-am \
 
292
        uninstall-info-am
 
293
 
 
294
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
295
# Otherwise a system limit (for SysV at least) may be exceeded.
 
296
.NOEXPORT: