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

Subversion Repositories openrisc

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

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

powered by: WebSVN 2.1.0

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