OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libmudflap/] [testsuite/] [Makefile.in] - Blame information for rev 847

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 738 jeremybenn
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6
# Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17
VPATH = @srcdir@
18
pkgdatadir = $(datadir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
20
pkglibdir = $(libdir)/@PACKAGE@
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
install_sh_DATA = $(install_sh) -c -m 644
24
install_sh_PROGRAM = $(install_sh) -c
25
install_sh_SCRIPT = $(install_sh) -c
26
INSTALL_HEADER = $(INSTALL_DATA)
27
transform = $(program_transform_name)
28
NORMAL_INSTALL = :
29
PRE_INSTALL = :
30
POST_INSTALL = :
31
NORMAL_UNINSTALL = :
32
PRE_UNINSTALL = :
33
POST_UNINSTALL = :
34
build_triplet = @build@
35
host_triplet = @host@
36
target_triplet = @target@
37
subdir = testsuite
38
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39
        $(srcdir)/mfconfig.exp.in
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
42
        $(top_srcdir)/../config/depstand.m4 \
43
        $(top_srcdir)/../config/enable.m4 \
44
        $(top_srcdir)/../config/lead-dot.m4 \
45
        $(top_srcdir)/../config/multi.m4 \
46
        $(top_srcdir)/../config/override.m4 \
47
        $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \
48
        $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
49
        $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
50
        $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
        $(ACLOCAL_M4)
53
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
54
CONFIG_HEADER = $(top_builddir)/config.h
55
CONFIG_CLEAN_FILES = mfconfig.exp
56
CONFIG_CLEAN_VPATH_FILES =
57
SOURCES =
58
DEJATOOL = $(PACKAGE)
59
RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
60
ACLOCAL = @ACLOCAL@
61
AMTAR = @AMTAR@
62
AR = @AR@
63
AUTOCONF = @AUTOCONF@
64
AUTOHEADER = @AUTOHEADER@
65
AUTOMAKE = @AUTOMAKE@
66
AWK = @AWK@
67
CC = @CC@
68
CCDEPMODE = @CCDEPMODE@
69
CFLAGS = @CFLAGS@
70
CPP = @CPP@
71
CPPFLAGS = @CPPFLAGS@
72
CYGPATH_W = @CYGPATH_W@
73
DEFS = @DEFS@
74
DEPDIR = @DEPDIR@
75
DSYMUTIL = @DSYMUTIL@
76
DUMPBIN = @DUMPBIN@
77
ECHO_C = @ECHO_C@
78
ECHO_N = @ECHO_N@
79
ECHO_T = @ECHO_T@
80
EGREP = @EGREP@
81
EXEEXT = @EXEEXT@
82
FGREP = @FGREP@
83
GREP = @GREP@
84
INSTALL = @INSTALL@
85
INSTALL_DATA = @INSTALL_DATA@
86
INSTALL_PROGRAM = @INSTALL_PROGRAM@
87
INSTALL_SCRIPT = @INSTALL_SCRIPT@
88
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
89
LD = @LD@
90
LDFLAGS = @LDFLAGS@
91
LIBOBJS = @LIBOBJS@
92
LIBS = @LIBS@
93
LIBTOOL = @LIBTOOL@
94
LIPO = @LIPO@
95
LN_S = @LN_S@
96
LTLIBOBJS = @LTLIBOBJS@
97
MAINT = @MAINT@
98
MAKEINFO = @MAKEINFO@
99
MF_HAVE_STDINT_H = @MF_HAVE_STDINT_H@
100
MF_HAVE_UINTPTR_T = @MF_HAVE_UINTPTR_T@
101
MKDIR_P = @MKDIR_P@
102
NM = @NM@
103
NMEDIT = @NMEDIT@
104
OBJDUMP = @OBJDUMP@
105
OBJEXT = @OBJEXT@
106
OTOOL = @OTOOL@
107
OTOOL64 = @OTOOL64@
108
PACKAGE = @PACKAGE@
109
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110
PACKAGE_NAME = @PACKAGE_NAME@
111
PACKAGE_STRING = @PACKAGE_STRING@
112
PACKAGE_TARNAME = @PACKAGE_TARNAME@
113
PACKAGE_URL = @PACKAGE_URL@
114
PACKAGE_VERSION = @PACKAGE_VERSION@
115
PATH_SEPARATOR = @PATH_SEPARATOR@
116
RANLIB = @RANLIB@
117
SECTION_FLAGS = @SECTION_FLAGS@
118
SED = @SED@
119
SET_MAKE = @SET_MAKE@
120
SHELL = @SHELL@
121
STRIP = @STRIP@
122
VERSION = @VERSION@
123
abs_builddir = @abs_builddir@
124
abs_srcdir = @abs_srcdir@
125
abs_top_builddir = @abs_top_builddir@
126
abs_top_srcdir = @abs_top_srcdir@
127
ac_ct_CC = @ac_ct_CC@
128
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
129
am__include = @am__include@
130
am__leading_dot = @am__leading_dot@
131
am__quote = @am__quote@
132
am__tar = @am__tar@
133
am__untar = @am__untar@
134
bindir = @bindir@
135
build = @build@
136
build_alias = @build_alias@
137
build_cpu = @build_cpu@
138
build_libmudflapth = @build_libmudflapth@
139
build_os = @build_os@
140
build_vendor = @build_vendor@
141
builddir = @builddir@
142
datadir = @datadir@
143
datarootdir = @datarootdir@
144
docdir = @docdir@
145
dvidir = @dvidir@
146
enable_shared = @enable_shared@
147
enable_static = @enable_static@
148
exec_prefix = @exec_prefix@
149
host = @host@
150
host_alias = @host_alias@
151
host_cpu = @host_cpu@
152
host_os = @host_os@
153
host_vendor = @host_vendor@
154
htmldir = @htmldir@
155
includedir = @includedir@
156
infodir = @infodir@
157
install_sh = @install_sh@
158
libdir = @libdir@
159
libexecdir = @libexecdir@
160
localedir = @localedir@
161
localstatedir = @localstatedir@
162
mandir = @mandir@
163
mkdir_p = @mkdir_p@
164
multi_basedir = @multi_basedir@
165
oldincludedir = @oldincludedir@
166
pdfdir = @pdfdir@
167
prefix = @prefix@
168
program_transform_name = @program_transform_name@
169
psdir = @psdir@
170
sbindir = @sbindir@
171
sharedstatedir = @sharedstatedir@
172
srcdir = @srcdir@
173
sysconfdir = @sysconfdir@
174
target = @target@
175
target_alias = @target_alias@
176
target_cpu = @target_cpu@
177
target_noncanonical = @target_noncanonical@
178
target_os = @target_os@
179
target_vendor = @target_vendor@
180
toolexecdir = @toolexecdir@
181
toolexeclibdir = @toolexeclibdir@
182
top_build_prefix = @top_build_prefix@
183
top_builddir = @top_builddir@
184
top_srcdir = @top_srcdir@
185
AUTOMAKE_OPTIONS = foreign dejagnu
186
EXPECT = `if [ -f ../../expect/expect ] ; then \
187
          echo ../../expect/expect ; \
188
          else echo expect ; fi`
189
 
190
RUNTEST = `if [ -f ${srcdir}/../../dejagnu/runtest ] ; then \
191
           echo ${srcdir}/../../dejagnu/runtest ; \
192
           else echo runtest ;  fi`
193
 
194
all: all-am
195
 
196
.SUFFIXES:
197
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
198
        @for dep in $?; do \
199
          case '$(am__configure_deps)' in \
200
            *$$dep*) \
201
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
202
                && { if test -f $@; then exit 0; else break; fi; }; \
203
              exit 1;; \
204
          esac; \
205
        done; \
206
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
207
        $(am__cd) $(top_srcdir) && \
208
          $(AUTOMAKE) --foreign testsuite/Makefile
209
.PRECIOUS: Makefile
210
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211
        @case '$?' in \
212
          *config.status*) \
213
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214
          *) \
215
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
216
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
217
        esac;
218
 
219
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
 
222
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
223
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
225
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226
$(am__aclocal_m4_deps):
227
mfconfig.exp: $(top_builddir)/config.status $(srcdir)/mfconfig.exp.in
228
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
229
 
230
mostlyclean-libtool:
231
        -rm -f *.lo
232
 
233
clean-libtool:
234
        -rm -rf .libs _libs
235
tags: TAGS
236
TAGS:
237
 
238
ctags: CTAGS
239
CTAGS:
240
 
241
 
242
check-DEJAGNU: site.exp
243
        srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
244
        EXPECT=$(EXPECT); export EXPECT; \
245
        runtest=$(RUNTEST); \
246
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
247
          exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
248
            if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
249
            then :; else exit_status=1; fi; \
250
          done; \
251
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
252
        fi; \
253
        exit $$exit_status
254
site.exp: Makefile
255
        @echo 'Making a new site.exp file...'
256
        @echo '## these variables are automatically generated by make ##' >site.tmp
257
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
258
        @echo '# edit the last section' >>site.tmp
259
        @echo 'set srcdir $(srcdir)' >>site.tmp
260
        @echo "set objdir `pwd`" >>site.tmp
261
        @echo 'set build_alias "$(build_alias)"' >>site.tmp
262
        @echo 'set build_triplet $(build_triplet)' >>site.tmp
263
        @echo 'set host_alias "$(host_alias)"' >>site.tmp
264
        @echo 'set host_triplet $(host_triplet)' >>site.tmp
265
        @echo 'set target_alias "$(target_alias)"' >>site.tmp
266
        @echo 'set target_triplet $(target_triplet)' >>site.tmp
267
        @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
268
        @test ! -f site.exp || \
269
          sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
270
        @-rm -f site.bak
271
        @test ! -f site.exp || mv site.exp site.bak
272
        @mv site.tmp site.exp
273
 
274
distclean-DEJAGNU:
275
        -rm -f site.exp site.bak
276
        -l='$(DEJATOOL)'; for tool in $$l; do \
277
          rm -f $$tool.sum $$tool.log; \
278
        done
279
check-am: all-am
280
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
281
check: check-am
282
all-am: Makefile
283
installdirs:
284
install: install-am
285
install-exec: install-exec-am
286
install-data: install-data-am
287
uninstall: uninstall-am
288
 
289
install-am: all-am
290
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
291
 
292
installcheck: installcheck-am
293
install-strip:
294
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
295
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
296
          `test -z '$(STRIP)' || \
297
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
298
mostlyclean-generic:
299
 
300
clean-generic:
301
 
302
distclean-generic:
303
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
304
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
305
 
306
maintainer-clean-generic:
307
        @echo "This command is intended for maintainers to use"
308
        @echo "it deletes files that may require special tools to rebuild."
309
clean: clean-am
310
 
311
clean-am: clean-generic clean-libtool mostlyclean-am
312
 
313
distclean: distclean-am
314
        -rm -f Makefile
315
distclean-am: clean-am distclean-DEJAGNU distclean-generic
316
 
317
dvi: dvi-am
318
 
319
dvi-am:
320
 
321
html: html-am
322
 
323
html-am:
324
 
325
info: info-am
326
 
327
info-am:
328
 
329
install-data-am:
330
 
331
install-dvi: install-dvi-am
332
 
333
install-dvi-am:
334
 
335
install-exec-am:
336
 
337
install-html: install-html-am
338
 
339
install-html-am:
340
 
341
install-info: install-info-am
342
 
343
install-info-am:
344
 
345
install-man:
346
 
347
install-pdf: install-pdf-am
348
 
349
install-pdf-am:
350
 
351
install-ps: install-ps-am
352
 
353
install-ps-am:
354
 
355
installcheck-am:
356
 
357
maintainer-clean: maintainer-clean-am
358
        -rm -f Makefile
359
maintainer-clean-am: distclean-am maintainer-clean-generic
360
 
361
mostlyclean: mostlyclean-am
362
 
363
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
364
 
365
pdf: pdf-am
366
 
367
pdf-am:
368
 
369
ps: ps-am
370
 
371
ps-am:
372
 
373
uninstall-am:
374
 
375
.MAKE: check-am install-am install-strip
376
 
377
.PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
378
        clean-libtool distclean distclean-DEJAGNU distclean-generic \
379
        distclean-libtool dvi dvi-am html html-am info info-am install \
380
        install-am install-data install-data-am install-dvi \
381
        install-dvi-am install-exec install-exec-am install-html \
382
        install-html-am install-info install-info-am install-man \
383
        install-pdf install-pdf-am install-ps install-ps-am \
384
        install-strip installcheck installcheck-am installdirs \
385
        maintainer-clean maintainer-clean-generic mostlyclean \
386
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
387
        uninstall uninstall-am
388
 
389
 
390
# Tell versions [3.59,3.63) of GNU make to not export all variables.
391
# Otherwise a system limit (for SysV at least) may be exceeded.
392
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.