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

Subversion Repositories openrisc

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

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

powered by: WebSVN 2.1.0

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