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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_52/] [or1ksim/] [support/] [Makefile.in] - Blame information for rev 807

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

powered by: WebSVN 2.1.0

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