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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [eth/] [synth/] [ecosynth/] [v2_0/] [host/] [Makefile.in] - Blame information for rev 27

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

Line No. Rev Author Line
1 27 unneback
# 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
######COPYRIGHTBEGIN####
14
#
15
# ----------------------------------------------------------------------------
16
# Copyright (C) 2002 Bart Veer
17
#
18
# This file is part of the eCos synthetic target ethernet support.
19
#
20
# This program is free software; you can redistribute it and/or modify it
21
# under the terms of the GNU General Public License as published by the Free
22
# Software Foundation; either version 2 of the License, or (at your option)
23
# any later version.
24
#
25
# This program is distributed in the hope that it will be useful, but WITHOUT
26
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
27
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
28
# more details.
29
#
30
# You should have received a copy of the GNU General Public License along with
31
# this program; if not, write to the Free Software Foundation, Inc.,
32
# 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
33
# ----------------------------------------------------------------------------
34
#
35
######COPYRIGHTEND####
36
#######DESCRIPTIONBEGIN####
37
######DESCRIPTIONEND####
38
 
39
 
40
SHELL = @SHELL@
41
 
42
srcdir = @srcdir@
43
top_srcdir = @top_srcdir@
44
VPATH = @srcdir@
45
prefix = @prefix@
46
exec_prefix = @exec_prefix@
47
 
48
bindir = @bindir@
49
sbindir = @sbindir@
50
libexecdir = @libexecdir@
51
datadir = @datadir@
52
sysconfdir = @sysconfdir@
53
sharedstatedir = @sharedstatedir@
54
localstatedir = @localstatedir@
55
libdir = @libdir@
56
infodir = @infodir@
57
mandir = @mandir@
58
includedir = @includedir@
59
oldincludedir = /usr/include
60
 
61
DESTDIR =
62
 
63
pkgdatadir = $(datadir)/@PACKAGE@
64
pkglibdir = $(libdir)/@PACKAGE@
65
pkgincludedir = $(includedir)/@PACKAGE@
66
 
67
top_builddir = .
68
 
69
ACLOCAL = @ACLOCAL@
70
AUTOCONF = @AUTOCONF@
71
AUTOMAKE = @AUTOMAKE@
72
AUTOHEADER = @AUTOHEADER@
73
 
74
INSTALL = @INSTALL@
75
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
76
INSTALL_DATA = @INSTALL_DATA@
77
INSTALL_SCRIPT = @INSTALL_SCRIPT@
78
transform = @program_transform_name@
79
 
80
NORMAL_INSTALL = :
81
PRE_INSTALL = :
82
POST_INSTALL = :
83
NORMAL_UNINSTALL = :
84
PRE_UNINSTALL = :
85
POST_UNINSTALL = :
86
host_alias = @host_alias@
87
host_triplet = @host@
88
CC = @CC@
89
CXX = @CXX@
90
ECOS_REPOSITORY = @ECOS_REPOSITORY@
91
EXEEXT = @EXEEXT@
92
MAINT = @MAINT@
93
MAKEINFO = @MAKEINFO@
94
MSVC_SRCDIR = @MSVC_SRCDIR@
95
OBJEXT = @OBJEXT@
96
PACKAGE = @PACKAGE@
97
PACKAGE_DIR = @PACKAGE_DIR@
98
PACKAGE_INSTALL = @PACKAGE_INSTALL@
99
PACKAGE_VERSION = @PACKAGE_VERSION@
100
VERSION = @VERSION@
101
ecos_CFLAGS = @ecos_CFLAGS@
102
ecos_CXXFLAGS = @ecos_CXXFLAGS@
103
ecos_INCLUDES = @ecos_INCLUDES@
104
ecos_LDADD = @ecos_LDADD@
105
ecos_LIBS = @ecos_LIBS@
106
ecos_infra_incdir = @ecos_infra_incdir@
107
ecos_infra_libdir = @ecos_infra_libdir@
108
ecos_libcdl_incdir = @ecos_libcdl_incdir@
109
ecos_libcdl_libdir = @ecos_libcdl_libdir@
110
ecos_tk_includes = @ecos_tk_includes@
111
ecos_tk_libs = @ecos_tk_libs@
112
 
113
AUTOMAKE_OPTIONS = 1.3 foreign
114
 
115
@SUPPORTED_TRUE@AM_CFLAGS = @SUPPORTED_TRUE@@ecos_CFLAGS@ -DECOSYNTH_VERSION=\"@VERSION@\" \
116
@SUPPORTED_TRUE@ -DECOS_REPOSITORY=\"@ECOS_REPOSITORY@\" \
117
@SUPPORTED_TRUE@ -DLIBEXECDIR=\"$(libexecdir)\" \
118
@SUPPORTED_TRUE@ -DPACKAGE_DIR=\"@PACKAGE_DIR@\" \
119
@SUPPORTED_TRUE@ -DPACKAGE_VERSION=\"@PACKAGE_VERSION@\" \
120
@SUPPORTED_TRUE@ -DPACKAGE_INSTALL=\"@PACKAGE_INSTALL@\"
121
@SUPPORTED_TRUE@AM_CXXFLAGS = @SUPPORTED_TRUE@@ecos_CXXFLAGS@
122
@SUPPORTED_TRUE@INCLUDES = @SUPPORTED_TRUE@@ecos_INCLUDES@
123
@SUPPORTED_TRUE@LIBS = @SUPPORTED_TRUE@@ecos_LIBS@ @ecos_LDADD@
124
 
125
@SUPPORTED_TRUE@etherdir = @SUPPORTED_TRUE@$(libexecdir)/ecos/@PACKAGE_INSTALL@
126
@SUPPORTED_TRUE@ether_PROGRAMS = @SUPPORTED_TRUE@rawether
127
@SUPPORTED_TRUE@ether_DATA = @SUPPORTED_TRUE@ethernet.tcl ethernet.tdf netrecord.xbm
128
 
129
@SUPPORTED_TRUE@rawether_SOURCES = @SUPPORTED_TRUE@rawether.c
130
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
131
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../../../../acsupport/mkinstalldirs
132
CONFIG_CLEAN_FILES =
133
@SUPPORTED_TRUE@ether_PROGRAMS =  rawether$(EXEEXT)
134
PROGRAMS =  $(ether_PROGRAMS)
135
 
136
 
137
DEFS = @DEFS@ -I. -I$(srcdir)
138
CPPFLAGS = @CPPFLAGS@
139
LDFLAGS = @LDFLAGS@
140
@SUPPORTED_TRUE@rawether_OBJECTS =  rawether.$(OBJEXT)
141
rawether_LDADD = $(LDADD)
142
rawether_DEPENDENCIES =
143
rawether_LDFLAGS =
144
CFLAGS = @CFLAGS@
145
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146
CCLD = $(CC)
147
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
148
DATA =  $(ether_DATA)
149
 
150
DIST_COMMON =  Makefile.am Makefile.in acinclude.m4 aclocal.m4 configure \
151
configure.in
152
 
153
 
154
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
155
 
156
TAR = gtar
157
GZIP_ENV = --best
158
DEP_FILES =  .deps/rawether.P
159
SOURCES = $(rawether_SOURCES)
160
OBJECTS = $(rawether_OBJECTS)
161
 
162
all: all-redirect
163
.SUFFIXES:
164
.SUFFIXES: .S .c .o .obj .s
165
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
166
        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
167
 
168
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
169
        cd $(top_builddir) \
170
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
171
 
172
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
173
        cd $(srcdir) && $(ACLOCAL)
174
 
175
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
176
        $(SHELL) ./config.status --recheck
177
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
178
        cd $(srcdir) && $(AUTOCONF)
179
 
180
mostlyclean-etherPROGRAMS:
181
 
182
clean-etherPROGRAMS:
183
        -test -z "$(ether_PROGRAMS)" || rm -f $(ether_PROGRAMS)
184
 
185
distclean-etherPROGRAMS:
186
 
187
maintainer-clean-etherPROGRAMS:
188
 
189
install-etherPROGRAMS: $(ether_PROGRAMS)
190
        @$(NORMAL_INSTALL)
191
        $(mkinstalldirs) $(DESTDIR)$(etherdir)
192
        @list='$(ether_PROGRAMS)'; for p in $$list; do \
193
          if test -f $$p; then \
194
            echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(etherdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
195
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(etherdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
196
          else :; fi; \
197
        done
198
 
199
uninstall-etherPROGRAMS:
200
        @$(NORMAL_UNINSTALL)
201
        list='$(ether_PROGRAMS)'; for p in $$list; do \
202
          rm -f $(DESTDIR)$(etherdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
203
        done
204
 
205
# FIXME: We should only use cygpath when building on Windows,
206
# and only if it is available.
207
.c.obj:
208
        $(COMPILE) -c `cygpath -w $<`
209
 
210
.s.o:
211
        $(COMPILE) -c $<
212
 
213
.S.o:
214
        $(COMPILE) -c $<
215
 
216
mostlyclean-compile:
217
        -rm -f *.o core *.core
218
        -rm -f *.$(OBJEXT)
219
 
220
clean-compile:
221
 
222
distclean-compile:
223
        -rm -f *.tab.c
224
 
225
maintainer-clean-compile:
226
 
227
rawether$(EXEEXT): $(rawether_OBJECTS) $(rawether_DEPENDENCIES)
228
        @rm -f rawether$(EXEEXT)
229
        $(LINK) $(rawether_LDFLAGS) $(rawether_OBJECTS) $(rawether_LDADD) $(LIBS)
230
 
231
install-etherDATA: $(ether_DATA)
232
        @$(NORMAL_INSTALL)
233
        $(mkinstalldirs) $(DESTDIR)$(etherdir)
234
        @list='$(ether_DATA)'; for p in $$list; do \
235
          if test -f $(srcdir)/$$p; then \
236
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(etherdir)/$$p"; \
237
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(etherdir)/$$p; \
238
          else if test -f $$p; then \
239
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(etherdir)/$$p"; \
240
            $(INSTALL_DATA) $$p $(DESTDIR)$(etherdir)/$$p; \
241
          fi; fi; \
242
        done
243
 
244
uninstall-etherDATA:
245
        @$(NORMAL_UNINSTALL)
246
        list='$(ether_DATA)'; for p in $$list; do \
247
          rm -f $(DESTDIR)$(etherdir)/$$p; \
248
        done
249
 
250
tags: TAGS
251
 
252
ID: $(HEADERS) $(SOURCES) $(LISP)
253
        list='$(SOURCES) $(HEADERS)'; \
254
        unique=`for i in $$list; do echo $$i; done | \
255
          awk '    { files[$$0] = 1; } \
256
               END { for (i in files) print i; }'`; \
257
        here=`pwd` && cd $(srcdir) \
258
          && mkid -f$$here/ID $$unique $(LISP)
259
 
260
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
261
        tags=; \
262
        here=`pwd`; \
263
        list='$(SOURCES) $(HEADERS)'; \
264
        unique=`for i in $$list; do echo $$i; done | \
265
          awk '    { files[$$0] = 1; } \
266
               END { for (i in files) print i; }'`; \
267
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
268
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
269
 
270
mostlyclean-tags:
271
 
272
clean-tags:
273
 
274
distclean-tags:
275
        -rm -f TAGS ID
276
 
277
maintainer-clean-tags:
278
 
279
distdir = $(PACKAGE)-$(VERSION)
280
top_distdir = $(distdir)
281
 
282
# This target untars the dist file and tries a VPATH configuration.  Then
283
# it guarantees that the distribution is self-contained by making another
284
# tarfile.
285
distcheck: dist
286
        -rm -rf $(distdir)
287
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
288
        mkdir $(distdir)/=build
289
        mkdir $(distdir)/=inst
290
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
291
        cd $(distdir)/=build \
292
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
293
          && $(MAKE) $(AM_MAKEFLAGS) \
294
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
295
          && $(MAKE) $(AM_MAKEFLAGS) check \
296
          && $(MAKE) $(AM_MAKEFLAGS) install \
297
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
298
          && $(MAKE) $(AM_MAKEFLAGS) dist
299
        -rm -rf $(distdir)
300
        @banner="$(distdir).tar.gz is ready for distribution"; \
301
        dashes=`echo "$$banner" | sed s/./=/g`; \
302
        echo "$$dashes"; \
303
        echo "$$banner"; \
304
        echo "$$dashes"
305
dist: distdir
306
        -chmod -R a+r $(distdir)
307
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
308
        -rm -rf $(distdir)
309
dist-all: distdir
310
        -chmod -R a+r $(distdir)
311
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
312
        -rm -rf $(distdir)
313
distdir: $(DISTFILES)
314
        -rm -rf $(distdir)
315
        mkdir $(distdir)
316
        -chmod 777 $(distdir)
317
        here=`cd $(top_builddir) && pwd`; \
318
        top_distdir=`cd $(distdir) && pwd`; \
319
        distdir=`cd $(distdir) && pwd`; \
320
        cd $(top_srcdir) \
321
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
322
        @for file in $(DISTFILES); do \
323
          d=$(srcdir); \
324
          if test -d $$d/$$file; then \
325
            cp -pr $$d/$$file $(distdir)/$$file; \
326
          else \
327
            test -f $(distdir)/$$file \
328
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
329
            || cp -p $$d/$$file $(distdir)/$$file || :; \
330
          fi; \
331
        done
332
 
333
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
334
 
335
-include $(DEP_FILES)
336
 
337
mostlyclean-depend:
338
 
339
clean-depend:
340
 
341
distclean-depend:
342
        -rm -rf .deps
343
 
344
maintainer-clean-depend:
345
 
346
%.o: %.c
347
        @echo '$(COMPILE) -c $<'; \
348
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
349
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
350
        tr ' ' '\012' < .deps/$(*F).pp \
351
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
352
            >> .deps/$(*F).P; \
353
        rm .deps/$(*F).pp
354
 
355
%.lo: %.c
356
        @echo '$(LTCOMPILE) -c $<'; \
357
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
358
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
359
          < .deps/$(*F).pp > .deps/$(*F).P; \
360
        tr ' ' '\012' < .deps/$(*F).pp \
361
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
362
            >> .deps/$(*F).P; \
363
        rm -f .deps/$(*F).pp
364
info-am:
365
info: info-am
366
dvi-am:
367
dvi: dvi-am
368
check-am: all-am
369
check: check-am
370
installcheck-am:
371
installcheck: installcheck-am
372
install-exec-am:
373
install-exec: install-exec-am
374
 
375
install-data-am: install-etherPROGRAMS install-etherDATA
376
        @$(NORMAL_INSTALL)
377
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
378
install-data: install-data-am
379
 
380
install-am: all-am
381
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
382
install: install-am
383
uninstall-am: uninstall-etherPROGRAMS uninstall-etherDATA
384
uninstall: uninstall-am
385
all-am: Makefile $(PROGRAMS) $(DATA)
386
all-redirect: all-am
387
install-strip:
388
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
389
installdirs:
390
        $(mkinstalldirs)  $(DESTDIR)$(etherdir) $(DESTDIR)$(etherdir)
391
 
392
 
393
mostlyclean-generic:
394
 
395
clean-generic:
396
 
397
distclean-generic:
398
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
399
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
400
 
401
maintainer-clean-generic:
402
mostlyclean-am:  mostlyclean-etherPROGRAMS mostlyclean-compile \
403
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
404
 
405
mostlyclean: mostlyclean-am
406
 
407
clean-am:  clean-etherPROGRAMS clean-compile clean-tags clean-depend \
408
                clean-generic mostlyclean-am
409
 
410
clean: clean-am
411
 
412
distclean-am:  distclean-etherPROGRAMS distclean-compile distclean-tags \
413
                distclean-depend distclean-generic clean-am
414
 
415
distclean: distclean-am
416
        -rm -f config.status
417
 
418
maintainer-clean-am:  maintainer-clean-etherPROGRAMS \
419
                maintainer-clean-compile maintainer-clean-tags \
420
                maintainer-clean-depend maintainer-clean-generic \
421
                distclean-am
422
        @echo "This command is intended for maintainers to use;"
423
        @echo "it deletes files that may require special tools to rebuild."
424
 
425
maintainer-clean: maintainer-clean-am
426
        -rm -f config.status
427
 
428
.PHONY: mostlyclean-etherPROGRAMS distclean-etherPROGRAMS \
429
clean-etherPROGRAMS maintainer-clean-etherPROGRAMS \
430
uninstall-etherPROGRAMS install-etherPROGRAMS mostlyclean-compile \
431
distclean-compile clean-compile maintainer-clean-compile \
432
uninstall-etherDATA install-etherDATA tags mostlyclean-tags \
433
distclean-tags clean-tags maintainer-clean-tags distdir \
434
mostlyclean-depend distclean-depend clean-depend \
435
maintainer-clean-depend info-am info dvi-am dvi check check-am \
436
installcheck-am installcheck install-exec-am install-exec \
437
install-data-am install-data install-am install uninstall-am uninstall \
438
all-redirect all-am all installdirs mostlyclean-generic \
439
distclean-generic clean-generic maintainer-clean-generic clean \
440
mostlyclean distclean maintainer-clean
441
 
442
 
443
@SUPPORTED_TRUE@rawether.$(OBJEXT)      : Makefile ../src/protocol.h
444
 
445
@SUPPORTED_TRUE@install-data-hook:
446
@SUPPORTED_TRUE@        chown root $(etherdir)/rawether
447
@SUPPORTED_TRUE@        chmod u+s $(etherdir)/rawether
448
 
449
# Tell versions [3.59,3.63) of GNU make to not export all variables.
450
# Otherwise a system limit (for SysV at least) may be exceeded.
451
.NOEXPORT:

powered by: WebSVN 2.1.0

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