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 7

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

Line No. Rev Author Line
1 7 jrydberg
# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
# 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
host_alias = @host_alias@
65
host_triplet = @host@
66
AR = @AR@
67
ARFLAGS = @ARFLAGS@
68
BUILD_DIR = @BUILD_DIR@
69
CC = @CC@
70
CFLAGS = @CFLAGS@
71
CPU_ARCH = @CPU_ARCH@
72
INCLUDES = @INCLUDES@
73
LOCAL_CFLAGS = @LOCAL_CFLAGS@
74
LOCAL_DEFS = @LOCAL_DEFS@
75
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
76
MAKEINFO = @MAKEINFO@
77
MAKE_SHELL = @MAKE_SHELL@
78
PACKAGE = @PACKAGE@
79
RANLIB = @RANLIB@
80
SUMVERSION = @SUMVERSION@
81
TERMCAP_LIB = @TERMCAP_LIB@
82
VERSION = @VERSION@
83
host = @host@
84
host_cpu = @host_cpu@
85
host_os = @host_os@
86
 
87
SUBDIRS = common $(CPU_ARCH)
88
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89
CONFIG_HEADER = ../config.h
90
CONFIG_CLEAN_FILES =
91
DIST_COMMON =  Makefile.am Makefile.in
92
 
93
 
94
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
95
 
96
TAR = gtar
97
GZIP_ENV = --best
98
all: all-redirect
99
.SUFFIXES:
100
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
101
        cd $(top_srcdir) && $(AUTOMAKE) --foreign cpu/Makefile
102
 
103
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
104
        cd $(top_builddir) \
105
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
106
 
107
 
108
# This directory's subdirectories are mostly independent; you can cd
109
# into them and run `make' without going through this Makefile.
110
# To change the values of `make' variables: instead of editing Makefiles,
111
# (1) if the variable is set in `config.status', edit `config.status'
112
#     (which will cause the Makefiles to be regenerated when you run `make');
113
# (2) otherwise, pass the desired values on the `make' command line.
114
 
115
@SET_MAKE@
116
 
117
all-recursive install-data-recursive install-exec-recursive \
118
installdirs-recursive install-recursive uninstall-recursive  \
119
check-recursive installcheck-recursive info-recursive dvi-recursive:
120
        @set fnord $(MAKEFLAGS); amf=$$2; \
121
        dot_seen=no; \
122
        target=`echo $@ | sed s/-recursive//`; \
123
        list='$(SUBDIRS)'; for subdir in $$list; do \
124
          echo "Making $$target in $$subdir"; \
125
          if test "$$subdir" = "."; then \
126
            dot_seen=yes; \
127
            local_target="$$target-am"; \
128
          else \
129
            local_target="$$target"; \
130
          fi; \
131
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
132
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
133
        done; \
134
        if test "$$dot_seen" = "no"; then \
135
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
136
        fi; test -z "$$fail"
137
 
138
mostlyclean-recursive clean-recursive distclean-recursive \
139
maintainer-clean-recursive:
140
        @set fnord $(MAKEFLAGS); amf=$$2; \
141
        dot_seen=no; \
142
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
143
          rev="$$subdir $$rev"; \
144
          test "$$subdir" = "." && dot_seen=yes; \
145
        done; \
146
        test "$$dot_seen" = "no" && rev=". $$rev"; \
147
        target=`echo $@ | sed s/-recursive//`; \
148
        for subdir in $$rev; do \
149
          echo "Making $$target in $$subdir"; \
150
          if test "$$subdir" = "."; then \
151
            local_target="$$target-am"; \
152
          else \
153
            local_target="$$target"; \
154
          fi; \
155
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
156
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
157
        done && test -z "$$fail"
158
tags-recursive:
159
        list='$(SUBDIRS)'; for subdir in $$list; do \
160
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
161
        done
162
 
163
tags: TAGS
164
 
165
ID: $(HEADERS) $(SOURCES) $(LISP)
166
        list='$(SOURCES) $(HEADERS)'; \
167
        unique=`for i in $$list; do echo $$i; done | \
168
          awk '    { files[$$0] = 1; } \
169
               END { for (i in files) print i; }'`; \
170
        here=`pwd` && cd $(srcdir) \
171
          && mkid -f$$here/ID $$unique $(LISP)
172
 
173
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
174
        tags=; \
175
        here=`pwd`; \
176
        list='$(SUBDIRS)'; for subdir in $$list; do \
177
   if test "$$subdir" = .; then :; else \
178
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
179
   fi; \
180
        done; \
181
        list='$(SOURCES) $(HEADERS)'; \
182
        unique=`for i in $$list; do echo $$i; done | \
183
          awk '    { files[$$0] = 1; } \
184
               END { for (i in files) print i; }'`; \
185
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
186
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
187
 
188
mostlyclean-tags:
189
 
190
clean-tags:
191
 
192
distclean-tags:
193
        -rm -f TAGS ID
194
 
195
maintainer-clean-tags:
196
 
197
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
198
 
199
subdir = cpu
200
 
201
distdir: $(DISTFILES)
202
        here=`cd $(top_builddir) && pwd`; \
203
        top_distdir=`cd $(top_distdir) && pwd`; \
204
        distdir=`cd $(distdir) && pwd`; \
205
        cd $(top_srcdir) \
206
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign cpu/Makefile
207
        @for file in $(DISTFILES); do \
208
          d=$(srcdir); \
209
          if test -d $$d/$$file; then \
210
            cp -pr $$/$$file $(distdir)/$$file; \
211
          else \
212
            test -f $(distdir)/$$file \
213
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
214
            || cp -p $$d/$$file $(distdir)/$$file || :; \
215
          fi; \
216
        done
217
        for subdir in $(SUBDIRS); do \
218
          if test "$$subdir" = .; then :; else \
219
            test -d $(distdir)/$$subdir \
220
            || mkdir $(distdir)/$$subdir \
221
            || exit 1; \
222
            chmod 777 $(distdir)/$$subdir; \
223
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
224
              || exit 1; \
225
          fi; \
226
        done
227
info-am:
228
info: info-recursive
229
dvi-am:
230
dvi: dvi-recursive
231
check-am: all-am
232
check: check-recursive
233
installcheck-am:
234
installcheck: installcheck-recursive
235
install-exec-am:
236
install-exec: install-exec-recursive
237
 
238
install-data-am:
239
install-data: install-data-recursive
240
 
241
install-am: all-am
242
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
243
install: install-recursive
244
uninstall-am:
245
uninstall: uninstall-recursive
246
all-am: Makefile
247
all-redirect: all-recursive
248
install-strip:
249
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
250
installdirs: installdirs-recursive
251
installdirs-am:
252
 
253
 
254
mostlyclean-generic:
255
 
256
clean-generic:
257
 
258
distclean-generic:
259
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
260
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
261
 
262
maintainer-clean-generic:
263
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
264
 
265
mostlyclean: mostlyclean-recursive
266
 
267
clean-am:  clean-tags clean-generic mostlyclean-am
268
 
269
clean: clean-recursive
270
 
271
distclean-am:  distclean-tags distclean-generic clean-am
272
 
273
distclean: distclean-recursive
274
 
275
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
276
                distclean-am
277
        @echo "This command is intended for maintainers to use;"
278
        @echo "it deletes files that may require special tools to rebuild."
279
 
280
maintainer-clean: maintainer-clean-recursive
281
 
282
.PHONY: install-data-recursive uninstall-data-recursive \
283
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
284
uninstalldirs-recursive all-recursive check-recursive \
285
installcheck-recursive info-recursive dvi-recursive \
286
mostlyclean-recursive distclean-recursive clean-recursive \
287
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
288
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
289
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
290
install-exec install-data-am install-data install-am install \
291
uninstall-am uninstall all-redirect all-am all installdirs-am \
292
installdirs mostlyclean-generic distclean-generic clean-generic \
293
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
294
 
295
 
296
# Tell versions [3.59,3.63) of GNU make to not export all variables.
297
# Otherwise a system limit (for SysV at least) may be exceeded.
298
.NOEXPORT:

powered by: WebSVN 2.1.0

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