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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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