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

Subversion Repositories or1k

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

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

Line No. Rev Author Line
1 877 rherveille
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2 7 jrydberg
 
3 877 rherveille
# 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 54 lampret
# Makefile -- Makefile for OR32 dependent simulation
14 7 jrydberg
# 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 = libarch.a
108 133 markom
libarch_a_SOURCES = execute.c or32.c
109 706 markom
 
110
@SIMPLE_EXECUTION_TRUE@noinst_PROGRAMS =
111 877 rherveille
@SIMPLE_EXECUTION_FALSE@noinst_PROGRAMS = @SIMPLE_EXECUTION_FALSE@generate
112 706 markom
@SIMPLE_EXECUTION_TRUE@generate_SOURCES =
113 877 rherveille
@SIMPLE_EXECUTION_FALSE@generate_SOURCES = @SIMPLE_EXECUTION_FALSE@or32.c generate.c
114
@SIMPLE_EXECUTION_FALSE@BUILT_SOURCES = @SIMPLE_EXECUTION_FALSE@execgen.c
115 7 jrydberg
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116
CONFIG_HEADER = ../../config.h
117
CONFIG_CLEAN_FILES =
118
LIBRARIES =  $(noinst_LIBRARIES)
119
 
120
 
121
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
122
CPPFLAGS = @CPPFLAGS@
123
LDFLAGS = @LDFLAGS@
124
LIBS = @LIBS@
125
libarch_a_LIBADD =
126 133 markom
libarch_a_OBJECTS =  execute.o or32.o
127 706 markom
PROGRAMS =  $(noinst_PROGRAMS)
128
 
129
@SIMPLE_EXECUTION_TRUE@generate_OBJECTS =
130
@SIMPLE_EXECUTION_FALSE@generate_OBJECTS =  or32.o generate.o
131
generate_LDADD = $(LDADD)
132
generate_DEPENDENCIES =
133
generate_LDFLAGS =
134 7 jrydberg
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135
CCLD = $(CC)
136
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
137
DIST_COMMON =  Makefile.am Makefile.in
138
 
139
 
140
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
141
 
142 54 lampret
TAR = gtar
143 7 jrydberg
GZIP_ENV = --best
144 706 markom
DEP_FILES =  .deps/execgen.P .deps/execute.P .deps/generate.P \
145
.deps/or32.P
146
SOURCES = $(libarch_a_SOURCES) $(generate_SOURCES)
147
OBJECTS = $(libarch_a_OBJECTS) $(generate_OBJECTS)
148 7 jrydberg
 
149
all: all-redirect
150
.SUFFIXES:
151
.SUFFIXES: .S .c .o .s
152
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
153 20 lampret
        cd $(top_srcdir) && $(AUTOMAKE) --gnu cpu/or32/Makefile
154 7 jrydberg
 
155
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
156
        cd $(top_builddir) \
157
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
158
 
159
 
160
mostlyclean-noinstLIBRARIES:
161
 
162
clean-noinstLIBRARIES:
163
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
164
 
165
distclean-noinstLIBRARIES:
166
 
167
maintainer-clean-noinstLIBRARIES:
168
 
169
.s.o:
170
        $(COMPILE) -c $<
171
 
172
.S.o:
173
        $(COMPILE) -c $<
174
 
175
mostlyclean-compile:
176
        -rm -f *.o core *.core
177
 
178
clean-compile:
179
 
180
distclean-compile:
181
        -rm -f *.tab.c
182
 
183
maintainer-clean-compile:
184
 
185
libarch.a: $(libarch_a_OBJECTS) $(libarch_a_DEPENDENCIES)
186
        -rm -f libarch.a
187
        $(AR) cru libarch.a $(libarch_a_OBJECTS) $(libarch_a_LIBADD)
188
        $(RANLIB) libarch.a
189
 
190 706 markom
mostlyclean-noinstPROGRAMS:
191
 
192
clean-noinstPROGRAMS:
193
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
194
 
195
distclean-noinstPROGRAMS:
196
 
197
maintainer-clean-noinstPROGRAMS:
198
 
199
generate: $(generate_OBJECTS) $(generate_DEPENDENCIES)
200
        @rm -f generate
201
        $(LINK) $(generate_LDFLAGS) $(generate_OBJECTS) $(generate_LDADD) $(LIBS)
202
 
203 7 jrydberg
tags: TAGS
204
 
205
ID: $(HEADERS) $(SOURCES) $(LISP)
206
        list='$(SOURCES) $(HEADERS)'; \
207
        unique=`for i in $$list; do echo $$i; done | \
208
          awk '    { files[$$0] = 1; } \
209
               END { for (i in files) print i; }'`; \
210
        here=`pwd` && cd $(srcdir) \
211
          && mkid -f$$here/ID $$unique $(LISP)
212
 
213
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
214
        tags=; \
215
        here=`pwd`; \
216
        list='$(SOURCES) $(HEADERS)'; \
217
        unique=`for i in $$list; do echo $$i; done | \
218
          awk '    { files[$$0] = 1; } \
219
               END { for (i in files) print i; }'`; \
220
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
221
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
222
 
223
mostlyclean-tags:
224
 
225
clean-tags:
226
 
227
distclean-tags:
228
        -rm -f TAGS ID
229
 
230
maintainer-clean-tags:
231
 
232
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
233
 
234 20 lampret
subdir = cpu/or32
235 7 jrydberg
 
236
distdir: $(DISTFILES)
237
        here=`cd $(top_builddir) && pwd`; \
238
        top_distdir=`cd $(top_distdir) && pwd`; \
239
        distdir=`cd $(distdir) && pwd`; \
240
        cd $(top_srcdir) \
241 20 lampret
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu cpu/or32/Makefile
242 7 jrydberg
        @for file in $(DISTFILES); do \
243
          d=$(srcdir); \
244
          if test -d $$d/$$file; then \
245 54 lampret
            cp -pr $$d/$$file $(distdir)/$$file; \
246 7 jrydberg
          else \
247
            test -f $(distdir)/$$file \
248
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
249
            || cp -p $$d/$$file $(distdir)/$$file || :; \
250
          fi; \
251
        done
252
 
253
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
254
 
255
-include $(DEP_FILES)
256
 
257
mostlyclean-depend:
258
 
259
clean-depend:
260
 
261
distclean-depend:
262
        -rm -rf .deps
263
 
264
maintainer-clean-depend:
265
 
266
%.o: %.c
267
        @echo '$(COMPILE) -c $<'; \
268
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
269
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
270
        tr ' ' '\012' < .deps/$(*F).pp \
271
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
272
            >> .deps/$(*F).P; \
273
        rm .deps/$(*F).pp
274
 
275
%.lo: %.c
276
        @echo '$(LTCOMPILE) -c $<'; \
277
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
278
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
279
          < .deps/$(*F).pp > .deps/$(*F).P; \
280
        tr ' ' '\012' < .deps/$(*F).pp \
281
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
282
            >> .deps/$(*F).P; \
283
        rm -f .deps/$(*F).pp
284
info-am:
285
info: info-am
286
dvi-am:
287
dvi: dvi-am
288
check-am: all-am
289
check: check-am
290
installcheck-am:
291
installcheck: installcheck-am
292
install-exec-am:
293
install-exec: install-exec-am
294
 
295
install-data-am:
296
install-data: install-data-am
297
 
298
install-am: all-am
299
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
300
install: install-am
301
uninstall-am:
302
uninstall: uninstall-am
303 706 markom
all-am: Makefile $(LIBRARIES) $(PROGRAMS)
304 7 jrydberg
all-redirect: all-am
305
install-strip:
306
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
307
installdirs:
308
 
309
 
310
mostlyclean-generic:
311
 
312
clean-generic:
313
 
314
distclean-generic:
315
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
316
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
317
 
318
maintainer-clean-generic:
319 706 markom
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
320 7 jrydberg
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
321 706 markom
                mostlyclean-noinstPROGRAMS mostlyclean-tags \
322
                mostlyclean-depend mostlyclean-generic
323 7 jrydberg
 
324
mostlyclean: mostlyclean-am
325
 
326 706 markom
clean-am:  clean-noinstLIBRARIES clean-compile clean-noinstPROGRAMS \
327
                clean-tags clean-depend clean-generic mostlyclean-am
328 7 jrydberg
 
329
clean: clean-am
330
 
331
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
332 706 markom
                distclean-noinstPROGRAMS distclean-tags \
333
                distclean-depend distclean-generic clean-am
334 7 jrydberg
 
335
distclean: distclean-am
336
 
337
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
338 706 markom
                maintainer-clean-compile \
339
                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
340 7 jrydberg
                maintainer-clean-depend maintainer-clean-generic \
341
                distclean-am
342
        @echo "This command is intended for maintainers to use;"
343
        @echo "it deletes files that may require special tools to rebuild."
344
 
345
maintainer-clean: maintainer-clean-am
346
 
347
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
348
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
349
mostlyclean-compile distclean-compile clean-compile \
350 706 markom
maintainer-clean-compile mostlyclean-noinstPROGRAMS \
351
distclean-noinstPROGRAMS clean-noinstPROGRAMS \
352
maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
353 7 jrydberg
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
354
distclean-depend clean-depend maintainer-clean-depend info-am info \
355
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
356
install-exec install-data-am install-data install-am install \
357
uninstall-am uninstall all-redirect all-am all installdirs \
358
mostlyclean-generic distclean-generic clean-generic \
359
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
360
 
361
 
362 706 markom
@SIMPLE_EXECUTION_FALSE@execgen.c: generate insnset.c
363 738 ivang
@SIMPLE_EXECUTION_FALSE@        ./generate insnset.c execgen.c
364 706 markom
 
365 7 jrydberg
# Tell versions [3.59,3.63) of GNU make to not export all variables.
366
# Otherwise a system limit (for SysV at least) may be exceeded.
367
.NOEXPORT:

powered by: WebSVN 2.1.0

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