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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [lib/] [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 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
subdir = lib
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 = or1ksim.exp
198
all: all-am
199
 
200
.SUFFIXES:
201
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
202
        @for dep in $?; do \
203
          case '$(am__configure_deps)' in \
204
            *$$dep*) \
205
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
206
                && { if test -f $@; then exit 0; else break; fi; }; \
207
              exit 1;; \
208
          esac; \
209
        done; \
210
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
211
        $(am__cd) $(top_srcdir) && \
212
          $(AUTOMAKE) --gnu lib/Makefile
213
.PRECIOUS: Makefile
214
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
215
        @case '$?' in \
216
          *config.status*) \
217
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
218
          *) \
219
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
220
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
221
        esac;
222
 
223
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225
 
226
$(top_srcdir)/configure:  $(am__configure_deps)
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
229
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230
$(am__aclocal_m4_deps):
231
 
232
mostlyclean-libtool:
233
        -rm -f *.lo
234
 
235
clean-libtool:
236
        -rm -rf .libs _libs
237
tags: TAGS
238
TAGS:
239
 
240
ctags: CTAGS
241
CTAGS:
242
 
243
 
244
distdir: $(DISTFILES)
245
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
246
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
247
        list='$(DISTFILES)'; \
248
          dist_files=`for file in $$list; do echo $$file; done | \
249
          sed -e "s|^$$srcdirstrip/||;t" \
250
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
251
        case $$dist_files in \
252
          */*) $(MKDIR_P) `echo "$$dist_files" | \
253
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
254
                           sort -u` ;; \
255
        esac; \
256
        for file in $$dist_files; do \
257
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
258
          if test -d $$d/$$file; then \
259
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
260
            if test -d "$(distdir)/$$file"; then \
261
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
262
            fi; \
263
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
264
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
265
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
266
            fi; \
267
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
268
          else \
269
            test -f "$(distdir)/$$file" \
270
            || cp -p $$d/$$file "$(distdir)/$$file" \
271
            || exit 1; \
272
          fi; \
273
        done
274
check-am: all-am
275
check: check-am
276
all-am: Makefile
277
installdirs:
278
install: install-am
279
install-exec: install-exec-am
280
install-data: install-data-am
281
uninstall: uninstall-am
282
 
283
install-am: all-am
284
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
285
 
286
installcheck: installcheck-am
287
install-strip:
288
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
289
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
290
          `test -z '$(STRIP)' || \
291
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
292
mostlyclean-generic:
293
 
294
clean-generic:
295
 
296
distclean-generic:
297
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
298
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
299
 
300
maintainer-clean-generic:
301
        @echo "This command is intended for maintainers to use"
302
        @echo "it deletes files that may require special tools to rebuild."
303
clean: clean-am
304
 
305
clean-am: clean-generic clean-libtool mostlyclean-am
306
 
307
distclean: distclean-am
308
        -rm -f Makefile
309
distclean-am: clean-am distclean-generic
310
 
311
dvi: dvi-am
312
 
313
dvi-am:
314
 
315
html: html-am
316
 
317
html-am:
318
 
319
info: info-am
320
 
321
info-am:
322
 
323
install-data-am:
324
 
325
install-dvi: install-dvi-am
326
 
327
install-dvi-am:
328
 
329
install-exec-am:
330
 
331
install-html: install-html-am
332
 
333
install-html-am:
334
 
335
install-info: install-info-am
336
 
337
install-info-am:
338
 
339
install-man:
340
 
341
install-pdf: install-pdf-am
342
 
343
install-pdf-am:
344
 
345
install-ps: install-ps-am
346
 
347
install-ps-am:
348
 
349
installcheck-am:
350
 
351
maintainer-clean: maintainer-clean-am
352
        -rm -f Makefile
353
maintainer-clean-am: distclean-am maintainer-clean-generic
354
 
355
mostlyclean: mostlyclean-am
356
 
357
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
358
 
359
pdf: pdf-am
360
 
361
pdf-am:
362
 
363
ps: ps-am
364
 
365
ps-am:
366
 
367
uninstall-am:
368
 
369
.MAKE: install-am install-strip
370
 
371
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
372
        distclean distclean-generic distclean-libtool distdir dvi \
373
        dvi-am html html-am info info-am install install-am \
374
        install-data install-data-am install-dvi install-dvi-am \
375
        install-exec install-exec-am install-html install-html-am \
376
        install-info install-info-am install-man install-pdf \
377
        install-pdf-am install-ps install-ps-am install-strip \
378
        installcheck installcheck-am installdirs maintainer-clean \
379
        maintainer-clean-generic mostlyclean mostlyclean-generic \
380
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
381
 
382
 
383
# Tell versions [3.59,3.63) of GNU make to not export all variables.
384
# Otherwise a system limit (for SysV at least) may be exceeded.
385
.NOEXPORT:

powered by: WebSVN 2.1.0

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