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 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
# 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
host_alias = @host_alias@
81
host_triplet = @host@
82
AR = @AR@
83
ARFLAGS = @ARFLAGS@
84
BUILD_DIR = @BUILD_DIR@
85
CC = @CC@
86
CFLAGS = @CFLAGS@
87
CPU_ARCH = @CPU_ARCH@
88
INCLUDES = @INCLUDES@
89
LOCAL_CFLAGS = @LOCAL_CFLAGS@
90
LOCAL_DEFS = @LOCAL_DEFS@
91
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
92
MAKEINFO = @MAKEINFO@
93
MAKE_SHELL = @MAKE_SHELL@
94
PACKAGE = @PACKAGE@
95
RANLIB = @RANLIB@
96
SUMVERSION = @SUMVERSION@
97
TERMCAP_LIB = @TERMCAP_LIB@
98
VERSION = @VERSION@
99
host = @host@
100
host_cpu = @host_cpu@
101
host_os = @host_os@
102
 
103
noinst_LIBRARIES = libmmu.a
104
libmmu_a_SOURCES = dmmu.c
105
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106
CONFIG_HEADER = ../config.h
107
CONFIG_CLEAN_FILES =
108
LIBRARIES =  $(noinst_LIBRARIES)
109
 
110
 
111
DEFS = @DEFS@ -I. -I$(srcdir) -I..
112
CPPFLAGS = @CPPFLAGS@
113
LDFLAGS = @LDFLAGS@
114
LIBS = @LIBS@
115
libmmu_a_LIBADD =
116
libmmu_a_OBJECTS =  dmmu.o
117
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118
CCLD = $(CC)
119
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
120
DIST_COMMON =  Makefile.am Makefile.in
121
 
122
 
123
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124
 
125
TAR = gtar
126
GZIP_ENV = --best
127
DEP_FILES =  .deps/dmmu.P
128
SOURCES = $(libmmu_a_SOURCES)
129
OBJECTS = $(libmmu_a_OBJECTS)
130
 
131
all: all-redirect
132
.SUFFIXES:
133
.SUFFIXES: .S .c .o .s
134
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135
        cd $(top_srcdir) && $(AUTOMAKE) --foreign mmu/Makefile
136
 
137
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
138
        cd $(top_builddir) \
139
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
 
141
 
142
mostlyclean-noinstLIBRARIES:
143
 
144
clean-noinstLIBRARIES:
145
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
146
 
147
distclean-noinstLIBRARIES:
148
 
149
maintainer-clean-noinstLIBRARIES:
150
 
151
.s.o:
152
        $(COMPILE) -c $<
153
 
154
.S.o:
155
        $(COMPILE) -c $<
156
 
157
mostlyclean-compile:
158
        -rm -f *.o core *.core
159
 
160
clean-compile:
161
 
162
distclean-compile:
163
        -rm -f *.tab.c
164
 
165
maintainer-clean-compile:
166
 
167
libmmu.a: $(libmmu_a_OBJECTS) $(libmmu_a_DEPENDENCIES)
168
        -rm -f libmmu.a
169
        $(AR) cru libmmu.a $(libmmu_a_OBJECTS) $(libmmu_a_LIBADD)
170
        $(RANLIB) libmmu.a
171
 
172
tags: TAGS
173
 
174
ID: $(HEADERS) $(SOURCES) $(LISP)
175
        list='$(SOURCES) $(HEADERS)'; \
176
        unique=`for i in $$list; do echo $$i; done | \
177
          awk '    { files[$$0] = 1; } \
178
               END { for (i in files) print i; }'`; \
179
        here=`pwd` && cd $(srcdir) \
180
          && mkid -f$$here/ID $$unique $(LISP)
181
 
182
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
183
        tags=; \
184
        here=`pwd`; \
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 = mmu
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
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign mmu/Makefile
211
        @for file in $(DISTFILES); do \
212
          d=$(srcdir); \
213
          if test -d $$d/$$file; then \
214
            cp -pr $$/$$file $(distdir)/$$file; \
215
          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
 
222
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
223
 
224
-include $(DEP_FILES)
225
 
226
mostlyclean-depend:
227
 
228
clean-depend:
229
 
230
distclean-depend:
231
        -rm -rf .deps
232
 
233
maintainer-clean-depend:
234
 
235
%.o: %.c
236
        @echo '$(COMPILE) -c $<'; \
237
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
238
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
239
        tr ' ' '\012' < .deps/$(*F).pp \
240
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
241
            >> .deps/$(*F).P; \
242
        rm .deps/$(*F).pp
243
 
244
%.lo: %.c
245
        @echo '$(LTCOMPILE) -c $<'; \
246
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
247
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
248
          < .deps/$(*F).pp > .deps/$(*F).P; \
249
        tr ' ' '\012' < .deps/$(*F).pp \
250
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
251
            >> .deps/$(*F).P; \
252
        rm -f .deps/$(*F).pp
253
info-am:
254
info: info-am
255
dvi-am:
256
dvi: dvi-am
257
check-am: all-am
258
check: check-am
259
installcheck-am:
260
installcheck: installcheck-am
261
install-exec-am:
262
install-exec: install-exec-am
263
 
264
install-data-am:
265
install-data: install-data-am
266
 
267
install-am: all-am
268
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
269
install: install-am
270
uninstall-am:
271
uninstall: uninstall-am
272
all-am: Makefile $(LIBRARIES)
273
all-redirect: all-am
274
install-strip:
275
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
276
installdirs:
277
 
278
 
279
mostlyclean-generic:
280
 
281
clean-generic:
282
 
283
distclean-generic:
284
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
285
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
286
 
287
maintainer-clean-generic:
288
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
289
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
290
 
291
mostlyclean: mostlyclean-am
292
 
293
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
294
                clean-generic mostlyclean-am
295
 
296
clean: clean-am
297
 
298
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
299
                distclean-tags distclean-depend distclean-generic \
300
                clean-am
301
 
302
distclean: distclean-am
303
 
304
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
305
                maintainer-clean-compile maintainer-clean-tags \
306
                maintainer-clean-depend maintainer-clean-generic \
307
                distclean-am
308
        @echo "This command is intended for maintainers to use;"
309
        @echo "it deletes files that may require special tools to rebuild."
310
 
311
maintainer-clean: maintainer-clean-am
312
 
313
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
314
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
315
mostlyclean-compile distclean-compile clean-compile \
316
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
317
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
318
distclean-depend clean-depend maintainer-clean-depend info-am info \
319
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
320
install-exec install-data-am install-data install-am install \
321
uninstall-am uninstall all-redirect all-am all installdirs \
322
mostlyclean-generic distclean-generic clean-generic \
323
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
324
 
325
 
326
# Tell versions [3.59,3.63) of GNU make to not export all variables.
327
# Otherwise a system limit (for SysV at least) may be exceeded.
328
.NOEXPORT:

powered by: WebSVN 2.1.0

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