Annotation of embedaddon/ntp/ntpsnmpd/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: 
                     18: # we traditionally installed software in bindir, while it should have gone
                     19: # in sbindir.  Now that we offer a choice, look in the "other" installation
                     20: # subdir to warn folks if there is another version there.
                     21: 
                     22: 
                     23: VPATH = @srcdir@
                     24: pkgdatadir = $(datadir)/@PACKAGE@
                     25: pkgincludedir = $(includedir)/@PACKAGE@
                     26: pkglibdir = $(libdir)/@PACKAGE@
                     27: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     28: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     29: install_sh_DATA = $(install_sh) -c -m 644
                     30: install_sh_PROGRAM = $(install_sh) -c
                     31: install_sh_SCRIPT = $(install_sh) -c
                     32: INSTALL_HEADER = $(INSTALL_DATA)
                     33: transform = $(program_transform_name)
                     34: NORMAL_INSTALL = :
                     35: PRE_INSTALL = :
                     36: POST_INSTALL = :
                     37: NORMAL_UNINSTALL = :
                     38: PRE_UNINSTALL = :
                     39: POST_UNINSTALL = :
                     40: build_triplet = @build@
                     41: host_triplet = @host@
                     42: EXTRA_PROGRAMS = ntpsnmpd$(EXEEXT)
                     43: DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
                     44:        $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf
                     45: subdir = ntpsnmpd
                     46: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     47: am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
                     48:        $(top_srcdir)/m4/define_dir.m4 $(top_srcdir)/m4/libtool.m4 \
                     49:        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
                     50:        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
                     51:        $(top_srcdir)/m4/ntp_cacheversion.m4 \
                     52:        $(top_srcdir)/m4/ntp_dir_sep.m4 \
                     53:        $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
                     54:        $(top_srcdir)/m4/ntp_openssl.m4 \
                     55:        $(top_srcdir)/m4/ntp_vpathhack.m4 \
                     56:        $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
                     57:        $(top_srcdir)/configure.ac
                     58: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     59:        $(ACLOCAL_M4)
                     60: mkinstalldirs = $(install_sh) -d
                     61: CONFIG_HEADER = $(top_builddir)/config.h
                     62: CONFIG_CLEAN_FILES =
                     63: CONFIG_CLEAN_VPATH_FILES =
                     64: am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
                     65:        "$(DESTDIR)$(man1dir)"
                     66: PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
                     67: am_ntpsnmpd_OBJECTS = netsnmp_daemonize.$(OBJEXT) ntpsnmpd.$(OBJEXT) \
                     68:        ntpSnmpSubagentObject.$(OBJEXT) ntpsnmpd-opts.$(OBJEXT)
                     69: ntpsnmpd_OBJECTS = $(am_ntpsnmpd_OBJECTS)
                     70: ntpsnmpd_LDADD = $(LDADD)
                     71: am__DEPENDENCIES_1 =
                     72: ntpsnmpd_DEPENDENCIES = ../ntpq/libntpq.a ../libntp/libntp.a \
                     73:        $(am__DEPENDENCIES_1)
                     74: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                     75: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     76: am__depfiles_maybe = depfiles
                     77: am__mv = mv -f
                     78: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     79:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     80: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
                     81:        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
                     82:        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     83: CCLD = $(CC)
                     84: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
                     85:        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
                     86:        $(LDFLAGS) -o $@
                     87: SOURCES = $(ntpsnmpd_SOURCES)
                     88: DIST_SOURCES = $(ntpsnmpd_SOURCES)
                     89: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     90: am__vpath_adj = case $$p in \
                     91:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     92:     *) f=$$p;; \
                     93:   esac;
                     94: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                     95: am__install_max = 40
                     96: am__nobase_strip_setup = \
                     97:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                     98: am__nobase_strip = \
                     99:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    100: am__nobase_list = $(am__nobase_strip_setup); \
                    101:   for p in $$list; do echo "$$p $$p"; done | \
                    102:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    103:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    104:     if (++n[$$2] == $(am__install_max)) \
                    105:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    106:     END { for (dir in files) print dir, files[dir] }'
                    107: am__base_list = \
                    108:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    109:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
                    110: man1dir = $(mandir)/man1
                    111: NROFF = nroff
                    112: MANS = $(man_MANS)
                    113: DATA = $(noinst_DATA)
                    114: ETAGS = etags
                    115: CTAGS = ctags
                    116: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    117: ACLOCAL = @ACLOCAL@
                    118: AMTAR = @AMTAR@
                    119: AR = @AR@
                    120: AUTOCONF = @AUTOCONF@
                    121: AUTOHEADER = @AUTOHEADER@
                    122: AUTOMAKE = @AUTOMAKE@
                    123: AWK = @AWK@
                    124: BINSUBDIR = @BINSUBDIR@
                    125: CC = @CC@
                    126: CCDEPMODE = @CCDEPMODE@
                    127: CFLAGS = @CFLAGS@
                    128: CHUTEST = @CHUTEST@
                    129: CLKTEST = @CLKTEST@
                    130: CPP = @CPP@
                    131: CPPFLAGS = @CPPFLAGS@
                    132: CYGPATH_W = @CYGPATH_W@
                    133: DCFD = @DCFD@
                    134: DEFS = @DEFS@
                    135: DEPDIR = @DEPDIR@
                    136: DLLTOOL = @DLLTOOL@
                    137: DSYMUTIL = @DSYMUTIL@
                    138: DUMPBIN = @DUMPBIN@
                    139: ECHO_C = @ECHO_C@
                    140: ECHO_N = @ECHO_N@
                    141: ECHO_T = @ECHO_T@
                    142: EDITLINE_LIBS = @EDITLINE_LIBS@
                    143: EF_LIBS = @EF_LIBS@
                    144: EF_PROGS = @EF_PROGS@
                    145: EGREP = @EGREP@
                    146: EXEEXT = @EXEEXT@
                    147: FGREP = @FGREP@
                    148: GREP = @GREP@
                    149: HAVE_INLINE = @HAVE_INLINE@
                    150: INSTALL = @INSTALL@
                    151: INSTALL_DATA = @INSTALL_DATA@
                    152: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    153: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    154: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    155: LCRYPTO = @LCRYPTO@
                    156: LD = @LD@
                    157: LDFLAGS = @LDFLAGS@
                    158: LIBOBJS = @LIBOBJS@
                    159: LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
                    160: LIBOPTS_DIR = @LIBOPTS_DIR@
                    161: LIBOPTS_LDADD = @LIBOPTS_LDADD@
                    162: LIBPARSE = @LIBPARSE@
                    163: LIBS = @LIBS@
                    164: LIBTOOL = @LIBTOOL@
                    165: LIPO = @LIPO@
                    166: LN_S = @LN_S@
                    167: LSCF = @LSCF@
                    168: LTLIBOBJS = @LTLIBOBJS@
                    169: MAKEINFO = @MAKEINFO@
                    170: MAKE_ADJTIMED = @MAKE_ADJTIMED@
                    171: MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
                    172: MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
                    173: MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
                    174: MAKE_LIBPARSE = @MAKE_LIBPARSE@
                    175: MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
                    176: MAKE_NTPDSIM = @MAKE_NTPDSIM@
                    177: MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
                    178: MAKE_NTPTIME = @MAKE_NTPTIME@
                    179: MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
                    180: MAKE_TICKADJ = @MAKE_TICKADJ@
                    181: MAKE_TIMETRIM = @MAKE_TIMETRIM@
                    182: MANIFEST_TOOL = @MANIFEST_TOOL@
                    183: MKDIR_P = @MKDIR_P@
                    184: NM = @NM@
                    185: NMEDIT = @NMEDIT@
                    186: OBJDUMP = @OBJDUMP@
                    187: OBJEXT = @OBJEXT@
                    188: OPENSSL = @OPENSSL@
                    189: OPENSSL_INC = @OPENSSL_INC@
                    190: OPENSSL_LIB = @OPENSSL_LIB@
                    191: OTOOL = @OTOOL@
                    192: OTOOL64 = @OTOOL64@
                    193: PACKAGE = @PACKAGE@
                    194: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    195: PACKAGE_NAME = @PACKAGE_NAME@
                    196: PACKAGE_STRING = @PACKAGE_STRING@
                    197: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    198: PACKAGE_URL = @PACKAGE_URL@
                    199: PACKAGE_VERSION = @PACKAGE_VERSION@
                    200: PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
                    201: PATH_PERL = @PATH_PERL@
                    202: PATH_SEPARATOR = @PATH_SEPARATOR@
                    203: PATH_SH = @PATH_SH@
                    204: PATH_TEST = @PATH_TEST@
                    205: POSIX_SHELL = @POSIX_SHELL@
                    206: PROPDELAY = @PROPDELAY@
                    207: RANLIB = @RANLIB@
                    208: SED = @SED@
                    209: SET_MAKE = @SET_MAKE@
                    210: SHELL = @SHELL@
                    211: SNMP_CFLAGS = @SNMP_CFLAGS@
                    212: SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
                    213: SNMP_LIBS = @SNMP_LIBS@
                    214: STRIP = @STRIP@
                    215: TESTDCF = @TESTDCF@
                    216: VERSION = @VERSION@
                    217: YACC = @YACC@
                    218: YFLAGS = @YFLAGS@
                    219: abs_builddir = @abs_builddir@
                    220: abs_srcdir = @abs_srcdir@
                    221: abs_top_builddir = @abs_top_builddir@
                    222: abs_top_srcdir = @abs_top_srcdir@
                    223: ac_ct_AR = @ac_ct_AR@
                    224: ac_ct_CC = @ac_ct_CC@
                    225: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    226: am__include = @am__include@
                    227: am__leading_dot = @am__leading_dot@
                    228: am__quote = @am__quote@
                    229: am__tar = @am__tar@
                    230: am__untar = @am__untar@
                    231: bindir = @bindir@
                    232: build = @build@
                    233: build_alias = @build_alias@
                    234: build_cpu = @build_cpu@
                    235: build_os = @build_os@
                    236: build_vendor = @build_vendor@
                    237: builddir = @builddir@
                    238: datadir = @datadir@
                    239: datarootdir = @datarootdir@
                    240: docdir = @docdir@
                    241: dvidir = @dvidir@
                    242: exec_prefix = @exec_prefix@
                    243: host = @host@
                    244: host_alias = @host_alias@
                    245: host_cpu = @host_cpu@
                    246: host_os = @host_os@
                    247: host_vendor = @host_vendor@
                    248: htmldir = @htmldir@
                    249: includedir = @includedir@
                    250: infodir = @infodir@
                    251: install_sh = @install_sh@
                    252: libdir = @libdir@
                    253: libexecdir = @libexecdir@
                    254: localedir = @localedir@
                    255: localstatedir = @localstatedir@
                    256: mandir = @mandir@
                    257: mkdir_p = @mkdir_p@
                    258: oldincludedir = @oldincludedir@
                    259: pdfdir = @pdfdir@
                    260: prefix = @prefix@
                    261: program_transform_name = @program_transform_name@
                    262: psdir = @psdir@
                    263: sbindir = @sbindir@
                    264: sharedstatedir = @sharedstatedir@
                    265: srcdir = @srcdir@
                    266: subdirs = @subdirs@
                    267: sysconfdir = @sysconfdir@
                    268: target_alias = @target_alias@
                    269: top_build_prefix = @top_build_prefix@
                    270: top_builddir = @top_builddir@
                    271: top_srcdir = @top_srcdir@
                    272: NULL = 
                    273: AUTOMAKE_OPTIONS = 
                    274: @NTP_BINSUBDIR_IS_BIN_TRUE@bin_PROGRAMS = @MAKE_NTPSNMPD@
                    275: @NTP_BINSUBDIR_IS_BIN_FALSE@sbin_PROGRAMS = @MAKE_NTPSNMPD@
                    276: ntpsnmpd_SOURCES = netsnmp_daemonize.c ntpsnmpd.c ntpSnmpSubagentObject.c \
                    277:                ntpsnmpd-opts.c ntpsnmpd-opts.h ntpSnmpSubagentObject.h \
                    278:                ntp_snmp.h
                    279: 
                    280: # HMS: we probably want a version.o file here, too.
                    281: LDADD = ../ntpq/libntpq.a ../libntp/libntp.a @LCRYPTO@ @SNMP_LIBS@ \
                    282:                $(LIBOPTS_LDADD)
                    283: 
                    284: AM_CPPFLAGS = -I$(top_srcdir)/ntpq -I$(top_srcdir)/include \
                    285:        -I$(top_srcdir)/lib/isc/include \
                    286:        -I$(top_srcdir)/lib/isc/nothreads/include \
                    287:        -I$(top_srcdir)/lib/isc/unix/include \
                    288:        $(LIBOPTS_CFLAGS) @SNMP_CPPFLAGS@
                    289: 
                    290: AM_CFLAGS = @SNMP_CFLAGS@
                    291: EXTRA_DIST = ntpsnmpd-opts.def ntpsnmpd.1 ntpsnmpd-opts.texi   \
                    292:                ntpsnmpd-opts.menu ntpv4-mib.mib
                    293: 
                    294: BUILT_SOURCES = ntpsnmpd-opts.c ntpsnmpd-opts.h .deps-ver
                    295: CLEANFILES = .deps-ver
                    296: noinst_DATA = $(srcdir)/ntpsnmpd-opts.texi $(srcdir)/ntpsnmpd-opts.menu
                    297: man_MANS = $(srcdir)/ntpsnmpd.1
                    298: run_ag = cd $(srcdir) &&       env PATH="$(abs_builddir):$(PATH)"      \
                    299:                autogen -L ../include --writable
                    300: 
                    301: std_def_list = $(top_srcdir)/include/autogen-version.def       \
                    302:                $(top_srcdir)/include/copyright.def             \
                    303:                $(top_srcdir)/include/homerc.def                \
                    304:                $(top_srcdir)/include/version.def
                    305: 
                    306: all: $(BUILT_SOURCES)
                    307:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    308: 
                    309: .SUFFIXES:
                    310: .SUFFIXES: .c .lo .o .obj
                    311: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf $(am__configure_deps)
                    312:        @for dep in $?; do \
                    313:          case '$(am__configure_deps)' in \
                    314:            *$$dep*) \
                    315:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    316:                && { if test -f $@; then exit 0; else break; fi; }; \
                    317:              exit 1;; \
                    318:          esac; \
                    319:        done; \
                    320:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpsnmpd/Makefile'; \
                    321:        $(am__cd) $(top_srcdir) && \
                    322:          $(AUTOMAKE) --foreign ntpsnmpd/Makefile
                    323: .PRECIOUS: Makefile
                    324: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    325:        @case '$?' in \
                    326:          *config.status*) \
                    327:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    328:          *) \
                    329:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    330:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    331:        esac;
                    332: 
                    333: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    334:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    335: 
                    336: $(top_srcdir)/configure:  $(am__configure_deps)
                    337:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    338: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    339:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    340: $(am__aclocal_m4_deps):
                    341: install-binPROGRAMS: $(bin_PROGRAMS)
                    342:        @$(NORMAL_INSTALL)
                    343:        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
                    344:        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
                    345:        for p in $$list; do echo "$$p $$p"; done | \
                    346:        sed 's/$(EXEEXT)$$//' | \
                    347:        while read p p1; do if test -f $$p || test -f $$p1; \
                    348:          then echo "$$p"; echo "$$p"; else :; fi; \
                    349:        done | \
                    350:        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
                    351:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    352:        sed 'N;N;N;s,\n, ,g' | \
                    353:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    354:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    355:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    356:            else { print "f", $$3 "/" $$4, $$1; } } \
                    357:          END { for (d in files) print "f", d, files[d] }' | \
                    358:        while read type dir files; do \
                    359:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    360:            test -z "$$files" || { \
                    361:            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
                    362:            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
                    363:            } \
                    364:        ; done
                    365: 
                    366: uninstall-binPROGRAMS:
                    367:        @$(NORMAL_UNINSTALL)
                    368:        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
                    369:        files=`for p in $$list; do echo "$$p"; done | \
                    370:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    371:              -e 's/$$/$(EXEEXT)/' `; \
                    372:        test -n "$$list" || exit 0; \
                    373:        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
                    374:        cd "$(DESTDIR)$(bindir)" && rm -f $$files
                    375: 
                    376: clean-binPROGRAMS:
                    377:        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
                    378:        echo " rm -f" $$list; \
                    379:        rm -f $$list || exit $$?; \
                    380:        test -n "$(EXEEXT)" || exit 0; \
                    381:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    382:        echo " rm -f" $$list; \
                    383:        rm -f $$list
                    384: install-sbinPROGRAMS: $(sbin_PROGRAMS)
                    385:        @$(NORMAL_INSTALL)
                    386:        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
                    387:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
                    388:        for p in $$list; do echo "$$p $$p"; done | \
                    389:        sed 's/$(EXEEXT)$$//' | \
                    390:        while read p p1; do if test -f $$p || test -f $$p1; \
                    391:          then echo "$$p"; echo "$$p"; else :; fi; \
                    392:        done | \
                    393:        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
                    394:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    395:        sed 'N;N;N;s,\n, ,g' | \
                    396:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    397:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    398:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    399:            else { print "f", $$3 "/" $$4, $$1; } } \
                    400:          END { for (d in files) print "f", d, files[d] }' | \
                    401:        while read type dir files; do \
                    402:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    403:            test -z "$$files" || { \
                    404:            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
                    405:            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
                    406:            } \
                    407:        ; done
                    408: 
                    409: uninstall-sbinPROGRAMS:
                    410:        @$(NORMAL_UNINSTALL)
                    411:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
                    412:        files=`for p in $$list; do echo "$$p"; done | \
                    413:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
                    414:              -e 's/$$/$(EXEEXT)/' `; \
                    415:        test -n "$$list" || exit 0; \
                    416:        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
                    417:        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
                    418: 
                    419: clean-sbinPROGRAMS:
                    420:        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
                    421:        echo " rm -f" $$list; \
                    422:        rm -f $$list || exit $$?; \
                    423:        test -n "$(EXEEXT)" || exit 0; \
                    424:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    425:        echo " rm -f" $$list; \
                    426:        rm -f $$list
                    427: ntpsnmpd$(EXEEXT): $(ntpsnmpd_OBJECTS) $(ntpsnmpd_DEPENDENCIES) 
                    428:        @rm -f ntpsnmpd$(EXEEXT)
                    429:        $(LINK) $(ntpsnmpd_OBJECTS) $(ntpsnmpd_LDADD) $(LIBS)
                    430: 
                    431: mostlyclean-compile:
                    432:        -rm -f *.$(OBJEXT)
                    433: 
                    434: distclean-compile:
                    435:        -rm -f *.tab.c
                    436: 
                    437: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netsnmp_daemonize.Po@am__quote@
                    438: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpSnmpSubagentObject.Po@am__quote@
                    439: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpsnmpd-opts.Po@am__quote@
                    440: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpsnmpd.Po@am__quote@
                    441: 
                    442: .c.o:
                    443: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    444: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    445: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    446: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    447: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    448: 
                    449: .c.obj:
                    450: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    451: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    452: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    453: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    454: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    455: 
                    456: .c.lo:
                    457: @am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    458: @am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
                    459: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                    460: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    461: @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
                    462: 
                    463: mostlyclean-libtool:
                    464:        -rm -f *.lo
                    465: 
                    466: clean-libtool:
                    467:        -rm -rf .libs _libs
                    468: install-man1: $(man_MANS)
                    469:        @$(NORMAL_INSTALL)
                    470:        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
                    471:        @list=''; test -n "$(man1dir)" || exit 0; \
                    472:        { for i in $$list; do echo "$$i"; done; \
                    473:        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
                    474:          sed -n '/\.1[a-z]*$$/p'; \
                    475:        } | while read p; do \
                    476:          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                    477:          echo "$$d$$p"; echo "$$p"; \
                    478:        done | \
                    479:        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
                    480:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
                    481:        sed 'N;N;s,\n, ,g' | { \
                    482:        list=; while read file base inst; do \
                    483:          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
                    484:            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
                    485:            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
                    486:          fi; \
                    487:        done; \
                    488:        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
                    489:        while read files; do \
                    490:          test -z "$$files" || { \
                    491:            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
                    492:            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
                    493:        done; }
                    494: 
                    495: uninstall-man1:
                    496:        @$(NORMAL_UNINSTALL)
                    497:        @list=''; test -n "$(man1dir)" || exit 0; \
                    498:        files=`{ for i in $$list; do echo "$$i"; done; \
                    499:        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
                    500:          sed -n '/\.1[a-z]*$$/p'; \
                    501:        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
                    502:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
                    503:        test -z "$$files" || { \
                    504:          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
                    505:          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
                    506: 
                    507: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    508:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    509:        unique=`for i in $$list; do \
                    510:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    511:          done | \
                    512:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    513:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    514:        mkid -fID $$unique
                    515: tags: TAGS
                    516: 
                    517: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    518:                $(TAGS_FILES) $(LISP)
                    519:        set x; \
                    520:        here=`pwd`; \
                    521:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    522:        unique=`for i in $$list; do \
                    523:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    524:          done | \
                    525:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    526:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    527:        shift; \
                    528:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    529:          test -n "$$unique" || unique=$$empty_fix; \
                    530:          if test $$# -gt 0; then \
                    531:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    532:              "$$@" $$unique; \
                    533:          else \
                    534:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    535:              $$unique; \
                    536:          fi; \
                    537:        fi
                    538: ctags: CTAGS
                    539: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    540:                $(TAGS_FILES) $(LISP)
                    541:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    542:        unique=`for i in $$list; do \
                    543:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    544:          done | \
                    545:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    546:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    547:        test -z "$(CTAGS_ARGS)$$unique" \
                    548:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    549:             $$unique
                    550: 
                    551: GTAGS:
                    552:        here=`$(am__cd) $(top_builddir) && pwd` \
                    553:          && $(am__cd) $(top_srcdir) \
                    554:          && gtags -i $(GTAGS_ARGS) "$$here"
                    555: 
                    556: distclean-tags:
                    557:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    558: 
                    559: distdir: $(DISTFILES)
                    560:        @list='$(MANS)'; if test -n "$$list"; then \
                    561:          list=`for p in $$list; do \
                    562:            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                    563:            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
                    564:          if test -n "$$list" && \
                    565:            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
                    566:            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
                    567:            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
                    568:            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
                    569:            echo "       typically \`make maintainer-clean' will remove them" >&2; \
                    570:            exit 1; \
                    571:          else :; fi; \
                    572:        else :; fi
                    573:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    574:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    575:        list='$(DISTFILES)'; \
                    576:          dist_files=`for file in $$list; do echo $$file; done | \
                    577:          sed -e "s|^$$srcdirstrip/||;t" \
                    578:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    579:        case $$dist_files in \
                    580:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    581:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    582:                           sort -u` ;; \
                    583:        esac; \
                    584:        for file in $$dist_files; do \
                    585:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    586:          if test -d $$d/$$file; then \
                    587:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    588:            if test -d "$(distdir)/$$file"; then \
                    589:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    590:            fi; \
                    591:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    592:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    593:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    594:            fi; \
                    595:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    596:          else \
                    597:            test -f "$(distdir)/$$file" \
                    598:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    599:            || exit 1; \
                    600:          fi; \
                    601:        done
                    602: check-am: all-am
                    603: check: $(BUILT_SOURCES)
                    604:        $(MAKE) $(AM_MAKEFLAGS) check-am
                    605: all-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
                    606: installdirs:
                    607:        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \
                    608:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    609:        done
                    610: install: $(BUILT_SOURCES)
                    611:        $(MAKE) $(AM_MAKEFLAGS) install-am
                    612: install-exec: install-exec-am
                    613: install-data: install-data-am
                    614: uninstall: uninstall-am
                    615: 
                    616: install-am: all-am
                    617:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    618: 
                    619: installcheck: installcheck-am
                    620: install-strip:
                    621:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    622:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    623:          `test -z '$(STRIP)' || \
                    624:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    625: mostlyclean-generic:
                    626: 
                    627: clean-generic:
                    628:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    629: 
                    630: distclean-generic:
                    631:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    632:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    633: 
                    634: maintainer-clean-generic:
                    635:        @echo "This command is intended for maintainers to use"
                    636:        @echo "it deletes files that may require special tools to rebuild."
                    637:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                    638: clean: clean-am
                    639: 
                    640: clean-am: clean-binPROGRAMS clean-generic clean-libtool \
                    641:        clean-sbinPROGRAMS mostlyclean-am
                    642: 
                    643: distclean: distclean-am
                    644:        -rm -rf ./$(DEPDIR)
                    645:        -rm -f Makefile
                    646: distclean-am: clean-am distclean-compile distclean-generic \
                    647:        distclean-tags
                    648: 
                    649: dvi: dvi-am
                    650: 
                    651: dvi-am:
                    652: 
                    653: html: html-am
                    654: 
                    655: html-am:
                    656: 
                    657: info: info-am
                    658: 
                    659: info-am:
                    660: 
                    661: install-data-am: install-man
                    662: 
                    663: install-dvi: install-dvi-am
                    664: 
                    665: install-dvi-am:
                    666: 
                    667: install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
                    668:        @$(NORMAL_INSTALL)
                    669:        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
                    670: install-html: install-html-am
                    671: 
                    672: install-html-am:
                    673: 
                    674: install-info: install-info-am
                    675: 
                    676: install-info-am:
                    677: 
                    678: install-man: install-man1
                    679: 
                    680: install-pdf: install-pdf-am
                    681: 
                    682: install-pdf-am:
                    683: 
                    684: install-ps: install-ps-am
                    685: 
                    686: install-ps-am:
                    687: 
                    688: installcheck-am:
                    689: 
                    690: maintainer-clean: maintainer-clean-am
                    691:        -rm -rf ./$(DEPDIR)
                    692:        -rm -f Makefile
                    693: maintainer-clean-am: distclean-am maintainer-clean-generic
                    694: 
                    695: mostlyclean: mostlyclean-am
                    696: 
                    697: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    698:        mostlyclean-libtool
                    699: 
                    700: pdf: pdf-am
                    701: 
                    702: pdf-am:
                    703: 
                    704: ps: ps-am
                    705: 
                    706: ps-am:
                    707: 
                    708: uninstall-am: uninstall-binPROGRAMS uninstall-man \
                    709:        uninstall-sbinPROGRAMS
                    710: 
                    711: uninstall-man: uninstall-man1
                    712: 
                    713: .MAKE: all check install install-am install-exec-am install-strip
                    714: 
                    715: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
                    716:        clean-generic clean-libtool clean-sbinPROGRAMS ctags distclean \
                    717:        distclean-compile distclean-generic distclean-libtool \
                    718:        distclean-tags distdir dvi dvi-am html html-am info info-am \
                    719:        install install-am install-binPROGRAMS install-data \
                    720:        install-data-am install-dvi install-dvi-am install-exec \
                    721:        install-exec-am install-exec-hook install-html install-html-am \
                    722:        install-info install-info-am install-man install-man1 \
                    723:        install-pdf install-pdf-am install-ps install-ps-am \
                    724:        install-sbinPROGRAMS install-strip installcheck \
                    725:        installcheck-am installdirs maintainer-clean \
                    726:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    727:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    728:        tags uninstall uninstall-am uninstall-binPROGRAMS \
                    729:        uninstall-man uninstall-man1 uninstall-sbinPROGRAMS
                    730: 
                    731: 
                    732: $(srcdir)/ntpsnmpd-opts.h: $(srcdir)/ntpsnmpd-opts.c
                    733:        @: do-nothing action to avoid default SCCS get, .h built with .c
                    734: 
                    735: $(srcdir)/ntpsnmpd-opts.c: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
                    736:        $(run_ag) ntpsnmpd-opts.def
                    737: 
                    738: $(srcdir)/ntpsnmpd.1: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
                    739:        $(run_ag) -Tagman1.tpl -bntpsnmpd ntpsnmpd-opts.def
                    740: 
                    741: $(srcdir)/ntpsnmpd-opts.menu: $(srcdir)/ntpsnmpd-opts.texi
                    742:        @: do-nothing action to avoid default SCCS get, .menu built with .texi
                    743: 
                    744: $(srcdir)/ntpsnmpd-opts.texi: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
                    745:        $(run_ag) -Taginfo.tpl -DLEVEL=section ntpsnmpd-opts.def
                    746:        $(top_srcdir)/scripts/check--help $@
                    747: 
                    748: install-exec-hook:
                    749:        @case ${BINSUBDIR} in                                           \
                    750:         bin) ODIR=${sbindir} ;;                                        \
                    751:         sbin) ODIR=${bindir} ;;                                        \
                    752:        esac;                                                           \
                    753:        test -z "${bin_PROGRAMS}${bin_SCRIPTS}"                         \
                    754:        || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do              \
                    755:           test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!";   \
                    756:        done
                    757: 
                    758: #
                    759: $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
                    760:        @[ -f $@ ] ||                                                   \
                    761:                cp $(top_srcdir)/deps-ver $@
                    762:        @[ -w $@ ] ||                                                   \
                    763:                chmod ug+w $@
                    764:        @cmp $(top_srcdir)/deps-ver $@ > /dev/null || (                 \
                    765:                $(MAKE) clean &&                                        \
                    766:                echo -n "Prior $(subdir)/$(DEPDIR) version " &&         \
                    767:                cat $@ &&                                               \
                    768:                rm -rf $(DEPDIR) &&                                     \
                    769:                mkdir $(DEPDIR) &&                                      \
                    770:                case "$(top_builddir)" in                               \
                    771:                 .)                                                     \
                    772:                    ./config.status Makefile depfiles                   \
                    773:                    ;;                                                  \
                    774:                 ..)                                                    \
                    775:                        cd .. &&                                        \
                    776:                        ./config.status $(subdir)/Makefile depfiles &&  \
                    777:                        cd $(subdir)                                    \
                    778:                    ;;                                                  \
                    779:                 *)                                                     \
                    780:                    echo 'Fatal: depsver.mf Automake fragment limited'  \
                    781:                         'to immediate subdirectories.' &&              \
                    782:                    echo "top_builddir: $(top_builddir)" &&             \
                    783:                    echo "subdir:       $(subdir)" &&                   \
                    784:                    exit 1                                              \
                    785:                    ;;                                                  \
                    786:                esac &&                                                 \
                    787:                echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&       \
                    788:                cat $(top_srcdir)/deps-ver                              \
                    789:        )
                    790:        cp $(top_srcdir)/deps-ver $@
                    791: 
                    792: .deps-ver: $(top_srcdir)/deps-ver
                    793:        @[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
                    794:        @touch $@
                    795: 
                    796: #
                    797: # depsver.mf   included in Makefile.am for directories with .deps
                    798: #
                    799: # When building in the same directory with sources that change over
                    800: # time, such as when tracking using bk, the .deps files can become
                    801: # stale with respect to moved, deleted, or superceded headers.  Most
                    802: # commonly, this would exhibit as make reporting a failure to make a
                    803: # header file which is no longer in the location given.  To address
                    804: # this issue, we use a deps-ver file which is updated with each change
                    805: # that breaks old .deps files.  A copy of deps-ver is made into
                    806: # $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
                    807: # with different contents than deps-ver, we make clean to ensure all
                    808: # .o files built before the incompatible change are rebuilt along with
                    809: # their updated .deps files, then remove $(DEPDIR) and recreate it as
                    810: # empty stubs.
                    811: #
                    812: # It is normal when configured with --disable-dependency-tracking for
                    813: # the DEPDIR to not have been created.  For this reason, we use the
                    814: # intermediate target .deps-ver, which invokes make recursively if
                    815: # DEPDIR exists.
                    816: #
                    817: # If you modify depsver.mf, please make the changes to the master
                    818: # copy, the one in sntp is copied by the bootstrap script from it.
                    819: #
                    820: # This comment block follows rather than leads the related code so that
                    821: # it stays with it in the generated Makefile.in and Makefile.
                    822: #
                    823: 
                    824: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    825: # Otherwise a system limit (for SysV at least) may be exceeded.
                    826: .NOEXPORT:

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