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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [Makefile.in] - Blame information for rev 997

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

Line No. Rev Author Line
1 997 markom
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2 7 jrydberg
 
3 997 markom
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 7 jrydberg
# This Makefile.in is free software; the Free Software Foundation
5
# gives unlimited permission to copy and/or distribute it,
6
# with or without modifications, as long as this notice is preserved.
7
 
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
# PARTICULAR PURPOSE.
12
 
13
#
14
#
15
#
16
 
17
 
18
SHELL = @SHELL@
19
 
20
srcdir = @srcdir@
21
top_srcdir = @top_srcdir@
22
VPATH = @srcdir@
23
prefix = @prefix@
24
exec_prefix = @exec_prefix@
25
 
26
bindir = @bindir@
27
sbindir = @sbindir@
28
libexecdir = @libexecdir@
29
datadir = @datadir@
30
sysconfdir = @sysconfdir@
31
sharedstatedir = @sharedstatedir@
32
localstatedir = @localstatedir@
33
libdir = @libdir@
34
infodir = @infodir@
35
mandir = @mandir@
36
includedir = @includedir@
37
oldincludedir = /usr/include
38
 
39
DESTDIR =
40
 
41
pkgdatadir = $(datadir)/@PACKAGE@
42
pkglibdir = $(libdir)/@PACKAGE@
43
pkgincludedir = $(includedir)/@PACKAGE@
44
 
45
top_builddir = ..
46
 
47
ACLOCAL = @ACLOCAL@
48
AUTOCONF = @AUTOCONF@
49
AUTOMAKE = @AUTOMAKE@
50
AUTOHEADER = @AUTOHEADER@
51
 
52
INSTALL = @INSTALL@
53
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
54
INSTALL_DATA = @INSTALL_DATA@
55
INSTALL_SCRIPT = @INSTALL_SCRIPT@
56
transform = @program_transform_name@
57
 
58
NORMAL_INSTALL = :
59
PRE_INSTALL = :
60
POST_INSTALL = :
61
NORMAL_UNINSTALL = :
62
PRE_UNINSTALL = :
63
POST_UNINSTALL = :
64 13 jrydberg
build_alias = @build_alias@
65
build_triplet = @build@
66 7 jrydberg
host_alias = @host_alias@
67
host_triplet = @host@
68 13 jrydberg
target_alias = @target_alias@
69
target_triplet = @target@
70 7 jrydberg
AR = @AR@
71
ARFLAGS = @ARFLAGS@
72
BUILD_DIR = @BUILD_DIR@
73
CC = @CC@
74
CFLAGS = @CFLAGS@
75
CPU_ARCH = @CPU_ARCH@
76
INCLUDES = @INCLUDES@
77
LOCAL_CFLAGS = @LOCAL_CFLAGS@
78
LOCAL_DEFS = @LOCAL_DEFS@
79
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
80
MAKEINFO = @MAKEINFO@
81
MAKE_SHELL = @MAKE_SHELL@
82
PACKAGE = @PACKAGE@
83
RANLIB = @RANLIB@
84
SUMVERSION = @SUMVERSION@
85
TERMCAP_LIB = @TERMCAP_LIB@
86
VERSION = @VERSION@
87
host = @host@
88
host_cpu = @host_cpu@
89
host_os = @host_os@
90
 
91 26 lampret
SUBDIRS = common or1k $(CPU_ARCH)
92 7 jrydberg
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93
CONFIG_HEADER = ../config.h
94
CONFIG_CLEAN_FILES =
95
DIST_COMMON =  Makefile.am Makefile.in
96
 
97
 
98
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
99
 
100 54 lampret
TAR = gtar
101 7 jrydberg
GZIP_ENV = --best
102
all: all-redirect
103
.SUFFIXES:
104
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
105 18 lampret
        cd $(top_srcdir) && $(AUTOMAKE) --gnu cpu/Makefile
106 7 jrydberg
 
107
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
108
        cd $(top_builddir) \
109
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
110
 
111
 
112
# This directory's subdirectories are mostly independent; you can cd
113
# into them and run `make' without going through this Makefile.
114
# To change the values of `make' variables: instead of editing Makefiles,
115
# (1) if the variable is set in `config.status', edit `config.status'
116
#     (which will cause the Makefiles to be regenerated when you run `make');
117
# (2) otherwise, pass the desired values on the `make' command line.
118
 
119
@SET_MAKE@
120
 
121
all-recursive install-data-recursive install-exec-recursive \
122
installdirs-recursive install-recursive uninstall-recursive  \
123
check-recursive installcheck-recursive info-recursive dvi-recursive:
124
        @set fnord $(MAKEFLAGS); amf=$$2; \
125
        dot_seen=no; \
126
        target=`echo $@ | sed s/-recursive//`; \
127
        list='$(SUBDIRS)'; for subdir in $$list; do \
128
          echo "Making $$target in $$subdir"; \
129
          if test "$$subdir" = "."; then \
130
            dot_seen=yes; \
131
            local_target="$$target-am"; \
132
          else \
133
            local_target="$$target"; \
134
          fi; \
135
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
136
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
137
        done; \
138
        if test "$$dot_seen" = "no"; then \
139
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
140
        fi; test -z "$$fail"
141
 
142
mostlyclean-recursive clean-recursive distclean-recursive \
143
maintainer-clean-recursive:
144
        @set fnord $(MAKEFLAGS); amf=$$2; \
145
        dot_seen=no; \
146
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
147
          rev="$$subdir $$rev"; \
148 997 markom
          test "$$subdir" != "." || dot_seen=yes; \
149 7 jrydberg
        done; \
150
        test "$$dot_seen" = "no" && rev=". $$rev"; \
151
        target=`echo $@ | sed s/-recursive//`; \
152
        for subdir in $$rev; do \
153
          echo "Making $$target in $$subdir"; \
154
          if test "$$subdir" = "."; then \
155
            local_target="$$target-am"; \
156
          else \
157
            local_target="$$target"; \
158
          fi; \
159
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
160
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
161
        done && test -z "$$fail"
162
tags-recursive:
163
        list='$(SUBDIRS)'; for subdir in $$list; do \
164
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
165
        done
166
 
167
tags: TAGS
168
 
169
ID: $(HEADERS) $(SOURCES) $(LISP)
170
        list='$(SOURCES) $(HEADERS)'; \
171
        unique=`for i in $$list; do echo $$i; done | \
172
          awk '    { files[$$0] = 1; } \
173
               END { for (i in files) print i; }'`; \
174
        here=`pwd` && cd $(srcdir) \
175
          && mkid -f$$here/ID $$unique $(LISP)
176
 
177
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
178
        tags=; \
179
        here=`pwd`; \
180
        list='$(SUBDIRS)'; for subdir in $$list; do \
181
   if test "$$subdir" = .; then :; else \
182
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
183
   fi; \
184
        done; \
185
        list='$(SOURCES) $(HEADERS)'; \
186
        unique=`for i in $$list; do echo $$i; done | \
187
          awk '    { files[$$0] = 1; } \
188
               END { for (i in files) print i; }'`; \
189
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
190
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
191
 
192
mostlyclean-tags:
193
 
194
clean-tags:
195
 
196
distclean-tags:
197
        -rm -f TAGS ID
198
 
199
maintainer-clean-tags:
200
 
201
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
202
 
203
subdir = cpu
204
 
205
distdir: $(DISTFILES)
206
        here=`cd $(top_builddir) && pwd`; \
207
        top_distdir=`cd $(top_distdir) && pwd`; \
208
        distdir=`cd $(distdir) && pwd`; \
209
        cd $(top_srcdir) \
210 18 lampret
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu cpu/Makefile
211 7 jrydberg
        @for file in $(DISTFILES); do \
212
          d=$(srcdir); \
213
          if test -d $$d/$$file; then \
214 54 lampret
            cp -pr $$d/$$file $(distdir)/$$file; \
215 7 jrydberg
          else \
216
            test -f $(distdir)/$$file \
217
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
218
            || cp -p $$d/$$file $(distdir)/$$file || :; \
219
          fi; \
220
        done
221
        for subdir in $(SUBDIRS); do \
222
          if test "$$subdir" = .; then :; else \
223
            test -d $(distdir)/$$subdir \
224
            || mkdir $(distdir)/$$subdir \
225
            || exit 1; \
226
            chmod 777 $(distdir)/$$subdir; \
227
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
228
              || exit 1; \
229
          fi; \
230
        done
231
info-am:
232
info: info-recursive
233
dvi-am:
234
dvi: dvi-recursive
235
check-am: all-am
236
check: check-recursive
237
installcheck-am:
238
installcheck: installcheck-recursive
239
install-exec-am:
240
install-exec: install-exec-recursive
241
 
242
install-data-am:
243
install-data: install-data-recursive
244
 
245
install-am: all-am
246
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
247
install: install-recursive
248
uninstall-am:
249
uninstall: uninstall-recursive
250
all-am: Makefile
251
all-redirect: all-recursive
252
install-strip:
253
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
254
installdirs: installdirs-recursive
255
installdirs-am:
256
 
257
 
258
mostlyclean-generic:
259
 
260
clean-generic:
261
 
262
distclean-generic:
263
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
264
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
265
 
266
maintainer-clean-generic:
267
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
268
 
269
mostlyclean: mostlyclean-recursive
270
 
271
clean-am:  clean-tags clean-generic mostlyclean-am
272
 
273
clean: clean-recursive
274
 
275
distclean-am:  distclean-tags distclean-generic clean-am
276
 
277
distclean: distclean-recursive
278
 
279
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
280
                distclean-am
281
        @echo "This command is intended for maintainers to use;"
282
        @echo "it deletes files that may require special tools to rebuild."
283
 
284
maintainer-clean: maintainer-clean-recursive
285
 
286
.PHONY: install-data-recursive uninstall-data-recursive \
287
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
288
uninstalldirs-recursive all-recursive check-recursive \
289
installcheck-recursive info-recursive dvi-recursive \
290
mostlyclean-recursive distclean-recursive clean-recursive \
291
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
292
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
293
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
294
install-exec install-data-am install-data install-am install \
295
uninstall-am uninstall all-redirect all-am all installdirs-am \
296
installdirs mostlyclean-generic distclean-generic clean-generic \
297
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
298
 
299
 
300
# Tell versions [3.59,3.63) of GNU make to not export all variables.
301
# Otherwise a system limit (for SysV at least) may be exceeded.
302
.NOEXPORT:

powered by: WebSVN 2.1.0

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