Annotation of embedaddon/libnet/win32/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.11.1 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: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
                     19: pkgincludedir = $(includedir)/@PACKAGE@
                     20: pkglibdir = $(libdir)/@PACKAGE@
                     21: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     23: install_sh_DATA = $(install_sh) -c -m 644
                     24: install_sh_PROGRAM = $(install_sh) -c
                     25: install_sh_SCRIPT = $(install_sh) -c
                     26: INSTALL_HEADER = $(INSTALL_DATA)
                     27: transform = $(program_transform_name)
                     28: NORMAL_INSTALL = :
                     29: PRE_INSTALL = :
                     30: POST_INSTALL = :
                     31: NORMAL_UNINSTALL = :
                     32: PRE_UNINSTALL = :
                     33: POST_UNINSTALL = :
                     34: build_triplet = @build@
                     35: host_triplet = @host@
                     36: target_triplet = @target@
                     37: subdir = win32
                     38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     39: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     40: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
                     41:        $(top_srcdir)/configure.in
                     42: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     43:        $(ACLOCAL_M4)
                     44: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     45: CONFIG_HEADER = $(top_builddir)/include/config.h
                     46: CONFIG_CLEAN_FILES =
                     47: CONFIG_CLEAN_VPATH_FILES =
                     48: SOURCES =
                     49: DIST_SOURCES =
                     50: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     51: ACLOCAL = @ACLOCAL@
                     52: ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
                     53: AMTAR = @AMTAR@
                     54: AR = @AR@
                     55: AUTOCONF = @AUTOCONF@
                     56: AUTOHEADER = @AUTOHEADER@
                     57: AUTOMAKE = @AUTOMAKE@
                     58: AWK = @AWK@
                     59: CC = @CC@
                     60: CCDEPMODE = @CCDEPMODE@
                     61: CFLAGS = @CFLAGS@
                     62: CPP = @CPP@
                     63: CPPFLAGS = @CPPFLAGS@
                     64: CYGPATH_W = @CYGPATH_W@
                     65: DEFS = @DEFS@
                     66: DEPDIR = @DEPDIR@
                     67: DLLTOOL = @DLLTOOL@
                     68: DSYMUTIL = @DSYMUTIL@
                     69: DUMPBIN = @DUMPBIN@
                     70: ECHO_C = @ECHO_C@
                     71: ECHO_N = @ECHO_N@
                     72: ECHO_T = @ECHO_T@
                     73: EGREP = @EGREP@
                     74: ENDIANESS = @ENDIANESS@
                     75: EXEEXT = @EXEEXT@
                     76: FGREP = @FGREP@
                     77: GREP = @GREP@
                     78: HAVE_PACKET_SOCKET = @HAVE_PACKET_SOCKET@
                     79: INSTALL = @INSTALL@
                     80: INSTALL_DATA = @INSTALL_DATA@
                     81: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     82: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     83: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     84: LD = @LD@
                     85: LDFLAGS = @LDFLAGS@
                     86: LIBNET_CONFIG_CFLAGS = @LIBNET_CONFIG_CFLAGS@
                     87: LIBNET_CONFIG_DEFINES = @LIBNET_CONFIG_DEFINES@
                     88: LIBNET_CONFIG_LIBS = @LIBNET_CONFIG_LIBS@
                     89: LIBOBJS = @LIBOBJS@
                     90: LIBS = @LIBS@
                     91: LIBTOOL = @LIBTOOL@
                     92: LIPO = @LIPO@
                     93: LN_S = @LN_S@
                     94: LTLIBOBJS = @LTLIBOBJS@
                     95: MAINT = @MAINT@
                     96: MAKEINFO = @MAKEINFO@
                     97: MANIFEST_TOOL = @MANIFEST_TOOL@
                     98: MKDIR_P = @MKDIR_P@
                     99: NM = @NM@
                    100: NMEDIT = @NMEDIT@
                    101: OBJDUMP = @OBJDUMP@
                    102: OBJEXT = @OBJEXT@
                    103: OTOOL = @OTOOL@
                    104: OTOOL64 = @OTOOL64@
                    105: PACKAGE = @PACKAGE@
                    106: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    107: PACKAGE_NAME = @PACKAGE_NAME@
                    108: PACKAGE_STRING = @PACKAGE_STRING@
                    109: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    110: PACKAGE_URL = @PACKAGE_URL@
                    111: PACKAGE_VERSION = @PACKAGE_VERSION@
                    112: PATH_SEPARATOR = @PATH_SEPARATOR@
                    113: RANLIB = @RANLIB@
                    114: SED = @SED@
                    115: SET_MAKE = @SET_MAKE@
                    116: SHELL = @SHELL@
                    117: STRIP = @STRIP@
                    118: VERSION = @VERSION@
                    119: abs_builddir = @abs_builddir@
                    120: abs_srcdir = @abs_srcdir@
                    121: abs_top_builddir = @abs_top_builddir@
                    122: abs_top_srcdir = @abs_top_srcdir@
                    123: ac_ct_AR = @ac_ct_AR@
                    124: ac_ct_CC = @ac_ct_CC@
                    125: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    126: am__include = @am__include@
                    127: am__leading_dot = @am__leading_dot@
                    128: am__quote = @am__quote@
                    129: am__tar = @am__tar@
                    130: am__untar = @am__untar@
                    131: bindir = @bindir@
                    132: build = @build@
                    133: build_alias = @build_alias@
                    134: build_cpu = @build_cpu@
                    135: build_os = @build_os@
                    136: build_vendor = @build_vendor@
                    137: builddir = @builddir@
                    138: datadir = @datadir@
                    139: datarootdir = @datarootdir@
                    140: docdir = @docdir@
                    141: dvidir = @dvidir@
                    142: exec_prefix = @exec_prefix@
                    143: host = @host@
                    144: host_alias = @host_alias@
                    145: host_cpu = @host_cpu@
                    146: host_os = @host_os@
                    147: host_vendor = @host_vendor@
                    148: htmldir = @htmldir@
                    149: includedir = @includedir@
                    150: infodir = @infodir@
                    151: install_sh = @install_sh@
                    152: libdir = @libdir@
                    153: libexecdir = @libexecdir@
                    154: localedir = @localedir@
                    155: localstatedir = @localstatedir@
                    156: mandir = @mandir@
                    157: mkdir_p = @mkdir_p@
                    158: oldincludedir = @oldincludedir@
                    159: pdfdir = @pdfdir@
                    160: prefix = @prefix@
                    161: program_transform_name = @program_transform_name@
                    162: psdir = @psdir@
                    163: sbindir = @sbindir@
                    164: sharedstatedir = @sharedstatedir@
                    165: srcdir = @srcdir@
                    166: sysconfdir = @sysconfdir@
                    167: target = @target@
                    168: target_alias = @target_alias@
                    169: target_cpu = @target_cpu@
                    170: target_os = @target_os@
                    171: target_vendor = @target_vendor@
                    172: top_build_prefix = @top_build_prefix@
                    173: top_builddir = @top_builddir@
                    174: top_srcdir = @top_srcdir@
                    175: EXTRA_DIST = Libnet-1.1.1-2002.sln Libnet-1.1.1-2003.ncb \
                    176:        Libnet-1.1.1-2003.sln Libnet-1.1.1-2003.suo \
                    177:        Libnet-1.1.1.vcproj libnet_dll.def Libnet.dsp \
                    178:        Libnet.dsw Libnet-latest.ncb Libnet-latest.opt \
                    179:        Libnet-latest.sln Libnet-latest.suo Libnet-latest.vcproj README.txt
                    180: 
                    181: all: all-am
                    182: 
                    183: .SUFFIXES:
                    184: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    185:        @for dep in $?; do \
                    186:          case '$(am__configure_deps)' in \
                    187:            *$$dep*) \
                    188:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    189:                && { if test -f $@; then exit 0; else break; fi; }; \
                    190:              exit 1;; \
                    191:          esac; \
                    192:        done; \
                    193:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu win32/Makefile'; \
                    194:        $(am__cd) $(top_srcdir) && \
                    195:          $(AUTOMAKE) --gnu win32/Makefile
                    196: .PRECIOUS: Makefile
                    197: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    198:        @case '$?' in \
                    199:          *config.status*) \
                    200:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    201:          *) \
                    202:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    203:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    204:        esac;
                    205: 
                    206: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    207:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    208: 
                    209: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    210:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    211: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    212:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    213: $(am__aclocal_m4_deps):
                    214: 
                    215: mostlyclean-libtool:
                    216:        -rm -f *.lo
                    217: 
                    218: clean-libtool:
                    219:        -rm -rf .libs _libs
                    220: tags: TAGS
                    221: TAGS:
                    222: 
                    223: ctags: CTAGS
                    224: CTAGS:
                    225: 
                    226: 
                    227: distdir: $(DISTFILES)
                    228:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    229:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    230:        list='$(DISTFILES)'; \
                    231:          dist_files=`for file in $$list; do echo $$file; done | \
                    232:          sed -e "s|^$$srcdirstrip/||;t" \
                    233:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    234:        case $$dist_files in \
                    235:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    236:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    237:                           sort -u` ;; \
                    238:        esac; \
                    239:        for file in $$dist_files; do \
                    240:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    241:          if test -d $$d/$$file; then \
                    242:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    243:            if test -d "$(distdir)/$$file"; then \
                    244:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    245:            fi; \
                    246:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    247:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    248:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    249:            fi; \
                    250:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    251:          else \
                    252:            test -f "$(distdir)/$$file" \
                    253:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    254:            || exit 1; \
                    255:          fi; \
                    256:        done
                    257: check-am: all-am
                    258: check: check-am
                    259: all-am: Makefile
                    260: installdirs:
                    261: install: install-am
                    262: install-exec: install-exec-am
                    263: install-data: install-data-am
                    264: uninstall: uninstall-am
                    265: 
                    266: install-am: all-am
                    267:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    268: 
                    269: installcheck: installcheck-am
                    270: install-strip:
                    271:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    272:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    273:          `test -z '$(STRIP)' || \
                    274:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    275: mostlyclean-generic:
                    276: 
                    277: clean-generic:
                    278: 
                    279: distclean-generic:
                    280:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    281:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    282: 
                    283: maintainer-clean-generic:
                    284:        @echo "This command is intended for maintainers to use"
                    285:        @echo "it deletes files that may require special tools to rebuild."
                    286: clean: clean-am
                    287: 
                    288: clean-am: clean-generic clean-libtool mostlyclean-am
                    289: 
                    290: distclean: distclean-am
                    291:        -rm -f Makefile
                    292: distclean-am: clean-am distclean-generic
                    293: 
                    294: dvi: dvi-am
                    295: 
                    296: dvi-am:
                    297: 
                    298: html: html-am
                    299: 
                    300: html-am:
                    301: 
                    302: info: info-am
                    303: 
                    304: info-am:
                    305: 
                    306: install-data-am:
                    307: 
                    308: install-dvi: install-dvi-am
                    309: 
                    310: install-dvi-am:
                    311: 
                    312: install-exec-am:
                    313: 
                    314: install-html: install-html-am
                    315: 
                    316: install-html-am:
                    317: 
                    318: install-info: install-info-am
                    319: 
                    320: install-info-am:
                    321: 
                    322: install-man:
                    323: 
                    324: install-pdf: install-pdf-am
                    325: 
                    326: install-pdf-am:
                    327: 
                    328: install-ps: install-ps-am
                    329: 
                    330: install-ps-am:
                    331: 
                    332: installcheck-am:
                    333: 
                    334: maintainer-clean: maintainer-clean-am
                    335:        -rm -f Makefile
                    336: maintainer-clean-am: distclean-am maintainer-clean-generic
                    337: 
                    338: mostlyclean: mostlyclean-am
                    339: 
                    340: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    341: 
                    342: pdf: pdf-am
                    343: 
                    344: pdf-am:
                    345: 
                    346: ps: ps-am
                    347: 
                    348: ps-am:
                    349: 
                    350: uninstall-am:
                    351: 
                    352: .MAKE: install-am install-strip
                    353: 
                    354: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
                    355:        distclean distclean-generic distclean-libtool distdir dvi \
                    356:        dvi-am html html-am info info-am install install-am \
                    357:        install-data install-data-am install-dvi install-dvi-am \
                    358:        install-exec install-exec-am install-html install-html-am \
                    359:        install-info install-info-am install-man install-pdf \
                    360:        install-pdf-am install-ps install-ps-am install-strip \
                    361:        installcheck installcheck-am installdirs maintainer-clean \
                    362:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    363:        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
                    364: 
                    365: 
                    366: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    367: # Otherwise a system limit (for SysV at least) may be exceeded.
                    368: .NOEXPORT:

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