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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [cgen/] [testsuite/] [Makefile.in] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 jlechner
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005  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
# Makefile for cgen/testsuite.
18
# Process this file with "automake --cygnus Makefile" to generate Makefile.in
19
srcdir = @srcdir@
20
top_srcdir = @top_srcdir@
21
VPATH = @srcdir@
22
pkgdatadir = $(datadir)/@PACKAGE@
23
pkglibdir = $(libdir)/@PACKAGE@
24
pkgincludedir = $(includedir)/@PACKAGE@
25
top_builddir = ..
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
INSTALL = @INSTALL@
28
install_sh_DATA = $(install_sh) -c -m 644
29
install_sh_PROGRAM = $(install_sh) -c
30
install_sh_SCRIPT = $(install_sh) -c
31
INSTALL_HEADER = $(INSTALL_DATA)
32
transform = $(program_transform_name)
33
NORMAL_INSTALL = :
34
PRE_INSTALL = :
35
POST_INSTALL = :
36
NORMAL_UNINSTALL = :
37
PRE_UNINSTALL = :
38
POST_UNINSTALL = :
39
build_triplet = @build@
40
host_triplet = @host@
41
target_triplet = @target@
42
subdir = testsuite
43
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
44
        $(srcdir)/test-utils.sh.in
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
am__aclocal_m4_deps = $(top_srcdir)/configure.in
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
        $(ACLOCAL_M4)
49
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
50
CONFIG_CLEAN_FILES = test-utils.sh
51
depcomp =
52
am__depfiles_maybe =
53
SOURCES =
54
ACLOCAL = @ACLOCAL@
55
AMTAR = @AMTAR@
56
AUTOCONF = @AUTOCONF@
57
AUTOHEADER = @AUTOHEADER@
58
AUTOMAKE = @AUTOMAKE@
59
AWK = @AWK@
60
CYGPATH_W = @CYGPATH_W@
61
DEFS = @DEFS@
62
ECHO_C = @ECHO_C@
63
ECHO_N = @ECHO_N@
64
ECHO_T = @ECHO_T@
65
GENINSRC_NEVER_FALSE = @GENINSRC_NEVER_FALSE@
66
GENINSRC_NEVER_TRUE = @GENINSRC_NEVER_TRUE@
67
INSTALL_DATA = @INSTALL_DATA@
68
INSTALL_PROGRAM = @INSTALL_PROGRAM@
69
INSTALL_SCRIPT = @INSTALL_SCRIPT@
70
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71
LIBOBJS = @LIBOBJS@
72
LIBS = @LIBS@
73
LTLIBOBJS = @LTLIBOBJS@
74
MAINT = @MAINT@
75
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
76
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
77
MAKEINFO = @MAKEINFO@
78
PACKAGE = @PACKAGE@
79
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
80
PACKAGE_NAME = @PACKAGE_NAME@
81
PACKAGE_STRING = @PACKAGE_STRING@
82
PACKAGE_TARNAME = @PACKAGE_TARNAME@
83
PACKAGE_VERSION = @PACKAGE_VERSION@
84
PATH_SEPARATOR = @PATH_SEPARATOR@
85
SET_MAKE = @SET_MAKE@
86
SHELL = @SHELL@
87
STRIP = @STRIP@
88
VERSION = @VERSION@
89
ac_ct_STRIP = @ac_ct_STRIP@
90
am__leading_dot = @am__leading_dot@
91
am__tar = @am__tar@
92
am__untar = @am__untar@
93
arch = @arch@
94
bindir = @bindir@
95
build = @build@
96
build_alias = @build_alias@
97
build_cpu = @build_cpu@
98
build_os = @build_os@
99
build_vendor = @build_vendor@
100
datadir = @datadir@
101
exec_prefix = @exec_prefix@
102
host = @host@
103
host_alias = @host_alias@
104
host_cpu = @host_cpu@
105
host_os = @host_os@
106
host_vendor = @host_vendor@
107
includedir = @includedir@
108
infodir = @infodir@
109
install_sh = @install_sh@
110
libdir = @libdir@
111
libexecdir = @libexecdir@
112
localstatedir = @localstatedir@
113
mandir = @mandir@
114
mkdir_p = @mkdir_p@
115
oldincludedir = @oldincludedir@
116
prefix = @prefix@
117
program_transform_name = @program_transform_name@
118
sbindir = @sbindir@
119
sharedstatedir = @sharedstatedir@
120
sysconfdir = @sysconfdir@
121
target = @target@
122
target_alias = @target_alias@
123
target_cpu = @target_cpu@
124
target_os = @target_os@
125
target_vendor = @target_vendor@
126
AUTOMAKE_OPTIONS = 1.9 cygnus
127
cgendir = $(srcdir)/..
128
 
129
# Default set of tests to run.
130
TEST_LIST = all
131
all: all-am
132
 
133
.SUFFIXES:
134
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
135
        @for dep in $?; do \
136
          case '$(am__configure_deps)' in \
137
            *$$dep*) \
138
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
139
                && exit 0; \
140
              exit 1;; \
141
          esac; \
142
        done; \
143
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  testsuite/Makefile'; \
144
        cd $(top_srcdir) && \
145
          $(AUTOMAKE) --cygnus  testsuite/Makefile
146
.PRECIOUS: Makefile
147
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
148
        @case '$?' in \
149
          *config.status*) \
150
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
151
          *) \
152
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
153
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
154
        esac;
155
 
156
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
157
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
158
 
159
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
160
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
161
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
162
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
163
test-utils.sh: $(top_builddir)/config.status $(srcdir)/test-utils.sh.in
164
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
165
uninstall-info-am:
166
tags: TAGS
167
TAGS:
168
 
169
ctags: CTAGS
170
CTAGS:
171
 
172
check-am:
173
check: check-am
174
all-am: Makefile
175
installdirs:
176
install: install-am
177
install-exec: install-exec-am
178
install-data: install-data-am
179
uninstall: uninstall-am
180
 
181
install-am: all-am
182
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
183
 
184
installcheck: installcheck-am
185
install-strip:
186
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
187
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
188
          `test -z '$(STRIP)' || \
189
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
190
mostlyclean-generic:
191
 
192
clean-generic:
193
 
194
distclean-generic:
195
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
196
 
197
maintainer-clean-generic:
198
        @echo "This command is intended for maintainers to use"
199
        @echo "it deletes files that may require special tools to rebuild."
200
clean-am: clean-generic mostlyclean-am
201
 
202
distclean: distclean-am
203
        -rm -f Makefile
204
distclean-am: clean-am distclean-generic
205
 
206
dvi: dvi-am
207
 
208
dvi-am:
209
 
210
html: html-am
211
 
212
info: info-am
213
 
214
info-am:
215
 
216
install-data-am:
217
 
218
install-exec-am:
219
 
220
install-info: install-info-am
221
 
222
install-man:
223
 
224
installcheck-am:
225
 
226
maintainer-clean: maintainer-clean-am
227
        -rm -f Makefile
228
maintainer-clean-am: distclean-am maintainer-clean-generic
229
 
230
mostlyclean: mostlyclean-am
231
 
232
mostlyclean-am: mostlyclean-generic
233
 
234
pdf: pdf-am
235
 
236
pdf-am:
237
 
238
ps: ps-am
239
 
240
ps-am:
241
 
242
uninstall-am:
243
 
244
.PHONY: all all-am check check-am clean clean-generic distclean \
245
        distclean-generic dvi dvi-am html html-am info info-am install \
246
        install-am install-data install-data-am install-exec \
247
        install-exec-am install-info install-info-am install-man \
248
        install-strip installcheck installcheck-am installdirs \
249
        maintainer-clean maintainer-clean-generic mostlyclean \
250
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
251
        uninstall-info-am
252
 
253
 
254
default:
255
        @echo no default
256
 
257
.phony: check
258
check: Makefile test-utils.sh
259
        $(SHELL) ${srcdir}/run-tests.sh $(TEST_LIST)
260
 
261
.PHONY: clean-test-files
262
clean: clean-test-files
263
clean-test-files:
264
        rm -f *.test.cpu
265
        rm -f *.out
266
        rm -f *.tmp
267
# Tell versions [3.59,3.63) of GNU make to not export all variables.
268
# Otherwise a system limit (for SysV at least) may be exceeded.
269
.NOEXPORT:

powered by: WebSVN 2.1.0

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