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

Subversion Repositories or1k_old

[/] [or1k_old/] [tags/] [nog_patch_64/] [or1ksim/] [testbench/] [uos/] [Makefile.in] - Blame information for rev 889

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

Line No. Rev Author Line
1 889 ivang
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2 221 markom
 
3 889 ivang
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 221 markom
# 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
#
14
# This file is part of OpenRISC 1000 Architectural Simulator.
15
#
16
# This program is free software; you can redistribute it and/or modify
17
# it under the terms of the GNU General Public License as published by
18
# the Free Software Foundation; either version 2 of the License, or
19
# (at your option) any later version.
20
#
21
# This program is distributed in the hope that it will be useful,
22
# but WITHOUT ANY WARRANTY; without even the implied warranty of
23
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
# GNU General Public License for more details.
25
#
26
# You should have received a copy of the GNU General Public License
27
# along with this program; if not, write to the Free Software
28
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29
#
30
 
31
 
32
SHELL = @SHELL@
33
 
34
srcdir = @srcdir@
35
top_srcdir = @top_srcdir@
36
VPATH = @srcdir@
37
prefix = @prefix@
38
exec_prefix = @exec_prefix@
39
 
40
bindir = @bindir@
41
sbindir = @sbindir@
42
libexecdir = @libexecdir@
43
datadir = @datadir@
44
sysconfdir = @sysconfdir@
45
sharedstatedir = @sharedstatedir@
46
localstatedir = @localstatedir@
47
libdir = @libdir@
48
infodir = @infodir@
49
mandir = @mandir@
50
includedir = @includedir@
51
oldincludedir = /usr/include
52
 
53
DESTDIR =
54
 
55
pkgdatadir = $(datadir)/@PACKAGE@
56
pkglibdir = $(libdir)/@PACKAGE@
57
pkgincludedir = $(includedir)/@PACKAGE@
58
 
59
top_builddir = ..
60
 
61
ACLOCAL = @ACLOCAL@
62
AUTOCONF = @AUTOCONF@
63
AUTOMAKE = @AUTOMAKE@
64
AUTOHEADER = @AUTOHEADER@
65
 
66
INSTALL = @INSTALL@
67
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
68
INSTALL_DATA = @INSTALL_DATA@
69
INSTALL_SCRIPT = @INSTALL_SCRIPT@
70
transform = @program_transform_name@
71
 
72
NORMAL_INSTALL = :
73
PRE_INSTALL = :
74
POST_INSTALL = :
75
NORMAL_UNINSTALL = :
76
PRE_UNINSTALL = :
77
POST_UNINSTALL = :
78
host_alias = @host_alias@
79
host_triplet = @host@
80
CC = @CC@
81
INCLUDES = @INCLUDES@
82
LD = @LD@
83
MAKEINFO = @MAKEINFO@
84
MAKE_SHELL = @MAKE_SHELL@
85 479 markom
OR1K_SRCDIR = @OR1K_SRCDIR@
86 221 markom
PACKAGE = @PACKAGE@
87
RANLIB = @RANLIB@
88 308 markom
SIM = @SIM@
89
TESTS_ENV = @TESTS_ENV@
90 221 markom
VERSION = @VERSION@
91
 
92
LDADD = ../support/libsupport.a
93 493 markom
LDFLAGS = -T${top_srcdir}/default.ld
94 221 markom
 
95
bin_PROGRAMS = uos
96 378 markom
uos_SOURCES = except_or32.S support.h spr_defs.h task.c int.h ipc.h tick.c uos.h uos.c
97 221 markom
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
98
CONFIG_CLEAN_FILES =
99
PROGRAMS =  $(bin_PROGRAMS)
100
 
101
 
102
DEFS = @DEFS@ -I. -I$(srcdir)
103
CPPFLAGS = @CPPFLAGS@
104
LIBS = @LIBS@
105 376 markom
uos_OBJECTS =  except_or32.o task.o tick.o uos.o
106 221 markom
uos_LDADD = $(LDADD)
107
uos_DEPENDENCIES =  ../support/libsupport.a
108
uos_LDFLAGS =
109 493 markom
CFLAGS = @CFLAGS@
110 221 markom
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111
CCLD = $(CC)
112
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
113
DIST_COMMON =  README Makefile.am Makefile.in
114
 
115
 
116
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
 
118
TAR = gtar
119
GZIP_ENV = --best
120 376 markom
DEP_FILES =  .deps/except_or32.P .deps/task.P .deps/tick.P .deps/uos.P
121 221 markom
SOURCES = $(uos_SOURCES)
122
OBJECTS = $(uos_OBJECTS)
123
 
124
all: all-redirect
125
.SUFFIXES:
126
.SUFFIXES: .S .c .o .s
127
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
128 308 markom
        cd $(top_srcdir) && $(AUTOMAKE) --gnu uos/Makefile
129 221 markom
 
130
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
131
        cd $(top_builddir) \
132
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
133
 
134
 
135
mostlyclean-binPROGRAMS:
136
 
137
clean-binPROGRAMS:
138
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
139
 
140
distclean-binPROGRAMS:
141
 
142
maintainer-clean-binPROGRAMS:
143
 
144
install-binPROGRAMS: $(bin_PROGRAMS)
145
        @$(NORMAL_INSTALL)
146
        $(mkinstalldirs) $(DESTDIR)$(bindir)
147
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
148
          if test -f $$p; then \
149 308 markom
            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
150
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
151 221 markom
          else :; fi; \
152
        done
153
 
154
uninstall-binPROGRAMS:
155
        @$(NORMAL_UNINSTALL)
156
        list='$(bin_PROGRAMS)'; for p in $$list; do \
157
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
158
        done
159
 
160
.s.o:
161
        $(COMPILE) -c $<
162
 
163
.S.o:
164
        $(COMPILE) -c $<
165
 
166
mostlyclean-compile:
167
        -rm -f *.o core *.core
168
 
169
clean-compile:
170
 
171
distclean-compile:
172
        -rm -f *.tab.c
173
 
174
maintainer-clean-compile:
175
 
176
uos: $(uos_OBJECTS) $(uos_DEPENDENCIES)
177
        @rm -f uos
178
        $(LINK) $(uos_LDFLAGS) $(uos_OBJECTS) $(uos_LDADD) $(LIBS)
179
 
180
tags: TAGS
181
 
182
ID: $(HEADERS) $(SOURCES) $(LISP)
183
        list='$(SOURCES) $(HEADERS)'; \
184
        unique=`for i in $$list; do echo $$i; done | \
185
          awk '    { files[$$0] = 1; } \
186
               END { for (i in files) print i; }'`; \
187
        here=`pwd` && cd $(srcdir) \
188
          && mkid -f$$here/ID $$unique $(LISP)
189
 
190
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
191
        tags=; \
192
        here=`pwd`; \
193
        list='$(SOURCES) $(HEADERS)'; \
194
        unique=`for i in $$list; do echo $$i; done | \
195
          awk '    { files[$$0] = 1; } \
196
               END { for (i in files) print i; }'`; \
197
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
198
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
199
 
200
mostlyclean-tags:
201
 
202
clean-tags:
203
 
204
distclean-tags:
205
        -rm -f TAGS ID
206
 
207
maintainer-clean-tags:
208
 
209
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
210
 
211
subdir = uos
212
 
213
distdir: $(DISTFILES)
214
        here=`cd $(top_builddir) && pwd`; \
215
        top_distdir=`cd $(top_distdir) && pwd`; \
216
        distdir=`cd $(distdir) && pwd`; \
217
        cd $(top_srcdir) \
218 308 markom
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu uos/Makefile
219 221 markom
        @for file in $(DISTFILES); do \
220
          d=$(srcdir); \
221
          if test -d $$d/$$file; then \
222
            cp -pr $$d/$$file $(distdir)/$$file; \
223
          else \
224
            test -f $(distdir)/$$file \
225
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
226
            || cp -p $$d/$$file $(distdir)/$$file || :; \
227
          fi; \
228
        done
229
 
230
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
231
 
232
-include $(DEP_FILES)
233
 
234
mostlyclean-depend:
235
 
236
clean-depend:
237
 
238
distclean-depend:
239
        -rm -rf .deps
240
 
241
maintainer-clean-depend:
242
 
243
%.o: %.c
244
        @echo '$(COMPILE) -c $<'; \
245
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
246
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
247
        tr ' ' '\012' < .deps/$(*F).pp \
248
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
249
            >> .deps/$(*F).P; \
250
        rm .deps/$(*F).pp
251
 
252
%.lo: %.c
253
        @echo '$(LTCOMPILE) -c $<'; \
254
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
255
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
256
          < .deps/$(*F).pp > .deps/$(*F).P; \
257
        tr ' ' '\012' < .deps/$(*F).pp \
258
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
259
            >> .deps/$(*F).P; \
260
        rm -f .deps/$(*F).pp
261
info-am:
262
info: info-am
263
dvi-am:
264
dvi: dvi-am
265
check-am: all-am
266
check: check-am
267
installcheck-am:
268
installcheck: installcheck-am
269
install-exec-am: install-binPROGRAMS
270
install-exec: install-exec-am
271
 
272
install-data-am:
273
install-data: install-data-am
274
 
275
install-am: all-am
276
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
277
install: install-am
278
uninstall-am: uninstall-binPROGRAMS
279
uninstall: uninstall-am
280
all-am: Makefile $(PROGRAMS)
281
all-redirect: all-am
282
install-strip:
283
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
284
installdirs:
285
        $(mkinstalldirs)  $(DESTDIR)$(bindir)
286
 
287
 
288
mostlyclean-generic:
289
 
290
clean-generic:
291
 
292
distclean-generic:
293
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
294
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
295
 
296
maintainer-clean-generic:
297
mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
298
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
299
 
300
mostlyclean: mostlyclean-am
301
 
302
clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
303
                clean-generic mostlyclean-am
304
 
305
clean: clean-am
306
 
307
distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
308
                distclean-depend distclean-generic clean-am
309
 
310
distclean: distclean-am
311
 
312
maintainer-clean-am:  maintainer-clean-binPROGRAMS \
313
                maintainer-clean-compile maintainer-clean-tags \
314
                maintainer-clean-depend maintainer-clean-generic \
315
                distclean-am
316
        @echo "This command is intended for maintainers to use;"
317
        @echo "it deletes files that may require special tools to rebuild."
318
 
319
maintainer-clean: maintainer-clean-am
320
 
321
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
322
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
323
mostlyclean-compile distclean-compile clean-compile \
324
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
325
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
326
distclean-depend clean-depend maintainer-clean-depend info-am info \
327
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
328
install-exec install-data-am install-data install-am install \
329
uninstall-am uninstall all-redirect all-am all installdirs \
330
mostlyclean-generic distclean-generic clean-generic \
331
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
332
 
333
 
334
again: clean all
335
 
336
# Tell versions [3.59,3.63) of GNU make to not export all variables.
337
# Otherwise a system limit (for SysV at least) may be exceeded.
338
.NOEXPORT:

powered by: WebSVN 2.1.0

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