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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [libcdl/] [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)/cdlconfig.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
CPPFLAGS = @CPPFLAGS@
86
CXX = @CXX@
87
CXXDEPMODE = @CXXDEPMODE@
88
CXXFLAGS = @CXXFLAGS@
89
CYGPATH_W = @CYGPATH_W@
90
DEFS = @DEFS@
91
DEPDIR = @DEPDIR@
92
ECHO_C = @ECHO_C@
93
ECHO_N = @ECHO_N@
94
ECHO_T = @ECHO_T@
95
EXEEXT = @EXEEXT@
96
INSTALL = @INSTALL@
97
INSTALL_DATA = @INSTALL_DATA@
98
INSTALL_PROGRAM = @INSTALL_PROGRAM@
99
INSTALL_SCRIPT = @INSTALL_SCRIPT@
100
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101
LDFLAGS = @LDFLAGS@
102
LIBOBJS = @LIBOBJS@
103
LIBS = @LIBS@
104
LTLIBOBJS = @LTLIBOBJS@
105
MAINT = @MAINT@
106
MAKEINFO = @MAKEINFO@
107
MKDIR_P = @MKDIR_P@
108
MSVC_SRCDIR = @MSVC_SRCDIR@
109
OBJEXT = @OBJEXT@
110
PACKAGE = @PACKAGE@
111
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
112
PACKAGE_NAME = @PACKAGE_NAME@
113
PACKAGE_STRING = @PACKAGE_STRING@
114
PACKAGE_TARNAME = @PACKAGE_TARNAME@
115
PACKAGE_VERSION = @PACKAGE_VERSION@
116
PATH_SEPARATOR = @PATH_SEPARATOR@
117
RANLIB = @RANLIB@
118
SET_MAKE = @SET_MAKE@
119
SHELL = @SHELL@
120
STRIP = @STRIP@
121
VERSION = @VERSION@
122
abs_builddir = @abs_builddir@
123
abs_srcdir = @abs_srcdir@
124
abs_top_builddir = @abs_top_builddir@
125
abs_top_srcdir = @abs_top_srcdir@
126
ac_ct_CC = @ac_ct_CC@
127
ac_ct_CXX = @ac_ct_CXX@
128
am__include = @am__include@
129
am__leading_dot = @am__leading_dot@
130
am__quote = @am__quote@
131
am__tar = @am__tar@
132
am__untar = @am__untar@
133
bindir = @bindir@
134
build = @build@
135
build_alias = @build_alias@
136
build_cpu = @build_cpu@
137
build_os = @build_os@
138
build_vendor = @build_vendor@
139
builddir = @builddir@
140
datadir = @datadir@
141
datarootdir = @datarootdir@
142
docdir = @docdir@
143
dvidir = @dvidir@
144
ecos_CFLAGS = @ecos_CFLAGS@
145
ecos_CXXFLAGS = @ecos_CXXFLAGS@
146
ecos_INCLUDES = @ecos_INCLUDES@
147
ecos_LDADD = @ecos_LDADD@
148
ecos_LIBS = @ecos_LIBS@
149
ecos_infra_incdir = @ecos_infra_incdir@
150
ecos_infra_libdir = @ecos_infra_libdir@
151
ecos_tk_includes = @ecos_tk_includes@
152
ecos_tk_libs = @ecos_tk_libs@
153
exec_prefix = @exec_prefix@
154
host = @host@
155
host_alias = @host_alias@
156
host_cpu = @host_cpu@
157
host_os = @host_os@
158
host_vendor = @host_vendor@
159
htmldir = @htmldir@
160
includedir = @includedir@
161
infodir = @infodir@
162
install_sh = @install_sh@
163
libdir = @libdir@
164
libexecdir = @libexecdir@
165
localedir = @localedir@
166
localstatedir = @localstatedir@
167
mandir = @mandir@
168
mkdir_p = @mkdir_p@
169
oldincludedir = @oldincludedir@
170
pdfdir = @pdfdir@
171
prefix = @prefix@
172
program_transform_name = @program_transform_name@
173
psdir = @psdir@
174
sbindir = @sbindir@
175
sharedstatedir = @sharedstatedir@
176
srcdir = @srcdir@
177
sysconfdir = @sysconfdir@
178
target_alias = @target_alias@
179
top_builddir = @top_builddir@
180
top_srcdir = @top_srcdir@
181
AUTOMAKE_OPTIONS = 1.3 foreign dejagnu
182
all: all-am
183
 
184
.SUFFIXES:
185
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
186
        @for dep in $?; do \
187
          case '$(am__configure_deps)' in \
188
            *$$dep*) \
189
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
190
                && exit 0; \
191
              exit 1;; \
192
          esac; \
193
        done; \
194
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  testsuite/Makefile'; \
195
        cd $(top_srcdir) && \
196
          $(AUTOMAKE) --foreign  testsuite/Makefile
197
.PRECIOUS: Makefile
198
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
199
        @case '$?' in \
200
          *config.status*) \
201
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
202
          *) \
203
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
204
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
205
        esac;
206
 
207
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
208
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209
 
210
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
211
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
213
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214
tags: TAGS
215
TAGS:
216
 
217
ctags: CTAGS
218
CTAGS:
219
 
220
 
221
check-DEJAGNU: site.exp
222
        srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
223
        EXPECT=$(EXPECT); export EXPECT; \
224
        runtest=$(RUNTEST); \
225
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
226
          exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
227
            if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
228
            then :; else exit_status=1; fi; \
229
          done; \
230
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
231
        fi; \
232
        exit $$exit_status
233
site.exp: Makefile
234
        @echo 'Making a new site.exp file...'
235
        @echo '## these variables are automatically generated by make ##' >site.tmp
236
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
237
        @echo '# edit the last section' >>site.tmp
238
        @echo 'set srcdir $(srcdir)' >>site.tmp
239
        @echo "set objdir `pwd`" >>site.tmp
240
        @echo 'set build_alias "$(build_alias)"' >>site.tmp
241
        @echo 'set build_triplet $(build_triplet)' >>site.tmp
242
        @echo 'set host_alias "$(host_alias)"' >>site.tmp
243
        @echo 'set host_triplet $(host_triplet)' >>site.tmp
244
        @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
245
        @test ! -f site.exp || \
246
          sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
247
        @-rm -f site.bak
248
        @test ! -f site.exp || mv site.exp site.bak
249
        @mv site.tmp site.exp
250
 
251
distclean-DEJAGNU:
252
        -rm -f site.exp site.bak
253
        -l='$(DEJATOOL)'; for tool in $$l; do \
254
          rm -f $$tool.sum $$tool.log; \
255
        done
256
 
257
distdir: $(DISTFILES)
258
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
259
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
260
        list='$(DISTFILES)'; \
261
          dist_files=`for file in $$list; do echo $$file; done | \
262
          sed -e "s|^$$srcdirstrip/||;t" \
263
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
264
        case $$dist_files in \
265
          */*) $(MKDIR_P) `echo "$$dist_files" | \
266
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
267
                           sort -u` ;; \
268
        esac; \
269
        for file in $$dist_files; do \
270
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
271
          if test -d $$d/$$file; then \
272
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
273
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
274
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
275
            fi; \
276
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
277
          else \
278
            test -f $(distdir)/$$file \
279
            || cp -p $$d/$$file $(distdir)/$$file \
280
            || exit 1; \
281
          fi; \
282
        done
283
check-am: all-am
284
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
285
check: check-am
286
all-am: Makefile
287
installdirs:
288
install: install-am
289
install-exec: install-exec-am
290
install-data: install-data-am
291
uninstall: uninstall-am
292
 
293
install-am: all-am
294
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
295
 
296
installcheck: installcheck-am
297
install-strip:
298
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
299
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
300
          `test -z '$(STRIP)' || \
301
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
302
mostlyclean-generic:
303
 
304
clean-generic:
305
 
306
distclean-generic:
307
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
308
 
309
maintainer-clean-generic:
310
        @echo "This command is intended for maintainers to use"
311
        @echo "it deletes files that may require special tools to rebuild."
312
clean: clean-am
313
 
314
clean-am: clean-generic mostlyclean-am
315
 
316
distclean: distclean-am
317
        -rm -f Makefile
318
distclean-am: clean-am distclean-DEJAGNU distclean-generic
319
 
320
dvi: dvi-am
321
 
322
dvi-am:
323
 
324
html: html-am
325
 
326
info: info-am
327
 
328
info-am:
329
 
330
install-data-am:
331
 
332
install-dvi: install-dvi-am
333
 
334
install-exec-am:
335
 
336
install-html: install-html-am
337
 
338
install-info: install-info-am
339
 
340
install-man:
341
 
342
install-pdf: install-pdf-am
343
 
344
install-ps: install-ps-am
345
 
346
installcheck-am:
347
 
348
maintainer-clean: maintainer-clean-am
349
        -rm -f Makefile
350
maintainer-clean-am: distclean-am maintainer-clean-generic
351
 
352
mostlyclean: mostlyclean-am
353
 
354
mostlyclean-am: mostlyclean-generic
355
 
356
pdf: pdf-am
357
 
358
pdf-am:
359
 
360
ps: ps-am
361
 
362
ps-am:
363
 
364
uninstall-am:
365
 
366
.MAKE: install-am install-strip
367
 
368
.PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
369
        distclean distclean-DEJAGNU distclean-generic distdir dvi \
370
        dvi-am html html-am info info-am install install-am \
371
        install-data install-data-am install-dvi install-dvi-am \
372
        install-exec install-exec-am install-html install-html-am \
373
        install-info install-info-am install-man install-pdf \
374
        install-pdf-am install-ps install-ps-am install-strip \
375
        installcheck installcheck-am installdirs maintainer-clean \
376
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
377
        pdf-am ps ps-am uninstall uninstall-am
378
 
379
# Tell versions [3.59,3.63) of GNU make to not export all variables.
380
# Otherwise a system limit (for SysV at least) may be exceeded.
381
.NOEXPORT:

powered by: WebSVN 2.1.0

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