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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [or1ksim.tests/] [Makefile.in] - Blame information for rev 625

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

Line No. Rev Author Line
1 625 jeremybenn
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2 82 jeremybenn
# @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
 
18
# Makefile.am for or1ksim testsuite DejaGNU tests
19
 
20
# Copyright (C) Marko Mlinar, 2001
21
# Copyright (C) Embecosm Limited, 2010
22
 
23
# Contributor Jeremy Bennett 
24
 
25
# To add new test, edit between marked areas only
26
 
27
# This file is part of OpenRISC 1000 Architectural Simulator.
28
 
29
# This program is free software; you can redistribute it and/or modify it
30
# under the terms of the GNU General Public License as published by the Free
31
# Software Foundation; either version 3 of the License, or (at your option)
32
# any later version.
33
 
34
# This program is distributed in the hope that it will be useful, but WITHOUT
35
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
36
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
37
# more details.
38
 
39
# You should have received a copy of the GNU General Public License along
40
# with this program.  If not, see .  */
41
 
42
# -----------------------------------------------------------------------------
43
# This code is commented throughout for use with Doxygen.
44
# -----------------------------------------------------------------------------
45
VPATH = @srcdir@
46
pkgdatadir = $(datadir)/@PACKAGE@
47
pkgincludedir = $(includedir)/@PACKAGE@
48
pkglibdir = $(libdir)/@PACKAGE@
49
pkglibexecdir = $(libexecdir)/@PACKAGE@
50
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51
install_sh_DATA = $(install_sh) -c -m 644
52
install_sh_PROGRAM = $(install_sh) -c
53
install_sh_SCRIPT = $(install_sh) -c
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_triplet = @build@
63
host_triplet = @host@
64 90 jeremybenn
target_triplet = @target@
65
subdir = testsuite/or1ksim.tests
66 82 jeremybenn
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
67
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
69
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
70
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
71
        $(top_srcdir)/configure.ac
72
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73
        $(ACLOCAL_M4)
74 90 jeremybenn
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75 82 jeremybenn
CONFIG_HEADER = $(top_builddir)/config.h
76
CONFIG_CLEAN_FILES =
77
CONFIG_CLEAN_VPATH_FILES =
78 625 jeremybenn
AM_V_GEN = $(am__v_GEN_$(V))
79
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
80
am__v_GEN_0 = @echo "  GEN   " $@;
81
AM_V_at = $(am__v_at_$(V))
82
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
83
am__v_at_0 = @
84 82 jeremybenn
SOURCES =
85
DIST_SOURCES =
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87
ACLOCAL = @ACLOCAL@
88
AMTAR = @AMTAR@
89 625 jeremybenn
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
90 82 jeremybenn
AR = @AR@
91 90 jeremybenn
ARFLAGS = @ARFLAGS@
92 82 jeremybenn
AUTOCONF = @AUTOCONF@
93
AUTOHEADER = @AUTOHEADER@
94
AUTOMAKE = @AUTOMAKE@
95
AWK = @AWK@
96 90 jeremybenn
BUILD_DIR = @BUILD_DIR@
97 82 jeremybenn
CC = @CC@
98
CCAS = @CCAS@
99
CCASDEPMODE = @CCASDEPMODE@
100
CCASFLAGS = @CCASFLAGS@
101
CCDEPMODE = @CCDEPMODE@
102
CFLAGS = @CFLAGS@
103
CPP = @CPP@
104
CPPFLAGS = @CPPFLAGS@
105 90 jeremybenn
CPU_ARCH = @CPU_ARCH@
106 82 jeremybenn
CYGPATH_W = @CYGPATH_W@
107 90 jeremybenn
DEBUGFLAGS = @DEBUGFLAGS@
108 82 jeremybenn
DEFS = @DEFS@
109
DEJAGNU = @DEJAGNU@
110
DEPDIR = @DEPDIR@
111
DSYMUTIL = @DSYMUTIL@
112
DUMPBIN = @DUMPBIN@
113
ECHO_C = @ECHO_C@
114
ECHO_N = @ECHO_N@
115
ECHO_T = @ECHO_T@
116
EGREP = @EGREP@
117
EXEEXT = @EXEEXT@
118
FGREP = @FGREP@
119
GREP = @GREP@
120 90 jeremybenn
INCLUDES = @INCLUDES@
121 82 jeremybenn
INSTALL = @INSTALL@
122
INSTALL_DATA = @INSTALL_DATA@
123
INSTALL_PROGRAM = @INSTALL_PROGRAM@
124
INSTALL_SCRIPT = @INSTALL_SCRIPT@
125
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126
LD = @LD@
127
LDFLAGS = @LDFLAGS@
128
LIBOBJS = @LIBOBJS@
129
LIBS = @LIBS@
130
LIBTOOL = @LIBTOOL@
131
LIPO = @LIPO@
132
LN_S = @LN_S@
133 90 jeremybenn
LOCAL_CFLAGS = @LOCAL_CFLAGS@
134
LOCAL_DEFS = @LOCAL_DEFS@
135
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
136 82 jeremybenn
LTLIBOBJS = @LTLIBOBJS@
137
MAKEINFO = @MAKEINFO@
138
MKDIR_P = @MKDIR_P@
139
NM = @NM@
140
NMEDIT = @NMEDIT@
141
OBJDUMP = @OBJDUMP@
142
OBJEXT = @OBJEXT@
143
OTOOL = @OTOOL@
144
OTOOL64 = @OTOOL64@
145
PACKAGE = @PACKAGE@
146
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147
PACKAGE_NAME = @PACKAGE_NAME@
148
PACKAGE_STRING = @PACKAGE_STRING@
149
PACKAGE_TARNAME = @PACKAGE_TARNAME@
150 346 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
151 82 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
152
PATH_SEPARATOR = @PATH_SEPARATOR@
153 90 jeremybenn
POW_LIB = @POW_LIB@
154 82 jeremybenn
RANLIB = @RANLIB@
155 95 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
156 82 jeremybenn
SED = @SED@
157
SET_MAKE = @SET_MAKE@
158
SHELL = @SHELL@
159
STRIP = @STRIP@
160 90 jeremybenn
SUMVERSION = @SUMVERSION@
161
TERMCAP_LIB = @TERMCAP_LIB@
162 82 jeremybenn
VERSION = @VERSION@
163
abs_builddir = @abs_builddir@
164
abs_srcdir = @abs_srcdir@
165
abs_top_builddir = @abs_top_builddir@
166
abs_top_srcdir = @abs_top_srcdir@
167
ac_ct_CC = @ac_ct_CC@
168
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
169
am__include = @am__include@
170
am__leading_dot = @am__leading_dot@
171
am__quote = @am__quote@
172
am__tar = @am__tar@
173
am__untar = @am__untar@
174
bindir = @bindir@
175
build = @build@
176
build_alias = @build_alias@
177
build_cpu = @build_cpu@
178
build_os = @build_os@
179
build_vendor = @build_vendor@
180
builddir = @builddir@
181
datadir = @datadir@
182
datarootdir = @datarootdir@
183
docdir = @docdir@
184
dvidir = @dvidir@
185
exec_prefix = @exec_prefix@
186
host = @host@
187
host_alias = @host_alias@
188
host_cpu = @host_cpu@
189
host_os = @host_os@
190
host_vendor = @host_vendor@
191
htmldir = @htmldir@
192
includedir = @includedir@
193
infodir = @infodir@
194
install_sh = @install_sh@
195
libdir = @libdir@
196
libexecdir = @libexecdir@
197
localedir = @localedir@
198
localstatedir = @localstatedir@
199
lt_ECHO = @lt_ECHO@
200
mandir = @mandir@
201
mkdir_p = @mkdir_p@
202
oldincludedir = @oldincludedir@
203
pdfdir = @pdfdir@
204
prefix = @prefix@
205
program_transform_name = @program_transform_name@
206
psdir = @psdir@
207
sbindir = @sbindir@
208
sharedstatedir = @sharedstatedir@
209
srcdir = @srcdir@
210 90 jeremybenn
subdirs = @subdirs@
211 82 jeremybenn
sysconfdir = @sysconfdir@
212 90 jeremybenn
target = @target@
213 82 jeremybenn
target_alias = @target_alias@
214 90 jeremybenn
target_cpu = @target_cpu@
215
target_os = @target_os@
216
target_vendor = @target_vendor@
217 82 jeremybenn
top_build_prefix = @top_build_prefix@
218
top_builddir = @top_builddir@
219
top_srcdir = @top_srcdir@
220
 
221
# Just distribute this stuff
222 107 jeremybenn
EXTRA_DIST = acv-gpio.cfg      \
223
             acv-uart.cfg      \
224
             basic.exp         \
225
             cache.exp         \
226
             cbasic.exp        \
227
             cfg.exp           \
228
             default.cfg       \
229
             dhry.exp          \
230
             dmatest.exp       \
231
             eth0.rx           \
232
             eth.cfg           \
233
             eth.exp           \
234
             except-test.exp   \
235
             exit.exp          \
236
             ext.exp           \
237
             fbtest.exp        \
238
             flag.exp          \
239
             fp.cfg            \
240
             fp.exp            \
241
             functest.exp      \
242
             int-test.exp      \
243
             inst-set-test.cfg \
244
             inst-set-test.exp \
245
             kbdtest.cfg       \
246
             kbdtest.exp       \
247
             kbdtest.rx        \
248
             local-global.exp  \
249
             mem-test.exp      \
250
             mmu.cfg           \
251
             mmu.exp           \
252
             mul.exp           \
253
             mycompress.exp    \
254 234 jeremybenn
             testfloat.exp     \
255 556 julius
             tick.exp          \
256 625 jeremybenn
             pcu.cfg           \
257 556 julius
             pcu.exp
258 82 jeremybenn
 
259
all: all-am
260
 
261
.SUFFIXES:
262
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
263
        @for dep in $?; do \
264
          case '$(am__configure_deps)' in \
265
            *$$dep*) \
266
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
267
                && { if test -f $@; then exit 0; else break; fi; }; \
268
              exit 1;; \
269
          esac; \
270
        done; \
271 90 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/or1ksim.tests/Makefile'; \
272 82 jeremybenn
        $(am__cd) $(top_srcdir) && \
273 90 jeremybenn
          $(AUTOMAKE) --gnu testsuite/or1ksim.tests/Makefile
274 82 jeremybenn
.PRECIOUS: Makefile
275
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
276
        @case '$?' in \
277
          *config.status*) \
278
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
279
          *) \
280
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
281
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
282
        esac;
283
 
284
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
 
287
$(top_srcdir)/configure:  $(am__configure_deps)
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
$(am__aclocal_m4_deps):
292
 
293
mostlyclean-libtool:
294
        -rm -f *.lo
295
 
296
clean-libtool:
297
        -rm -rf .libs _libs
298
tags: TAGS
299
TAGS:
300
 
301
ctags: CTAGS
302
CTAGS:
303
 
304
 
305
distdir: $(DISTFILES)
306
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
307
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
308
        list='$(DISTFILES)'; \
309
          dist_files=`for file in $$list; do echo $$file; done | \
310
          sed -e "s|^$$srcdirstrip/||;t" \
311
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
312
        case $$dist_files in \
313
          */*) $(MKDIR_P) `echo "$$dist_files" | \
314
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
315
                           sort -u` ;; \
316
        esac; \
317
        for file in $$dist_files; do \
318
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
319
          if test -d $$d/$$file; then \
320
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
321
            if test -d "$(distdir)/$$file"; then \
322
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
323
            fi; \
324
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
325
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
326
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
327
            fi; \
328
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
329
          else \
330
            test -f "$(distdir)/$$file" \
331
            || cp -p $$d/$$file "$(distdir)/$$file" \
332
            || exit 1; \
333
          fi; \
334
        done
335
check-am: all-am
336
check: check-am
337
all-am: Makefile
338
installdirs:
339
install: install-am
340
install-exec: install-exec-am
341
install-data: install-data-am
342
uninstall: uninstall-am
343
 
344
install-am: all-am
345
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
346
 
347
installcheck: installcheck-am
348
install-strip:
349
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
350
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
351
          `test -z '$(STRIP)' || \
352
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
353
mostlyclean-generic:
354
 
355
clean-generic:
356
 
357
distclean-generic:
358
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
359
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
360
 
361
maintainer-clean-generic:
362
        @echo "This command is intended for maintainers to use"
363
        @echo "it deletes files that may require special tools to rebuild."
364
clean: clean-am
365
 
366
clean-am: clean-generic clean-libtool mostlyclean-am
367
 
368
distclean: distclean-am
369
        -rm -f Makefile
370
distclean-am: clean-am distclean-generic
371
 
372
dvi: dvi-am
373
 
374
dvi-am:
375
 
376
html: html-am
377
 
378
html-am:
379
 
380
info: info-am
381
 
382
info-am:
383
 
384
install-data-am:
385
 
386
install-dvi: install-dvi-am
387
 
388
install-dvi-am:
389
 
390
install-exec-am:
391
 
392
install-html: install-html-am
393
 
394
install-html-am:
395
 
396
install-info: install-info-am
397
 
398
install-info-am:
399
 
400
install-man:
401
 
402
install-pdf: install-pdf-am
403
 
404
install-pdf-am:
405
 
406
install-ps: install-ps-am
407
 
408
install-ps-am:
409
 
410
installcheck-am:
411
 
412
maintainer-clean: maintainer-clean-am
413
        -rm -f Makefile
414
maintainer-clean-am: distclean-am maintainer-clean-generic
415
 
416
mostlyclean: mostlyclean-am
417
 
418
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
419
 
420
pdf: pdf-am
421
 
422
pdf-am:
423
 
424
ps: ps-am
425
 
426
ps-am:
427
 
428
uninstall-am:
429
 
430
.MAKE: install-am install-strip
431
 
432
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
433
        distclean distclean-generic distclean-libtool distdir dvi \
434
        dvi-am html html-am info info-am install install-am \
435
        install-data install-data-am install-dvi install-dvi-am \
436
        install-exec install-exec-am install-html install-html-am \
437
        install-info install-info-am install-man install-pdf \
438
        install-pdf-am install-ps install-ps-am install-strip \
439
        installcheck installcheck-am installdirs maintainer-clean \
440
        maintainer-clean-generic mostlyclean mostlyclean-generic \
441
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
442
 
443
 
444
# Tell versions [3.59,3.63) of GNU make to not export all variables.
445
# Otherwise a system limit (for SysV at least) may be exceeded.
446
.NOEXPORT:

powered by: WebSVN 2.1.0

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