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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_44/] [or1ksim/] [peripheral/] [channels/] [Makefile.in] - Blame information for rev 1070

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

Line No. Rev Author Line
1 1070 rprescott
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 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 peripherals channels to host
14
# Copyright (C) 2002 Richard Prescott 
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
build_alias = @build_alias@
81
build_triplet = @build@
82
host_alias = @host_alias@
83
host_triplet = @host@
84
target_alias = @target_alias@
85
target_triplet = @target@
86
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 = libchannels.a
108
libchannels_a_SOURCES = \
109
channel.c               \
110
fd.c                    \
111
file.c                  \
112
generic.c               \
113
xterm.c
114
 
115
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116
CONFIG_HEADER = ../../config.h
117
CONFIG_CLEAN_FILES =
118
LIBRARIES =  $(noinst_LIBRARIES)
119
 
120
 
121
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
122
CPPFLAGS = @CPPFLAGS@
123
LDFLAGS = @LDFLAGS@
124
LIBS = @LIBS@
125
libchannels_a_LIBADD =
126
libchannels_a_OBJECTS =  channel.o fd.o file.o generic.o xterm.o
127
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128
CCLD = $(CC)
129
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
130
DIST_COMMON =  Makefile.am Makefile.in
131
 
132
 
133
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134
 
135
TAR = gtar
136
GZIP_ENV = --best
137
DEP_FILES =  .deps/channel.P .deps/fd.P .deps/file.P .deps/generic.P \
138
.deps/xterm.P
139
SOURCES = $(libchannels_a_SOURCES)
140
OBJECTS = $(libchannels_a_OBJECTS)
141
 
142
all: all-redirect
143
.SUFFIXES:
144
.SUFFIXES: .S .c .o .s
145
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
146
        cd $(top_srcdir) && $(AUTOMAKE) --gnu peripheral/channels/Makefile
147
 
148
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
149
        cd $(top_builddir) \
150
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
151
 
152
 
153
mostlyclean-noinstLIBRARIES:
154
 
155
clean-noinstLIBRARIES:
156
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
157
 
158
distclean-noinstLIBRARIES:
159
 
160
maintainer-clean-noinstLIBRARIES:
161
 
162
.s.o:
163
        $(COMPILE) -c $<
164
 
165
.S.o:
166
        $(COMPILE) -c $<
167
 
168
mostlyclean-compile:
169
        -rm -f *.o core *.core
170
 
171
clean-compile:
172
 
173
distclean-compile:
174
        -rm -f *.tab.c
175
 
176
maintainer-clean-compile:
177
 
178
libchannels.a: $(libchannels_a_OBJECTS) $(libchannels_a_DEPENDENCIES)
179
        -rm -f libchannels.a
180
        $(AR) cru libchannels.a $(libchannels_a_OBJECTS) $(libchannels_a_LIBADD)
181
        $(RANLIB) libchannels.a
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 = peripheral/channels
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 --gnu peripheral/channels/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:
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:
282
uninstall: uninstall-am
283
all-am: Makefile $(LIBRARIES)
284
all-redirect: all-am
285
install-strip:
286
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
287
installdirs:
288
 
289
 
290
mostlyclean-generic:
291
 
292
clean-generic:
293
 
294
distclean-generic:
295
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
296
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
297
 
298
maintainer-clean-generic:
299
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
300
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
301
 
302
mostlyclean: mostlyclean-am
303
 
304
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
305
                clean-generic mostlyclean-am
306
 
307
clean: clean-am
308
 
309
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
310
                distclean-tags distclean-depend distclean-generic \
311
                clean-am
312
 
313
distclean: distclean-am
314
 
315
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
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-noinstLIBRARIES distclean-noinstLIBRARIES \
325
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
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
# Tell versions [3.59,3.63) of GNU make to not export all variables.
338
# Otherwise a system limit (for SysV at least) may be exceeded.
339
.NOEXPORT:

powered by: WebSVN 2.1.0

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