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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_39/] [or1ksim/] [testbench/] [support/] [Makefile.in] - Blame information for rev 226

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

powered by: WebSVN 2.1.0

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