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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [lib/] [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 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 expect library code
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/lib
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 784 jeremybenn
DLLTOOL = @DLLTOOL@
112 82 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 90 jeremybenn
INCLUDES = @INCLUDES@
122 82 jeremybenn
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 90 jeremybenn
LOCAL_CFLAGS = @LOCAL_CFLAGS@
135
LOCAL_DEFS = @LOCAL_DEFS@
136
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
137 82 jeremybenn
LTLIBOBJS = @LTLIBOBJS@
138
MAKEINFO = @MAKEINFO@
139 784 jeremybenn
MANIFEST_TOOL = @MANIFEST_TOOL@
140 82 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 82 jeremybenn
PACKAGE_VERSION = @PACKAGE_VERSION@
154
PATH_SEPARATOR = @PATH_SEPARATOR@
155 90 jeremybenn
POW_LIB = @POW_LIB@
156 82 jeremybenn
RANLIB = @RANLIB@
157 95 jeremybenn
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
158 82 jeremybenn
SED = @SED@
159
SET_MAKE = @SET_MAKE@
160
SHELL = @SHELL@
161
STRIP = @STRIP@
162 90 jeremybenn
SUMVERSION = @SUMVERSION@
163
TERMCAP_LIB = @TERMCAP_LIB@
164 82 jeremybenn
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 82 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 90 jeremybenn
subdirs = @subdirs@
213 82 jeremybenn
sysconfdir = @sysconfdir@
214 90 jeremybenn
target = @target@
215 82 jeremybenn
target_alias = @target_alias@
216 90 jeremybenn
target_cpu = @target_cpu@
217
target_os = @target_os@
218
target_vendor = @target_vendor@
219 82 jeremybenn
top_build_prefix = @top_build_prefix@
220
top_builddir = @top_builddir@
221
top_srcdir = @top_srcdir@
222
 
223
# Just distribute this stuff
224 91 jeremybenn
EXTRA_DIST = libsim.exp  \
225
             or1ksim.exp
226
 
227 82 jeremybenn
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 90 jeremybenn
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/lib/Makefile'; \
240 82 jeremybenn
        $(am__cd) $(top_srcdir) && \
241 90 jeremybenn
          $(AUTOMAKE) --gnu testsuite/lib/Makefile
242 82 jeremybenn
.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.