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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_58/] [or1ksim/] [testbench/] [uos/] [Makefile.in] - Blame information for rev 376

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

Line No. Rev Author Line
1 221 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
#
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
CFLAGS = @CFLAGS@
82
INCLUDES = @INCLUDES@
83
LD = @LD@
84
MAKEINFO = @MAKEINFO@
85
MAKE_SHELL = @MAKE_SHELL@
86
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
LDFLAGS = -T${top_srcdir}/except.ld
94
 
95
bin_PROGRAMS = uos
96 376 markom
uos_SOURCES = except_or32.S support.h sprdefs.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
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110
CCLD = $(CC)
111
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
112
DIST_COMMON =  README 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/except_or32.P .deps/task.P .deps/tick.P .deps/uos.P
120 221 markom
SOURCES = $(uos_SOURCES)
121
OBJECTS = $(uos_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 uos/Makefile
128 221 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-binPROGRAMS:
135
 
136
clean-binPROGRAMS:
137
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
138
 
139
distclean-binPROGRAMS:
140
 
141
maintainer-clean-binPROGRAMS:
142
 
143
install-binPROGRAMS: $(bin_PROGRAMS)
144
        @$(NORMAL_INSTALL)
145
        $(mkinstalldirs) $(DESTDIR)$(bindir)
146
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
147
          if test -f $$p; then \
148 308 markom
            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
149
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
150 221 markom
          else :; fi; \
151
        done
152
 
153
uninstall-binPROGRAMS:
154
        @$(NORMAL_UNINSTALL)
155
        list='$(bin_PROGRAMS)'; for p in $$list; do \
156
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
157
        done
158
 
159
.s.o:
160
        $(COMPILE) -c $<
161
 
162
.S.o:
163
        $(COMPILE) -c $<
164
 
165
mostlyclean-compile:
166
        -rm -f *.o core *.core
167
 
168
clean-compile:
169
 
170
distclean-compile:
171
        -rm -f *.tab.c
172
 
173
maintainer-clean-compile:
174
 
175
uos: $(uos_OBJECTS) $(uos_DEPENDENCIES)
176
        @rm -f uos
177
        $(LINK) $(uos_LDFLAGS) $(uos_OBJECTS) $(uos_LDADD) $(LIBS)
178
 
179
tags: TAGS
180
 
181
ID: $(HEADERS) $(SOURCES) $(LISP)
182
        list='$(SOURCES) $(HEADERS)'; \
183
        unique=`for i in $$list; do echo $$i; done | \
184
          awk '    { files[$$0] = 1; } \
185
               END { for (i in files) print i; }'`; \
186
        here=`pwd` && cd $(srcdir) \
187
          && mkid -f$$here/ID $$unique $(LISP)
188
 
189
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
190
        tags=; \
191
        here=`pwd`; \
192
        list='$(SOURCES) $(HEADERS)'; \
193
        unique=`for i in $$list; do echo $$i; done | \
194
          awk '    { files[$$0] = 1; } \
195
               END { for (i in files) print i; }'`; \
196
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
198
 
199
mostlyclean-tags:
200
 
201
clean-tags:
202
 
203
distclean-tags:
204
        -rm -f TAGS ID
205
 
206
maintainer-clean-tags:
207
 
208
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
209
 
210
subdir = uos
211
 
212
distdir: $(DISTFILES)
213
        here=`cd $(top_builddir) && pwd`; \
214
        top_distdir=`cd $(top_distdir) && pwd`; \
215
        distdir=`cd $(distdir) && pwd`; \
216
        cd $(top_srcdir) \
217 308 markom
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu uos/Makefile
218 221 markom
        @for file in $(DISTFILES); do \
219
          d=$(srcdir); \
220
          if test -d $$d/$$file; then \
221
            cp -pr $$d/$$file $(distdir)/$$file; \
222
          else \
223
            test -f $(distdir)/$$file \
224
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
225
            || cp -p $$d/$$file $(distdir)/$$file || :; \
226
          fi; \
227
        done
228
 
229
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
230
 
231
-include $(DEP_FILES)
232
 
233
mostlyclean-depend:
234
 
235
clean-depend:
236
 
237
distclean-depend:
238
        -rm -rf .deps
239
 
240
maintainer-clean-depend:
241
 
242
%.o: %.c
243
        @echo '$(COMPILE) -c $<'; \
244
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
245
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
246
        tr ' ' '\012' < .deps/$(*F).pp \
247
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
248
            >> .deps/$(*F).P; \
249
        rm .deps/$(*F).pp
250
 
251
%.lo: %.c
252
        @echo '$(LTCOMPILE) -c $<'; \
253
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
254
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
255
          < .deps/$(*F).pp > .deps/$(*F).P; \
256
        tr ' ' '\012' < .deps/$(*F).pp \
257
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
258
            >> .deps/$(*F).P; \
259
        rm -f .deps/$(*F).pp
260
info-am:
261
info: info-am
262
dvi-am:
263
dvi: dvi-am
264
check-am: all-am
265
check: check-am
266
installcheck-am:
267
installcheck: installcheck-am
268
install-exec-am: install-binPROGRAMS
269
install-exec: install-exec-am
270
 
271
install-data-am:
272
install-data: install-data-am
273
 
274
install-am: all-am
275
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
276
install: install-am
277
uninstall-am: uninstall-binPROGRAMS
278
uninstall: uninstall-am
279
all-am: Makefile $(PROGRAMS)
280
all-redirect: all-am
281
install-strip:
282
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
283
installdirs:
284
        $(mkinstalldirs)  $(DESTDIR)$(bindir)
285
 
286
 
287
mostlyclean-generic:
288
 
289
clean-generic:
290
 
291
distclean-generic:
292
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
293
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
294
 
295
maintainer-clean-generic:
296
mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
297
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
298
 
299
mostlyclean: mostlyclean-am
300
 
301
clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
302
                clean-generic mostlyclean-am
303
 
304
clean: clean-am
305
 
306
distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
307
                distclean-depend distclean-generic clean-am
308
 
309
distclean: distclean-am
310
 
311
maintainer-clean-am:  maintainer-clean-binPROGRAMS \
312
                maintainer-clean-compile maintainer-clean-tags \
313
                maintainer-clean-depend maintainer-clean-generic \
314
                distclean-am
315
        @echo "This command is intended for maintainers to use;"
316
        @echo "it deletes files that may require special tools to rebuild."
317
 
318
maintainer-clean: maintainer-clean-am
319
 
320
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
321
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
322
mostlyclean-compile distclean-compile clean-compile \
323
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
324
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
325
distclean-depend clean-depend maintainer-clean-depend info-am info \
326
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
327
install-exec install-data-am install-data install-am install \
328
uninstall-am uninstall all-redirect all-am all installdirs \
329
mostlyclean-generic distclean-generic clean-generic \
330
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
331
 
332
 
333
again: clean all
334
 
335
# Tell versions [3.59,3.63) of GNU make to not export all variables.
336
# Otherwise a system limit (for SysV at least) may be exceeded.
337
.NOEXPORT:

powered by: WebSVN 2.1.0

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