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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [Makefile.in] - Blame information for rev 1026

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

Line No. Rev Author Line
1 1026 ivang
# Makefile.in generated by automake 1.6.2 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
# Free Software Foundation, Inc.
6
# 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
@SET_MAKE@
16
SHELL = @SHELL@
17
 
18
srcdir = @srcdir@
19
top_srcdir = @top_srcdir@
20
VPATH = @srcdir@
21
prefix = @prefix@
22
exec_prefix = @exec_prefix@
23
 
24
bindir = @bindir@
25
sbindir = @sbindir@
26
libexecdir = @libexecdir@
27
datadir = @datadir@
28
sysconfdir = @sysconfdir@
29
sharedstatedir = @sharedstatedir@
30
localstatedir = @localstatedir@
31
libdir = @libdir@
32
infodir = @infodir@
33
mandir = @mandir@
34
includedir = @includedir@
35
oldincludedir = /usr/include
36
pkgdatadir = $(datadir)/@PACKAGE@
37
pkglibdir = $(libdir)/@PACKAGE@
38
pkgincludedir = $(includedir)/@PACKAGE@
39
top_builddir = .
40
 
41
ACLOCAL = @ACLOCAL@
42
AUTOCONF = @AUTOCONF@
43
AUTOMAKE = @AUTOMAKE@
44
AUTOHEADER = @AUTOHEADER@
45
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
INSTALL = @INSTALL@
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
INSTALL_DATA = @INSTALL_DATA@
50
install_sh_DATA = $(install_sh) -c -m 644
51
install_sh_PROGRAM = $(install_sh) -c
52
install_sh_SCRIPT = $(install_sh) -c
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
INSTALL_HEADER = $(INSTALL_DATA)
55
transform = @program_transform_name@
56
NORMAL_INSTALL = :
57
PRE_INSTALL = :
58
POST_INSTALL = :
59
NORMAL_UNINSTALL = :
60
PRE_UNINSTALL = :
61
POST_UNINSTALL = :
62
host_alias = @host_alias@
63
host_triplet = @host@
64
 
65
EXEEXT = @EXEEXT@
66
OBJEXT = @OBJEXT@
67
PATH_SEPARATOR = @PATH_SEPARATOR@
68
AMTAR = @AMTAR@
69
AWK = @AWK@
70
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
71
BARE_CPU_MODEL = @BARE_CPU_MODEL@
72
CC = @CC@
73
CPP = @CPP@
74
DEPDIR = @DEPDIR@
75
ENDIF = @ENDIF@
76
GCCSED = @GCCSED@
77
GCC_SPECS = @GCC_SPECS@
78
HAS_NETWORKING = @HAS_NETWORKING@
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
MAINT = @MAINT@
81
MAKE = @MAKE@
82
MULTIBUILDTOP = @MULTIBUILDTOP@
83
MULTISUBDIR = @MULTISUBDIR@
84
PACKAGE = @PACKAGE@
85
PROJECT_INCLUDE = @PROJECT_INCLUDE@
86
PROJECT_ROOT = @PROJECT_ROOT@
87
PROJECT_TOPdir = @PROJECT_TOPdir@
88
RANLIB = @RANLIB@
89
RTEMS_BSP = @RTEMS_BSP@
90
RTEMS_CPU = @RTEMS_CPU@
91
RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
92
RTEMS_HOST = @RTEMS_HOST@
93
RTEMS_ROOT = @RTEMS_ROOT@
94
RTEMS_TOPdir = @RTEMS_TOPdir@
95
STRIP = @STRIP@
96
VERSION = @VERSION@
97
am__include = @am__include@
98
am__quote = @am__quote@
99
install_sh = @install_sh@
100
multilib_basedir = @multilib_basedir@
101
project_libdir = @project_libdir@
102
 
103
ACLOCAL_AMFLAGS = -I ../aclocal
104
 
105
SUBDIRS = arpa kern machine sys vm lib libc net netinet nfs rtems wrapup
106
 
107
include_HEADERS = \
108
    bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \
109
    opt_tcpdebug.h resolv.h syslog.h memory.h
110
 
111
 
112
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
113
  $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
114
 
115
 
116
EXTRA_DIST = CHANGELOG
117
 
118
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
119
subdir = .
120
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
122
CONFIG_CLEAN_FILES =
123
DIST_SOURCES =
124
HEADERS = $(include_HEADERS)
125
 
126
 
127
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
128
        uninstall-info-recursive all-recursive install-data-recursive \
129
        install-exec-recursive installdirs-recursive install-recursive \
130
        uninstall-recursive check-recursive installcheck-recursive
131
DIST_COMMON = README $(include_HEADERS) ../../COPYING ../../ChangeLog \
132
        ../../INSTALL ../../README ../../acinclude.m4 \
133
        ../../config.guess ../../config.sub ../../configure \
134
        ../../configure.ac ../../depcomp ../../install-sh ../../missing \
135
        ../../mkinstalldirs ChangeLog Makefile.am Makefile.in \
136
        aclocal.m4 configure configure.ac
137
DIST_SUBDIRS = $(SUBDIRS)
138
all: all-recursive
139
 
140
.SUFFIXES:
141
 
142
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
143
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/../automake/subdirs.am $(top_srcdir)/../automake/local.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
144
        cd $(top_srcdir) && \
145
          $(AUTOMAKE) --foreign  Makefile
146
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
147
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
148
 
149
$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
150
        $(SHELL) ./config.status --recheck
151
$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
152
        cd $(srcdir) && $(AUTOCONF)
153
 
154
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac ../aclocal/bsp-alias.m4 ../aclocal/canonical-host.m4 ../aclocal/canonical-target-name.m4 ../aclocal/canonicalize-tools.m4 ../aclocal/check-bsp-cache.m4 ../aclocal/check-bsps.m4 ../aclocal/check-cpu.m4 ../aclocal/check-itron.m4 ../aclocal/check-multiprocessing.m4 ../aclocal/check-networking.m4 ../aclocal/check-newlib.m4 ../aclocal/check-posix.m4 ../aclocal/check-tool.m4 ../aclocal/enable-bare.m4 ../aclocal/enable-inlines.m4 ../aclocal/enable-itron.m4 ../aclocal/enable-multiprocessing.m4 ../aclocal/enable-networking.m4 ../aclocal/enable-posix.m4 ../aclocal/enable-rtemsbsp.m4 ../aclocal/env-rtemsbsp.m4 ../aclocal/env-rtemscpu.m4 ../aclocal/gcc-pipe.m4 ../aclocal/gcc-specs.m4 ../aclocal/multi.m4 ../aclocal/multilib.m4 ../aclocal/prog-cc.m4 ../aclocal/prog-ccas.m4 ../aclocal/rtems-cpu-subdirs.m4 ../aclocal/rtems-debug.m4 ../aclocal/rtems-top.m4 ../aclocal/sysv-ipc.m4 ../aclocal/tool-paths.m4 ../aclocal/version.m4
155
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
156
uninstall-info-am:
157
includeHEADERS_INSTALL = $(INSTALL_HEADER)
158
install-includeHEADERS: $(include_HEADERS)
159
        @$(NORMAL_INSTALL)
160
        $(mkinstalldirs) $(DESTDIR)$(includedir)
161
        @list='$(include_HEADERS)'; for p in $$list; do \
162
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
163
          f="`echo $$p | sed -e 's|^.*/||'`"; \
164
          echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
165
          $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
166
        done
167
 
168
uninstall-includeHEADERS:
169
        @$(NORMAL_UNINSTALL)
170
        @list='$(include_HEADERS)'; for p in $$list; do \
171
          f="`echo $$p | sed -e 's|^.*/||'`"; \
172
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
173
          rm -f $(DESTDIR)$(includedir)/$$f; \
174
        done
175
 
176
# This directory's subdirectories are mostly independent; you can cd
177
# into them and run `make' without going through this Makefile.
178
# To change the values of `make' variables: instead of editing Makefiles,
179
# (1) if the variable is set in `config.status', edit `config.status'
180
#     (which will cause the Makefiles to be regenerated when you run `make');
181
# (2) otherwise, pass the desired values on the `make' command line.
182
$(RECURSIVE_TARGETS):
183
        @set fnord $$MAKEFLAGS; amf=$$2; \
184
        dot_seen=no; \
185
        target=`echo $@ | sed s/-recursive//`; \
186
        list='$(SUBDIRS)'; for subdir in $$list; do \
187
          echo "Making $$target in $$subdir"; \
188
          if test "$$subdir" = "."; then \
189
            dot_seen=yes; \
190
            local_target="$$target-am"; \
191
          else \
192
            local_target="$$target"; \
193
          fi; \
194
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
195
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
196
        done; \
197
        if test "$$dot_seen" = "no"; then \
198
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
199
        fi; test -z "$$fail"
200
 
201
mostlyclean-recursive clean-recursive distclean-recursive \
202
maintainer-clean-recursive:
203
        @set fnord $$MAKEFLAGS; amf=$$2; \
204
        dot_seen=no; \
205
        case "$@" in \
206
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
207
          *) list='$(SUBDIRS)' ;; \
208
        esac; \
209
        rev=''; for subdir in $$list; do \
210
          if test "$$subdir" = "."; then :; else \
211
            rev="$$subdir $$rev"; \
212
          fi; \
213
        done; \
214
        rev="$$rev ."; \
215
        target=`echo $@ | sed s/-recursive//`; \
216
        for subdir in $$rev; do \
217
          echo "Making $$target in $$subdir"; \
218
          if test "$$subdir" = "."; then \
219
            local_target="$$target-am"; \
220
          else \
221
            local_target="$$target"; \
222
          fi; \
223
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
224
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
225
        done && test -z "$$fail"
226
tags-recursive:
227
        list='$(SUBDIRS)'; for subdir in $$list; do \
228
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
229
        done
230
 
231
ETAGS = etags
232
ETAGSFLAGS =
233
 
234
tags: TAGS
235
 
236
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
237
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
238
        unique=`for i in $$list; do \
239
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
240
          done | \
241
          $(AWK) '    { files[$$0] = 1; } \
242
               END { for (i in files) print i; }'`; \
243
        mkid -fID $$unique
244
 
245
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
246
                $(TAGS_FILES) $(LISP)
247
        tags=; \
248
        here=`pwd`; \
249
        list='$(SUBDIRS)'; for subdir in $$list; do \
250
          if test "$$subdir" = .; then :; else \
251
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
252
          fi; \
253
        done; \
254
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
255
        unique=`for i in $$list; do \
256
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
257
          done | \
258
          $(AWK) '    { files[$$0] = 1; } \
259
               END { for (i in files) print i; }'`; \
260
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
261
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
262
             $$tags $$unique
263
 
264
GTAGS:
265
        here=`$(am__cd) $(top_builddir) && pwd` \
266
          && cd $(top_srcdir) \
267
          && gtags -i $(GTAGS_ARGS) $$here
268
 
269
distclean-tags:
270
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
271
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
272
 
273
top_distdir = .
274
distdir = $(PACKAGE)-$(VERSION)
275
 
276
am__remove_distdir = \
277
  { test ! -d $(distdir) \
278
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
279
         && rm -fr $(distdir); }; }
280
 
281
GZIP_ENV = --best
282
distcleancheck_listfiles = find . -type f -print
283
 
284
distdir: $(DISTFILES)
285
        $(am__remove_distdir)
286
        mkdir $(distdir)
287
        $(mkinstalldirs) $(distdir)/../..
288
        @list='$(DISTFILES)'; for file in $$list; do \
289
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
290
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
291
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
292
            dir="/$$dir"; \
293
            $(mkinstalldirs) "$(distdir)$$dir"; \
294
          else \
295
            dir=''; \
296
          fi; \
297
          if test -d $$d/$$file; then \
298
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
299
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
300
            fi; \
301
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
302
          else \
303
            test -f $(distdir)/$$file \
304
            || cp -p $$d/$$file $(distdir)/$$file \
305
            || exit 1; \
306
          fi; \
307
        done
308
        list='$(SUBDIRS)'; for subdir in $$list; do \
309
          if test "$$subdir" = .; then :; else \
310
            test -d $(distdir)/$$subdir \
311
            || mkdir $(distdir)/$$subdir \
312
            || exit 1; \
313
            (cd $$subdir && \
314
              $(MAKE) $(AM_MAKEFLAGS) \
315
                top_distdir="$(top_distdir)" \
316
                distdir=../$(distdir)/$$subdir \
317
                distdir) \
318
              || exit 1; \
319
          fi; \
320
        done
321
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
322
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
323
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
324
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
325
        || chmod -R a+r $(distdir)
326
dist-gzip: distdir
327
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
328
        $(am__remove_distdir)
329
 
330
dist dist-all: distdir
331
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
332
        $(am__remove_distdir)
333
 
334
# This target untars the dist file and tries a VPATH configuration.  Then
335
# it guarantees that the distribution is self-contained by making another
336
# tarfile.
337
distcheck: dist
338
        $(am__remove_distdir)
339
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
340
        chmod -R a-w $(distdir); chmod a+w $(distdir)
341
        mkdir $(distdir)/=build
342
        mkdir $(distdir)/=inst
343
        chmod a-w $(distdir)
344
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
345
          && cd $(distdir)/=build \
346
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
347
            $(DISTCHECK_CONFIGURE_FLAGS) \
348
          && $(MAKE) $(AM_MAKEFLAGS) \
349
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
350
          && $(MAKE) $(AM_MAKEFLAGS) check \
351
          && $(MAKE) $(AM_MAKEFLAGS) install \
352
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
353
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
354
          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
355
              || { echo "ERROR: files left after uninstall:" ; \
356
                   find $$dc_install_base -type f -print ; \
357
                   exit 1; } >&2 ) \
358
          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
359
          && rm -f $(distdir).tar.gz \
360
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
361
        $(am__remove_distdir)
362
        @echo "$(distdir).tar.gz is ready for distribution" | \
363
          sed 'h;s/./=/g;p;x;p;x'
364
distcleancheck: distclean
365
        if test '$(srcdir)' = . ; then \
366
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
367
          exit 1 ; \
368
        fi
369
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
370
          || { echo "ERROR: files left after distclean:" ; \
371
               $(distcleancheck_listfiles) ; \
372
               exit 1; } >&2
373
check-am: all-am
374
check: check-recursive
375
all-am: Makefile $(HEADERS) all-local
376
installdirs: installdirs-recursive
377
installdirs-am:
378
        $(mkinstalldirs) $(DESTDIR)$(includedir)
379
 
380
install: install-recursive
381
install-exec: install-exec-recursive
382
install-data: install-data-recursive
383
uninstall: uninstall-recursive
384
 
385
install-am: all-am
386
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
387
 
388
installcheck: installcheck-recursive
389
install-strip:
390
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
391
          INSTALL_STRIP_FLAG=-s \
392
          `test -z '$(STRIP)' || \
393
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
394
mostlyclean-generic:
395
 
396
clean-generic:
397
 
398
distclean-generic:
399
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
400
 
401
maintainer-clean-generic:
402
        @echo "This command is intended for maintainers to use"
403
        @echo "it deletes files that may require special tools to rebuild."
404
clean: clean-recursive
405
 
406
clean-am: clean-generic clean-local mostlyclean-am
407
 
408
distclean: distclean-recursive
409
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
410
distclean-am: clean-am distclean-generic distclean-local distclean-tags
411
 
412
dvi: dvi-recursive
413
 
414
dvi-am:
415
 
416
info: info-recursive
417
 
418
info-am:
419
 
420
install-data-am: install-includeHEADERS
421
 
422
install-exec-am:
423
 
424
install-info: install-info-recursive
425
 
426
install-man:
427
 
428
installcheck-am:
429
 
430
maintainer-clean: maintainer-clean-recursive
431
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
432
        -rm -rf autom4te.cache
433
maintainer-clean-am: distclean-am maintainer-clean-generic
434
 
435
mostlyclean: mostlyclean-recursive
436
 
437
mostlyclean-am: mostlyclean-generic
438
 
439
uninstall-am: uninstall-includeHEADERS uninstall-info-am
440
 
441
uninstall-info: uninstall-info-recursive
442
 
443
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am all-local check check-am \
444
        clean clean-generic clean-local clean-recursive dist dist-all \
445
        dist-gzip distcheck distclean distclean-generic distclean-local \
446
        distclean-recursive distclean-tags distcleancheck distdir dvi \
447
        dvi-am dvi-recursive info info-am info-recursive install \
448
        install-am install-data install-data-am install-data-recursive \
449
        install-exec install-exec-am install-exec-recursive \
450
        install-includeHEADERS install-info install-info-am \
451
        install-info-recursive install-man install-recursive \
452
        install-strip installcheck installcheck-am installdirs \
453
        installdirs-am installdirs-recursive maintainer-clean \
454
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
455
        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
456
        uninstall uninstall-am uninstall-includeHEADERS \
457
        uninstall-info-am uninstall-info-recursive uninstall-recursive
458
 
459
 
460
$(PROJECT_INCLUDE):
461
        @$(mkinstalldirs) $@
462
$(PROJECT_INCLUDE)/%.h: %.h
463
        $(INSTALL_DATA) $< $@
464
 
465
all-local: $(PREINSTALL_FILES)
466
 
467
depend-recursive \
468
preinstall-recursive:
469
        @set fnord $(MAKEFLAGS); amf=$$2; \
470
        dot_seen=no; \
471
        target=`echo $@ | sed s/-recursive//`; \
472
        list='$(SUBDIRS)'; for subdir in $$list; do \
473
          echo "Making $$target in $$subdir"; \
474
          if test "$$subdir" = "."; then \
475
            dot_seen=yes; \
476
            local_target="$$target-am"; \
477
          else \
478
            local_target="$$target"; \
479
          fi; \
480
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
481
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
482
        done; \
483
        if test "$$dot_seen" = "no"; then \
484
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
485
        fi; test -z "$$fail"
486
 
487
preinstall: preinstall-recursive
488
.PHONY: preinstall-recursive
489
 
490
depend: depend-recursive
491
.PHONY: depend-recursive
492
 
493
debug:
494
        @echo
495
        @echo "\"make debug\" is obsolete, instead use:"
496
        @echo " make VARIANT=DEBUG"
497
        @echo
498
 
499
.PHONY: debug
500
 
501
profile:
502
        @echo
503
        @echo "\"make profile\" is obsolete, instead use:"
504
        @echo " make VARIANT=PROFILE"
505
        @echo
506
 
507
.PHONY: profile
508
 
509
preinstall-am: $(PREINSTALL_FILES)
510
preinstall: preinstall-am
511
.PHONY: preinstall preinstall-am
512
 
513
depend-am:
514
depend: depend-am
515
.PHONY: depend depend-am
516
 
517
${ARCH}:
518
        mkdir ${ARCH}
519
 
520
clean-local:
521
        $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
522
        $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
523
 
524
distclean-local:
525
        $(RM) Depends-o-optimize Depends-o-debug Depends-o-profile
526
# Tell versions [3.59,3.63) of GNU make to not export all variables.
527
# Otherwise a system limit (for SysV at least) may be exceeded.
528
.NOEXPORT:

powered by: WebSVN 2.1.0

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