Annotation of embedaddon/libnet/Makefile.in, revision 1.1

1.1     ! misho       1: # Makefile.in generated by automake 1.6.3 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: 
        !            17: # $Id: Makefile.in,v 1.16 2004/03/11 18:50:20 mike Exp $
        !            18: #
        !            19: # Libnet automake information file
        !            20: # Copyright (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
        !            21: # All rights reserved.
        !            22: #
        !            23: # Process this file with automake to produce a Makefile.in script.
        !            24: 
        !            25: # $Id: Makefile.in,v 1.16 2004/03/11 18:50:20 mike Exp $
        !            26: #
        !            27: # Libnet automake information file
        !            28: # Copyright (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
        !            29: # All rights reserved.
        !            30: #
        !            31: SHELL = @SHELL@
        !            32: 
        !            33: srcdir = @srcdir@
        !            34: top_srcdir = @top_srcdir@
        !            35: VPATH = @srcdir@
        !            36: prefix = @prefix@
        !            37: exec_prefix = @exec_prefix@
        !            38: 
        !            39: bindir = @bindir@
        !            40: sbindir = @sbindir@
        !            41: libexecdir = @libexecdir@
        !            42: datadir = @datadir@
        !            43: sysconfdir = @sysconfdir@
        !            44: sharedstatedir = @sharedstatedir@
        !            45: localstatedir = @localstatedir@
        !            46: libdir = @libdir@
        !            47: infodir = @infodir@
        !            48: mandir = @mandir@
        !            49: includedir = @includedir@
        !            50: oldincludedir = /usr/include
        !            51: pkgdatadir = $(datadir)/@PACKAGE@
        !            52: pkglibdir = $(libdir)/@PACKAGE@
        !            53: pkgincludedir = $(includedir)/@PACKAGE@
        !            54: top_builddir = .
        !            55: 
        !            56: ACLOCAL = @ACLOCAL@
        !            57: AUTOCONF = @AUTOCONF@
        !            58: AUTOMAKE = @AUTOMAKE@
        !            59: AUTOHEADER = @AUTOHEADER@
        !            60: 
        !            61: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            62: INSTALL = @INSTALL@
        !            63: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !            64: INSTALL_DATA = @INSTALL_DATA@
        !            65: install_sh_DATA = $(install_sh) -c -m 644
        !            66: install_sh_PROGRAM = $(install_sh) -c
        !            67: install_sh_SCRIPT = $(install_sh) -c
        !            68: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            69: INSTALL_HEADER = $(INSTALL_DATA)
        !            70: transform = @program_transform_name@
        !            71: NORMAL_INSTALL = :
        !            72: PRE_INSTALL = :
        !            73: POST_INSTALL = :
        !            74: NORMAL_UNINSTALL = :
        !            75: PRE_UNINSTALL = :
        !            76: POST_UNINSTALL = :
        !            77: build_alias = @build_alias@
        !            78: build_triplet = @build@
        !            79: host_alias = @host_alias@
        !            80: host_triplet = @host@
        !            81: target_alias = @target_alias@
        !            82: target_triplet = @target@
        !            83: 
        !            84: EXEEXT = @EXEEXT@
        !            85: OBJEXT = @OBJEXT@
        !            86: PATH_SEPARATOR = @PATH_SEPARATOR@
        !            87: ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
        !            88: AMTAR = @AMTAR@
        !            89: AWK = @AWK@
        !            90: CC = @CC@
        !            91: DEPDIR = @DEPDIR@
        !            92: ENDIANESS = @ENDIANESS@
        !            93: HAVE_PACKET_SOCKET = @HAVE_PACKET_SOCKET@
        !            94: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !            95: LIBNET_CONFIG_CFLAGS = @LIBNET_CONFIG_CFLAGS@
        !            96: LIBNET_CONFIG_DEFINES = @LIBNET_CONFIG_DEFINES@
        !            97: LIBNET_CONFIG_LIBS = @LIBNET_CONFIG_LIBS@
        !            98: LIBNET_VERSION = @LIBNET_VERSION@
        !            99: MAINT = @MAINT@
        !           100: PACKAGE = @PACKAGE@
        !           101: RANLIB = @RANLIB@
        !           102: STRIP = @STRIP@
        !           103: VERSION = @VERSION@
        !           104: am__include = @am__include@
        !           105: am__quote = @am__quote@
        !           106: install_sh = @install_sh@
        !           107: 
        !           108: AUTOMAKE_OPTIONS = foreign no-dependencies
        !           109: 
        !           110: DISTCLEANFILES = *~
        !           111: 
        !           112: SUBDIRS = include src sample
        !           113: 
        !           114: EXTRA_DIST = Makefile.am.common
        !           115: 
        !           116: bin_scripts = libnet-config
        !           117: subdir = .
        !           118: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !           119: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !           120: CONFIG_HEADER = $(top_builddir)/include/config.h
        !           121: CONFIG_CLEAN_FILES = version.h libnet-config
        !           122: depcomp =
        !           123: am__depfiles_maybe =
        !           124: DIST_SOURCES =
        !           125: 
        !           126: RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
        !           127:        uninstall-info-recursive all-recursive install-data-recursive \
        !           128:        install-exec-recursive installdirs-recursive install-recursive \
        !           129:        uninstall-recursive check-recursive installcheck-recursive
        !           130: DIST_COMMON = README Makefile.am Makefile.in acconfig.h acinclude.m4 \
        !           131:        aclocal.m4 config.guess config.sub configure configure.in \
        !           132:        install-sh libnet-config.in missing mkinstalldirs version.h.in
        !           133: DIST_SUBDIRS = $(SUBDIRS)
        !           134: all: all-recursive
        !           135: 
        !           136: .SUFFIXES:
        !           137: 
        !           138: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
        !           139:  configure.lineno
        !           140: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/Makefile.am.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           141:        cd $(top_srcdir) && \
        !           142:          $(AUTOMAKE) --foreign  Makefile
        !           143: Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           144:        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
        !           145: 
        !           146: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           147:        $(SHELL) ./config.status --recheck
        !           148: $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
        !           149:        cd $(srcdir) && $(AUTOCONF)
        !           150: 
        !           151: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
        !           152:        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
        !           153: version.h: $(top_builddir)/config.status version.h.in
        !           154:        cd $(top_builddir) && $(SHELL) ./config.status $@
        !           155: libnet-config: $(top_builddir)/config.status libnet-config.in
        !           156:        cd $(top_builddir) && $(SHELL) ./config.status $@
        !           157: uninstall-info-am:
        !           158: 
        !           159: # This directory's subdirectories are mostly independent; you can cd
        !           160: # into them and run `make' without going through this Makefile.
        !           161: # To change the values of `make' variables: instead of editing Makefiles,
        !           162: # (1) if the variable is set in `config.status', edit `config.status'
        !           163: #     (which will cause the Makefiles to be regenerated when you run `make');
        !           164: # (2) otherwise, pass the desired values on the `make' command line.
        !           165: $(RECURSIVE_TARGETS):
        !           166:        @set fnord $$MAKEFLAGS; amf=$$2; \
        !           167:        dot_seen=no; \
        !           168:        target=`echo $@ | sed s/-recursive//`; \
        !           169:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           170:          echo "Making $$target in $$subdir"; \
        !           171:          if test "$$subdir" = "."; then \
        !           172:            dot_seen=yes; \
        !           173:            local_target="$$target-am"; \
        !           174:          else \
        !           175:            local_target="$$target"; \
        !           176:          fi; \
        !           177:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           178:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        !           179:        done; \
        !           180:        if test "$$dot_seen" = "no"; then \
        !           181:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        !           182:        fi; test -z "$$fail"
        !           183: 
        !           184: mostlyclean-recursive clean-recursive distclean-recursive \
        !           185: maintainer-clean-recursive:
        !           186:        @set fnord $$MAKEFLAGS; amf=$$2; \
        !           187:        dot_seen=no; \
        !           188:        case "$@" in \
        !           189:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           190:          *) list='$(SUBDIRS)' ;; \
        !           191:        esac; \
        !           192:        rev=''; for subdir in $$list; do \
        !           193:          if test "$$subdir" = "."; then :; else \
        !           194:            rev="$$subdir $$rev"; \
        !           195:          fi; \
        !           196:        done; \
        !           197:        rev="$$rev ."; \
        !           198:        target=`echo $@ | sed s/-recursive//`; \
        !           199:        for subdir in $$rev; do \
        !           200:          echo "Making $$target in $$subdir"; \
        !           201:          if test "$$subdir" = "."; then \
        !           202:            local_target="$$target-am"; \
        !           203:          else \
        !           204:            local_target="$$target"; \
        !           205:          fi; \
        !           206:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           207:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
        !           208:        done && test -z "$$fail"
        !           209: tags-recursive:
        !           210:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           211:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
        !           212:        done
        !           213: 
        !           214: ETAGS = etags
        !           215: ETAGSFLAGS =
        !           216: 
        !           217: tags: TAGS
        !           218: 
        !           219: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           220:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           221:        unique=`for i in $$list; do \
        !           222:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           223:          done | \
        !           224:          $(AWK) '    { files[$$0] = 1; } \
        !           225:               END { for (i in files) print i; }'`; \
        !           226:        mkid -fID $$unique
        !           227: 
        !           228: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
        !           229:                $(TAGS_FILES) $(LISP)
        !           230:        tags=; \
        !           231:        here=`pwd`; \
        !           232:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           233:          if test "$$subdir" = .; then :; else \
        !           234:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
        !           235:          fi; \
        !           236:        done; \
        !           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:        test -z "$(ETAGS_ARGS)$$tags$$unique" \
        !           244:          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           245:             $$tags $$unique
        !           246: 
        !           247: GTAGS:
        !           248:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           249:          && cd $(top_srcdir) \
        !           250:          && gtags -i $(GTAGS_ARGS) $$here
        !           251: 
        !           252: distclean-tags:
        !           253:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
        !           254: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           255: 
        !           256: top_distdir = .
        !           257: distdir = $(PACKAGE)-$(VERSION)
        !           258: 
        !           259: am__remove_distdir = \
        !           260:   { test ! -d $(distdir) \
        !           261:     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
        !           262:          && rm -fr $(distdir); }; }
        !           263: 
        !           264: GZIP_ENV = --best
        !           265: distcleancheck_listfiles = find . -type f -print
        !           266: 
        !           267: distdir: $(DISTFILES)
        !           268:        $(am__remove_distdir)
        !           269:        mkdir $(distdir)
        !           270:        $(mkinstalldirs) $(distdir)/. $(distdir)/include
        !           271:        @list='$(DISTFILES)'; for file in $$list; do \
        !           272:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           273:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           274:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           275:            dir="/$$dir"; \
        !           276:            $(mkinstalldirs) "$(distdir)$$dir"; \
        !           277:          else \
        !           278:            dir=''; \
        !           279:          fi; \
        !           280:          if test -d $$d/$$file; then \
        !           281:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           282:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           283:            fi; \
        !           284:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
        !           285:          else \
        !           286:            test -f $(distdir)/$$file \
        !           287:            || cp -p $$d/$$file $(distdir)/$$file \
        !           288:            || exit 1; \
        !           289:          fi; \
        !           290:        done
        !           291:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           292:          if test "$$subdir" = .; then :; else \
        !           293:            test -d $(distdir)/$$subdir \
        !           294:            || mkdir $(distdir)/$$subdir \
        !           295:            || exit 1; \
        !           296:            (cd $$subdir && \
        !           297:              $(MAKE) $(AM_MAKEFLAGS) \
        !           298:                top_distdir="$(top_distdir)" \
        !           299:                distdir=../$(distdir)/$$subdir \
        !           300:                distdir) \
        !           301:              || exit 1; \
        !           302:          fi; \
        !           303:        done
        !           304:        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
        !           305:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
        !           306:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
        !           307:          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
        !           308:        || chmod -R a+r $(distdir)
        !           309: dist-gzip: distdir
        !           310:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           311:        $(am__remove_distdir)
        !           312: 
        !           313: dist dist-all: distdir
        !           314:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           315:        $(am__remove_distdir)
        !           316: 
        !           317: # This target untars the dist file and tries a VPATH configuration.  Then
        !           318: # it guarantees that the distribution is self-contained by making another
        !           319: # tarfile.
        !           320: distcheck: dist
        !           321:        $(am__remove_distdir)
        !           322:        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
        !           323:        chmod -R a-w $(distdir); chmod a+w $(distdir)
        !           324:        mkdir $(distdir)/=build
        !           325:        mkdir $(distdir)/=inst
        !           326:        chmod a-w $(distdir)
        !           327:        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
        !           328:          && cd $(distdir)/=build \
        !           329:          && ../configure --srcdir=.. --prefix=$$dc_install_base \
        !           330:            $(DISTCHECK_CONFIGURE_FLAGS) \
        !           331:          && $(MAKE) $(AM_MAKEFLAGS) \
        !           332:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
        !           333:          && $(MAKE) $(AM_MAKEFLAGS) check \
        !           334:          && $(MAKE) $(AM_MAKEFLAGS) install \
        !           335:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
        !           336:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
        !           337:          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
        !           338:              || { echo "ERROR: files left after uninstall:" ; \
        !           339:                   find $$dc_install_base -type f -print ; \
        !           340:                   exit 1; } >&2 ) \
        !           341:          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
        !           342:          && rm -f $(distdir).tar.gz \
        !           343:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
        !           344:        $(am__remove_distdir)
        !           345:        @echo "$(distdir).tar.gz is ready for distribution" | \
        !           346:          sed 'h;s/./=/g;p;x;p;x'
        !           347: distcleancheck: distclean
        !           348:        if test '$(srcdir)' = . ; then \
        !           349:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
        !           350:          exit 1 ; \
        !           351:        fi
        !           352:        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
        !           353:          || { echo "ERROR: files left after distclean:" ; \
        !           354:               $(distcleancheck_listfiles) ; \
        !           355:               exit 1; } >&2
        !           356: check-am: all-am
        !           357: check: check-recursive
        !           358: all-am: Makefile
        !           359: installdirs: installdirs-recursive
        !           360: installdirs-am:
        !           361: 
        !           362: install: install-recursive
        !           363: install-exec: install-exec-recursive
        !           364: install-data: install-data-recursive
        !           365: uninstall: uninstall-recursive
        !           366: 
        !           367: install-am: all-am
        !           368:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           369: 
        !           370: installcheck: installcheck-recursive
        !           371: install-strip:
        !           372:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           373:          INSTALL_STRIP_FLAG=-s \
        !           374:          `test -z '$(STRIP)' || \
        !           375:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           376: mostlyclean-generic:
        !           377: 
        !           378: clean-generic:
        !           379: 
        !           380: distclean-generic:
        !           381:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
        !           382:        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
        !           383: 
        !           384: maintainer-clean-generic:
        !           385:        @echo "This command is intended for maintainers to use"
        !           386:        @echo "it deletes files that may require special tools to rebuild."
        !           387: clean: clean-recursive
        !           388: 
        !           389: clean-am: clean-generic mostlyclean-am
        !           390: 
        !           391: distclean: distclean-recursive
        !           392:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           393: distclean-am: clean-am distclean-generic distclean-tags
        !           394: 
        !           395: dvi: dvi-recursive
        !           396: 
        !           397: dvi-am:
        !           398: 
        !           399: info: info-recursive
        !           400: 
        !           401: info-am:
        !           402: 
        !           403: install-data-am:
        !           404: 
        !           405: install-exec-am:
        !           406: 
        !           407: install-info: install-info-recursive
        !           408: 
        !           409: install-man:
        !           410: 
        !           411: installcheck-am:
        !           412: 
        !           413: maintainer-clean: maintainer-clean-recursive
        !           414:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           415:        -rm -rf autom4te.cache
        !           416: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           417: 
        !           418: mostlyclean: mostlyclean-recursive
        !           419: 
        !           420: mostlyclean-am: mostlyclean-generic
        !           421: 
        !           422: uninstall-am: uninstall-info-am
        !           423: 
        !           424: uninstall-info: uninstall-info-recursive
        !           425: 
        !           426: .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
        !           427:        clean-generic clean-recursive dist dist-all dist-gzip distcheck \
        !           428:        distclean distclean-generic distclean-recursive distclean-tags \
        !           429:        distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
        !           430:        info-recursive install install-am install-data install-data-am \
        !           431:        install-data-recursive install-exec install-exec-am \
        !           432:        install-exec-recursive install-info install-info-am \
        !           433:        install-info-recursive install-man install-recursive \
        !           434:        install-strip installcheck installcheck-am installdirs \
        !           435:        installdirs-am installdirs-recursive maintainer-clean \
        !           436:        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
        !           437:        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
        !           438:        uninstall uninstall-am uninstall-info-am \
        !           439:        uninstall-info-recursive uninstall-recursive
        !           440: 
        !           441: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           442: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           443: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>