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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_61/] [or1ksim/] [mmu/] [Makefile.in] - Blame information for rev 517

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
# Makefile -- Makefile for cpu architecture independent simulation
14
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
15
#
16
# This file is part of OpenRISC 1000 Architectural Simulator.
17
#
18
# This program is free software; you can redistribute it and/or modify
19
# it under the terms of the GNU General Public License as published by
20
# the Free Software Foundation; either version 2 of the License, or
21
# (at your option) any later version.
22
#
23
# This program is distributed in the hope that it will be useful,
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
# GNU General Public License for more details.
27
#
28
# You should have received a copy of the GNU General Public License
29
# along with this program; if not, write to the Free Software
30
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
31
#
32
 
33
 
34
SHELL = @SHELL@
35
 
36
srcdir = @srcdir@
37
top_srcdir = @top_srcdir@
38
VPATH = @srcdir@
39
prefix = @prefix@
40
exec_prefix = @exec_prefix@
41
 
42
bindir = @bindir@
43
sbindir = @sbindir@
44
libexecdir = @libexecdir@
45
datadir = @datadir@
46
sysconfdir = @sysconfdir@
47
sharedstatedir = @sharedstatedir@
48
localstatedir = @localstatedir@
49
libdir = @libdir@
50
infodir = @infodir@
51
mandir = @mandir@
52
includedir = @includedir@
53
oldincludedir = /usr/include
54
 
55
DESTDIR =
56
 
57
pkgdatadir = $(datadir)/@PACKAGE@
58
pkglibdir = $(libdir)/@PACKAGE@
59
pkgincludedir = $(includedir)/@PACKAGE@
60
 
61
top_builddir = ..
62
 
63
ACLOCAL = @ACLOCAL@
64
AUTOCONF = @AUTOCONF@
65
AUTOMAKE = @AUTOMAKE@
66
AUTOHEADER = @AUTOHEADER@
67
 
68
INSTALL = @INSTALL@
69
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
70
INSTALL_DATA = @INSTALL_DATA@
71
INSTALL_SCRIPT = @INSTALL_SCRIPT@
72
transform = @program_transform_name@
73
 
74
NORMAL_INSTALL = :
75
PRE_INSTALL = :
76
POST_INSTALL = :
77
NORMAL_UNINSTALL = :
78
PRE_UNINSTALL = :
79
POST_UNINSTALL = :
80 13 jrydberg
build_alias = @build_alias@
81
build_triplet = @build@
82 7 jrydberg
host_alias = @host_alias@
83
host_triplet = @host@
84 13 jrydberg
target_alias = @target_alias@
85
target_triplet = @target@
86 7 jrydberg
AR = @AR@
87
ARFLAGS = @ARFLAGS@
88
BUILD_DIR = @BUILD_DIR@
89
CC = @CC@
90
CFLAGS = @CFLAGS@
91
CPU_ARCH = @CPU_ARCH@
92
INCLUDES = @INCLUDES@
93
LOCAL_CFLAGS = @LOCAL_CFLAGS@
94
LOCAL_DEFS = @LOCAL_DEFS@
95
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
96
MAKEINFO = @MAKEINFO@
97
MAKE_SHELL = @MAKE_SHELL@
98
PACKAGE = @PACKAGE@
99
RANLIB = @RANLIB@
100
SUMVERSION = @SUMVERSION@
101
TERMCAP_LIB = @TERMCAP_LIB@
102
VERSION = @VERSION@
103
host = @host@
104
host_cpu = @host_cpu@
105
host_os = @host_os@
106
 
107
noinst_LIBRARIES = libmmu.a
108 73 lampret
libmmu_a_SOURCES = dmmu.c immu.c
109 7 jrydberg
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110
CONFIG_HEADER = ../config.h
111
CONFIG_CLEAN_FILES =
112
LIBRARIES =  $(noinst_LIBRARIES)
113
 
114
 
115
DEFS = @DEFS@ -I. -I$(srcdir) -I..
116
CPPFLAGS = @CPPFLAGS@
117
LDFLAGS = @LDFLAGS@
118
LIBS = @LIBS@
119
libmmu_a_LIBADD =
120 73 lampret
libmmu_a_OBJECTS =  dmmu.o immu.o
121 7 jrydberg
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122
CCLD = $(CC)
123
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
124
DIST_COMMON =  Makefile.am Makefile.in
125
 
126
 
127
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128
 
129 73 lampret
TAR = gtar
130 7 jrydberg
GZIP_ENV = --best
131 73 lampret
DEP_FILES =  .deps/dmmu.P .deps/immu.P
132 7 jrydberg
SOURCES = $(libmmu_a_SOURCES)
133
OBJECTS = $(libmmu_a_OBJECTS)
134
 
135
all: all-redirect
136
.SUFFIXES:
137
.SUFFIXES: .S .c .o .s
138
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139 18 lampret
        cd $(top_srcdir) && $(AUTOMAKE) --gnu mmu/Makefile
140 7 jrydberg
 
141
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
142
        cd $(top_builddir) \
143
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144
 
145
 
146
mostlyclean-noinstLIBRARIES:
147
 
148
clean-noinstLIBRARIES:
149
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
150
 
151
distclean-noinstLIBRARIES:
152
 
153
maintainer-clean-noinstLIBRARIES:
154
 
155
.s.o:
156
        $(COMPILE) -c $<
157
 
158
.S.o:
159
        $(COMPILE) -c $<
160
 
161
mostlyclean-compile:
162
        -rm -f *.o core *.core
163
 
164
clean-compile:
165
 
166
distclean-compile:
167
        -rm -f *.tab.c
168
 
169
maintainer-clean-compile:
170
 
171
libmmu.a: $(libmmu_a_OBJECTS) $(libmmu_a_DEPENDENCIES)
172
        -rm -f libmmu.a
173
        $(AR) cru libmmu.a $(libmmu_a_OBJECTS) $(libmmu_a_LIBADD)
174
        $(RANLIB) libmmu.a
175
 
176
tags: TAGS
177
 
178
ID: $(HEADERS) $(SOURCES) $(LISP)
179
        list='$(SOURCES) $(HEADERS)'; \
180
        unique=`for i in $$list; do echo $$i; done | \
181
          awk '    { files[$$0] = 1; } \
182
               END { for (i in files) print i; }'`; \
183
        here=`pwd` && cd $(srcdir) \
184
          && mkid -f$$here/ID $$unique $(LISP)
185
 
186
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
187
        tags=; \
188
        here=`pwd`; \
189
        list='$(SOURCES) $(HEADERS)'; \
190
        unique=`for i in $$list; do echo $$i; done | \
191
          awk '    { files[$$0] = 1; } \
192
               END { for (i in files) print i; }'`; \
193
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
194
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
195
 
196
mostlyclean-tags:
197
 
198
clean-tags:
199
 
200
distclean-tags:
201
        -rm -f TAGS ID
202
 
203
maintainer-clean-tags:
204
 
205
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
206
 
207
subdir = mmu
208
 
209
distdir: $(DISTFILES)
210
        here=`cd $(top_builddir) && pwd`; \
211
        top_distdir=`cd $(top_distdir) && pwd`; \
212
        distdir=`cd $(distdir) && pwd`; \
213
        cd $(top_srcdir) \
214 18 lampret
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu mmu/Makefile
215 7 jrydberg
        @for file in $(DISTFILES); do \
216
          d=$(srcdir); \
217
          if test -d $$d/$$file; then \
218 73 lampret
            cp -pr $$d/$$file $(distdir)/$$file; \
219 7 jrydberg
          else \
220
            test -f $(distdir)/$$file \
221
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
222
            || cp -p $$d/$$file $(distdir)/$$file || :; \
223
          fi; \
224
        done
225
 
226
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
227
 
228
-include $(DEP_FILES)
229
 
230
mostlyclean-depend:
231
 
232
clean-depend:
233
 
234
distclean-depend:
235
        -rm -rf .deps
236
 
237
maintainer-clean-depend:
238
 
239
%.o: %.c
240
        @echo '$(COMPILE) -c $<'; \
241
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
242
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
243
        tr ' ' '\012' < .deps/$(*F).pp \
244
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
245
            >> .deps/$(*F).P; \
246
        rm .deps/$(*F).pp
247
 
248
%.lo: %.c
249
        @echo '$(LTCOMPILE) -c $<'; \
250
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
251
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
252
          < .deps/$(*F).pp > .deps/$(*F).P; \
253
        tr ' ' '\012' < .deps/$(*F).pp \
254
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
255
            >> .deps/$(*F).P; \
256
        rm -f .deps/$(*F).pp
257
info-am:
258
info: info-am
259
dvi-am:
260
dvi: dvi-am
261
check-am: all-am
262
check: check-am
263
installcheck-am:
264
installcheck: installcheck-am
265
install-exec-am:
266
install-exec: install-exec-am
267
 
268
install-data-am:
269
install-data: install-data-am
270
 
271
install-am: all-am
272
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
273
install: install-am
274
uninstall-am:
275
uninstall: uninstall-am
276
all-am: Makefile $(LIBRARIES)
277
all-redirect: all-am
278
install-strip:
279
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
280
installdirs:
281
 
282
 
283
mostlyclean-generic:
284
 
285
clean-generic:
286
 
287
distclean-generic:
288
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
289
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
290
 
291
maintainer-clean-generic:
292
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
293
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
294
 
295
mostlyclean: mostlyclean-am
296
 
297
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
298
                clean-generic mostlyclean-am
299
 
300
clean: clean-am
301
 
302
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
303
                distclean-tags distclean-depend distclean-generic \
304
                clean-am
305
 
306
distclean: distclean-am
307
 
308
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
309
                maintainer-clean-compile maintainer-clean-tags \
310
                maintainer-clean-depend maintainer-clean-generic \
311
                distclean-am
312
        @echo "This command is intended for maintainers to use;"
313
        @echo "it deletes files that may require special tools to rebuild."
314
 
315
maintainer-clean: maintainer-clean-am
316
 
317
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
318
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
319
mostlyclean-compile distclean-compile clean-compile \
320
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
321
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
322
distclean-depend clean-depend maintainer-clean-depend info-am info \
323
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
324
install-exec install-data-am install-data install-am install \
325
uninstall-am uninstall all-redirect all-am all installdirs \
326
mostlyclean-generic distclean-generic clean-generic \
327
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
328
 
329
 
330
# Tell versions [3.59,3.63) of GNU make to not export all variables.
331
# Otherwise a system limit (for SysV at least) may be exceeded.
332
.NOEXPORT:

powered by: WebSVN 2.1.0

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