source: rtems/c/src/libnetworking/Makefile.in @ 473b4e5

4.104.114.84.95
Last change on this file since 473b4e5 was 473b4e5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 13:30:15

Regenerated.

  • Property mode set to 100644
File size: 11.7 KB
Line 
1# Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 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#
14# $Id$
15#
16
17
18
19
20SHELL = @SHELL@
21
22srcdir = @srcdir@
23top_srcdir = @top_srcdir@
24VPATH = @srcdir@
25prefix = @prefix@
26exec_prefix = @exec_prefix@
27
28bindir = @bindir@
29sbindir = @sbindir@
30libexecdir = @libexecdir@
31datadir = @datadir@
32sysconfdir = @sysconfdir@
33sharedstatedir = @sharedstatedir@
34localstatedir = @localstatedir@
35libdir = @libdir@
36infodir = @infodir@
37mandir = @mandir@
38includedir = @includedir@
39oldincludedir = /usr/include
40
41DESTDIR =
42
43pkgdatadir = $(datadir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46
47top_builddir = .
48
49ACLOCAL = @ACLOCAL@
50AUTOCONF = @AUTOCONF@
51AUTOMAKE = @AUTOMAKE@
52AUTOHEADER = @AUTOHEADER@
53
54INSTALL = @INSTALL@
55INSTALL_PROGRAM = @INSTALL_PROGRAM@
56INSTALL_DATA = @INSTALL_DATA@
57INSTALL_SCRIPT = @INSTALL_SCRIPT@
58INSTALL_STRIP_FLAG =
59transform = @program_transform_name@
60
61NORMAL_INSTALL = :
62PRE_INSTALL = :
63POST_INSTALL = :
64NORMAL_UNINSTALL = :
65PRE_UNINSTALL = :
66POST_UNINSTALL = :
67build_alias = @build_alias@
68build_triplet = @build@
69host_alias = @host_alias@
70host_triplet = @host@
71target_alias = @target_alias@
72target_triplet = @target@
73CC = @CC@
74CC_FOR_TARGET = @CC_FOR_TARGET@
75CPP = @CPP@
76GCCSED = @GCCSED@
77HAS_NETWORKING = @HAS_NETWORKING@
78INSTALL_CHANGE = @INSTALL_CHANGE@
79MAINT = @MAINT@
80MAKEINFO = @MAKEINFO@
81PACKAGE = @PACKAGE@
82PACKHEX = @PACKHEX@
83PROJECT_ROOT = @PROJECT_ROOT@
84RTEMS_BSP = @RTEMS_BSP@
85RTEMS_CPU = @RTEMS_CPU@
86RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
87RTEMS_HOST = @RTEMS_HOST@
88RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
89RTEMS_ROOT = @RTEMS_ROOT@
90RTEMS_TOPdir = @RTEMS_TOPdir@
91VERSION = @VERSION@
92
93AUTOMAKE_OPTIONS = foreign 1.4
94ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
95
96SUBDIRS = include kern lib libc net netinet nfs rtems rtems_servers wrapup
97
98EXTRA_DIST =  CHANGELOG README bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h opt_tcpdebug.h poll.h resolv.h syslog.h
99
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101mkinstalldirs = $(SHELL) $(top_srcdir)/../../../../mkinstalldirs
102CONFIG_CLEAN_FILES =
103DIST_COMMON =  README Makefile.am Makefile.in aclocal.m4 configure \
104configure.in
105
106
107DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109TAR = gtar
110GZIP_ENV = --best
111all: all-redirect
112.SUFFIXES:
113$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/../../../../automake/subdirs.am $(top_srcdir)/../../../../automake/local.am
114        cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
115
116Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
117        cd $(top_builddir) \
118          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
121        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
122
123config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
124        $(SHELL) ./config.status --recheck
125$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
126        cd $(srcdir) && $(AUTOCONF)
127
128# This directory's subdirectories are mostly independent; you can cd
129# into them and run `make' without going through this Makefile.
130# To change the values of `make' variables: instead of editing Makefiles,
131# (1) if the variable is set in `config.status', edit `config.status'
132#     (which will cause the Makefiles to be regenerated when you run `make');
133# (2) otherwise, pass the desired values on the `make' command line.
134
135@SET_MAKE@
136
137all-recursive install-data-recursive install-exec-recursive \
138installdirs-recursive install-recursive uninstall-recursive  \
139check-recursive installcheck-recursive info-recursive dvi-recursive:
140        @set fnord $(MAKEFLAGS); amf=$$2; \
141        dot_seen=no; \
142        target=`echo $@ | sed s/-recursive//`; \
143        list='$(SUBDIRS)'; for subdir in $$list; do \
144          echo "Making $$target in $$subdir"; \
145          if test "$$subdir" = "."; then \
146            dot_seen=yes; \
147            local_target="$$target-am"; \
148          else \
149            local_target="$$target"; \
150          fi; \
151          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
152           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
153        done; \
154        if test "$$dot_seen" = "no"; then \
155          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
156        fi; test -z "$$fail"
157
158mostlyclean-recursive clean-recursive distclean-recursive \
159maintainer-clean-recursive:
160        @set fnord $(MAKEFLAGS); amf=$$2; \
161        dot_seen=no; \
162        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
163          rev="$$subdir $$rev"; \
164          test "$$subdir" = "." && dot_seen=yes; \
165        done; \
166        test "$$dot_seen" = "no" && rev=". $$rev"; \
167        target=`echo $@ | sed s/-recursive//`; \
168        for subdir in $$rev; do \
169          echo "Making $$target in $$subdir"; \
170          if test "$$subdir" = "."; then \
171            local_target="$$target-am"; \
172          else \
173            local_target="$$target"; \
174          fi; \
175          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
176           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
177        done && test -z "$$fail"
178tags-recursive:
179        list='$(SUBDIRS)'; for subdir in $$list; do \
180          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
181        done
182
183tags: TAGS
184
185ID: $(HEADERS) $(SOURCES) $(LISP)
186        list='$(SOURCES) $(HEADERS)'; \
187        unique=`for i in $$list; do echo $$i; done | \
188          awk '    { files[$$0] = 1; } \
189               END { for (i in files) print i; }'`; \
190        here=`pwd` && cd $(srcdir) \
191          && mkid -f$$here/ID $$unique $(LISP)
192
193TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
194        tags=; \
195        here=`pwd`; \
196        list='$(SUBDIRS)'; for subdir in $$list; do \
197   if test "$$subdir" = .; then :; else \
198            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
199   fi; \
200        done; \
201        list='$(SOURCES) $(HEADERS)'; \
202        unique=`for i in $$list; do echo $$i; done | \
203          awk '    { files[$$0] = 1; } \
204               END { for (i in files) print i; }'`; \
205        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
206          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
207
208mostlyclean-tags:
209
210clean-tags:
211
212distclean-tags:
213        -rm -f TAGS ID
214
215maintainer-clean-tags:
216
217distdir = $(PACKAGE)-$(VERSION)
218top_distdir = $(distdir)
219
220# This target untars the dist file and tries a VPATH configuration.  Then
221# it guarantees that the distribution is self-contained by making another
222# tarfile.
223distcheck: dist
224        -rm -rf $(distdir)
225        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
226        mkdir $(distdir)/=build
227        mkdir $(distdir)/=inst
228        dc_install_base=`cd $(distdir)/=inst && pwd`; \
229        cd $(distdir)/=build \
230          && ../configure --srcdir=.. --prefix=$$dc_install_base \
231          && $(MAKE) $(AM_MAKEFLAGS) \
232          && $(MAKE) $(AM_MAKEFLAGS) dvi \
233          && $(MAKE) $(AM_MAKEFLAGS) check \
234          && $(MAKE) $(AM_MAKEFLAGS) install \
235          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
236          && $(MAKE) $(AM_MAKEFLAGS) dist
237        -rm -rf $(distdir)
238        @banner="$(distdir).tar.gz is ready for distribution"; \
239        dashes=`echo "$$banner" | sed s/./=/g`; \
240        echo "$$dashes"; \
241        echo "$$banner"; \
242        echo "$$dashes"
243dist: distdir
244        -chmod -R a+r $(distdir)
245        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
246        -rm -rf $(distdir)
247dist-all: distdir
248        -chmod -R a+r $(distdir)
249        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
250        -rm -rf $(distdir)
251distdir: $(DISTFILES)
252        -rm -rf $(distdir)
253        mkdir $(distdir)
254        -chmod 777 $(distdir)
255        here=`cd $(top_builddir) && pwd`; \
256        top_distdir=`cd $(distdir) && pwd`; \
257        distdir=`cd $(distdir) && pwd`; \
258        cd $(top_srcdir) \
259          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
260        @for file in $(DISTFILES); do \
261          d=$(srcdir); \
262          if test -d $$d/$$file; then \
263            cp -pr $$d/$$file $(distdir)/$$file; \
264          else \
265            test -f $(distdir)/$$file \
266            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
267            || cp -p $$d/$$file $(distdir)/$$file || :; \
268          fi; \
269        done
270        for subdir in $(SUBDIRS); do \
271          if test "$$subdir" = .; then :; else \
272            test -d $(distdir)/$$subdir \
273            || mkdir $(distdir)/$$subdir \
274            || exit 1; \
275            chmod 777 $(distdir)/$$subdir; \
276            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
277              || exit 1; \
278          fi; \
279        done
280info-am:
281info: info-recursive
282dvi-am:
283dvi: dvi-recursive
284check-am: all-am
285check: check-recursive
286installcheck-am:
287installcheck: installcheck-recursive
288install-exec-am:
289install-exec: install-exec-recursive
290
291install-data-am:
292install-data: install-data-recursive
293
294install-am: all-am
295        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
296install: install-recursive
297uninstall-am:
298uninstall: uninstall-recursive
299all-am: Makefile
300all-redirect: all-recursive
301install-strip:
302        $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
303installdirs: installdirs-recursive
304installdirs-am:
305
306
307mostlyclean-generic:
308
309clean-generic:
310
311distclean-generic:
312        -rm -f Makefile $(CONFIG_CLEAN_FILES)
313        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
314
315maintainer-clean-generic:
316mostlyclean-am:  mostlyclean-tags mostlyclean-generic
317
318mostlyclean: mostlyclean-recursive
319
320clean-am:  clean-tags clean-generic mostlyclean-am
321
322clean: clean-recursive
323
324distclean-am:  distclean-tags distclean-generic clean-am
325
326distclean: distclean-recursive
327        -rm -f config.status
328
329maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
330                distclean-am
331        @echo "This command is intended for maintainers to use;"
332        @echo "it deletes files that may require special tools to rebuild."
333
334maintainer-clean: maintainer-clean-recursive
335        -rm -f config.status
336
337.PHONY: install-data-recursive uninstall-data-recursive \
338install-exec-recursive uninstall-exec-recursive installdirs-recursive \
339uninstalldirs-recursive all-recursive check-recursive \
340installcheck-recursive info-recursive dvi-recursive \
341mostlyclean-recursive distclean-recursive clean-recursive \
342maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
343distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
344dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
345install-exec install-data-am install-data install-am install \
346uninstall-am uninstall all-redirect all-am all installdirs-am \
347installdirs mostlyclean-generic distclean-generic clean-generic \
348maintainer-clean-generic clean mostlyclean distclean maintainer-clean
349
350
351depend-recursive \
352preinstall-recursive \
353debug-recursive \
354profile-recursive:
355        @set fnord $(MAKEFLAGS); amf=$$2; \
356        dot_seen=no; \
357        target=`echo $@ | sed s/-recursive//`; \
358        list='$(SUBDIRS)'; for subdir in $$list; do \
359          echo "Making $$target in $$subdir"; \
360          if test "$$subdir" = "."; then \
361            dot_seen=yes; \
362            local_target="$$target-am"; \
363          else \
364            local_target="$$target"; \
365          fi; \
366          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
367           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
368        done; \
369        if test "$$dot_seen" = "no"; then \
370          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
371        fi; test -z "$$fail"
372
373debug: debug-recursive
374.PHONY: debug-recursive
375
376profile: profile-recursive
377.PHONY: profile-recursive
378
379preinstall: preinstall-recursive
380.PHONY: preinstall-recursive
381
382depend: depend-recursive
383.PHONY: depend-recursive
384
385debug-am:
386debug: debug-am
387.PHONY: debug debug-am
388
389profile-am:
390profile: profile-am
391.PHONY: profile profile-am
392
393preinstall-am: $(TMPINSTALL_FILES)
394preinstall: preinstall-am
395.PHONY: preinstall preinstall-am
396
397depend-am:
398depend: depend-am
399.PHONY: depend depend-am
400
401# Tell versions [3.59,3.63) of GNU make to not export all variables.
402# Otherwise a system limit (for SysV at least) may be exceeded.
403.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.