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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 82 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
 
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
SOURCES =
79
DIST_SOURCES =
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81
ACLOCAL = @ACLOCAL@
82
AMTAR = @AMTAR@
83
AR = @AR@
84 90 jeremybenn
ARFLAGS = @ARFLAGS@
85 82 jeremybenn
AUTOCONF = @AUTOCONF@
86
AUTOHEADER = @AUTOHEADER@
87
AUTOMAKE = @AUTOMAKE@
88
AWK = @AWK@
89 90 jeremybenn
BUILD_DIR = @BUILD_DIR@
90 82 jeremybenn
CC = @CC@
91
CCAS = @CCAS@
92
CCASDEPMODE = @CCASDEPMODE@
93
CCASFLAGS = @CCASFLAGS@
94
CCDEPMODE = @CCDEPMODE@
95
CFLAGS = @CFLAGS@
96
CPP = @CPP@
97
CPPFLAGS = @CPPFLAGS@
98 90 jeremybenn
CPU_ARCH = @CPU_ARCH@
99 82 jeremybenn
CYGPATH_W = @CYGPATH_W@
100 90 jeremybenn
DEBUGFLAGS = @DEBUGFLAGS@
101 82 jeremybenn
DEFS = @DEFS@
102
DEJAGNU = @DEJAGNU@
103
DEPDIR = @DEPDIR@
104
DSYMUTIL = @DSYMUTIL@
105
DUMPBIN = @DUMPBIN@
106
ECHO_C = @ECHO_C@
107
ECHO_N = @ECHO_N@
108
ECHO_T = @ECHO_T@
109
EGREP = @EGREP@
110
EXEEXT = @EXEEXT@
111
FGREP = @FGREP@
112
GREP = @GREP@
113 90 jeremybenn
INCLUDES = @INCLUDES@
114 82 jeremybenn
INSTALL = @INSTALL@
115
INSTALL_DATA = @INSTALL_DATA@
116
INSTALL_PROGRAM = @INSTALL_PROGRAM@
117
INSTALL_SCRIPT = @INSTALL_SCRIPT@
118
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119
LD = @LD@
120
LDFLAGS = @LDFLAGS@
121
LIBOBJS = @LIBOBJS@
122
LIBS = @LIBS@
123
LIBTOOL = @LIBTOOL@
124
LIPO = @LIPO@
125
LN_S = @LN_S@
126 90 jeremybenn
LOCAL_CFLAGS = @LOCAL_CFLAGS@
127
LOCAL_DEFS = @LOCAL_DEFS@
128
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
129 82 jeremybenn
LTLIBOBJS = @LTLIBOBJS@
130
MAKEINFO = @MAKEINFO@
131
MKDIR_P = @MKDIR_P@
132
NM = @NM@
133
NMEDIT = @NMEDIT@
134
OBJDUMP = @OBJDUMP@
135
OBJEXT = @OBJEXT@
136
OTOOL = @OTOOL@
137
OTOOL64 = @OTOOL64@
138
PACKAGE = @PACKAGE@
139
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140
PACKAGE_NAME = @PACKAGE_NAME@
141
PACKAGE_STRING = @PACKAGE_STRING@
142
PACKAGE_TARNAME = @PACKAGE_TARNAME@
143 98 jeremybenn
PACKAGE_URL = @PACKAGE_URL@
144 82 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
145
PATH_SEPARATOR = @PATH_SEPARATOR@
146 90 jeremybenn
POW_LIB = @POW_LIB@
147 82 jeremybenn
RANLIB = @RANLIB@
148 95 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
149 82 jeremybenn
SED = @SED@
150
SET_MAKE = @SET_MAKE@
151
SHELL = @SHELL@
152
STRIP = @STRIP@
153 90 jeremybenn
SUMVERSION = @SUMVERSION@
154
TERMCAP_LIB = @TERMCAP_LIB@
155 82 jeremybenn
VERSION = @VERSION@
156
abs_builddir = @abs_builddir@
157
abs_srcdir = @abs_srcdir@
158
abs_top_builddir = @abs_top_builddir@
159
abs_top_srcdir = @abs_top_srcdir@
160
ac_ct_CC = @ac_ct_CC@
161
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
162
am__include = @am__include@
163
am__leading_dot = @am__leading_dot@
164
am__quote = @am__quote@
165
am__tar = @am__tar@
166
am__untar = @am__untar@
167
bindir = @bindir@
168
build = @build@
169
build_alias = @build_alias@
170
build_cpu = @build_cpu@
171
build_os = @build_os@
172
build_vendor = @build_vendor@
173
builddir = @builddir@
174
datadir = @datadir@
175
datarootdir = @datarootdir@
176
docdir = @docdir@
177
dvidir = @dvidir@
178
exec_prefix = @exec_prefix@
179
host = @host@
180
host_alias = @host_alias@
181
host_cpu = @host_cpu@
182
host_os = @host_os@
183
host_vendor = @host_vendor@
184
htmldir = @htmldir@
185
includedir = @includedir@
186
infodir = @infodir@
187
install_sh = @install_sh@
188
libdir = @libdir@
189
libexecdir = @libexecdir@
190
localedir = @localedir@
191
localstatedir = @localstatedir@
192
lt_ECHO = @lt_ECHO@
193
mandir = @mandir@
194
mkdir_p = @mkdir_p@
195
oldincludedir = @oldincludedir@
196
pdfdir = @pdfdir@
197
prefix = @prefix@
198
program_transform_name = @program_transform_name@
199
psdir = @psdir@
200
sbindir = @sbindir@
201
sharedstatedir = @sharedstatedir@
202
srcdir = @srcdir@
203 90 jeremybenn
subdirs = @subdirs@
204 82 jeremybenn
sysconfdir = @sysconfdir@
205 90 jeremybenn
target = @target@
206 82 jeremybenn
target_alias = @target_alias@
207 90 jeremybenn
target_cpu = @target_cpu@
208
target_os = @target_os@
209
target_vendor = @target_vendor@
210 82 jeremybenn
top_build_prefix = @top_build_prefix@
211
top_builddir = @top_builddir@
212
top_srcdir = @top_srcdir@
213
 
214
# Just distribute this stuff
215
EXTRA_DIST = acv-gpio.cfg     \
216
             acv-uart.cfg     \
217
             basic.exp        \
218
             cache.exp        \
219
             cbasic.exp       \
220
             cfg.exp          \
221
             default.cfg      \
222
             dhry.exp         \
223
             dmatest.exp      \
224
             eth0.rx          \
225
             eth.cfg          \
226
             eth.exp          \
227
             except-test.exp  \
228
             exit.exp         \
229
             ext.exp          \
230
             fbtest.exp       \
231
             flag.exp         \
232
             functest.exp     \
233
             int-test.exp     \
234
             kbdtest.cfg      \
235
             kbdtest.exp      \
236
             kbdtest.rx       \
237
             local-global.exp \
238
             mem-test.exp     \
239
             mmu.cfg          \
240
             mmu.exp          \
241
             mul.exp          \
242
             mycompress.exp   \
243
             tick.exp
244
 
245
all: all-am
246
 
247
.SUFFIXES:
248
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
249
        @for dep in $?; do \
250
          case '$(am__configure_deps)' in \
251
            *$$dep*) \
252
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
253
                && { if test -f $@; then exit 0; else break; fi; }; \
254
              exit 1;; \
255
          esac; \
256
        done; \
257 90 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/or1ksim.tests/Makefile'; \
258 82 jeremybenn
        $(am__cd) $(top_srcdir) && \
259 90 jeremybenn
          $(AUTOMAKE) --gnu testsuite/or1ksim.tests/Makefile
260 82 jeremybenn
.PRECIOUS: Makefile
261
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262
        @case '$?' in \
263
          *config.status*) \
264
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
265
          *) \
266
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
267
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
268
        esac;
269
 
270
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
 
273
$(top_srcdir)/configure:  $(am__configure_deps)
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
$(am__aclocal_m4_deps):
278
 
279
mostlyclean-libtool:
280
        -rm -f *.lo
281
 
282
clean-libtool:
283
        -rm -rf .libs _libs
284
tags: TAGS
285
TAGS:
286
 
287
ctags: CTAGS
288
CTAGS:
289
 
290
 
291
distdir: $(DISTFILES)
292
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
293
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
294
        list='$(DISTFILES)'; \
295
          dist_files=`for file in $$list; do echo $$file; done | \
296
          sed -e "s|^$$srcdirstrip/||;t" \
297
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
298
        case $$dist_files in \
299
          */*) $(MKDIR_P) `echo "$$dist_files" | \
300
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
301
                           sort -u` ;; \
302
        esac; \
303
        for file in $$dist_files; do \
304
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
305
          if test -d $$d/$$file; then \
306
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
307
            if test -d "$(distdir)/$$file"; then \
308
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
309
            fi; \
310
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
311
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
312
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
313
            fi; \
314
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
315
          else \
316
            test -f "$(distdir)/$$file" \
317
            || cp -p $$d/$$file "$(distdir)/$$file" \
318
            || exit 1; \
319
          fi; \
320
        done
321
check-am: all-am
322
check: check-am
323
all-am: Makefile
324
installdirs:
325
install: install-am
326
install-exec: install-exec-am
327
install-data: install-data-am
328
uninstall: uninstall-am
329
 
330
install-am: all-am
331
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
332
 
333
installcheck: installcheck-am
334
install-strip:
335
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
336
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
337
          `test -z '$(STRIP)' || \
338
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
339
mostlyclean-generic:
340
 
341
clean-generic:
342
 
343
distclean-generic:
344
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
345
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
346
 
347
maintainer-clean-generic:
348
        @echo "This command is intended for maintainers to use"
349
        @echo "it deletes files that may require special tools to rebuild."
350
clean: clean-am
351
 
352
clean-am: clean-generic clean-libtool mostlyclean-am
353
 
354
distclean: distclean-am
355
        -rm -f Makefile
356
distclean-am: clean-am distclean-generic
357
 
358
dvi: dvi-am
359
 
360
dvi-am:
361
 
362
html: html-am
363
 
364
html-am:
365
 
366
info: info-am
367
 
368
info-am:
369
 
370
install-data-am:
371
 
372
install-dvi: install-dvi-am
373
 
374
install-dvi-am:
375
 
376
install-exec-am:
377
 
378
install-html: install-html-am
379
 
380
install-html-am:
381
 
382
install-info: install-info-am
383
 
384
install-info-am:
385
 
386
install-man:
387
 
388
install-pdf: install-pdf-am
389
 
390
install-pdf-am:
391
 
392
install-ps: install-ps-am
393
 
394
install-ps-am:
395
 
396
installcheck-am:
397
 
398
maintainer-clean: maintainer-clean-am
399
        -rm -f Makefile
400
maintainer-clean-am: distclean-am maintainer-clean-generic
401
 
402
mostlyclean: mostlyclean-am
403
 
404
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
405
 
406
pdf: pdf-am
407
 
408
pdf-am:
409
 
410
ps: ps-am
411
 
412
ps-am:
413
 
414
uninstall-am:
415
 
416
.MAKE: install-am install-strip
417
 
418
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
419
        distclean distclean-generic distclean-libtool distdir dvi \
420
        dvi-am html html-am info info-am install install-am \
421
        install-data install-data-am install-dvi install-dvi-am \
422
        install-exec install-exec-am install-html install-html-am \
423
        install-info install-info-am install-man install-pdf \
424
        install-pdf-am install-ps install-ps-am install-strip \
425
        installcheck installcheck-am installdirs maintainer-clean \
426
        maintainer-clean-generic mostlyclean mostlyclean-generic \
427
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
428
 
429
 
430
# Tell versions [3.59,3.63) of GNU make to not export all variables.
431
# Otherwise a system limit (for SysV at least) may be exceeded.
432
.NOEXPORT:

powered by: WebSVN 2.1.0

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