Annotation of embedaddon/dhcp/minires/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 = minires
                     34: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     35: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     36: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
                     37: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     38:        $(ACLOCAL_M4)
                     39: mkinstalldirs = $(install_sh) -d
                     40: CONFIG_HEADER = $(top_builddir)/includes/config.h
                     41: CONFIG_CLEAN_FILES =
                     42: LIBRARIES = $(noinst_LIBRARIES)
                     43: AR = ar
                     44: ARFLAGS = cru
                     45: libres_a_AR = $(AR) $(ARFLAGS)
                     46: libres_a_LIBADD =
                     47: am_libres_a_OBJECTS = res_mkupdate.$(OBJEXT) res_init.$(OBJEXT) \
                     48:        res_update.$(OBJEXT) res_send.$(OBJEXT) res_comp.$(OBJEXT) \
                     49:        res_sendsigned.$(OBJEXT) res_findzonecut.$(OBJEXT) \
                     50:        res_query.$(OBJEXT) res_mkquery.$(OBJEXT) ns_date.$(OBJEXT) \
                     51:        ns_parse.$(OBJEXT) ns_sign.$(OBJEXT) ns_name.$(OBJEXT) \
                     52:        ns_samedomain.$(OBJEXT) ns_verify.$(OBJEXT)
                     53: libres_a_OBJECTS = $(am_libres_a_OBJECTS)
                     54: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
                     55: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     56: am__depfiles_maybe = depfiles
                     57: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     58:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     59: CCLD = $(CC)
                     60: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     61: SOURCES = $(libres_a_SOURCES)
                     62: DIST_SOURCES = $(libres_a_SOURCES)
                     63: ETAGS = etags
                     64: CTAGS = ctags
                     65: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     66: ACLOCAL = @ACLOCAL@
                     67: AMTAR = @AMTAR@
1.1.1.1 ! misho      68: ATF_CFLAGS = @ATF_CFLAGS@
        !            69: ATF_LDFLAGS = @ATF_LDFLAGS@
1.1       misho      70: AUTOCONF = @AUTOCONF@
                     71: AUTOHEADER = @AUTOHEADER@
                     72: AUTOMAKE = @AUTOMAKE@
                     73: AWK = @AWK@
                     74: CC = @CC@
                     75: CCDEPMODE = @CCDEPMODE@
                     76: CFLAGS = @CFLAGS@
                     77: CPP = @CPP@
                     78: CPPFLAGS = @CPPFLAGS@
                     79: CYGPATH_W = @CYGPATH_W@
                     80: DEFS = @DEFS@
                     81: DEPDIR = @DEPDIR@
                     82: ECHO_C = @ECHO_C@
                     83: ECHO_N = @ECHO_N@
                     84: ECHO_T = @ECHO_T@
                     85: EGREP = @EGREP@
                     86: EXEEXT = @EXEEXT@
                     87: GREP = @GREP@
                     88: INSTALL = @INSTALL@
                     89: INSTALL_DATA = @INSTALL_DATA@
                     90: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     91: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     92: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     93: LDFLAGS = @LDFLAGS@
                     94: LIBOBJS = @LIBOBJS@
                     95: LIBS = @LIBS@
                     96: LTLIBOBJS = @LTLIBOBJS@
                     97: MAINT = @MAINT@
                     98: MAKEINFO = @MAKEINFO@
                     99: MKDIR_P = @MKDIR_P@
                    100: OBJEXT = @OBJEXT@
                    101: PACKAGE = @PACKAGE@
                    102: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    103: PACKAGE_NAME = @PACKAGE_NAME@
                    104: PACKAGE_STRING = @PACKAGE_STRING@
                    105: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    106: PACKAGE_URL = @PACKAGE_URL@
                    107: PACKAGE_VERSION = @PACKAGE_VERSION@
                    108: PATH_SEPARATOR = @PATH_SEPARATOR@
                    109: RANLIB = @RANLIB@
                    110: SET_MAKE = @SET_MAKE@
                    111: SHELL = @SHELL@
                    112: STRIP = @STRIP@
                    113: VERSION = @VERSION@
                    114: abs_builddir = @abs_builddir@
                    115: abs_srcdir = @abs_srcdir@
                    116: abs_top_builddir = @abs_top_builddir@
                    117: abs_top_srcdir = @abs_top_srcdir@
                    118: ac_ct_CC = @ac_ct_CC@
                    119: ac_prefix_program = @ac_prefix_program@
                    120: am__include = @am__include@
                    121: am__leading_dot = @am__leading_dot@
                    122: am__quote = @am__quote@
                    123: am__tar = @am__tar@
                    124: am__untar = @am__untar@
                    125: bindir = @bindir@
                    126: build_alias = @build_alias@
                    127: builddir = @builddir@
                    128: byte_order = @byte_order@
                    129: datadir = @datadir@
                    130: datarootdir = @datarootdir@
                    131: docdir = @docdir@
                    132: dvidir = @dvidir@
                    133: exec_prefix = @exec_prefix@
                    134: host_alias = @host_alias@
                    135: htmldir = @htmldir@
                    136: includedir = @includedir@
                    137: infodir = @infodir@
                    138: install_sh = @install_sh@
                    139: libdir = @libdir@
                    140: libexecdir = @libexecdir@
                    141: localedir = @localedir@
                    142: localstatedir = @localstatedir@
                    143: mandir = @mandir@
                    144: mkdir_p = @mkdir_p@
                    145: oldincludedir = @oldincludedir@
                    146: pdfdir = @pdfdir@
                    147: prefix = @prefix@
                    148: program_transform_name = @program_transform_name@
                    149: psdir = @psdir@
                    150: sbindir = @sbindir@
                    151: sharedstatedir = @sharedstatedir@
                    152: srcdir = @srcdir@
                    153: sysconfdir = @sysconfdir@
                    154: target_alias = @target_alias@
                    155: top_build_prefix = @top_build_prefix@
                    156: top_builddir = @top_builddir@
                    157: top_srcdir = @top_srcdir@
                    158: AM_CPPFLAGS = -DMINIRES_LIB -DHMAC_MD5
                    159: noinst_LIBRARIES = libres.a
                    160: libres_a_SOURCES = res_mkupdate.c res_init.c res_update.c res_send.c \
                    161:                   res_comp.c res_sendsigned.c res_findzonecut.c res_query.c \
                    162:                   res_mkquery.c ns_date.c ns_parse.c ns_sign.c ns_name.c \
                    163:                   ns_samedomain.c ns_verify.c
                    164: 
                    165: all: all-am
                    166: 
                    167: .SUFFIXES:
                    168: .SUFFIXES: .c .o .obj
                    169: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    170:        @for dep in $?; do \
                    171:          case '$(am__configure_deps)' in \
                    172:            *$$dep*) \
                    173:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    174:                && exit 0; \
                    175:              exit 1;; \
                    176:          esac; \
                    177:        done; \
                    178:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  minires/Makefile'; \
                    179:        cd $(top_srcdir) && \
                    180:          $(AUTOMAKE) --foreign  minires/Makefile
                    181: .PRECIOUS: Makefile
                    182: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    183:        @case '$?' in \
                    184:          *config.status*) \
                    185:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    186:          *) \
                    187:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    188:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    189:        esac;
                    190: 
                    191: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    192:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    193: 
                    194: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    195:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    196: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    197:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    198: 
                    199: clean-noinstLIBRARIES:
                    200:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    201: libres.a: $(libres_a_OBJECTS) $(libres_a_DEPENDENCIES) 
                    202:        -rm -f libres.a
                    203:        $(libres_a_AR) libres.a $(libres_a_OBJECTS) $(libres_a_LIBADD)
                    204:        $(RANLIB) libres.a
                    205: 
                    206: mostlyclean-compile:
                    207:        -rm -f *.$(OBJEXT)
                    208: 
                    209: distclean-compile:
                    210:        -rm -f *.tab.c
                    211: 
                    212: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_date.Po@am__quote@
                    213: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_name.Po@am__quote@
                    214: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_parse.Po@am__quote@
                    215: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_samedomain.Po@am__quote@
                    216: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_sign.Po@am__quote@
                    217: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_verify.Po@am__quote@
                    218: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res_comp.Po@am__quote@
                    219: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res_findzonecut.Po@am__quote@
                    220: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res_init.Po@am__quote@
                    221: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res_mkquery.Po@am__quote@
                    222: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res_mkupdate.Po@am__quote@
                    223: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res_query.Po@am__quote@
                    224: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res_send.Po@am__quote@
                    225: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res_sendsigned.Po@am__quote@
                    226: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res_update.Po@am__quote@
                    227: 
                    228: .c.o:
                    229: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    230: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    231: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    232: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    233: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    234: 
                    235: .c.obj:
                    236: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    237: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    238: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    239: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    240: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    241: 
                    242: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    243:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    244:        unique=`for i in $$list; do \
                    245:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    246:          done | \
                    247:          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
                    248:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    249:        mkid -fID $$unique
                    250: tags: TAGS
                    251: 
                    252: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    253:                $(TAGS_FILES) $(LISP)
                    254:        tags=; \
                    255:        here=`pwd`; \
                    256:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    257:        unique=`for i in $$list; do \
                    258:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    259:          done | \
                    260:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    261:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    262:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    263:          test -n "$$unique" || unique=$$empty_fix; \
                    264:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    265:            $$tags $$unique; \
                    266:        fi
                    267: ctags: CTAGS
                    268: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    269:                $(TAGS_FILES) $(LISP)
                    270:        tags=; \
                    271:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    272:        unique=`for i in $$list; do \
                    273:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    274:          done | \
                    275:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    276:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    277:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    278:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    279:             $$tags $$unique
                    280: 
                    281: GTAGS:
                    282:        here=`$(am__cd) $(top_builddir) && pwd` \
                    283:          && cd $(top_srcdir) \
                    284:          && gtags -i $(GTAGS_ARGS) $$here
                    285: 
                    286: distclean-tags:
                    287:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    288: 
                    289: distdir: $(DISTFILES)
                    290:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    291:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    292:        list='$(DISTFILES)'; \
                    293:          dist_files=`for file in $$list; do echo $$file; done | \
                    294:          sed -e "s|^$$srcdirstrip/||;t" \
                    295:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    296:        case $$dist_files in \
                    297:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    298:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    299:                           sort -u` ;; \
                    300:        esac; \
                    301:        for file in $$dist_files; do \
                    302:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    303:          if test -d $$d/$$file; then \
                    304:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    305:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    306:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    307:            fi; \
                    308:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    309:          else \
                    310:            test -f $(distdir)/$$file \
                    311:            || cp -p $$d/$$file $(distdir)/$$file \
                    312:            || exit 1; \
                    313:          fi; \
                    314:        done
                    315: check-am: all-am
                    316: check: check-am
                    317: all-am: Makefile $(LIBRARIES)
                    318: installdirs:
                    319: install: install-am
                    320: install-exec: install-exec-am
                    321: install-data: install-data-am
                    322: uninstall: uninstall-am
                    323: 
                    324: install-am: all-am
                    325:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    326: 
                    327: installcheck: installcheck-am
                    328: install-strip:
                    329:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    330:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    331:          `test -z '$(STRIP)' || \
                    332:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    333: mostlyclean-generic:
                    334: 
                    335: clean-generic:
                    336: 
                    337: distclean-generic:
                    338:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    339: 
                    340: maintainer-clean-generic:
                    341:        @echo "This command is intended for maintainers to use"
                    342:        @echo "it deletes files that may require special tools to rebuild."
                    343: clean: clean-am
                    344: 
                    345: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    346: 
                    347: distclean: distclean-am
                    348:        -rm -rf ./$(DEPDIR)
                    349:        -rm -f Makefile
                    350: distclean-am: clean-am distclean-compile distclean-generic \
                    351:        distclean-tags
                    352: 
                    353: dvi: dvi-am
                    354: 
                    355: dvi-am:
                    356: 
                    357: html: html-am
                    358: 
                    359: info: info-am
                    360: 
                    361: info-am:
                    362: 
                    363: install-data-am:
                    364: 
                    365: install-dvi: install-dvi-am
                    366: 
                    367: install-exec-am:
                    368: 
                    369: install-html: install-html-am
                    370: 
                    371: install-info: install-info-am
                    372: 
                    373: install-man:
                    374: 
                    375: install-pdf: install-pdf-am
                    376: 
                    377: install-ps: install-ps-am
                    378: 
                    379: installcheck-am:
                    380: 
                    381: maintainer-clean: maintainer-clean-am
                    382:        -rm -rf ./$(DEPDIR)
                    383:        -rm -f Makefile
                    384: maintainer-clean-am: distclean-am maintainer-clean-generic
                    385: 
                    386: mostlyclean: mostlyclean-am
                    387: 
                    388: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    389: 
                    390: pdf: pdf-am
                    391: 
                    392: pdf-am:
                    393: 
                    394: ps: ps-am
                    395: 
                    396: ps-am:
                    397: 
                    398: uninstall-am:
                    399: 
                    400: .MAKE: install-am install-strip
                    401: 
                    402: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    403:        clean-noinstLIBRARIES ctags distclean distclean-compile \
                    404:        distclean-generic distclean-tags distdir dvi dvi-am html \
                    405:        html-am info info-am install install-am install-data \
                    406:        install-data-am install-dvi install-dvi-am install-exec \
                    407:        install-exec-am install-html install-html-am install-info \
                    408:        install-info-am install-man install-pdf install-pdf-am \
                    409:        install-ps install-ps-am install-strip installcheck \
                    410:        installcheck-am installdirs maintainer-clean \
                    411:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    412:        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
                    413:        uninstall-am
                    414: 
                    415: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    416: # Otherwise a system limit (for SysV at least) may be exceeded.
                    417: .NOEXPORT:

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