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

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