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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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