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 221

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

powered by: WebSVN 2.1.0

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