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

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