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

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc2/] [or1ksim/] [testbench/] [support/] [Makefile.in] - Blame information for rev 381

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

Line No. Rev Author Line
1 226 markom
# 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
CC = @CC@
83
CFLAGS = @CFLAGS@
84
INCLUDES = @INCLUDES@
85
LD = @LD@
86 381 markom
LDFLAGS = @LDFLAGS@
87 226 markom
MAKEINFO = @MAKEINFO@
88
MAKE_SHELL = @MAKE_SHELL@
89
PACKAGE = @PACKAGE@
90
RANLIB = @RANLIB@
91 308 markom
SIM = @SIM@
92
TESTS_ENV = @TESTS_ENV@
93 226 markom
VERSION = @VERSION@
94
 
95
noinst_LIBRARIES = libsupport.a
96 376 markom
libsupport_a_SOURCES = support.c support.h int.c int.h
97 226 markom
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
98
CONFIG_CLEAN_FILES =
99
LIBRARIES =  $(noinst_LIBRARIES)
100
 
101
 
102
DEFS = @DEFS@ -I. -I$(srcdir)
103
CPPFLAGS = @CPPFLAGS@
104
LIBS = @LIBS@
105
libsupport_a_LIBADD =
106 376 markom
libsupport_a_OBJECTS =  support.o int.o
107 226 markom
AR = ar
108
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
109
CCLD = $(CC)
110
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
111
DIST_COMMON =  Makefile.am Makefile.in
112
 
113
 
114
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
115
 
116
TAR = gtar
117
GZIP_ENV = --best
118 376 markom
DEP_FILES =  .deps/int.P .deps/support.P
119 226 markom
SOURCES = $(libsupport_a_SOURCES)
120
OBJECTS = $(libsupport_a_OBJECTS)
121
 
122
all: all-redirect
123
.SUFFIXES:
124
.SUFFIXES: .S .c .o .s
125
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126 308 markom
        cd $(top_srcdir) && $(AUTOMAKE) --gnu support/Makefile
127 226 markom
 
128
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
129
        cd $(top_builddir) \
130
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
 
132
 
133
mostlyclean-noinstLIBRARIES:
134
 
135
clean-noinstLIBRARIES:
136
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
137
 
138
distclean-noinstLIBRARIES:
139
 
140
maintainer-clean-noinstLIBRARIES:
141
 
142
.s.o:
143
        $(COMPILE) -c $<
144
 
145
.S.o:
146
        $(COMPILE) -c $<
147
 
148
mostlyclean-compile:
149
        -rm -f *.o core *.core
150
 
151
clean-compile:
152
 
153
distclean-compile:
154
        -rm -f *.tab.c
155
 
156
maintainer-clean-compile:
157
 
158
libsupport.a: $(libsupport_a_OBJECTS) $(libsupport_a_DEPENDENCIES)
159
        -rm -f libsupport.a
160
        $(AR) cru libsupport.a $(libsupport_a_OBJECTS) $(libsupport_a_LIBADD)
161
        $(RANLIB) libsupport.a
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:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
174
        tags=; \
175
        here=`pwd`; \
176
        list='$(SOURCES) $(HEADERS)'; \
177
        unique=`for i in $$list; do echo $$i; done | \
178
          awk '    { files[$$0] = 1; } \
179
               END { for (i in files) print i; }'`; \
180
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
181
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
182
 
183
mostlyclean-tags:
184
 
185
clean-tags:
186
 
187
distclean-tags:
188
        -rm -f TAGS ID
189
 
190
maintainer-clean-tags:
191
 
192
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
193
 
194
subdir = support
195
 
196
distdir: $(DISTFILES)
197
        here=`cd $(top_builddir) && pwd`; \
198
        top_distdir=`cd $(top_distdir) && pwd`; \
199
        distdir=`cd $(distdir) && pwd`; \
200
        cd $(top_srcdir) \
201 308 markom
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu support/Makefile
202 226 markom
        @for file in $(DISTFILES); do \
203
          d=$(srcdir); \
204
          if test -d $$d/$$file; then \
205
            cp -pr $$d/$$file $(distdir)/$$file; \
206
          else \
207
            test -f $(distdir)/$$file \
208
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
209
            || cp -p $$d/$$file $(distdir)/$$file || :; \
210
          fi; \
211
        done
212
 
213
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
214
 
215
-include $(DEP_FILES)
216
 
217
mostlyclean-depend:
218
 
219
clean-depend:
220
 
221
distclean-depend:
222
        -rm -rf .deps
223
 
224
maintainer-clean-depend:
225
 
226
%.o: %.c
227
        @echo '$(COMPILE) -c $<'; \
228
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
229
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
230
        tr ' ' '\012' < .deps/$(*F).pp \
231
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
232
            >> .deps/$(*F).P; \
233
        rm .deps/$(*F).pp
234
 
235
%.lo: %.c
236
        @echo '$(LTCOMPILE) -c $<'; \
237
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
238
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
239
          < .deps/$(*F).pp > .deps/$(*F).P; \
240
        tr ' ' '\012' < .deps/$(*F).pp \
241
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
242
            >> .deps/$(*F).P; \
243
        rm -f .deps/$(*F).pp
244
info-am:
245
info: info-am
246
dvi-am:
247
dvi: dvi-am
248
check-am: all-am
249
check: check-am
250
installcheck-am:
251
installcheck: installcheck-am
252
install-exec-am:
253
install-exec: install-exec-am
254
 
255
install-data-am:
256
install-data: install-data-am
257
 
258
install-am: all-am
259
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
260
install: install-am
261
uninstall-am:
262
uninstall: uninstall-am
263
all-am: Makefile $(LIBRARIES)
264
all-redirect: all-am
265
install-strip:
266
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
267
installdirs:
268
 
269
 
270
mostlyclean-generic:
271
 
272
clean-generic:
273
 
274
distclean-generic:
275
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
276
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
277
 
278
maintainer-clean-generic:
279
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
280
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
281
 
282
mostlyclean: mostlyclean-am
283
 
284
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
285
                clean-generic mostlyclean-am
286
 
287
clean: clean-am
288
 
289
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
290
                distclean-tags distclean-depend distclean-generic \
291
                clean-am
292
 
293
distclean: distclean-am
294
 
295
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
296
                maintainer-clean-compile maintainer-clean-tags \
297
                maintainer-clean-depend maintainer-clean-generic \
298
                distclean-am
299
        @echo "This command is intended for maintainers to use;"
300
        @echo "it deletes files that may require special tools to rebuild."
301
 
302
maintainer-clean: maintainer-clean-am
303
 
304
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
305
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
306
mostlyclean-compile distclean-compile clean-compile \
307
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
308
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
309
distclean-depend clean-depend maintainer-clean-depend info-am info \
310
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
311
install-exec install-data-am install-data install-am install \
312
uninstall-am uninstall all-redirect all-am all installdirs \
313
mostlyclean-generic distclean-generic clean-generic \
314
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
315
 
316
 
317
# Tell versions [3.59,3.63) of GNU make to not export all variables.
318
# Otherwise a system limit (for SysV at least) may be exceeded.
319
.NOEXPORT:

powered by: WebSVN 2.1.0

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