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

Subversion Repositories or1k

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

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

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

powered by: WebSVN 2.1.0

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