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 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1376 phoenix
# Makefile.in generated by automake 1.6.3 from Makefile.am.
2 1249 lampret
# @configure_input@
3 1070 rprescott
 
4 1249 lampret
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# Free Software Foundation, Inc.
6 1070 rprescott
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15 1249 lampret
@SET_MAKE@
16
 
17 1070 rprescott
# Makefile -- Makefile for peripherals channels to host
18
# Copyright (C) 2002 Richard Prescott 
19
#
20
# This file is part of OpenRISC 1000 Architectural Simulator.
21
#
22
# This program is free software; you can redistribute it and/or modify
23
# it under the terms of the GNU General Public License as published by
24
# the Free Software Foundation; either version 2 of the License, or
25
# (at your option) any later version.
26
#
27
# This program is distributed in the hope that it will be useful,
28
# but WITHOUT ANY WARRANTY; without even the implied warranty of
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30
# GNU General Public License for more details.
31
#
32
# You should have received a copy of the GNU General Public License
33
# along with this program; if not, write to the Free Software
34
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
35
#
36
SHELL = @SHELL@
37
 
38
srcdir = @srcdir@
39
top_srcdir = @top_srcdir@
40
VPATH = @srcdir@
41
prefix = @prefix@
42
exec_prefix = @exec_prefix@
43
 
44
bindir = @bindir@
45
sbindir = @sbindir@
46
libexecdir = @libexecdir@
47
datadir = @datadir@
48
sysconfdir = @sysconfdir@
49
sharedstatedir = @sharedstatedir@
50
localstatedir = @localstatedir@
51
libdir = @libdir@
52
infodir = @infodir@
53
mandir = @mandir@
54
includedir = @includedir@
55
oldincludedir = /usr/include
56
pkgdatadir = $(datadir)/@PACKAGE@
57
pkglibdir = $(libdir)/@PACKAGE@
58
pkgincludedir = $(includedir)/@PACKAGE@
59
top_builddir = ../..
60
 
61
ACLOCAL = @ACLOCAL@
62
AUTOCONF = @AUTOCONF@
63
AUTOMAKE = @AUTOMAKE@
64
AUTOHEADER = @AUTOHEADER@
65
 
66 1249 lampret
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 1070 rprescott
INSTALL = @INSTALL@
68 1249 lampret
INSTALL_PROGRAM = @INSTALL_PROGRAM@
69 1070 rprescott
INSTALL_DATA = @INSTALL_DATA@
70 1249 lampret
install_sh_DATA = $(install_sh) -c -m 644
71
install_sh_PROGRAM = $(install_sh) -c
72 1376 phoenix
install_sh_SCRIPT = $(install_sh) -c
73 1070 rprescott
INSTALL_SCRIPT = @INSTALL_SCRIPT@
74 1249 lampret
INSTALL_HEADER = $(INSTALL_DATA)
75 1070 rprescott
transform = @program_transform_name@
76
NORMAL_INSTALL = :
77
PRE_INSTALL = :
78
POST_INSTALL = :
79
NORMAL_UNINSTALL = :
80
PRE_UNINSTALL = :
81
POST_UNINSTALL = :
82
build_alias = @build_alias@
83
build_triplet = @build@
84
host_alias = @host_alias@
85
host_triplet = @host@
86
target_alias = @target_alias@
87
target_triplet = @target@
88 1249 lampret
 
89
EXEEXT = @EXEEXT@
90
OBJEXT = @OBJEXT@
91
PATH_SEPARATOR = @PATH_SEPARATOR@
92
AMTAR = @AMTAR@
93 1070 rprescott
AR = @AR@
94
ARFLAGS = @ARFLAGS@
95 1249 lampret
AWK = @AWK@
96 1070 rprescott
BUILD_DIR = @BUILD_DIR@
97
CC = @CC@
98
CFLAGS = @CFLAGS@
99
CPU_ARCH = @CPU_ARCH@
100 1249 lampret
DEPDIR = @DEPDIR@
101 1070 rprescott
INCLUDES = @INCLUDES@
102 1249 lampret
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
103 1070 rprescott
LOCAL_CFLAGS = @LOCAL_CFLAGS@
104
LOCAL_DEFS = @LOCAL_DEFS@
105
MAKE_SHELL = @MAKE_SHELL@
106
PACKAGE = @PACKAGE@
107
RANLIB = @RANLIB@
108 1249 lampret
STRIP = @STRIP@
109 1070 rprescott
SUMVERSION = @SUMVERSION@
110
TERMCAP_LIB = @TERMCAP_LIB@
111
VERSION = @VERSION@
112 1249 lampret
am__include = @am__include@
113
am__quote = @am__quote@
114 1070 rprescott
host = @host@
115
host_cpu = @host_cpu@
116
host_os = @host_os@
117 1249 lampret
install_sh = @install_sh@
118 1070 rprescott
 
119
noinst_LIBRARIES = libchannels.a
120
libchannels_a_SOURCES = \
121
channel.c               \
122
fd.c                    \
123
file.c                  \
124
generic.c               \
125 1119 sfurman
xterm.c                 \
126 1127 sfurman
tcp.c                   \
127
tty.c
128 1070 rprescott
 
129 1249 lampret
subdir = peripheral/channels
130 1070 rprescott
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
131 1249 lampret
CONFIG_HEADER = $(top_builddir)/config.h
132
CONFIG_CLEAN_FILES =
133
LIBRARIES = $(noinst_LIBRARIES)
134 1070 rprescott
 
135 1249 lampret
libchannels_a_AR = $(AR) cru
136
libchannels_a_LIBADD =
137
am_libchannels_a_OBJECTS = channel.$(OBJEXT) fd.$(OBJEXT) file.$(OBJEXT) \
138
        generic.$(OBJEXT) xterm.$(OBJEXT) tcp.$(OBJEXT) tty.$(OBJEXT)
139
libchannels_a_OBJECTS = $(am_libchannels_a_OBJECTS)
140 1070 rprescott
 
141 1249 lampret
DEFS = @DEFS@
142
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
143 1070 rprescott
CPPFLAGS = @CPPFLAGS@
144
LDFLAGS = @LDFLAGS@
145
LIBS = @LIBS@
146 1249 lampret
depcomp = $(SHELL) $(top_srcdir)/depcomp
147
am__depfiles_maybe = depfiles
148
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/channel.Po ./$(DEPDIR)/fd.Po \
149
@AMDEP_TRUE@    ./$(DEPDIR)/file.Po ./$(DEPDIR)/generic.Po \
150
@AMDEP_TRUE@    ./$(DEPDIR)/tcp.Po ./$(DEPDIR)/tty.Po \
151
@AMDEP_TRUE@    ./$(DEPDIR)/xterm.Po
152
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
153
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154 1070 rprescott
CCLD = $(CC)
155 1249 lampret
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
156
DIST_SOURCES = $(libchannels_a_SOURCES)
157
DIST_COMMON = Makefile.am Makefile.in
158
SOURCES = $(libchannels_a_SOURCES)
159 1120 sfurman
 
160 1249 lampret
all: all-am
161 1120 sfurman
 
162 1070 rprescott
.SUFFIXES:
163 1249 lampret
.SUFFIXES: .c .o .obj
164
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
165
        cd $(top_srcdir) && \
166
          $(AUTOMAKE) --gnu  peripheral/channels/Makefile
167
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
168
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
169 1070 rprescott
 
170
clean-noinstLIBRARIES:
171
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
172 1249 lampret
libchannels.a: $(libchannels_a_OBJECTS) $(libchannels_a_DEPENDENCIES)
173
        -rm -f libchannels.a
174
        $(libchannels_a_AR) libchannels.a $(libchannels_a_OBJECTS) $(libchannels_a_LIBADD)
175
        $(RANLIB) libchannels.a
176 1070 rprescott
 
177 1249 lampret
mostlyclean-compile:
178
        -rm -f *.$(OBJEXT) core *.core
179 1120 sfurman
 
180 1249 lampret
distclean-compile:
181
        -rm -f *.tab.c
182 1120 sfurman
 
183 1249 lampret
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
184
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd.Po@am__quote@
185
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
186
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Po@am__quote@
187
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp.Po@am__quote@
188
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty.Po@am__quote@
189
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xterm.Po@am__quote@
190 1120 sfurman
 
191 1249 lampret
distclean-depend:
192
        -rm -rf ./$(DEPDIR)
193 1120 sfurman
 
194 1249 lampret
.c.o:
195
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
196
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
197
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
198 1376 phoenix
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
199 1070 rprescott
 
200 1249 lampret
.c.obj:
201
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
202
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
203
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
204
        $(COMPILE) -c `cygpath -w $<`
205
CCDEPMODE = @CCDEPMODE@
206
uninstall-info-am:
207 1120 sfurman
 
208 1249 lampret
ETAGS = etags
209
ETAGSFLAGS =
210 1070 rprescott
 
211
tags: TAGS
212
 
213 1249 lampret
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
214
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
215
        unique=`for i in $$list; do \
216
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217
          done | \
218
          $(AWK) '    { files[$$0] = 1; } \
219 1070 rprescott
               END { for (i in files) print i; }'`; \
220 1249 lampret
        mkid -fID $$unique
221 1070 rprescott
 
222 1249 lampret
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
223
                $(TAGS_FILES) $(LISP)
224 1070 rprescott
        tags=; \
225
        here=`pwd`; \
226 1249 lampret
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
227
        unique=`for i in $$list; do \
228
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229
          done | \
230
          $(AWK) '    { files[$$0] = 1; } \
231 1070 rprescott
               END { for (i in files) print i; }'`; \
232 1249 lampret
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
233
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
234
             $$tags $$unique
235 1070 rprescott
 
236 1249 lampret
GTAGS:
237
        here=`$(am__cd) $(top_builddir) && pwd` \
238
          && cd $(top_srcdir) \
239
          && gtags -i $(GTAGS_ARGS) $$here
240 1070 rprescott
 
241
distclean-tags:
242 1249 lampret
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
243
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244 1070 rprescott
 
245 1249 lampret
top_distdir = ../..
246
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
247 1070 rprescott
 
248
distdir: $(DISTFILES)
249 1376 phoenix
        @list='$(DISTFILES)'; for file in $$list; do \
250 1249 lampret
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
251
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
252
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
253
            dir="/$$dir"; \
254
            $(mkinstalldirs) "$(distdir)$$dir"; \
255
          else \
256
            dir=''; \
257
          fi; \
258 1070 rprescott
          if test -d $$d/$$file; then \
259 1376 phoenix
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
260
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
261
            fi; \
262
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
263 1070 rprescott
          else \
264
            test -f $(distdir)/$$file \
265 1249 lampret
            || cp -p $$d/$$file $(distdir)/$$file \
266
            || exit 1; \
267 1070 rprescott
          fi; \
268
        done
269 1249 lampret
check-am: all-am
270
check: check-am
271
all-am: Makefile $(LIBRARIES)
272 1120 sfurman
 
273 1249 lampret
installdirs:
274 1120 sfurman
 
275 1249 lampret
install: install-am
276 1120 sfurman
install-exec: install-exec-am
277 1070 rprescott
install-data: install-data-am
278 1249 lampret
uninstall: uninstall-am
279 1070 rprescott
 
280
install-am: all-am
281
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
282 1249 lampret
 
283
installcheck: installcheck-am
284 1120 sfurman
install-strip:
285 1249 lampret
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
286
          INSTALL_STRIP_FLAG=-s \
287
          `test -z '$(STRIP)' || \
288
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
289 1070 rprescott
mostlyclean-generic:
290
 
291
clean-generic:
292
 
293
distclean-generic:
294 1376 phoenix
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
295 1070 rprescott
 
296
maintainer-clean-generic:
297 1249 lampret
        @echo "This command is intended for maintainers to use"
298
        @echo "it deletes files that may require special tools to rebuild."
299
clean: clean-am
300 1070 rprescott
 
301 1249 lampret
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
302 1070 rprescott
 
303 1249 lampret
distclean: distclean-am
304 1070 rprescott
 
305 1249 lampret
distclean-am: clean-am distclean-compile distclean-depend \
306
        distclean-generic distclean-tags
307 1070 rprescott
 
308 1249 lampret
dvi: dvi-am
309 1070 rprescott
 
310 1249 lampret
dvi-am:
311 1070 rprescott
 
312 1249 lampret
info: info-am
313 1070 rprescott
 
314 1249 lampret
info-am:
315
 
316
install-data-am:
317
 
318
install-exec-am:
319
 
320
install-info: install-info-am
321
 
322
install-man:
323
 
324
installcheck-am:
325
 
326 1070 rprescott
maintainer-clean: maintainer-clean-am
327
 
328 1249 lampret
maintainer-clean-am: distclean-am maintainer-clean-generic
329 1070 rprescott
 
330 1249 lampret
mostlyclean: mostlyclean-am
331 1070 rprescott
 
332 1249 lampret
mostlyclean-am: mostlyclean-compile mostlyclean-generic
333
 
334
uninstall-am: uninstall-info-am
335
 
336
.PHONY: GTAGS all all-am check check-am clean clean-generic \
337
        clean-noinstLIBRARIES distclean distclean-compile \
338
        distclean-depend distclean-generic distclean-tags distdir dvi \
339
        dvi-am info info-am install install-am install-data \
340
        install-data-am install-exec install-exec-am install-info \
341
        install-info-am install-man install-strip installcheck \
342
        installcheck-am installdirs maintainer-clean \
343
        maintainer-clean-generic mostlyclean mostlyclean-compile \
344
        mostlyclean-generic tags uninstall uninstall-am \
345
        uninstall-info-am
346
 
347 1070 rprescott
# Tell versions [3.59,3.63) of GNU make to not export all variables.
348
# Otherwise a system limit (for SysV at least) may be exceeded.
349
.NOEXPORT:

powered by: WebSVN 2.1.0

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