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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [or1ksim/] [or1ksim-0.5.0rc1/] [cpu/] [Makefile.in] - Blame information for rev 80

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

Line No. Rev Author Line
1 80 jeremybenn
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
# Makefile -- Makefile for all cpu simulations
18
#
19
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
20
# Copyright (C) 2008 Embecosm Limited
21
#
22
# Contributor Jeremy Bennett 
23
#
24
# This file is part of OpenRISC 1000 Architectural Simulator.
25
#
26
# This program is free software; you can redistribute it and/or modify it
27
# under the terms of the GNU General Public License as published by the Free
28
# Software Foundation; either version 3 of the License, or (at your option)
29
# any later version.
30
#
31
# This program is distributed in the hope that it will be useful, but WITHOUT
32
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
33
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
34
# more details.
35
#
36
# You should have received a copy of the GNU General Public License along
37
# with this program.  If not, see .
38
VPATH = @srcdir@
39
pkgdatadir = $(datadir)/@PACKAGE@
40
pkglibdir = $(libdir)/@PACKAGE@
41
pkgincludedir = $(includedir)/@PACKAGE@
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43
install_sh_DATA = $(install_sh) -c -m 644
44
install_sh_PROGRAM = $(install_sh) -c
45
install_sh_SCRIPT = $(install_sh) -c
46
INSTALL_HEADER = $(INSTALL_DATA)
47
transform = $(program_transform_name)
48
NORMAL_INSTALL = :
49
PRE_INSTALL = :
50
POST_INSTALL = :
51
NORMAL_UNINSTALL = :
52
PRE_UNINSTALL = :
53
POST_UNINSTALL = :
54
build_triplet = @build@
55
host_triplet = @host@
56
target_triplet = @target@
57
subdir = cpu
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
        $(ACLOCAL_M4)
63
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
64
CONFIG_HEADER = $(top_builddir)/config.h
65
CONFIG_CLEAN_FILES =
66
SOURCES =
67
DIST_SOURCES =
68
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69
        html-recursive info-recursive install-data-recursive \
70
        install-dvi-recursive install-exec-recursive \
71
        install-html-recursive install-info-recursive \
72
        install-pdf-recursive install-ps-recursive install-recursive \
73
        installcheck-recursive installdirs-recursive pdf-recursive \
74
        ps-recursive uninstall-recursive
75
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
76
  distclean-recursive maintainer-clean-recursive
77
ETAGS = etags
78
CTAGS = ctags
79
DIST_SUBDIRS = $(SUBDIRS)
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81
ACLOCAL = @ACLOCAL@
82
AMTAR = @AMTAR@
83
AR = @AR@
84
ARFLAGS = @ARFLAGS@
85
AUTOCONF = @AUTOCONF@
86
AUTOHEADER = @AUTOHEADER@
87
AUTOMAKE = @AUTOMAKE@
88
AWK = @AWK@
89
BUILD_DIR = @BUILD_DIR@
90
CC = @CC@
91
CCDEPMODE = @CCDEPMODE@
92
CFLAGS = @CFLAGS@
93
CPP = @CPP@
94
CPPFLAGS = @CPPFLAGS@
95
CPU_ARCH = @CPU_ARCH@
96
CXX = @CXX@
97
CXXCPP = @CXXCPP@
98
CXXDEPMODE = @CXXDEPMODE@
99
CXXFLAGS = @CXXFLAGS@
100
CYGPATH_W = @CYGPATH_W@
101
DEBUGFLAGS = @DEBUGFLAGS@
102
DEFS = @DEFS@
103
DEPDIR = @DEPDIR@
104
ECHO = @ECHO@
105
ECHO_C = @ECHO_C@
106
ECHO_N = @ECHO_N@
107
ECHO_T = @ECHO_T@
108
EGREP = @EGREP@
109
EXEEXT = @EXEEXT@
110
F77 = @F77@
111
FFLAGS = @FFLAGS@
112
GREP = @GREP@
113
INCLUDES = @INCLUDES@
114
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
LDFLAGS = @LDFLAGS@
120
LIBOBJS = @LIBOBJS@
121
LIBS = @LIBS@
122
LIBTOOL = @LIBTOOL@
123
LN_S = @LN_S@
124
LOCAL_CFLAGS = @LOCAL_CFLAGS@
125
LOCAL_DEFS = @LOCAL_DEFS@
126
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
127
LTLIBOBJS = @LTLIBOBJS@
128
MAKEINFO = @MAKEINFO@
129
MAKE_SHELL = @MAKE_SHELL@
130
MKDIR_P = @MKDIR_P@
131
OBJEXT = @OBJEXT@
132
PACKAGE = @PACKAGE@
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134
PACKAGE_NAME = @PACKAGE_NAME@
135
PACKAGE_STRING = @PACKAGE_STRING@
136
PACKAGE_TARNAME = @PACKAGE_TARNAME@
137
PACKAGE_VERSION = @PACKAGE_VERSION@
138
PATH_SEPARATOR = @PATH_SEPARATOR@
139
POW_LIB = @POW_LIB@
140
RANLIB = @RANLIB@
141
SED = @SED@
142
SET_MAKE = @SET_MAKE@
143
SHELL = @SHELL@
144
STRIP = @STRIP@
145
SUMVERSION = @SUMVERSION@
146
TERMCAP_LIB = @TERMCAP_LIB@
147
VERSION = @VERSION@
148
abs_builddir = @abs_builddir@
149
abs_srcdir = @abs_srcdir@
150
abs_top_builddir = @abs_top_builddir@
151
abs_top_srcdir = @abs_top_srcdir@
152
ac_ct_CC = @ac_ct_CC@
153
ac_ct_CXX = @ac_ct_CXX@
154
ac_ct_F77 = @ac_ct_F77@
155
am__include = @am__include@
156
am__leading_dot = @am__leading_dot@
157
am__quote = @am__quote@
158
am__tar = @am__tar@
159
am__untar = @am__untar@
160
bindir = @bindir@
161
build = @build@
162
build_alias = @build_alias@
163
build_cpu = @build_cpu@
164
build_os = @build_os@
165
build_vendor = @build_vendor@
166
builddir = @builddir@
167
datadir = @datadir@
168
datarootdir = @datarootdir@
169
docdir = @docdir@
170
dvidir = @dvidir@
171
exec_prefix = @exec_prefix@
172
host = @host@
173
host_alias = @host_alias@
174
host_cpu = @host_cpu@
175
host_os = @host_os@
176
host_vendor = @host_vendor@
177
htmldir = @htmldir@
178
includedir = @includedir@
179
infodir = @infodir@
180
install_sh = @install_sh@
181
libdir = @libdir@
182
libexecdir = @libexecdir@
183
localedir = @localedir@
184
localstatedir = @localstatedir@
185
mandir = @mandir@
186
mkdir_p = @mkdir_p@
187
oldincludedir = @oldincludedir@
188
pdfdir = @pdfdir@
189
prefix = @prefix@
190
program_transform_name = @program_transform_name@
191
psdir = @psdir@
192
sbindir = @sbindir@
193
sharedstatedir = @sharedstatedir@
194
srcdir = @srcdir@
195
sysconfdir = @sysconfdir@
196
target = @target@
197
target_alias = @target_alias@
198
target_cpu = @target_cpu@
199
target_os = @target_os@
200
target_vendor = @target_vendor@
201
top_builddir = @top_builddir@
202
top_srcdir = @top_srcdir@
203
SUBDIRS = common or1k $(CPU_ARCH)
204
all: all-recursive
205
 
206
.SUFFIXES:
207
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
208
        @for dep in $?; do \
209
          case '$(am__configure_deps)' in \
210
            *$$dep*) \
211
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
212
                && exit 0; \
213
              exit 1;; \
214
          esac; \
215
        done; \
216
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  cpu/Makefile'; \
217
        cd $(top_srcdir) && \
218
          $(AUTOMAKE) --gnu  cpu/Makefile
219
.PRECIOUS: Makefile
220
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221
        @case '$?' in \
222
          *config.status*) \
223
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
224
          *) \
225
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
226
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
227
        esac;
228
 
229
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
230
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
231
 
232
$(top_srcdir)/configure:  $(am__configure_deps)
233
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
 
237
mostlyclean-libtool:
238
        -rm -f *.lo
239
 
240
clean-libtool:
241
        -rm -rf .libs _libs
242
 
243
# This directory's subdirectories are mostly independent; you can cd
244
# into them and run `make' without going through this Makefile.
245
# To change the values of `make' variables: instead of editing Makefiles,
246
# (1) if the variable is set in `config.status', edit `config.status'
247
#     (which will cause the Makefiles to be regenerated when you run `make');
248
# (2) otherwise, pass the desired values on the `make' command line.
249
$(RECURSIVE_TARGETS):
250
        @failcom='exit 1'; \
251
        for f in x $$MAKEFLAGS; do \
252
          case $$f in \
253
            *=* | --[!k]*);; \
254
            *k*) failcom='fail=yes';; \
255
          esac; \
256
        done; \
257
        dot_seen=no; \
258
        target=`echo $@ | sed s/-recursive//`; \
259
        list='$(SUBDIRS)'; for subdir in $$list; do \
260
          echo "Making $$target in $$subdir"; \
261
          if test "$$subdir" = "."; then \
262
            dot_seen=yes; \
263
            local_target="$$target-am"; \
264
          else \
265
            local_target="$$target"; \
266
          fi; \
267
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
268
          || eval $$failcom; \
269
        done; \
270
        if test "$$dot_seen" = "no"; then \
271
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
272
        fi; test -z "$$fail"
273
 
274
$(RECURSIVE_CLEAN_TARGETS):
275
        @failcom='exit 1'; \
276
        for f in x $$MAKEFLAGS; do \
277
          case $$f in \
278
            *=* | --[!k]*);; \
279
            *k*) failcom='fail=yes';; \
280
          esac; \
281
        done; \
282
        dot_seen=no; \
283
        case "$@" in \
284
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
285
          *) list='$(SUBDIRS)' ;; \
286
        esac; \
287
        rev=''; for subdir in $$list; do \
288
          if test "$$subdir" = "."; then :; else \
289
            rev="$$subdir $$rev"; \
290
          fi; \
291
        done; \
292
        rev="$$rev ."; \
293
        target=`echo $@ | sed s/-recursive//`; \
294
        for subdir in $$rev; do \
295
          echo "Making $$target in $$subdir"; \
296
          if test "$$subdir" = "."; then \
297
            local_target="$$target-am"; \
298
          else \
299
            local_target="$$target"; \
300
          fi; \
301
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
302
          || eval $$failcom; \
303
        done && test -z "$$fail"
304
tags-recursive:
305
        list='$(SUBDIRS)'; for subdir in $$list; do \
306
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
307
        done
308
ctags-recursive:
309
        list='$(SUBDIRS)'; for subdir in $$list; do \
310
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
311
        done
312
 
313
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
314
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
315
        unique=`for i in $$list; do \
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317
          done | \
318
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
320
        mkid -fID $$unique
321
tags: TAGS
322
 
323
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
324
                $(TAGS_FILES) $(LISP)
325
        tags=; \
326
        here=`pwd`; \
327
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
328
          include_option=--etags-include; \
329
          empty_fix=.; \
330
        else \
331
          include_option=--include; \
332
          empty_fix=; \
333
        fi; \
334
        list='$(SUBDIRS)'; for subdir in $$list; do \
335
          if test "$$subdir" = .; then :; else \
336
            test ! -f $$subdir/TAGS || \
337
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
338
          fi; \
339
        done; \
340
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341
        unique=`for i in $$list; do \
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343
          done | \
344
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345
              END { if (nonempty) { for (i in files) print i; }; }'`; \
346
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
347
          test -n "$$unique" || unique=$$empty_fix; \
348
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
349
            $$tags $$unique; \
350
        fi
351
ctags: CTAGS
352
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353
                $(TAGS_FILES) $(LISP)
354
        tags=; \
355
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
356
        unique=`for i in $$list; do \
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358
          done | \
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
361
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
362
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
363
             $$tags $$unique
364
 
365
GTAGS:
366
        here=`$(am__cd) $(top_builddir) && pwd` \
367
          && cd $(top_srcdir) \
368
          && gtags -i $(GTAGS_ARGS) $$here
369
 
370
distclean-tags:
371
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
372
 
373
distdir: $(DISTFILES)
374
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
375
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
376
        list='$(DISTFILES)'; \
377
          dist_files=`for file in $$list; do echo $$file; done | \
378
          sed -e "s|^$$srcdirstrip/||;t" \
379
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
380
        case $$dist_files in \
381
          */*) $(MKDIR_P) `echo "$$dist_files" | \
382
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
383
                           sort -u` ;; \
384
        esac; \
385
        for file in $$dist_files; do \
386
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
387
          if test -d $$d/$$file; then \
388
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
389
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
390
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
391
            fi; \
392
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
393
          else \
394
            test -f $(distdir)/$$file \
395
            || cp -p $$d/$$file $(distdir)/$$file \
396
            || exit 1; \
397
          fi; \
398
        done
399
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
400
          if test "$$subdir" = .; then :; else \
401
            test -d "$(distdir)/$$subdir" \
402
            || $(MKDIR_P) "$(distdir)/$$subdir" \
403
            || exit 1; \
404
            distdir=`$(am__cd) $(distdir) && pwd`; \
405
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
406
            (cd $$subdir && \
407
              $(MAKE) $(AM_MAKEFLAGS) \
408
                top_distdir="$$top_distdir" \
409
                distdir="$$distdir/$$subdir" \
410
                am__remove_distdir=: \
411
                am__skip_length_check=: \
412
                distdir) \
413
              || exit 1; \
414
          fi; \
415
        done
416
check-am: all-am
417
check: check-recursive
418
all-am: Makefile
419
installdirs: installdirs-recursive
420
installdirs-am:
421
install: install-recursive
422
install-exec: install-exec-recursive
423
install-data: install-data-recursive
424
uninstall: uninstall-recursive
425
 
426
install-am: all-am
427
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428
 
429
installcheck: installcheck-recursive
430
install-strip:
431
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
432
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
433
          `test -z '$(STRIP)' || \
434
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
435
mostlyclean-generic:
436
 
437
clean-generic:
438
 
439
distclean-generic:
440
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
441
 
442
maintainer-clean-generic:
443
        @echo "This command is intended for maintainers to use"
444
        @echo "it deletes files that may require special tools to rebuild."
445
clean: clean-recursive
446
 
447
clean-am: clean-generic clean-libtool mostlyclean-am
448
 
449
distclean: distclean-recursive
450
        -rm -f Makefile
451
distclean-am: clean-am distclean-generic distclean-tags
452
 
453
dvi: dvi-recursive
454
 
455
dvi-am:
456
 
457
html: html-recursive
458
 
459
info: info-recursive
460
 
461
info-am:
462
 
463
install-data-am:
464
 
465
install-dvi: install-dvi-recursive
466
 
467
install-exec-am:
468
 
469
install-html: install-html-recursive
470
 
471
install-info: install-info-recursive
472
 
473
install-man:
474
 
475
install-pdf: install-pdf-recursive
476
 
477
install-ps: install-ps-recursive
478
 
479
installcheck-am:
480
 
481
maintainer-clean: maintainer-clean-recursive
482
        -rm -f Makefile
483
maintainer-clean-am: distclean-am maintainer-clean-generic
484
 
485
mostlyclean: mostlyclean-recursive
486
 
487
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
488
 
489
pdf: pdf-recursive
490
 
491
pdf-am:
492
 
493
ps: ps-recursive
494
 
495
ps-am:
496
 
497
uninstall-am:
498
 
499
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
500
        install-strip
501
 
502
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
503
        all all-am check check-am clean clean-generic clean-libtool \
504
        ctags ctags-recursive distclean distclean-generic \
505
        distclean-libtool distclean-tags distdir dvi dvi-am html \
506
        html-am info info-am install install-am install-data \
507
        install-data-am install-dvi install-dvi-am install-exec \
508
        install-exec-am install-html install-html-am install-info \
509
        install-info-am install-man install-pdf install-pdf-am \
510
        install-ps install-ps-am install-strip installcheck \
511
        installcheck-am installdirs installdirs-am maintainer-clean \
512
        maintainer-clean-generic mostlyclean mostlyclean-generic \
513
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
514
        uninstall uninstall-am
515
 
516
# Tell versions [3.59,3.63) of GNU make to not export all variables.
517
# Otherwise a system limit (for SysV at least) may be exceeded.
518
.NOEXPORT:

powered by: WebSVN 2.1.0

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