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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [infra/] [testsuite/] [Makefile.in] - Blame information for rev 790

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

Line No. Rev Author Line
1 786 skrzyp
# 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
 
17
# ####ECOSHOSTGPLCOPYRIGHTBEGIN####
18
# -------------------------------------------
19
# This file is part of the eCos host tools.
20
# Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
21
#
22
# This program is free software; you can redistribute it and/or modify
23
# it under the terms of the GNU General Public License as published by
24
# the Free Software Foundation; either version 2 or (at your option) any
25
# later version.
26
#
27
# This program is distributed in the hope that it will be useful, but
28
# WITHOUT ANY WARRANTY; without even the implied warranty of
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
30
# General Public License for more details.
31
#
32
# You should have received a copy of the GNU General Public License
33
# along with this program; if not, write to the
34
# Free Software Foundation, Inc., 51 Franklin Street,
35
# Fifth Floor, Boston, MA  02110-1301, USA.
36
# -------------------------------------------
37
# ####ECOSHOSTGPLCOPYRIGHTEND####
38
#######DESCRIPTIONBEGIN####
39
######DESCRIPTIONEND####
40
VPATH = @srcdir@
41
pkgdatadir = $(datadir)/@PACKAGE@
42
pkglibdir = $(libdir)/@PACKAGE@
43
pkgincludedir = $(includedir)/@PACKAGE@
44
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45
install_sh_DATA = $(install_sh) -c -m 644
46
install_sh_PROGRAM = $(install_sh) -c
47
install_sh_SCRIPT = $(install_sh) -c
48
INSTALL_HEADER = $(INSTALL_DATA)
49
transform = $(program_transform_name)
50
NORMAL_INSTALL = :
51
PRE_INSTALL = :
52
POST_INSTALL = :
53
NORMAL_UNINSTALL = :
54
PRE_UNINSTALL = :
55
POST_UNINSTALL = :
56
build_triplet = @build@
57
host_triplet = @host@
58
subdir = testsuite
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
62
        $(top_srcdir)/../../acsupport/acinclude.m4 \
63
        $(top_srcdir)/configure.in
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
        $(ACLOCAL_M4)
66
mkinstalldirs = $(SHELL) $(top_srcdir)/../../acsupport/mkinstalldirs
67
CONFIG_HEADER = $(top_builddir)/hostinfra.h
68
CONFIG_CLEAN_FILES =
69
SOURCES =
70
DIST_SOURCES =
71
DEJATOOL = $(PACKAGE)
72
RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
73
EXPECT = expect
74
RUNTEST = runtest
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
ACLOCAL = @ACLOCAL@
77
AMTAR = @AMTAR@
78
AUTOCONF = @AUTOCONF@
79
AUTOHEADER = @AUTOHEADER@
80
AUTOMAKE = @AUTOMAKE@
81
AWK = @AWK@
82
CC = @CC@
83
CCDEPMODE = @CCDEPMODE@
84
CFLAGS = @CFLAGS@
85
CPP = @CPP@
86
CPPFLAGS = @CPPFLAGS@
87
CXX = @CXX@
88
CXXDEPMODE = @CXXDEPMODE@
89
CXXFLAGS = @CXXFLAGS@
90
CYGPATH_W = @CYGPATH_W@
91
DEFS = @DEFS@
92
DEPDIR = @DEPDIR@
93
ECHO_C = @ECHO_C@
94
ECHO_N = @ECHO_N@
95
ECHO_T = @ECHO_T@
96
EGREP = @EGREP@
97
EXEEXT = @EXEEXT@
98
GREP = @GREP@
99
INSTALL = @INSTALL@
100
INSTALL_DATA = @INSTALL_DATA@
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
102
INSTALL_SCRIPT = @INSTALL_SCRIPT@
103
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104
LDFLAGS = @LDFLAGS@
105
LIBOBJS = @LIBOBJS@
106
LIBS = @LIBS@
107
LTLIBOBJS = @LTLIBOBJS@
108
MAINT = @MAINT@
109
MAKEINFO = @MAKEINFO@
110
MKDIR_P = @MKDIR_P@
111
MSVC_SRCDIR = @MSVC_SRCDIR@
112
OBJEXT = @OBJEXT@
113
PACKAGE = @PACKAGE@
114
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115
PACKAGE_NAME = @PACKAGE_NAME@
116
PACKAGE_STRING = @PACKAGE_STRING@
117
PACKAGE_TARNAME = @PACKAGE_TARNAME@
118
PACKAGE_VERSION = @PACKAGE_VERSION@
119
PATH_SEPARATOR = @PATH_SEPARATOR@
120
RANLIB = @RANLIB@
121
SET_MAKE = @SET_MAKE@
122
SHELL = @SHELL@
123
STRIP = @STRIP@
124
VERSION = @VERSION@
125
abs_builddir = @abs_builddir@
126
abs_srcdir = @abs_srcdir@
127
abs_top_builddir = @abs_top_builddir@
128
abs_top_srcdir = @abs_top_srcdir@
129
ac_ct_CC = @ac_ct_CC@
130
ac_ct_CXX = @ac_ct_CXX@
131
am__include = @am__include@
132
am__leading_dot = @am__leading_dot@
133
am__quote = @am__quote@
134
am__tar = @am__tar@
135
am__untar = @am__untar@
136
bindir = @bindir@
137
build = @build@
138
build_alias = @build_alias@
139
build_cpu = @build_cpu@
140
build_os = @build_os@
141
build_vendor = @build_vendor@
142
builddir = @builddir@
143
datadir = @datadir@
144
datarootdir = @datarootdir@
145
docdir = @docdir@
146
dvidir = @dvidir@
147
ecos_CFLAGS = @ecos_CFLAGS@
148
ecos_CXXFLAGS = @ecos_CXXFLAGS@
149
ecos_INCLUDES = @ecos_INCLUDES@
150
ecos_LDADD = @ecos_LDADD@
151
ecos_LIBS = @ecos_LIBS@
152
exec_prefix = @exec_prefix@
153
host = @host@
154
host_alias = @host_alias@
155
host_cpu = @host_cpu@
156
host_os = @host_os@
157
host_vendor = @host_vendor@
158
htmldir = @htmldir@
159
includedir = @includedir@
160
infodir = @infodir@
161
install_sh = @install_sh@
162
libdir = @libdir@
163
libexecdir = @libexecdir@
164
localedir = @localedir@
165
localstatedir = @localstatedir@
166
mandir = @mandir@
167
mkdir_p = @mkdir_p@
168
oldincludedir = @oldincludedir@
169
pdfdir = @pdfdir@
170
prefix = @prefix@
171
program_transform_name = @program_transform_name@
172
psdir = @psdir@
173
sbindir = @sbindir@
174
sharedstatedir = @sharedstatedir@
175
srcdir = @srcdir@
176
sysconfdir = @sysconfdir@
177
target_alias = @target_alias@
178
top_builddir = @top_builddir@
179
top_srcdir = @top_srcdir@
180
AUTOMAKE_OPTIONS = 1.3 foreign dejagnu
181
all: all-am
182
 
183
.SUFFIXES:
184
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
185
        @for dep in $?; do \
186
          case '$(am__configure_deps)' in \
187
            *$$dep*) \
188
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
189
                && exit 0; \
190
              exit 1;; \
191
          esac; \
192
        done; \
193
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  testsuite/Makefile'; \
194
        cd $(top_srcdir) && \
195
          $(AUTOMAKE) --foreign  testsuite/Makefile
196
.PRECIOUS: Makefile
197
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
198
        @case '$?' in \
199
          *config.status*) \
200
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
201
          *) \
202
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
203
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
204
        esac;
205
 
206
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
207
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208
 
209
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
210
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213
tags: TAGS
214
TAGS:
215
 
216
ctags: CTAGS
217
CTAGS:
218
 
219
 
220
check-DEJAGNU: site.exp
221
        srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
222
        EXPECT=$(EXPECT); export EXPECT; \
223
        runtest=$(RUNTEST); \
224
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
225
          exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
226
            if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
227
            then :; else exit_status=1; fi; \
228
          done; \
229
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
230
        fi; \
231
        exit $$exit_status
232
site.exp: Makefile
233
        @echo 'Making a new site.exp file...'
234
        @echo '## these variables are automatically generated by make ##' >site.tmp
235
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
236
        @echo '# edit the last section' >>site.tmp
237
        @echo 'set srcdir $(srcdir)' >>site.tmp
238
        @echo "set objdir `pwd`" >>site.tmp
239
        @echo 'set build_alias "$(build_alias)"' >>site.tmp
240
        @echo 'set build_triplet $(build_triplet)' >>site.tmp
241
        @echo 'set host_alias "$(host_alias)"' >>site.tmp
242
        @echo 'set host_triplet $(host_triplet)' >>site.tmp
243
        @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
244
        @test ! -f site.exp || \
245
          sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
246
        @-rm -f site.bak
247
        @test ! -f site.exp || mv site.exp site.bak
248
        @mv site.tmp site.exp
249
 
250
distclean-DEJAGNU:
251
        -rm -f site.exp site.bak
252
        -l='$(DEJATOOL)'; for tool in $$l; do \
253
          rm -f $$tool.sum $$tool.log; \
254
        done
255
 
256
distdir: $(DISTFILES)
257
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
258
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
259
        list='$(DISTFILES)'; \
260
          dist_files=`for file in $$list; do echo $$file; done | \
261
          sed -e "s|^$$srcdirstrip/||;t" \
262
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
263
        case $$dist_files in \
264
          */*) $(MKDIR_P) `echo "$$dist_files" | \
265
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
266
                           sort -u` ;; \
267
        esac; \
268
        for file in $$dist_files; do \
269
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
270
          if test -d $$d/$$file; then \
271
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
272
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
273
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
274
            fi; \
275
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
276
          else \
277
            test -f $(distdir)/$$file \
278
            || cp -p $$d/$$file $(distdir)/$$file \
279
            || exit 1; \
280
          fi; \
281
        done
282
check-am: all-am
283
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
284
check: check-am
285
all-am: Makefile
286
installdirs:
287
install: install-am
288
install-exec: install-exec-am
289
install-data: install-data-am
290
uninstall: uninstall-am
291
 
292
install-am: all-am
293
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
294
 
295
installcheck: installcheck-am
296
install-strip:
297
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
298
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
299
          `test -z '$(STRIP)' || \
300
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
301
mostlyclean-generic:
302
 
303
clean-generic:
304
 
305
distclean-generic:
306
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
307
 
308
maintainer-clean-generic:
309
        @echo "This command is intended for maintainers to use"
310
        @echo "it deletes files that may require special tools to rebuild."
311
clean: clean-am
312
 
313
clean-am: clean-generic mostlyclean-am
314
 
315
distclean: distclean-am
316
        -rm -f Makefile
317
distclean-am: clean-am distclean-DEJAGNU distclean-generic
318
 
319
dvi: dvi-am
320
 
321
dvi-am:
322
 
323
html: 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-exec-am:
334
 
335
install-html: install-html-am
336
 
337
install-info: install-info-am
338
 
339
install-man:
340
 
341
install-pdf: install-pdf-am
342
 
343
install-ps: install-ps-am
344
 
345
installcheck-am:
346
 
347
maintainer-clean: maintainer-clean-am
348
        -rm -f Makefile
349
maintainer-clean-am: distclean-am maintainer-clean-generic
350
 
351
mostlyclean: mostlyclean-am
352
 
353
mostlyclean-am: mostlyclean-generic
354
 
355
pdf: pdf-am
356
 
357
pdf-am:
358
 
359
ps: ps-am
360
 
361
ps-am:
362
 
363
uninstall-am:
364
 
365
.MAKE: install-am install-strip
366
 
367
.PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
368
        distclean distclean-DEJAGNU distclean-generic distdir dvi \
369
        dvi-am html html-am info info-am install install-am \
370
        install-data install-data-am install-dvi install-dvi-am \
371
        install-exec install-exec-am install-html install-html-am \
372
        install-info install-info-am install-man install-pdf \
373
        install-pdf-am install-ps install-ps-am install-strip \
374
        installcheck installcheck-am installdirs maintainer-clean \
375
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
376
        pdf-am ps ps-am uninstall uninstall-am
377
 
378
# Tell versions [3.59,3.63) of GNU make to not export all variables.
379
# Otherwise a system limit (for SysV at least) may be exceeded.
380
.NOEXPORT:

powered by: WebSVN 2.1.0

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