Annotation of embedaddon/dhcp/includes/Makefile.in, revision 1.1

1.1     ! misho       1: # Makefile.in generated by automake 1.10.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  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: VPATH = @srcdir@
        !            18: pkgdatadir = $(datadir)/@PACKAGE@
        !            19: pkglibdir = $(libdir)/@PACKAGE@
        !            20: pkgincludedir = $(includedir)/@PACKAGE@
        !            21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            22: install_sh_DATA = $(install_sh) -c -m 644
        !            23: install_sh_PROGRAM = $(install_sh) -c
        !            24: install_sh_SCRIPT = $(install_sh) -c
        !            25: INSTALL_HEADER = $(INSTALL_DATA)
        !            26: transform = $(program_transform_name)
        !            27: NORMAL_INSTALL = :
        !            28: PRE_INSTALL = :
        !            29: POST_INSTALL = :
        !            30: NORMAL_UNINSTALL = :
        !            31: PRE_UNINSTALL = :
        !            32: POST_UNINSTALL = :
        !            33: subdir = includes
        !            34: DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \
        !            35:        $(srcdir)/Makefile.in $(srcdir)/config.h.in
        !            36: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            37: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
        !            38: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            39:        $(ACLOCAL_M4)
        !            40: mkinstalldirs = $(install_sh) -d
        !            41: CONFIG_HEADER = config.h
        !            42: CONFIG_CLEAN_FILES =
        !            43: SOURCES =
        !            44: DIST_SOURCES =
        !            45: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
        !            46: am__vpath_adj = case $$p in \
        !            47:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
        !            48:     *) f=$$p;; \
        !            49:   esac;
        !            50: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
        !            51: am__installdirs = "$(DESTDIR)$(includedir)"
        !            52: nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
        !            53: HEADERS = $(nobase_include_HEADERS)
        !            54: ETAGS = etags
        !            55: CTAGS = ctags
        !            56: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !            57: ACLOCAL = @ACLOCAL@
        !            58: AMTAR = @AMTAR@
        !            59: AUTOCONF = @AUTOCONF@
        !            60: AUTOHEADER = @AUTOHEADER@
        !            61: AUTOMAKE = @AUTOMAKE@
        !            62: AWK = @AWK@
        !            63: CC = @CC@
        !            64: CCDEPMODE = @CCDEPMODE@
        !            65: CFLAGS = @CFLAGS@
        !            66: CPP = @CPP@
        !            67: CPPFLAGS = @CPPFLAGS@
        !            68: CYGPATH_W = @CYGPATH_W@
        !            69: DEFS = @DEFS@
        !            70: DEPDIR = @DEPDIR@
        !            71: ECHO_C = @ECHO_C@
        !            72: ECHO_N = @ECHO_N@
        !            73: ECHO_T = @ECHO_T@
        !            74: EGREP = @EGREP@
        !            75: EXEEXT = @EXEEXT@
        !            76: GREP = @GREP@
        !            77: INSTALL = @INSTALL@
        !            78: INSTALL_DATA = @INSTALL_DATA@
        !            79: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !            80: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !            81: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !            82: LDFLAGS = @LDFLAGS@
        !            83: LIBOBJS = @LIBOBJS@
        !            84: LIBS = @LIBS@
        !            85: LTLIBOBJS = @LTLIBOBJS@
        !            86: MAINT = @MAINT@
        !            87: MAKEINFO = @MAKEINFO@
        !            88: MKDIR_P = @MKDIR_P@
        !            89: OBJEXT = @OBJEXT@
        !            90: PACKAGE = @PACKAGE@
        !            91: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !            92: PACKAGE_NAME = @PACKAGE_NAME@
        !            93: PACKAGE_STRING = @PACKAGE_STRING@
        !            94: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !            95: PACKAGE_URL = @PACKAGE_URL@
        !            96: PACKAGE_VERSION = @PACKAGE_VERSION@
        !            97: PATH_SEPARATOR = @PATH_SEPARATOR@
        !            98: RANLIB = @RANLIB@
        !            99: SET_MAKE = @SET_MAKE@
        !           100: SHELL = @SHELL@
        !           101: STRIP = @STRIP@
        !           102: VERSION = @VERSION@
        !           103: abs_builddir = @abs_builddir@
        !           104: abs_srcdir = @abs_srcdir@
        !           105: abs_top_builddir = @abs_top_builddir@
        !           106: abs_top_srcdir = @abs_top_srcdir@
        !           107: ac_ct_CC = @ac_ct_CC@
        !           108: ac_prefix_program = @ac_prefix_program@
        !           109: am__include = @am__include@
        !           110: am__leading_dot = @am__leading_dot@
        !           111: am__quote = @am__quote@
        !           112: am__tar = @am__tar@
        !           113: am__untar = @am__untar@
        !           114: bindir = @bindir@
        !           115: build_alias = @build_alias@
        !           116: builddir = @builddir@
        !           117: byte_order = @byte_order@
        !           118: datadir = @datadir@
        !           119: datarootdir = @datarootdir@
        !           120: docdir = @docdir@
        !           121: dvidir = @dvidir@
        !           122: exec_prefix = @exec_prefix@
        !           123: host_alias = @host_alias@
        !           124: htmldir = @htmldir@
        !           125: includedir = @includedir@
        !           126: infodir = @infodir@
        !           127: install_sh = @install_sh@
        !           128: libdir = @libdir@
        !           129: libexecdir = @libexecdir@
        !           130: localedir = @localedir@
        !           131: localstatedir = @localstatedir@
        !           132: mandir = @mandir@
        !           133: mkdir_p = @mkdir_p@
        !           134: oldincludedir = @oldincludedir@
        !           135: pdfdir = @pdfdir@
        !           136: prefix = @prefix@
        !           137: program_transform_name = @program_transform_name@
        !           138: psdir = @psdir@
        !           139: sbindir = @sbindir@
        !           140: sharedstatedir = @sharedstatedir@
        !           141: srcdir = @srcdir@
        !           142: sysconfdir = @sysconfdir@
        !           143: target_alias = @target_alias@
        !           144: top_build_prefix = @top_build_prefix@
        !           145: top_builddir = @top_builddir@
        !           146: top_srcdir = @top_srcdir@
        !           147: nobase_include_HEADERS = omapip/alloc.h omapip/buffer.h omapip/convert.h \
        !           148:                         omapip/hash.h omapip/omapip.h omapip/omapip_p.h \
        !           149:                         omapip/trace.h \
        !           150:                         isc-dhcp/boolean.h isc-dhcp/formatcheck.h \
        !           151:                         isc-dhcp/lang.h isc-dhcp/mem.h isc-dhcp/result.h \
        !           152:                         isc-dhcp/types.h isc-dhcp/commandline.h \
        !           153:                         isc-dhcp/dst.h isc-dhcp/int.h isc-dhcp/list.h \
        !           154:                         isc-dhcp/print.h isc-dhcp/string.h
        !           155: 
        !           156: EXTRA_DIST = cdefs.h ctrace.h dhcp.h dhcp6.h dhcpd.h dhctoken.h failover.h \
        !           157:             heap.h inet.h osdep.h site.h statement.h tree.h t_api.h \
        !           158:             arpa/nameser.h arpa/nameser_compat.h \
        !           159:             minires/minires.h minires/res_update.h minires/resolv.h \
        !           160:             netinet/if_ether.h netinet/ip.h netinet/ip_icmp.h netinet/udp.h
        !           161: 
        !           162: all: config.h
        !           163:        $(MAKE) $(AM_MAKEFLAGS) all-am
        !           164: 
        !           165: .SUFFIXES:
        !           166: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
        !           167:        @for dep in $?; do \
        !           168:          case '$(am__configure_deps)' in \
        !           169:            *$$dep*) \
        !           170:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
        !           171:                && exit 0; \
        !           172:              exit 1;; \
        !           173:          esac; \
        !           174:        done; \
        !           175:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  includes/Makefile'; \
        !           176:        cd $(top_srcdir) && \
        !           177:          $(AUTOMAKE) --foreign  includes/Makefile
        !           178: .PRECIOUS: Makefile
        !           179: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           180:        @case '$?' in \
        !           181:          *config.status*) \
        !           182:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           183:          *) \
        !           184:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           185:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           186:        esac;
        !           187: 
        !           188: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           189:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           190: 
        !           191: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
        !           192:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           193: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
        !           194:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           195: 
        !           196: config.h: stamp-h1
        !           197:        @if test ! -f $@; then \
        !           198:          rm -f stamp-h1; \
        !           199:          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
        !           200:        else :; fi
        !           201: 
        !           202: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        !           203:        @rm -f stamp-h1
        !           204:        cd $(top_builddir) && $(SHELL) ./config.status includes/config.h
        !           205: $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
        !           206:        cd $(top_srcdir) && $(AUTOHEADER)
        !           207:        rm -f stamp-h1
        !           208:        touch $@
        !           209: 
        !           210: distclean-hdr:
        !           211:        -rm -f config.h stamp-h1
        !           212: install-nobase_includeHEADERS: $(nobase_include_HEADERS)
        !           213:        @$(NORMAL_INSTALL)
        !           214:        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
        !           215:        @$(am__vpath_adj_setup) \
        !           216:        list='$(nobase_include_HEADERS)'; for p in $$list; do \
        !           217:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
        !           218:          $(am__vpath_adj) \
        !           219:          echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
        !           220:          $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
        !           221:        done
        !           222: 
        !           223: uninstall-nobase_includeHEADERS:
        !           224:        @$(NORMAL_UNINSTALL)
        !           225:        @$(am__vpath_adj_setup) \
        !           226:        list='$(nobase_include_HEADERS)'; for p in $$list; do \
        !           227:          $(am__vpath_adj) \
        !           228:          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
        !           229:          rm -f "$(DESTDIR)$(includedir)/$$f"; \
        !           230:        done
        !           231: 
        !           232: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           233:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           234:        unique=`for i in $$list; do \
        !           235:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           236:          done | \
        !           237:          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
        !           238:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           239:        mkid -fID $$unique
        !           240: tags: TAGS
        !           241: 
        !           242: TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
        !           243:                $(TAGS_FILES) $(LISP)
        !           244:        tags=; \
        !           245:        here=`pwd`; \
        !           246:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        !           247:        unique=`for i in $$list; do \
        !           248:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           249:          done | \
        !           250:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           251:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           252:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
        !           253:          test -n "$$unique" || unique=$$empty_fix; \
        !           254:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           255:            $$tags $$unique; \
        !           256:        fi
        !           257: ctags: CTAGS
        !           258: CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
        !           259:                $(TAGS_FILES) $(LISP)
        !           260:        tags=; \
        !           261:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        !           262:        unique=`for i in $$list; do \
        !           263:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           264:          done | \
        !           265:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           266:              END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           267:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
        !           268:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           269:             $$tags $$unique
        !           270: 
        !           271: GTAGS:
        !           272:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           273:          && cd $(top_srcdir) \
        !           274:          && gtags -i $(GTAGS_ARGS) $$here
        !           275: 
        !           276: distclean-tags:
        !           277:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           278: 
        !           279: distdir: $(DISTFILES)
        !           280:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           281:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           282:        list='$(DISTFILES)'; \
        !           283:          dist_files=`for file in $$list; do echo $$file; done | \
        !           284:          sed -e "s|^$$srcdirstrip/||;t" \
        !           285:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           286:        case $$dist_files in \
        !           287:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           288:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           289:                           sort -u` ;; \
        !           290:        esac; \
        !           291:        for file in $$dist_files; do \
        !           292:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           293:          if test -d $$d/$$file; then \
        !           294:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           295:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           296:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
        !           297:            fi; \
        !           298:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
        !           299:          else \
        !           300:            test -f $(distdir)/$$file \
        !           301:            || cp -p $$d/$$file $(distdir)/$$file \
        !           302:            || exit 1; \
        !           303:          fi; \
        !           304:        done
        !           305: check-am: all-am
        !           306: check: check-am
        !           307: all-am: Makefile $(HEADERS) config.h
        !           308: installdirs:
        !           309:        for dir in "$(DESTDIR)$(includedir)"; do \
        !           310:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        !           311:        done
        !           312: install: install-am
        !           313: install-exec: install-exec-am
        !           314: install-data: install-data-am
        !           315: uninstall: uninstall-am
        !           316: 
        !           317: install-am: all-am
        !           318:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           319: 
        !           320: installcheck: installcheck-am
        !           321: install-strip:
        !           322:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           323:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           324:          `test -z '$(STRIP)' || \
        !           325:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           326: mostlyclean-generic:
        !           327: 
        !           328: clean-generic:
        !           329: 
        !           330: distclean-generic:
        !           331:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           332: 
        !           333: maintainer-clean-generic:
        !           334:        @echo "This command is intended for maintainers to use"
        !           335:        @echo "it deletes files that may require special tools to rebuild."
        !           336: clean: clean-am
        !           337: 
        !           338: clean-am: clean-generic mostlyclean-am
        !           339: 
        !           340: distclean: distclean-am
        !           341:        -rm -f Makefile
        !           342: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
        !           343: 
        !           344: dvi: dvi-am
        !           345: 
        !           346: dvi-am:
        !           347: 
        !           348: html: html-am
        !           349: 
        !           350: info: info-am
        !           351: 
        !           352: info-am:
        !           353: 
        !           354: install-data-am: install-nobase_includeHEADERS
        !           355: 
        !           356: install-dvi: install-dvi-am
        !           357: 
        !           358: install-exec-am:
        !           359: 
        !           360: install-html: install-html-am
        !           361: 
        !           362: install-info: install-info-am
        !           363: 
        !           364: install-man:
        !           365: 
        !           366: install-pdf: install-pdf-am
        !           367: 
        !           368: install-ps: install-ps-am
        !           369: 
        !           370: installcheck-am:
        !           371: 
        !           372: maintainer-clean: maintainer-clean-am
        !           373:        -rm -f Makefile
        !           374: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           375: 
        !           376: mostlyclean: mostlyclean-am
        !           377: 
        !           378: mostlyclean-am: mostlyclean-generic
        !           379: 
        !           380: pdf: pdf-am
        !           381: 
        !           382: pdf-am:
        !           383: 
        !           384: ps: ps-am
        !           385: 
        !           386: ps-am:
        !           387: 
        !           388: uninstall-am: uninstall-nobase_includeHEADERS
        !           389: 
        !           390: .MAKE: install-am install-strip
        !           391: 
        !           392: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
        !           393:        ctags distclean distclean-generic distclean-hdr distclean-tags \
        !           394:        distdir dvi dvi-am html html-am info info-am install \
        !           395:        install-am install-data install-data-am install-dvi \
        !           396:        install-dvi-am install-exec install-exec-am install-html \
        !           397:        install-html-am install-info install-info-am install-man \
        !           398:        install-nobase_includeHEADERS install-pdf install-pdf-am \
        !           399:        install-ps install-ps-am install-strip installcheck \
        !           400:        installcheck-am installdirs maintainer-clean \
        !           401:        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
        !           402:        pdf-am ps ps-am tags uninstall uninstall-am \
        !           403:        uninstall-nobase_includeHEADERS
        !           404: 
        !           405: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           406: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           407: .NOEXPORT:

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