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

Subversion Repositories or1k

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

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

powered by: WebSVN 2.1.0

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