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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [eth/] [synth/] [ecosynth/] [current/] [host/] [Makefile.in] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
# Makefile.in generated by automake 1.11 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
 
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
 
16
@SET_MAKE@
17
 
18
# ####ECOSHOSTGPLCOPYRIGHTBEGIN####
19
# -------------------------------------------
20
# This file is part of the eCos host tools.
21
# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
22
#
23
# This program is free software; you can redistribute it and/or modify
24
# it under the terms of the GNU General Public License as published by
25
# the Free Software Foundation; either version 2 or (at your option) any
26
# later version.
27
#
28
# This program is distributed in the hope that it will be useful, but
29
# WITHOUT ANY WARRANTY; without even the implied warranty of
30
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
31
# General Public License for more details.
32
#
33
# You should have received a copy of the GNU General Public License
34
# along with this program; if not, write to the
35
# Free Software Foundation, Inc., 51 Franklin Street,
36
# Fifth Floor, Boston, MA  02110-1301, USA.
37
# -------------------------------------------
38
# ####ECOSHOSTGPLCOPYRIGHTEND####
39
#######DESCRIPTIONBEGIN####
40
######DESCRIPTIONEND####
41
 
42
 
43
VPATH = @srcdir@
44
pkgdatadir = $(datadir)/@PACKAGE@
45
pkgincludedir = $(includedir)/@PACKAGE@
46
pkglibdir = $(libdir)/@PACKAGE@
47
pkglibexecdir = $(libexecdir)/@PACKAGE@
48
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49
install_sh_DATA = $(install_sh) -c -m 644
50
install_sh_PROGRAM = $(install_sh) -c
51
install_sh_SCRIPT = $(install_sh) -c
52
INSTALL_HEADER = $(INSTALL_DATA)
53
transform = $(program_transform_name)
54
NORMAL_INSTALL = :
55
PRE_INSTALL = :
56
POST_INSTALL = :
57
NORMAL_UNINSTALL = :
58
PRE_UNINSTALL = :
59
POST_UNINSTALL = :
60
build_triplet = @build@
61
host_triplet = @host@
62
@SUPPORTED_TRUE@ether_PROGRAMS = rawether$(EXEEXT)
63
subdir = .
64
DIST_COMMON = $(am__configure_deps) \
65
        $(srcdir)/../../../../../../../acsupport/config.guess \
66
        $(srcdir)/../../../../../../../acsupport/config.sub \
67
        $(srcdir)/../../../../../../../acsupport/depcomp \
68
        $(srcdir)/../../../../../../../acsupport/install-sh \
69
        $(srcdir)/../../../../../../../acsupport/missing \
70
        $(srcdir)/../../../../../../../acsupport/mkinstalldirs \
71
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
72
        $(top_srcdir)/configure \
73
        ../../../../../../../acsupport/ChangeLog \
74
        ../../../../../../../acsupport/config.guess \
75
        ../../../../../../../acsupport/config.sub \
76
        ../../../../../../../acsupport/depcomp \
77
        ../../../../../../../acsupport/install-sh \
78
        ../../../../../../../acsupport/ltconfig \
79
        ../../../../../../../acsupport/ltmain.sh \
80
        ../../../../../../../acsupport/missing \
81
        ../../../../../../../acsupport/mkinstalldirs
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
84
        $(top_srcdir)/../../../../../../../acsupport/acinclude.m4 \
85
        $(top_srcdir)/configure.in
86
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87
        $(ACLOCAL_M4)
88
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
89
 configure.lineno config.status.lineno
90
mkinstalldirs = $(SHELL) \
91
        $(top_srcdir)/../../../../../../../acsupport/mkinstalldirs
92
CONFIG_CLEAN_FILES =
93
CONFIG_CLEAN_VPATH_FILES =
94
am__installdirs = "$(DESTDIR)$(etherdir)" "$(DESTDIR)$(etherdir)"
95
PROGRAMS = $(ether_PROGRAMS)
96
am__rawether_SOURCES_DIST = rawether.c
97
@SUPPORTED_TRUE@am_rawether_OBJECTS = rawether.$(OBJEXT)
98
rawether_OBJECTS = $(am_rawether_OBJECTS)
99
rawether_LDADD = $(LDADD)
100
DEFAULT_INCLUDES = -I.@am__isrc@
101
depcomp = $(SHELL) \
102
        $(top_srcdir)/../../../../../../../acsupport/depcomp
103
am__depfiles_maybe = depfiles
104
am__mv = mv -f
105
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107
CCLD = $(CC)
108
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
109
SOURCES = $(rawether_SOURCES)
110
DIST_SOURCES = $(am__rawether_SOURCES_DIST)
111
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
112
am__vpath_adj = case $$p in \
113
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
114
    *) f=$$p;; \
115
  esac;
116
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
117
am__install_max = 40
118
am__nobase_strip_setup = \
119
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
120
am__nobase_strip = \
121
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
122
am__nobase_list = $(am__nobase_strip_setup); \
123
  for p in $$list; do echo "$$p $$p"; done | \
124
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
125
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
126
    if (++n[$$2] == $(am__install_max)) \
127
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
128
    END { for (dir in files) print dir, files[dir] }'
129
am__base_list = \
130
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
131
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
132
DATA = $(ether_DATA)
133
ETAGS = etags
134
CTAGS = ctags
135
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136
distdir = $(PACKAGE)-$(VERSION)
137
top_distdir = $(distdir)
138
am__remove_distdir = \
139
  { test ! -d "$(distdir)" \
140
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
141
         && rm -fr "$(distdir)"; }; }
142
DIST_ARCHIVES = $(distdir).tar.gz
143
GZIP_ENV = --best
144
distuninstallcheck_listfiles = find . -type f -print
145
distcleancheck_listfiles = find . -type f -print
146
ACLOCAL = @ACLOCAL@
147
AMTAR = @AMTAR@
148
AUTOCONF = @AUTOCONF@
149
AUTOHEADER = @AUTOHEADER@
150
AUTOMAKE = @AUTOMAKE@
151
AWK = @AWK@
152
CC = @CC@
153
CCDEPMODE = @CCDEPMODE@
154
CFLAGS = @CFLAGS@
155
CPP = @CPP@
156
CPPFLAGS = @CPPFLAGS@
157
CXX = @CXX@
158
CXXDEPMODE = @CXXDEPMODE@
159
CXXFLAGS = @CXXFLAGS@
160
CYGPATH_W = @CYGPATH_W@
161
DEFS = @DEFS@
162
DEPDIR = @DEPDIR@
163
ECHO_C = @ECHO_C@
164
ECHO_N = @ECHO_N@
165
ECHO_T = @ECHO_T@
166
ECOS_REPOSITORY = @ECOS_REPOSITORY@
167
EGREP = @EGREP@
168
EXEEXT = @EXEEXT@
169
GREP = @GREP@
170
INSTALL = @INSTALL@
171
INSTALL_DATA = @INSTALL_DATA@
172
INSTALL_PROGRAM = @INSTALL_PROGRAM@
173
INSTALL_SCRIPT = @INSTALL_SCRIPT@
174
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175
LDFLAGS = @LDFLAGS@
176
LIBOBJS = @LIBOBJS@
177
LIBS = @ecos_LIBS@ @ecos_LDADD@
178
LTLIBOBJS = @LTLIBOBJS@
179
MAINT = @MAINT@
180
MAKEINFO = @MAKEINFO@
181
MKDIR_P = @MKDIR_P@
182
MSVC_SRCDIR = @MSVC_SRCDIR@
183
OBJEXT = @OBJEXT@
184
PACKAGE = @PACKAGE@
185
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186
PACKAGE_DIR = @PACKAGE_DIR@
187
PACKAGE_INSTALL = @PACKAGE_INSTALL@
188
PACKAGE_NAME = @PACKAGE_NAME@
189
PACKAGE_STRING = @PACKAGE_STRING@
190
PACKAGE_TARNAME = @PACKAGE_TARNAME@
191
PACKAGE_VERSION = @PACKAGE_VERSION@
192
PATH_SEPARATOR = @PATH_SEPARATOR@
193
SET_MAKE = @SET_MAKE@
194
SHELL = @SHELL@
195
STRIP = @STRIP@
196
VERSION = @VERSION@
197
abs_builddir = @abs_builddir@
198
abs_srcdir = @abs_srcdir@
199
abs_top_builddir = @abs_top_builddir@
200
abs_top_srcdir = @abs_top_srcdir@
201
ac_ct_CC = @ac_ct_CC@
202
ac_ct_CXX = @ac_ct_CXX@
203
am__include = @am__include@
204
am__leading_dot = @am__leading_dot@
205
am__quote = @am__quote@
206
am__tar = @am__tar@
207
am__untar = @am__untar@
208
bindir = @bindir@
209
build = @build@
210
build_alias = @build_alias@
211
build_cpu = @build_cpu@
212
build_os = @build_os@
213
build_vendor = @build_vendor@
214
builddir = @builddir@
215
datadir = @datadir@
216
datarootdir = @datarootdir@
217
docdir = @docdir@
218
dvidir = @dvidir@
219
ecos_CFLAGS = @ecos_CFLAGS@
220
ecos_CXXFLAGS = @ecos_CXXFLAGS@
221
ecos_INCLUDES = @ecos_INCLUDES@
222
ecos_LDADD = @ecos_LDADD@
223
ecos_LIBS = @ecos_LIBS@
224
exec_prefix = @exec_prefix@
225
host = @host@
226
host_alias = @host_alias@
227
host_cpu = @host_cpu@
228
host_os = @host_os@
229
host_vendor = @host_vendor@
230
htmldir = @htmldir@
231
includedir = @includedir@
232
infodir = @infodir@
233
install_sh = @install_sh@
234
libdir = @libdir@
235
libexecdir = @libexecdir@
236
localedir = @localedir@
237
localstatedir = @localstatedir@
238
mandir = @mandir@
239
mkdir_p = @mkdir_p@
240
oldincludedir = @oldincludedir@
241
pdfdir = @pdfdir@
242
prefix = @prefix@
243
program_transform_name = @program_transform_name@
244
psdir = @psdir@
245
sbindir = @sbindir@
246
sharedstatedir = @sharedstatedir@
247
srcdir = @srcdir@
248
sysconfdir = @sysconfdir@
249
target_alias = @target_alias@
250
top_build_prefix = @top_build_prefix@
251
top_builddir = @top_builddir@
252
top_srcdir = @top_srcdir@
253
AUTOMAKE_OPTIONS = 1.10 foreign
254
AM_CFLAGS = @ecos_CFLAGS@ -DECOSYNTH_VERSION=\"@VERSION@\" \
255
 -DECOS_REPOSITORY=\"@ECOS_REPOSITORY@\" \
256
 -DLIBEXECDIR=\"$(libexecdir)\" \
257
 -DPKG_DIR=\"@PACKAGE_DIR@\" \
258
 -DPKG_VERSION=\"@PACKAGE_VERSION@\" \
259
 -DPKG_INSTALL=\"@PACKAGE_INSTALL@\"
260
 
261
AM_CXXFLAGS = @ecos_CXXFLAGS@
262
INCLUDES = @ecos_INCLUDES@
263
@SUPPORTED_TRUE@etherdir = $(libexecdir)/ecos/@PACKAGE_INSTALL@
264
@SUPPORTED_TRUE@ether_DATA = ethernet.tcl ethernet.tdf netrecord.xbm
265
@SUPPORTED_TRUE@rawether_SOURCES = rawether.c
266
all: all-am
267
 
268
.SUFFIXES:
269
.SUFFIXES: .c .o .obj
270
am--refresh:
271
        @:
272
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
273
        @for dep in $?; do \
274
          case '$(am__configure_deps)' in \
275
            *$$dep*) \
276
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
277
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
278
                && exit 0; \
279
              exit 1;; \
280
          esac; \
281
        done; \
282
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
283
        $(am__cd) $(top_srcdir) && \
284
          $(AUTOMAKE) --foreign Makefile
285
.PRECIOUS: Makefile
286
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
287
        @case '$?' in \
288
          *config.status*) \
289
            echo ' $(SHELL) ./config.status'; \
290
            $(SHELL) ./config.status;; \
291
          *) \
292
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
293
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
294
        esac;
295
 
296
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297
        $(SHELL) ./config.status --recheck
298
 
299
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300
        $(am__cd) $(srcdir) && $(AUTOCONF)
301
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
303
$(am__aclocal_m4_deps):
304
install-etherPROGRAMS: $(ether_PROGRAMS)
305
        @$(NORMAL_INSTALL)
306
        test -z "$(etherdir)" || $(MKDIR_P) "$(DESTDIR)$(etherdir)"
307
        @list='$(ether_PROGRAMS)'; test -n "$(etherdir)" || list=; \
308
        for p in $$list; do echo "$$p $$p"; done | \
309
        sed 's/$(EXEEXT)$$//' | \
310
        while read p p1; do if test -f $$p; \
311
          then echo "$$p"; echo "$$p"; else :; fi; \
312
        done | \
313
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
314
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
315
        sed 'N;N;N;s,\n, ,g' | \
316
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
317
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
318
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
319
            else { print "f", $$3 "/" $$4, $$1; } } \
320
          END { for (d in files) print "f", d, files[d] }' | \
321
        while read type dir files; do \
322
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
323
            test -z "$$files" || { \
324
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(etherdir)$$dir'"; \
325
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(etherdir)$$dir" || exit $$?; \
326
            } \
327
        ; done
328
 
329
uninstall-etherPROGRAMS:
330
        @$(NORMAL_UNINSTALL)
331
        @list='$(ether_PROGRAMS)'; test -n "$(etherdir)" || list=; \
332
        files=`for p in $$list; do echo "$$p"; done | \
333
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
334
              -e 's/$$/$(EXEEXT)/' `; \
335
        test -n "$$list" || exit 0; \
336
        echo " ( cd '$(DESTDIR)$(etherdir)' && rm -f" $$files ")"; \
337
        cd "$(DESTDIR)$(etherdir)" && rm -f $$files
338
 
339
clean-etherPROGRAMS:
340
        -test -z "$(ether_PROGRAMS)" || rm -f $(ether_PROGRAMS)
341
rawether$(EXEEXT): $(rawether_OBJECTS) $(rawether_DEPENDENCIES)
342
        @rm -f rawether$(EXEEXT)
343
        $(LINK) $(rawether_OBJECTS) $(rawether_LDADD) $(LIBS)
344
 
345
mostlyclean-compile:
346
        -rm -f *.$(OBJEXT)
347
 
348
distclean-compile:
349
        -rm -f *.tab.c
350
 
351
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawether.Po@am__quote@
352
 
353
.c.o:
354
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
355
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
359
 
360
.c.obj:
361
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
362
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
366
install-etherDATA: $(ether_DATA)
367
        @$(NORMAL_INSTALL)
368
        test -z "$(etherdir)" || $(MKDIR_P) "$(DESTDIR)$(etherdir)"
369
        @list='$(ether_DATA)'; test -n "$(etherdir)" || list=; \
370
        for p in $$list; do \
371
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
372
          echo "$$d$$p"; \
373
        done | $(am__base_list) | \
374
        while read files; do \
375
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(etherdir)'"; \
376
          $(INSTALL_DATA) $$files "$(DESTDIR)$(etherdir)" || exit $$?; \
377
        done
378
 
379
uninstall-etherDATA:
380
        @$(NORMAL_UNINSTALL)
381
        @list='$(ether_DATA)'; test -n "$(etherdir)" || list=; \
382
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
383
        test -n "$$files" || exit 0; \
384
        echo " ( cd '$(DESTDIR)$(etherdir)' && rm -f" $$files ")"; \
385
        cd "$(DESTDIR)$(etherdir)" && rm -f $$files
386
 
387
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
388
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
389
        unique=`for i in $$list; do \
390
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391
          done | \
392
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393
              END { if (nonempty) { for (i in files) print i; }; }'`; \
394
        mkid -fID $$unique
395
tags: TAGS
396
 
397
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
398
                $(TAGS_FILES) $(LISP)
399
        set x; \
400
        here=`pwd`; \
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402
        unique=`for i in $$list; do \
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
          done | \
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
407
        shift; \
408
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
409
          test -n "$$unique" || unique=$$empty_fix; \
410
          if test $$# -gt 0; then \
411
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412
              "$$@" $$unique; \
413
          else \
414
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415
              $$unique; \
416
          fi; \
417
        fi
418
ctags: CTAGS
419
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
420
                $(TAGS_FILES) $(LISP)
421
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
        unique=`for i in $$list; do \
423
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
          done | \
425
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
        test -z "$(CTAGS_ARGS)$$unique" \
428
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
429
             $$unique
430
 
431
GTAGS:
432
        here=`$(am__cd) $(top_builddir) && pwd` \
433
          && $(am__cd) $(top_srcdir) \
434
          && gtags -i $(GTAGS_ARGS) "$$here"
435
 
436
distclean-tags:
437
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
438
 
439
distdir: $(DISTFILES)
440
        $(am__remove_distdir)
441
        test -d "$(distdir)" || mkdir "$(distdir)"
442
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444
        list='$(DISTFILES)'; \
445
          dist_files=`for file in $$list; do echo $$file; done | \
446
          sed -e "s|^$$srcdirstrip/||;t" \
447
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
448
        case $$dist_files in \
449
          */*) $(MKDIR_P) `echo "$$dist_files" | \
450
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
451
                           sort -u` ;; \
452
        esac; \
453
        for file in $$dist_files; do \
454
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
455
          if test -d $$d/$$file; then \
456
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457
            if test -d "$(distdir)/$$file"; then \
458
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459
            fi; \
460
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
462
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463
            fi; \
464
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
465
          else \
466
            test -f "$(distdir)/$$file" \
467
            || cp -p $$d/$$file "$(distdir)/$$file" \
468
            || exit 1; \
469
          fi; \
470
        done
471
        -test -n "$(am__skip_mode_fix)" \
472
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
473
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
474
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
475
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
476
        || chmod -R a+r "$(distdir)"
477
dist-gzip: distdir
478
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
479
        $(am__remove_distdir)
480
 
481
dist-bzip2: distdir
482
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
483
        $(am__remove_distdir)
484
 
485
dist-lzma: distdir
486
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
487
        $(am__remove_distdir)
488
 
489
dist-xz: distdir
490
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
491
        $(am__remove_distdir)
492
 
493
dist-tarZ: distdir
494
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
495
        $(am__remove_distdir)
496
 
497
dist-shar: distdir
498
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
499
        $(am__remove_distdir)
500
 
501
dist-zip: distdir
502
        -rm -f $(distdir).zip
503
        zip -rq $(distdir).zip $(distdir)
504
        $(am__remove_distdir)
505
 
506
dist dist-all: distdir
507
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
508
        $(am__remove_distdir)
509
 
510
# This target untars the dist file and tries a VPATH configuration.  Then
511
# it guarantees that the distribution is self-contained by making another
512
# tarfile.
513
distcheck: dist
514
        case '$(DIST_ARCHIVES)' in \
515
        *.tar.gz*) \
516
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
517
        *.tar.bz2*) \
518
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
519
        *.tar.lzma*) \
520
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
521
        *.tar.xz*) \
522
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
523
        *.tar.Z*) \
524
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
525
        *.shar.gz*) \
526
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
527
        *.zip*) \
528
          unzip $(distdir).zip ;;\
529
        esac
530
        chmod -R a-w $(distdir); chmod a+w $(distdir)
531
        mkdir $(distdir)/_build
532
        mkdir $(distdir)/_inst
533
        chmod a-w $(distdir)
534
        test -d $(distdir)/_build || exit 0; \
535
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
536
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
537
          && am__cwd=`pwd` \
538
          && $(am__cd) $(distdir)/_build \
539
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
540
            $(DISTCHECK_CONFIGURE_FLAGS) \
541
          && $(MAKE) $(AM_MAKEFLAGS) \
542
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
543
          && $(MAKE) $(AM_MAKEFLAGS) check \
544
          && $(MAKE) $(AM_MAKEFLAGS) install \
545
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
546
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
547
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
548
                distuninstallcheck \
549
          && chmod -R a-w "$$dc_install_base" \
550
          && ({ \
551
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
552
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
553
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
554
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
555
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
556
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
557
          && rm -rf "$$dc_destdir" \
558
          && $(MAKE) $(AM_MAKEFLAGS) dist \
559
          && rm -rf $(DIST_ARCHIVES) \
560
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
561
          && cd "$$am__cwd" \
562
          || exit 1
563
        $(am__remove_distdir)
564
        @(echo "$(distdir) archives ready for distribution: "; \
565
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
566
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
567
distuninstallcheck:
568
        @$(am__cd) '$(distuninstallcheck_dir)' \
569
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
570
           || { echo "ERROR: files left after uninstall:" ; \
571
                if test -n "$(DESTDIR)"; then \
572
                  echo "  (check DESTDIR support)"; \
573
                fi ; \
574
                $(distuninstallcheck_listfiles) ; \
575
                exit 1; } >&2
576
distcleancheck: distclean
577
        @if test '$(srcdir)' = . ; then \
578
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
579
          exit 1 ; \
580
        fi
581
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
582
          || { echo "ERROR: files left in build directory after distclean:" ; \
583
               $(distcleancheck_listfiles) ; \
584
               exit 1; } >&2
585
check-am: all-am
586
check: check-am
587
all-am: Makefile $(PROGRAMS) $(DATA)
588
installdirs:
589
        for dir in "$(DESTDIR)$(etherdir)" "$(DESTDIR)$(etherdir)"; do \
590
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
591
        done
592
install: install-am
593
install-exec: install-exec-am
594
install-data: install-data-am
595
uninstall: uninstall-am
596
 
597
install-am: all-am
598
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
599
 
600
installcheck: installcheck-am
601
install-strip:
602
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
603
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
604
          `test -z '$(STRIP)' || \
605
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
606
mostlyclean-generic:
607
 
608
clean-generic:
609
 
610
distclean-generic:
611
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
612
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613
 
614
maintainer-clean-generic:
615
        @echo "This command is intended for maintainers to use"
616
        @echo "it deletes files that may require special tools to rebuild."
617
clean: clean-am
618
 
619
clean-am: clean-etherPROGRAMS clean-generic mostlyclean-am
620
 
621
distclean: distclean-am
622
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
623
        -rm -rf ./$(DEPDIR)
624
        -rm -f Makefile
625
distclean-am: clean-am distclean-compile distclean-generic \
626
        distclean-tags
627
 
628
dvi: dvi-am
629
 
630
dvi-am:
631
 
632
html: html-am
633
 
634
html-am:
635
 
636
info: info-am
637
 
638
info-am:
639
 
640
install-data-am: install-etherDATA install-etherPROGRAMS
641
        @$(NORMAL_INSTALL)
642
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
643
install-dvi: install-dvi-am
644
 
645
install-dvi-am:
646
 
647
install-exec-am:
648
 
649
install-html: install-html-am
650
 
651
install-html-am:
652
 
653
install-info: install-info-am
654
 
655
install-info-am:
656
 
657
install-man:
658
 
659
install-pdf: install-pdf-am
660
 
661
install-pdf-am:
662
 
663
install-ps: install-ps-am
664
 
665
install-ps-am:
666
 
667
installcheck-am:
668
 
669
maintainer-clean: maintainer-clean-am
670
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
671
        -rm -rf $(top_srcdir)/autom4te.cache
672
        -rm -rf ./$(DEPDIR)
673
        -rm -f Makefile
674
maintainer-clean-am: distclean-am maintainer-clean-generic
675
 
676
mostlyclean: mostlyclean-am
677
 
678
mostlyclean-am: mostlyclean-compile mostlyclean-generic
679
 
680
pdf: pdf-am
681
 
682
pdf-am:
683
 
684
ps: ps-am
685
 
686
ps-am:
687
 
688
uninstall-am: uninstall-etherDATA uninstall-etherPROGRAMS
689
 
690
.MAKE: install-am install-data-am install-strip
691
 
692
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
693
        clean-etherPROGRAMS clean-generic ctags dist dist-all \
694
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
695
        dist-zip distcheck distclean distclean-compile \
696
        distclean-generic distclean-tags distcleancheck distdir \
697
        distuninstallcheck dvi dvi-am html html-am info info-am \
698
        install install-am install-data install-data-am \
699
        install-data-hook install-dvi install-dvi-am install-etherDATA \
700
        install-etherPROGRAMS install-exec install-exec-am \
701
        install-html install-html-am install-info install-info-am \
702
        install-man install-pdf install-pdf-am install-ps \
703
        install-ps-am install-strip installcheck installcheck-am \
704
        installdirs maintainer-clean maintainer-clean-generic \
705
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
706
        ps ps-am tags uninstall uninstall-am uninstall-etherDATA \
707
        uninstall-etherPROGRAMS
708
 
709
 
710
@SUPPORTED_TRUE@rawether.$(OBJEXT)      : Makefile ../src/protocol.h
711
 
712
@SUPPORTED_TRUE@install-data-hook:
713
@SUPPORTED_TRUE@        chown root $(etherdir)/rawether
714
@SUPPORTED_TRUE@        chmod u+s $(etherdir)/rawether
715
 
716
@SUPPORTED_FALSE@install-data-hook:
717
@SUPPORTED_FALSE@       echo Nothing to be done for this platform
718
 
719
# Tell versions [3.59,3.63) of GNU make to not export all variables.
720
# Otherwise a system limit (for SysV at least) may be exceeded.
721
.NOEXPORT:

powered by: WebSVN 2.1.0

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