xref: /freebsd/contrib/ntp/ntpsnmpd/Makefile.in (revision f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
1a466cc55SCy Schubert# Makefile.in generated by automake 1.16.5 from Makefile.am.
22b15cb3dSCy Schubert# @configure_input@
32b15cb3dSCy Schubert
4a466cc55SCy Schubert# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5276da39aSCy Schubert
62b15cb3dSCy Schubert# This Makefile.in is free software; the Free Software Foundation
72b15cb3dSCy Schubert# gives unlimited permission to copy and/or distribute it,
82b15cb3dSCy Schubert# with or without modifications, as long as this notice is preserved.
92b15cb3dSCy Schubert
102b15cb3dSCy Schubert# This program is distributed in the hope that it will be useful,
112b15cb3dSCy Schubert# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
122b15cb3dSCy Schubert# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
132b15cb3dSCy Schubert# PARTICULAR PURPOSE.
142b15cb3dSCy Schubert
152b15cb3dSCy Schubert@SET_MAKE@
162b15cb3dSCy Schubert
172b15cb3dSCy Schubert# we traditionally installed software in bindir, while it should have gone
182b15cb3dSCy Schubert# in sbindir.  Now that we offer a choice, look in the "other" installation
192b15cb3dSCy Schubert# subdir to warn folks if there is another version there.
202b15cb3dSCy Schubert
212b15cb3dSCy Schubert
222b15cb3dSCy SchubertVPATH = @srcdir@
23276da39aSCy Schubertam__is_gnu_make = { \
24276da39aSCy Schubert  if test -z '$(MAKELEVEL)'; then \
25276da39aSCy Schubert    false; \
26276da39aSCy Schubert  elif test -n '$(MAKE_HOST)'; then \
27276da39aSCy Schubert    true; \
28276da39aSCy Schubert  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29276da39aSCy Schubert    true; \
30276da39aSCy Schubert  else \
31276da39aSCy Schubert    false; \
32276da39aSCy Schubert  fi; \
33276da39aSCy Schubert}
34276da39aSCy Schubertam__make_running_with_option = \
35276da39aSCy Schubert  case $${target_option-} in \
36276da39aSCy Schubert      ?) ;; \
37276da39aSCy Schubert      *) echo "am__make_running_with_option: internal error: invalid" \
38276da39aSCy Schubert              "target option '$${target_option-}' specified" >&2; \
39276da39aSCy Schubert         exit 1;; \
40276da39aSCy Schubert  esac; \
41276da39aSCy Schubert  has_opt=no; \
42276da39aSCy Schubert  sane_makeflags=$$MAKEFLAGS; \
43276da39aSCy Schubert  if $(am__is_gnu_make); then \
44276da39aSCy Schubert    sane_makeflags=$$MFLAGS; \
45276da39aSCy Schubert  else \
46276da39aSCy Schubert    case $$MAKEFLAGS in \
47276da39aSCy Schubert      *\\[\ \	]*) \
48276da39aSCy Schubert        bs=\\; \
49276da39aSCy Schubert        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50276da39aSCy Schubert          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51276da39aSCy Schubert    esac; \
52276da39aSCy Schubert  fi; \
53276da39aSCy Schubert  skip_next=no; \
54276da39aSCy Schubert  strip_trailopt () \
55276da39aSCy Schubert  { \
56276da39aSCy Schubert    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57276da39aSCy Schubert  }; \
58276da39aSCy Schubert  for flg in $$sane_makeflags; do \
59276da39aSCy Schubert    test $$skip_next = yes && { skip_next=no; continue; }; \
60276da39aSCy Schubert    case $$flg in \
61276da39aSCy Schubert      *=*|--*) continue;; \
62276da39aSCy Schubert        -*I) strip_trailopt 'I'; skip_next=yes;; \
63276da39aSCy Schubert      -*I?*) strip_trailopt 'I';; \
64276da39aSCy Schubert        -*O) strip_trailopt 'O'; skip_next=yes;; \
65276da39aSCy Schubert      -*O?*) strip_trailopt 'O';; \
66276da39aSCy Schubert        -*l) strip_trailopt 'l'; skip_next=yes;; \
67276da39aSCy Schubert      -*l?*) strip_trailopt 'l';; \
68276da39aSCy Schubert      -[dEDm]) skip_next=yes;; \
69276da39aSCy Schubert      -[JT]) skip_next=yes;; \
70276da39aSCy Schubert    esac; \
71276da39aSCy Schubert    case $$flg in \
72276da39aSCy Schubert      *$$target_option*) has_opt=yes; break;; \
73276da39aSCy Schubert    esac; \
74276da39aSCy Schubert  done; \
75276da39aSCy Schubert  test $$has_opt = yes
76276da39aSCy Schubertam__make_dryrun = (target_option=n; $(am__make_running_with_option))
77276da39aSCy Schubertam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
782b15cb3dSCy Schubertpkgdatadir = $(datadir)/@PACKAGE@
792b15cb3dSCy Schubertpkgincludedir = $(includedir)/@PACKAGE@
802b15cb3dSCy Schubertpkglibdir = $(libdir)/@PACKAGE@
812b15cb3dSCy Schubertpkglibexecdir = $(libexecdir)/@PACKAGE@
822b15cb3dSCy Schubertam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
832b15cb3dSCy Schubertinstall_sh_DATA = $(install_sh) -c -m 644
842b15cb3dSCy Schubertinstall_sh_PROGRAM = $(install_sh) -c
852b15cb3dSCy Schubertinstall_sh_SCRIPT = $(install_sh) -c
862b15cb3dSCy SchubertINSTALL_HEADER = $(INSTALL_DATA)
872b15cb3dSCy Schuberttransform = $(program_transform_name)
882b15cb3dSCy SchubertNORMAL_INSTALL = :
892b15cb3dSCy SchubertPRE_INSTALL = :
902b15cb3dSCy SchubertPOST_INSTALL = :
912b15cb3dSCy SchubertNORMAL_UNINSTALL = :
922b15cb3dSCy SchubertPRE_UNINSTALL = :
932b15cb3dSCy SchubertPOST_UNINSTALL = :
942b15cb3dSCy Schubertbuild_triplet = @build@
952b15cb3dSCy Schuberthost_triplet = @host@
962b15cb3dSCy SchubertEXTRA_PROGRAMS = ntpsnmpd$(EXEEXT)
97*f5f40dd6SCy Schubert@LIBNTP_SUBMAKES_TRUE@am__append_1 = check-libntp
982b15cb3dSCy Schubertsubdir = ntpsnmpd
992b15cb3dSCy SchubertACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1002b15cb3dSCy Schubertam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
1012b15cb3dSCy Schubert	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
102a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
1032b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/define_dir.m4 \
1042b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
1052b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/libtool.m4 \
1062b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltoptions.m4 \
1072b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltsugar.m4 \
1082b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltversion.m4 \
1092b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
11009100258SXin LI	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
1112b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
1122b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
1132b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
1142b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
1152b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
1162b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
1172b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
118f0574f5cSXin LI	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
1192b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
1202b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
1212b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
1222b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
1232b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
1242b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
1252b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
1262b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
1279034852cSGleb Smirnoff	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
1282b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
1292b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
1302b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
131276da39aSCy Schubert	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
1322b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
1332b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
134a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
135a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/openldap.m4 \
1362b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/os_cflags.m4 \
137a466cc55SCy Schubert	$(top_srcdir)/sntp/m4/realpath.m4 \
1382b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/snprintf.m4 \
1392b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
1402b15cb3dSCy Schubertam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1412b15cb3dSCy Schubert	$(ACLOCAL_M4)
142276da39aSCy SchubertDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1432b15cb3dSCy Schubertmkinstalldirs = $(install_sh) -d
1442b15cb3dSCy SchubertCONFIG_HEADER = $(top_builddir)/config.h
1452b15cb3dSCy SchubertCONFIG_CLEAN_FILES =
1462b15cb3dSCy SchubertCONFIG_CLEAN_VPATH_FILES =
1472b15cb3dSCy Schubertam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
1482b15cb3dSCy Schubert	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
1492b15cb3dSCy Schubert	"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"
1502b15cb3dSCy SchubertPROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
1512b15cb3dSCy Schubertam_ntpsnmpd_OBJECTS = netsnmp_daemonize.$(OBJEXT) ntpsnmpd.$(OBJEXT) \
1522b15cb3dSCy Schubert	ntpSnmpSubagentObject.$(OBJEXT) ntpsnmpd-opts.$(OBJEXT)
1532b15cb3dSCy Schubertntpsnmpd_OBJECTS = $(am_ntpsnmpd_OBJECTS)
1542b15cb3dSCy Schubertam__DEPENDENCIES_1 =
1552b15cb3dSCy Schubertntpsnmpd_DEPENDENCIES = ../ntpq/libntpq.a ../libntp/libntp.a \
1562b15cb3dSCy Schubert	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
1572b15cb3dSCy Schubert	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
1582b15cb3dSCy Schubert	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
159276da39aSCy SchubertAM_V_lt = $(am__v_lt_@AM_V@)
160276da39aSCy Schubertam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
1612b15cb3dSCy Schubertam__v_lt_0 = --silent
162276da39aSCy Schubertam__v_lt_1 =
163276da39aSCy SchubertAM_V_P = $(am__v_P_@AM_V@)
164276da39aSCy Schubertam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
165276da39aSCy Schubertam__v_P_0 = false
166276da39aSCy Schubertam__v_P_1 = :
167276da39aSCy SchubertAM_V_GEN = $(am__v_GEN_@AM_V@)
168276da39aSCy Schubertam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
169276da39aSCy Schubertam__v_GEN_0 = @echo "  GEN     " $@;
170276da39aSCy Schubertam__v_GEN_1 =
171276da39aSCy SchubertAM_V_at = $(am__v_at_@AM_V@)
172276da39aSCy Schubertam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
173276da39aSCy Schubertam__v_at_0 = @
174276da39aSCy Schubertam__v_at_1 =
1752b15cb3dSCy SchubertDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
1762b15cb3dSCy Schubertdepcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
177a466cc55SCy Schubertam__maybe_remake_depfiles = depfiles
178a466cc55SCy Schubertam__depfiles_remade = ./$(DEPDIR)/netsnmp_daemonize.Po \
179a466cc55SCy Schubert	./$(DEPDIR)/ntpSnmpSubagentObject.Po \
180a466cc55SCy Schubert	./$(DEPDIR)/ntpsnmpd-opts.Po ./$(DEPDIR)/ntpsnmpd.Po
1812b15cb3dSCy Schubertam__mv = mv -f
1822b15cb3dSCy SchubertCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1832b15cb3dSCy Schubert	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1842b15cb3dSCy SchubertLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1852b15cb3dSCy Schubert	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1862b15cb3dSCy Schubert	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1872b15cb3dSCy Schubert	$(AM_CFLAGS) $(CFLAGS)
188276da39aSCy SchubertAM_V_CC = $(am__v_CC_@AM_V@)
189276da39aSCy Schubertam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
1902b15cb3dSCy Schubertam__v_CC_0 = @echo "  CC      " $@;
191276da39aSCy Schubertam__v_CC_1 =
1922b15cb3dSCy SchubertCCLD = $(CC)
1932b15cb3dSCy SchubertLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1942b15cb3dSCy Schubert	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1952b15cb3dSCy Schubert	$(AM_LDFLAGS) $(LDFLAGS) -o $@
196276da39aSCy SchubertAM_V_CCLD = $(am__v_CCLD_@AM_V@)
197276da39aSCy Schubertam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
1982b15cb3dSCy Schubertam__v_CCLD_0 = @echo "  CCLD    " $@;
199276da39aSCy Schubertam__v_CCLD_1 =
2002b15cb3dSCy SchubertSOURCES = $(ntpsnmpd_SOURCES)
2012b15cb3dSCy SchubertDIST_SOURCES = $(ntpsnmpd_SOURCES)
202276da39aSCy Schubertam__can_run_installinfo = \
203276da39aSCy Schubert  case $$AM_UPDATE_INFO_DIR in \
204276da39aSCy Schubert    n|no|NO) false;; \
205276da39aSCy Schubert    *) (install-info --version) >/dev/null 2>&1;; \
206276da39aSCy Schubert  esac
2072b15cb3dSCy Schubertam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
2082b15cb3dSCy Schubertam__vpath_adj = case $$p in \
2092b15cb3dSCy Schubert    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
2102b15cb3dSCy Schubert    *) f=$$p;; \
2112b15cb3dSCy Schubert  esac;
2122b15cb3dSCy Schubertam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
2132b15cb3dSCy Schubertam__install_max = 40
2142b15cb3dSCy Schubertam__nobase_strip_setup = \
2152b15cb3dSCy Schubert  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
2162b15cb3dSCy Schubertam__nobase_strip = \
2172b15cb3dSCy Schubert  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
2182b15cb3dSCy Schubertam__nobase_list = $(am__nobase_strip_setup); \
2192b15cb3dSCy Schubert  for p in $$list; do echo "$$p $$p"; done | \
2202b15cb3dSCy Schubert  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
2212b15cb3dSCy Schubert  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
2222b15cb3dSCy Schubert    if (++n[$$2] == $(am__install_max)) \
2232b15cb3dSCy Schubert      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
2242b15cb3dSCy Schubert    END { for (dir in files) print dir, files[dir] }'
2252b15cb3dSCy Schubertam__base_list = \
2262b15cb3dSCy Schubert  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
2272b15cb3dSCy Schubert  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
228276da39aSCy Schubertam__uninstall_files_from_dir = { \
229276da39aSCy Schubert  test -z "$$files" \
230276da39aSCy Schubert    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
231276da39aSCy Schubert    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
232276da39aSCy Schubert         $(am__cd) "$$dir" && rm -f $$files; }; \
233276da39aSCy Schubert  }
2342b15cb3dSCy Schubertman1dir = $(mandir)/man1
2352b15cb3dSCy Schubertman8dir = $(mandir)/man8
2362b15cb3dSCy SchubertNROFF = nroff
2372b15cb3dSCy SchubertMANS = $(man1_MANS) $(man8_MANS) $(man_MANS)
2382b15cb3dSCy SchubertDATA = $(html_DATA) $(noinst_DATA)
239276da39aSCy Schubertam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
240276da39aSCy Schubert# Read a list of newline-separated strings from the standard input,
241276da39aSCy Schubert# and print each of them once, without duplicates.  Input order is
242276da39aSCy Schubert# *not* preserved.
243276da39aSCy Schubertam__uniquify_input = $(AWK) '\
244276da39aSCy Schubert  BEGIN { nonempty = 0; } \
245276da39aSCy Schubert  { items[$$0] = 1; nonempty = 1; } \
246276da39aSCy Schubert  END { if (nonempty) { for (i in items) print i; }; } \
247276da39aSCy Schubert'
248276da39aSCy Schubert# Make sure the list of sources is unique.  This is necessary because,
249276da39aSCy Schubert# e.g., the same source file might be shared among _SOURCES variables
250276da39aSCy Schubert# for different programs/libraries.
251276da39aSCy Schubertam__define_uniq_tagged_files = \
252276da39aSCy Schubert  list='$(am__tagged_files)'; \
253276da39aSCy Schubert  unique=`for i in $$list; do \
254276da39aSCy Schubert    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
255276da39aSCy Schubert  done | $(am__uniquify_input)`
256276da39aSCy Schubertam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bincheck.mf \
257a466cc55SCy Schubert	$(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libopts.mf \
258a466cc55SCy Schubert	$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \
259276da39aSCy Schubert	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
2602b15cb3dSCy SchubertDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2612b15cb3dSCy SchubertACLOCAL = @ACLOCAL@
2622b15cb3dSCy SchubertALLOCA = @ALLOCA@
2632b15cb3dSCy SchubertAMTAR = @AMTAR@
2642b15cb3dSCy SchubertAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2652b15cb3dSCy SchubertAR = @AR@
2662b15cb3dSCy SchubertAUTOCONF = @AUTOCONF@
2672b15cb3dSCy SchubertAUTOHEADER = @AUTOHEADER@
2682b15cb3dSCy SchubertAUTOMAKE = @AUTOMAKE@
2692b15cb3dSCy SchubertAWK = @AWK@
2709034852cSGleb SmirnoffBUILD_THREAD = @BUILD_THREAD@
2712b15cb3dSCy SchubertCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
2722b15cb3dSCy SchubertCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
2732b15cb3dSCy SchubertCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
2742b15cb3dSCy SchubertCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
2752b15cb3dSCy SchubertCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
2762b15cb3dSCy SchubertCC = @CC@
2772b15cb3dSCy SchubertCCDEPMODE = @CCDEPMODE@
278a466cc55SCy SchubertCC_NOFORMAT = @CC_NOFORMAT@
2792b15cb3dSCy SchubertCFLAGS = @CFLAGS@
2809034852cSGleb SmirnoffCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
2812b15cb3dSCy SchubertCFLAGS_NTP = @CFLAGS_NTP@
2822b15cb3dSCy SchubertCHUTEST = @CHUTEST@
2832b15cb3dSCy SchubertCONFIG_SHELL = @CONFIG_SHELL@
2842b15cb3dSCy SchubertCPP = @CPP@
2852b15cb3dSCy SchubertCPPFLAGS = @CPPFLAGS@
2862b15cb3dSCy SchubertCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
2872b15cb3dSCy SchubertCPPFLAGS_NTP = @CPPFLAGS_NTP@
288a466cc55SCy SchubertCSCOPE = @CSCOPE@
289a466cc55SCy SchubertCTAGS = @CTAGS@
2902b15cb3dSCy SchubertCYGPATH_W = @CYGPATH_W@
2912b15cb3dSCy SchubertDCFD = @DCFD@
2922b15cb3dSCy SchubertDEFS = @DEFS@
2932b15cb3dSCy SchubertDEPDIR = @DEPDIR@
2942b15cb3dSCy SchubertDLLTOOL = @DLLTOOL@
2952b15cb3dSCy SchubertDSYMUTIL = @DSYMUTIL@
2962b15cb3dSCy SchubertDUMPBIN = @DUMPBIN@
2972b15cb3dSCy SchubertECHO_C = @ECHO_C@
2982b15cb3dSCy SchubertECHO_N = @ECHO_N@
2992b15cb3dSCy SchubertECHO_T = @ECHO_T@
3002b15cb3dSCy SchubertEDITLINE_LIBS = @EDITLINE_LIBS@
3012b15cb3dSCy SchubertEGREP = @EGREP@
302a466cc55SCy SchubertETAGS = @ETAGS@
3032b15cb3dSCy SchubertEXEEXT = @EXEEXT@
3042b15cb3dSCy SchubertFGREP = @FGREP@
3052b15cb3dSCy SchubertGREP = @GREP@
3062b15cb3dSCy SchubertHAVE_INLINE = @HAVE_INLINE@
307276da39aSCy SchubertHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
3082b15cb3dSCy SchubertHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
3092b15cb3dSCy SchubertHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
3102b15cb3dSCy SchubertINSTALL = @INSTALL@
3112b15cb3dSCy SchubertINSTALL_DATA = @INSTALL_DATA@
3122b15cb3dSCy SchubertINSTALL_PROGRAM = @INSTALL_PROGRAM@
3132b15cb3dSCy SchubertINSTALL_SCRIPT = @INSTALL_SCRIPT@
3142b15cb3dSCy SchubertINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
3152b15cb3dSCy SchubertLD = @LD@
3162b15cb3dSCy SchubertLDADD_LIBEVENT = @LDADD_LIBEVENT@
3172b15cb3dSCy SchubertLDADD_LIBNTP = @LDADD_LIBNTP@
3182b15cb3dSCy SchubertLDADD_LIBUTIL = @LDADD_LIBUTIL@
3192b15cb3dSCy SchubertLDADD_NLIST = @LDADD_NLIST@
3202b15cb3dSCy SchubertLDADD_NTP = @LDADD_NTP@
3212b15cb3dSCy SchubertLDFLAGS = @LDFLAGS@
3222b15cb3dSCy SchubertLDFLAGS_NTP = @LDFLAGS_NTP@
3232b15cb3dSCy SchubertLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
3242b15cb3dSCy SchubertLIBM = @LIBM@
3252b15cb3dSCy SchubertLIBOBJS = @LIBOBJS@
3262b15cb3dSCy SchubertLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
3272b15cb3dSCy SchubertLIBOPTS_DIR = @LIBOPTS_DIR@
3282b15cb3dSCy SchubertLIBOPTS_LDADD = @LIBOPTS_LDADD@
3292b15cb3dSCy SchubertLIBPARSE = @LIBPARSE@
3302b15cb3dSCy SchubertLIBS = @LIBS@
3312b15cb3dSCy SchubertLIBTOOL = @LIBTOOL@
3322b15cb3dSCy SchubertLIBTOOL_DEPS = @LIBTOOL_DEPS@
3332b15cb3dSCy SchubertLIPO = @LIPO@
3342b15cb3dSCy SchubertLN_S = @LN_S@
3352b15cb3dSCy SchubertLSCF = @LSCF@
3369034852cSGleb SmirnoffLTHREAD_LIBS = @LTHREAD_LIBS@
3372b15cb3dSCy SchubertLTLIBOBJS = @LTLIBOBJS@
338f0574f5cSXin LILT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
3392b15cb3dSCy SchubertMAKEINFO = @MAKEINFO@
3402b15cb3dSCy SchubertMAKE_ADJTIMED = @MAKE_ADJTIMED@
3412b15cb3dSCy SchubertMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
3422b15cb3dSCy SchubertMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
3432b15cb3dSCy SchubertMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
3442b15cb3dSCy SchubertMAKE_LIBPARSE = @MAKE_LIBPARSE@
3452b15cb3dSCy SchubertMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
3462b15cb3dSCy SchubertMAKE_NTPDSIM = @MAKE_NTPDSIM@
3472b15cb3dSCy SchubertMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
3482b15cb3dSCy SchubertMAKE_NTPTIME = @MAKE_NTPTIME@
3492b15cb3dSCy SchubertMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
3502b15cb3dSCy SchubertMAKE_TICKADJ = @MAKE_TICKADJ@
3512b15cb3dSCy SchubertMAKE_TIMETRIM = @MAKE_TIMETRIM@
3522b15cb3dSCy SchubertMANIFEST_TOOL = @MANIFEST_TOOL@
3532b15cb3dSCy SchubertMANTAGFMT = @MANTAGFMT@
3542b15cb3dSCy SchubertMKDIR_P = @MKDIR_P@
3552b15cb3dSCy SchubertNM = @NM@
3562b15cb3dSCy SchubertNMEDIT = @NMEDIT@
3572b15cb3dSCy SchubertNTPDATE_DB = @NTPDATE_DB@
3582b15cb3dSCy SchubertNTPDATE_DL = @NTPDATE_DL@
3592b15cb3dSCy SchubertNTPDATE_DS = @NTPDATE_DS@
3602b15cb3dSCy SchubertNTPDATE_MS = @NTPDATE_MS@
3612b15cb3dSCy SchubertNTPDATE_NI = @NTPDATE_NI@
3622b15cb3dSCy SchubertNTPDC_DB = @NTPDC_DB@
3632b15cb3dSCy SchubertNTPDC_DL = @NTPDC_DL@
3642b15cb3dSCy SchubertNTPDC_DS = @NTPDC_DS@
3652b15cb3dSCy SchubertNTPDC_MS = @NTPDC_MS@
3662b15cb3dSCy SchubertNTPDC_NI = @NTPDC_NI@
3672b15cb3dSCy SchubertNTPDSIM_DB = @NTPDSIM_DB@
3682b15cb3dSCy SchubertNTPDSIM_DL = @NTPDSIM_DL@
3692b15cb3dSCy SchubertNTPDSIM_DS = @NTPDSIM_DS@
3702b15cb3dSCy SchubertNTPDSIM_MS = @NTPDSIM_MS@
3712b15cb3dSCy SchubertNTPDSIM_NI = @NTPDSIM_NI@
3722b15cb3dSCy SchubertNTPD_DB = @NTPD_DB@
3732b15cb3dSCy SchubertNTPD_DL = @NTPD_DL@
3742b15cb3dSCy SchubertNTPD_DS = @NTPD_DS@
3752b15cb3dSCy SchubertNTPD_MS = @NTPD_MS@
3762b15cb3dSCy SchubertNTPD_NI = @NTPD_NI@
3772b15cb3dSCy SchubertNTPQ_DB = @NTPQ_DB@
3782b15cb3dSCy SchubertNTPQ_DL = @NTPQ_DL@
3792b15cb3dSCy SchubertNTPQ_DS = @NTPQ_DS@
3802b15cb3dSCy SchubertNTPQ_MS = @NTPQ_MS@
3812b15cb3dSCy SchubertNTPQ_NI = @NTPQ_NI@
3822b15cb3dSCy SchubertNTPSNMPD_DB = @NTPSNMPD_DB@
3832b15cb3dSCy SchubertNTPSNMPD_DL = @NTPSNMPD_DL@
3842b15cb3dSCy SchubertNTPSNMPD_DS = @NTPSNMPD_DS@
3852b15cb3dSCy SchubertNTPSNMPD_MS = @NTPSNMPD_MS@
3862b15cb3dSCy SchubertNTPSNMPD_NI = @NTPSNMPD_NI@
3872b15cb3dSCy SchubertNTPSWEEP_DB = @NTPSWEEP_DB@
3882b15cb3dSCy SchubertNTPSWEEP_DL = @NTPSWEEP_DL@
3892b15cb3dSCy SchubertNTPSWEEP_DS = @NTPSWEEP_DS@
3902b15cb3dSCy SchubertNTPSWEEP_MS = @NTPSWEEP_MS@
3912b15cb3dSCy SchubertNTPSWEEP_NI = @NTPSWEEP_NI@
3922b15cb3dSCy SchubertNTPTIME_DB = @NTPTIME_DB@
3932b15cb3dSCy SchubertNTPTIME_DL = @NTPTIME_DL@
3942b15cb3dSCy SchubertNTPTIME_DS = @NTPTIME_DS@
3952b15cb3dSCy SchubertNTPTIME_MS = @NTPTIME_MS@
3962b15cb3dSCy SchubertNTPTIME_NI = @NTPTIME_NI@
3972b15cb3dSCy SchubertNTPTRACE_DB = @NTPTRACE_DB@
3982b15cb3dSCy SchubertNTPTRACE_DL = @NTPTRACE_DL@
3992b15cb3dSCy SchubertNTPTRACE_DS = @NTPTRACE_DS@
4002b15cb3dSCy SchubertNTPTRACE_MS = @NTPTRACE_MS@
4012b15cb3dSCy SchubertNTPTRACE_NI = @NTPTRACE_NI@
402f0574f5cSXin LINTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
403f0574f5cSXin LINTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
404f0574f5cSXin LINTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
4052b15cb3dSCy SchubertNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
4062b15cb3dSCy SchubertNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
4072b15cb3dSCy SchubertNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
4082b15cb3dSCy SchubertNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
4092b15cb3dSCy SchubertNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
4102b15cb3dSCy SchubertNTP_KEYSDIR = @NTP_KEYSDIR@
4112b15cb3dSCy SchubertNTP_WAIT_DB = @NTP_WAIT_DB@
4122b15cb3dSCy SchubertNTP_WAIT_DL = @NTP_WAIT_DL@
4132b15cb3dSCy SchubertNTP_WAIT_DS = @NTP_WAIT_DS@
4142b15cb3dSCy SchubertNTP_WAIT_MS = @NTP_WAIT_MS@
4152b15cb3dSCy SchubertNTP_WAIT_NI = @NTP_WAIT_NI@
4162b15cb3dSCy SchubertOBJDUMP = @OBJDUMP@
4172b15cb3dSCy SchubertOBJEXT = @OBJEXT@
4182b15cb3dSCy SchubertOTOOL = @OTOOL@
4192b15cb3dSCy SchubertOTOOL64 = @OTOOL64@
4202b15cb3dSCy SchubertPACKAGE = @PACKAGE@
4212b15cb3dSCy SchubertPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
4222b15cb3dSCy SchubertPACKAGE_NAME = @PACKAGE_NAME@
4232b15cb3dSCy SchubertPACKAGE_STRING = @PACKAGE_STRING@
4242b15cb3dSCy SchubertPACKAGE_TARNAME = @PACKAGE_TARNAME@
4252b15cb3dSCy SchubertPACKAGE_URL = @PACKAGE_URL@
4262b15cb3dSCy SchubertPACKAGE_VERSION = @PACKAGE_VERSION@
4272b15cb3dSCy SchubertPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
428*f5f40dd6SCy SchubertPATH_OPENSSL = @PATH_OPENSSL@
4292b15cb3dSCy SchubertPATH_PERL = @PATH_PERL@
430276da39aSCy SchubertPATH_RUBY = @PATH_RUBY@
4312b15cb3dSCy SchubertPATH_SEPARATOR = @PATH_SEPARATOR@
4322b15cb3dSCy SchubertPATH_TEST = @PATH_TEST@
4332b15cb3dSCy SchubertPERLLIBDIR = @PERLLIBDIR@
4342b15cb3dSCy SchubertPKG_CONFIG = @PKG_CONFIG@
4352b15cb3dSCy SchubertPOSIX_SHELL = @POSIX_SHELL@
4362b15cb3dSCy SchubertPROPDELAY = @PROPDELAY@
4372b15cb3dSCy SchubertPTHREAD_LIBS = @PTHREAD_LIBS@
4382b15cb3dSCy SchubertRANLIB = @RANLIB@
4392b15cb3dSCy SchubertSED = @SED@
4402b15cb3dSCy SchubertSET_MAKE = @SET_MAKE@
4412b15cb3dSCy SchubertSHELL = @SHELL@
4422b15cb3dSCy SchubertSNMP_CFLAGS = @SNMP_CFLAGS@
4432b15cb3dSCy SchubertSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
4442b15cb3dSCy SchubertSNMP_LIBS = @SNMP_LIBS@
4452b15cb3dSCy SchubertSNTP = @SNTP@
4462b15cb3dSCy SchubertSNTP_DB = @SNTP_DB@
4472b15cb3dSCy SchubertSNTP_DL = @SNTP_DL@
4482b15cb3dSCy SchubertSNTP_DS = @SNTP_DS@
4492b15cb3dSCy SchubertSNTP_MS = @SNTP_MS@
4502b15cb3dSCy SchubertSNTP_NI = @SNTP_NI@
4512b15cb3dSCy SchubertSTDNORETURN_H = @STDNORETURN_H@
4522b15cb3dSCy SchubertSTRIP = @STRIP@
4532b15cb3dSCy SchubertTESTDCF = @TESTDCF@
4542b15cb3dSCy SchubertTICKADJ_DB = @TICKADJ_DB@
4552b15cb3dSCy SchubertTICKADJ_DL = @TICKADJ_DL@
4562b15cb3dSCy SchubertTICKADJ_DS = @TICKADJ_DS@
4572b15cb3dSCy SchubertTICKADJ_MS = @TICKADJ_MS@
4582b15cb3dSCy SchubertTICKADJ_NI = @TICKADJ_NI@
4592b15cb3dSCy SchubertTIMETRIM_DB = @TIMETRIM_DB@
4602b15cb3dSCy SchubertTIMETRIM_DL = @TIMETRIM_DL@
4612b15cb3dSCy SchubertTIMETRIM_DS = @TIMETRIM_DS@
4622b15cb3dSCy SchubertTIMETRIM_MS = @TIMETRIM_MS@
4632b15cb3dSCy SchubertTIMETRIM_NI = @TIMETRIM_NI@
464a25439b6SCy SchubertUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
465a25439b6SCy SchubertUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
466a25439b6SCy SchubertUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
467a25439b6SCy SchubertUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
468a25439b6SCy SchubertUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
4692b15cb3dSCy SchubertVERSION = @VERSION@
4702b15cb3dSCy SchubertVER_SUFFIX = @VER_SUFFIX@
4712b15cb3dSCy SchubertYACC = @YACC@
4722b15cb3dSCy SchubertYFLAGS = @YFLAGS@
4732b15cb3dSCy Schubertabs_builddir = @abs_builddir@
4742b15cb3dSCy Schubertabs_srcdir = @abs_srcdir@
4752b15cb3dSCy Schubertabs_top_builddir = @abs_top_builddir@
4762b15cb3dSCy Schubertabs_top_srcdir = @abs_top_srcdir@
4772b15cb3dSCy Schubertac_ct_AR = @ac_ct_AR@
4782b15cb3dSCy Schubertac_ct_CC = @ac_ct_CC@
4792b15cb3dSCy Schubertac_ct_DUMPBIN = @ac_ct_DUMPBIN@
4802b15cb3dSCy Schubertam__include = @am__include@
4812b15cb3dSCy Schubertam__leading_dot = @am__leading_dot@
4822b15cb3dSCy Schubertam__quote = @am__quote@
4832b15cb3dSCy Schubertam__tar = @am__tar@
4842b15cb3dSCy Schubertam__untar = @am__untar@
4852b15cb3dSCy Schubertbindir = @bindir@
4862b15cb3dSCy Schubertbuild = @build@
4872b15cb3dSCy Schubertbuild_alias = @build_alias@
4882b15cb3dSCy Schubertbuild_cpu = @build_cpu@
4892b15cb3dSCy Schubertbuild_os = @build_os@
4902b15cb3dSCy Schubertbuild_vendor = @build_vendor@
4912b15cb3dSCy Schubertbuilddir = @builddir@
4922b15cb3dSCy Schubertdatadir = @datadir@
4932b15cb3dSCy Schubertdatarootdir = @datarootdir@
4942b15cb3dSCy Schubertdocdir = @docdir@
4952b15cb3dSCy Schubertdvidir = @dvidir@
4962b15cb3dSCy Schubertexec_prefix = @exec_prefix@
4972b15cb3dSCy Schuberthost = @host@
4982b15cb3dSCy Schuberthost_alias = @host_alias@
4992b15cb3dSCy Schuberthost_cpu = @host_cpu@
5002b15cb3dSCy Schuberthost_os = @host_os@
5012b15cb3dSCy Schuberthost_vendor = @host_vendor@
5022b15cb3dSCy Schuberthtmldir = @htmldir@
5032b15cb3dSCy Schubertincludedir = @includedir@
5042b15cb3dSCy Schubertinfodir = @infodir@
5052b15cb3dSCy Schubertinstall_sh = @install_sh@
5062b15cb3dSCy Schubertlibdir = @libdir@
5072b15cb3dSCy Schubertlibexecdir = @libexecdir@
5082b15cb3dSCy Schubertlocaledir = @localedir@
5092b15cb3dSCy Schubertlocalstatedir = @localstatedir@
5102b15cb3dSCy Schubertmandir = @mandir@
5112b15cb3dSCy Schubertmkdir_p = @mkdir_p@
5122b15cb3dSCy Schubertoldincludedir = @oldincludedir@
5132b15cb3dSCy Schubertpdfdir = @pdfdir@
5142b15cb3dSCy Schubertprefix = @prefix@
5152b15cb3dSCy Schubertprogram_transform_name = @program_transform_name@
5162b15cb3dSCy Schubertpsdir = @psdir@
517a466cc55SCy Schubertrunstatedir = @runstatedir@
5182b15cb3dSCy Schubertsbindir = @sbindir@
5192b15cb3dSCy Schubertsharedstatedir = @sharedstatedir@
5202b15cb3dSCy Schubertsrcdir = @srcdir@
5212b15cb3dSCy Schubertsubdirs = @subdirs@
5222b15cb3dSCy Schubertsysconfdir = @sysconfdir@
5232b15cb3dSCy Schuberttarget_alias = @target_alias@
5242b15cb3dSCy Schuberttop_build_prefix = @top_build_prefix@
5252b15cb3dSCy Schuberttop_builddir = @top_builddir@
5262b15cb3dSCy Schuberttop_srcdir = @top_srcdir@
5272b15cb3dSCy SchubertNULL =
5282b15cb3dSCy Schubertbin_PROGRAMS = $(NTPSNMPD_DB)
5292b15cb3dSCy Schubertlibexec_PROGRAMS = $(NTPSNMPD_DL)
5302b15cb3dSCy Schubertsbin_PROGRAMS = $(NTPSNMPD_DS)
5312b15cb3dSCy Schubertntpsnmpd_SOURCES = netsnmp_daemonize.c ntpsnmpd.c ntpSnmpSubagentObject.c \
5322b15cb3dSCy Schubert		ntpsnmpd-opts.c ntpsnmpd-opts.h ntpSnmpSubagentObject.h \
5332b15cb3dSCy Schubert		ntp_snmp.h
5342b15cb3dSCy Schubert
5352b15cb3dSCy Schubert# HMS: we probably want a version.o file here, too.
536*f5f40dd6SCy Schubertntpsnmpd_LDADD = ../ntpq/libntpq.a ../libntp/libntp.a $(LDADD_LIBNTP) \
537*f5f40dd6SCy Schubert	$(LIBM) $(PTHREAD_LIBS) $(LDADD_NTP) $(LIBOPTS_LDADD) \
538*f5f40dd6SCy Schubert	$(SNMP_LIBS)
539f0574f5cSXin LIAM_CFLAGS = $(SNMP_CFLAGS) $(CFLAGS_NTP) $(NTP_HARD_CFLAGS)
5402b15cb3dSCy SchubertAM_CPPFLAGS = -I$(top_srcdir)/ntpq $(NTP_INCS) $(LIBOPTS_CFLAGS) \
541*f5f40dd6SCy Schubert	$(CPPFLAGS_NTP) $(SNMP_CPPFLAGS) $(NTP_HARD_CPPFLAGS)
542f0574f5cSXin LIAM_LDFLAGS = $(LDFLAGS_NTP) $(NTP_HARD_LDFLAGS)
5432b15cb3dSCy SchubertEXTRA_DIST = \
5442b15cb3dSCy Schubert	invoke-ntpsnmpd.menu	\
5452b15cb3dSCy Schubert	invoke-ntpsnmpd.texi	\
5462b15cb3dSCy Schubert	ntpsnmpd-opts.def	\
5472b15cb3dSCy Schubert	ntpsnmpd.1ntpsnmpdman	\
5482b15cb3dSCy Schubert	ntpsnmpd.1ntpsnmpdmdoc	\
5492b15cb3dSCy Schubert	ntpsnmpd.man.in		\
5502b15cb3dSCy Schubert	ntpsnmpd.mdoc.in	\
5512b15cb3dSCy Schubert	ntpsnmpd.html		\
5522b15cb3dSCy Schubert	ntpsnmpd.texi		\
5532b15cb3dSCy Schubert	ntpv4-mib.mib		\
5542b15cb3dSCy Schubert	$(NULL)
5552b15cb3dSCy Schubert
556*f5f40dd6SCy SchubertBUILT_SOURCES = ntpsnmpd-opts.c ntpsnmpd-opts.h $(am__append_1) \
5572b15cb3dSCy Schubert	check-libopts .deps-ver
558*f5f40dd6SCy SchubertCLEANFILES = check-libopts .deps-ver
559a466cc55SCy SchubertDISTCLEANFILES = config.log $(man_MANS) $(DEPDIR)/deps-ver
5602b15cb3dSCy Schuberthtml_DATA = \
5612b15cb3dSCy Schubert	$(srcdir)/ntpsnmpd.html		\
5622b15cb3dSCy Schubert	$(NULL)
5632b15cb3dSCy Schubert
5642b15cb3dSCy Schubertnoinst_DATA = \
5652b15cb3dSCy Schubert	$(srcdir)/invoke-ntpsnmpd.menu	\
5662b15cb3dSCy Schubert	$(srcdir)/invoke-ntpsnmpd.texi	\
5672b15cb3dSCy Schubert	$(srcdir)/ntpsnmpd.man.in	\
5682b15cb3dSCy Schubert	$(srcdir)/ntpsnmpd.mdoc.in	\
5692b15cb3dSCy Schubert	$(NULL)
5702b15cb3dSCy Schubert
5712b15cb3dSCy Schubertman1_MANS =
5722b15cb3dSCy Schubertman8_MANS =
5732b15cb3dSCy Schubertman_MANS = ntpsnmpd.$(NTPSNMPD_MS)
5742b15cb3dSCy Schubertrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D	\
5752b15cb3dSCy Schubert		autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
5762b15cb3dSCy Schubert
5772b15cb3dSCy Schubertstd_def_list = \
5782b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/debug-opt.def		\
5792b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/autogen-version.def 		\
5802b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/copyright.def 		\
5812b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/homerc.def 			\
5822b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/ntp.lic			\
5832b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/version.def			\
5842b15cb3dSCy Schubert	$(NULL)
5852b15cb3dSCy Schubert
586a466cc55SCy SchubertNTP_INCS = -I$(top_srcdir)/include \
587a466cc55SCy Schubert	-I$(top_srcdir)/libntp/lib/isc/include \
588a466cc55SCy Schubert	-I$(top_srcdir)/libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
589a466cc55SCy Schubert	-I$(top_srcdir)/libntp/lib/isc/unix/include
5902b15cb3dSCy Schubertall: $(BUILT_SOURCES)
5912b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) all-am
5922b15cb3dSCy Schubert
5932b15cb3dSCy Schubert.SUFFIXES:
5942b15cb3dSCy Schubert.SUFFIXES: .c .lo .o .obj
595a466cc55SCy Schubert$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
5962b15cb3dSCy Schubert	@for dep in $?; do \
5972b15cb3dSCy Schubert	  case '$(am__configure_deps)' in \
5982b15cb3dSCy Schubert	    *$$dep*) \
5992b15cb3dSCy Schubert	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
6002b15cb3dSCy Schubert	        && { if test -f $@; then exit 0; else break; fi; }; \
6012b15cb3dSCy Schubert	      exit 1;; \
6022b15cb3dSCy Schubert	  esac; \
6032b15cb3dSCy Schubert	done; \
6042b15cb3dSCy Schubert	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpsnmpd/Makefile'; \
6052b15cb3dSCy Schubert	$(am__cd) $(top_srcdir) && \
6062b15cb3dSCy Schubert	  $(AUTOMAKE) --foreign ntpsnmpd/Makefile
6072b15cb3dSCy SchubertMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
6082b15cb3dSCy Schubert	@case '$?' in \
6092b15cb3dSCy Schubert	  *config.status*) \
6102b15cb3dSCy Schubert	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
6112b15cb3dSCy Schubert	  *) \
612a466cc55SCy Schubert	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
613a466cc55SCy Schubert	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
6142b15cb3dSCy Schubert	esac;
615a466cc55SCy Schubert$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
6162b15cb3dSCy Schubert
6172b15cb3dSCy Schubert$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
6182b15cb3dSCy Schubert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
6192b15cb3dSCy Schubert
6202b15cb3dSCy Schubert$(top_srcdir)/configure:  $(am__configure_deps)
6212b15cb3dSCy Schubert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
6222b15cb3dSCy Schubert$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
6232b15cb3dSCy Schubert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
6242b15cb3dSCy Schubert$(am__aclocal_m4_deps):
6252b15cb3dSCy Schubertinstall-binPROGRAMS: $(bin_PROGRAMS)
6262b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
6272b15cb3dSCy Schubert	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
628276da39aSCy Schubert	if test -n "$$list"; then \
629276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
630276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
631276da39aSCy Schubert	fi; \
6322b15cb3dSCy Schubert	for p in $$list; do echo "$$p $$p"; done | \
6332b15cb3dSCy Schubert	sed 's/$(EXEEXT)$$//' | \
634276da39aSCy Schubert	while read p p1; do if test -f $$p \
635276da39aSCy Schubert	 || test -f $$p1 \
636276da39aSCy Schubert	  ; then echo "$$p"; echo "$$p"; else :; fi; \
6372b15cb3dSCy Schubert	done | \
638276da39aSCy Schubert	sed -e 'p;s,.*/,,;n;h' \
639276da39aSCy Schubert	    -e 's|.*|.|' \
6402b15cb3dSCy Schubert	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
6412b15cb3dSCy Schubert	sed 'N;N;N;s,\n, ,g' | \
6422b15cb3dSCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
6432b15cb3dSCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
6442b15cb3dSCy Schubert	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
6452b15cb3dSCy Schubert	    else { print "f", $$3 "/" $$4, $$1; } } \
6462b15cb3dSCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
6472b15cb3dSCy Schubert	while read type dir files; do \
6482b15cb3dSCy Schubert	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
6492b15cb3dSCy Schubert	    test -z "$$files" || { \
6502b15cb3dSCy Schubert	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
6512b15cb3dSCy Schubert	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
6522b15cb3dSCy Schubert	    } \
6532b15cb3dSCy Schubert	; done
6542b15cb3dSCy Schubert
6552b15cb3dSCy Schubertuninstall-binPROGRAMS:
6562b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
6572b15cb3dSCy Schubert	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
6582b15cb3dSCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
6592b15cb3dSCy Schubert	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
660276da39aSCy Schubert	      -e 's/$$/$(EXEEXT)/' \
661276da39aSCy Schubert	`; \
6622b15cb3dSCy Schubert	test -n "$$list" || exit 0; \
6632b15cb3dSCy Schubert	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
6642b15cb3dSCy Schubert	cd "$(DESTDIR)$(bindir)" && rm -f $$files
6652b15cb3dSCy Schubert
6662b15cb3dSCy Schubertclean-binPROGRAMS:
6672b15cb3dSCy Schubert	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
6682b15cb3dSCy Schubert	echo " rm -f" $$list; \
6692b15cb3dSCy Schubert	rm -f $$list || exit $$?; \
6702b15cb3dSCy Schubert	test -n "$(EXEEXT)" || exit 0; \
6712b15cb3dSCy Schubert	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
6722b15cb3dSCy Schubert	echo " rm -f" $$list; \
6732b15cb3dSCy Schubert	rm -f $$list
6742b15cb3dSCy Schubertinstall-libexecPROGRAMS: $(libexec_PROGRAMS)
6752b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
6762b15cb3dSCy Schubert	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
677276da39aSCy Schubert	if test -n "$$list"; then \
678276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
679276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
680276da39aSCy Schubert	fi; \
6812b15cb3dSCy Schubert	for p in $$list; do echo "$$p $$p"; done | \
6822b15cb3dSCy Schubert	sed 's/$(EXEEXT)$$//' | \
683276da39aSCy Schubert	while read p p1; do if test -f $$p \
684276da39aSCy Schubert	 || test -f $$p1 \
685276da39aSCy Schubert	  ; then echo "$$p"; echo "$$p"; else :; fi; \
6862b15cb3dSCy Schubert	done | \
687276da39aSCy Schubert	sed -e 'p;s,.*/,,;n;h' \
688276da39aSCy Schubert	    -e 's|.*|.|' \
6892b15cb3dSCy Schubert	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
6902b15cb3dSCy Schubert	sed 'N;N;N;s,\n, ,g' | \
6912b15cb3dSCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
6922b15cb3dSCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
6932b15cb3dSCy Schubert	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
6942b15cb3dSCy Schubert	    else { print "f", $$3 "/" $$4, $$1; } } \
6952b15cb3dSCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
6962b15cb3dSCy Schubert	while read type dir files; do \
6972b15cb3dSCy Schubert	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
6982b15cb3dSCy Schubert	    test -z "$$files" || { \
6992b15cb3dSCy Schubert	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
7002b15cb3dSCy Schubert	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
7012b15cb3dSCy Schubert	    } \
7022b15cb3dSCy Schubert	; done
7032b15cb3dSCy Schubert
7042b15cb3dSCy Schubertuninstall-libexecPROGRAMS:
7052b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
7062b15cb3dSCy Schubert	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
7072b15cb3dSCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
7082b15cb3dSCy Schubert	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
709276da39aSCy Schubert	      -e 's/$$/$(EXEEXT)/' \
710276da39aSCy Schubert	`; \
7112b15cb3dSCy Schubert	test -n "$$list" || exit 0; \
7122b15cb3dSCy Schubert	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
7132b15cb3dSCy Schubert	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
7142b15cb3dSCy Schubert
7152b15cb3dSCy Schubertclean-libexecPROGRAMS:
7162b15cb3dSCy Schubert	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
7172b15cb3dSCy Schubert	echo " rm -f" $$list; \
7182b15cb3dSCy Schubert	rm -f $$list || exit $$?; \
7192b15cb3dSCy Schubert	test -n "$(EXEEXT)" || exit 0; \
7202b15cb3dSCy Schubert	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
7212b15cb3dSCy Schubert	echo " rm -f" $$list; \
7222b15cb3dSCy Schubert	rm -f $$list
7232b15cb3dSCy Schubertinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
7242b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
7252b15cb3dSCy Schubert	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
726276da39aSCy Schubert	if test -n "$$list"; then \
727276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
728276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
729276da39aSCy Schubert	fi; \
7302b15cb3dSCy Schubert	for p in $$list; do echo "$$p $$p"; done | \
7312b15cb3dSCy Schubert	sed 's/$(EXEEXT)$$//' | \
732276da39aSCy Schubert	while read p p1; do if test -f $$p \
733276da39aSCy Schubert	 || test -f $$p1 \
734276da39aSCy Schubert	  ; then echo "$$p"; echo "$$p"; else :; fi; \
7352b15cb3dSCy Schubert	done | \
736276da39aSCy Schubert	sed -e 'p;s,.*/,,;n;h' \
737276da39aSCy Schubert	    -e 's|.*|.|' \
7382b15cb3dSCy Schubert	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
7392b15cb3dSCy Schubert	sed 'N;N;N;s,\n, ,g' | \
7402b15cb3dSCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
7412b15cb3dSCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
7422b15cb3dSCy Schubert	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
7432b15cb3dSCy Schubert	    else { print "f", $$3 "/" $$4, $$1; } } \
7442b15cb3dSCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
7452b15cb3dSCy Schubert	while read type dir files; do \
7462b15cb3dSCy Schubert	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
7472b15cb3dSCy Schubert	    test -z "$$files" || { \
7482b15cb3dSCy Schubert	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
7492b15cb3dSCy Schubert	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
7502b15cb3dSCy Schubert	    } \
7512b15cb3dSCy Schubert	; done
7522b15cb3dSCy Schubert
7532b15cb3dSCy Schubertuninstall-sbinPROGRAMS:
7542b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
7552b15cb3dSCy Schubert	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
7562b15cb3dSCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
7572b15cb3dSCy Schubert	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
758276da39aSCy Schubert	      -e 's/$$/$(EXEEXT)/' \
759276da39aSCy Schubert	`; \
7602b15cb3dSCy Schubert	test -n "$$list" || exit 0; \
7612b15cb3dSCy Schubert	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
7622b15cb3dSCy Schubert	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
7632b15cb3dSCy Schubert
7642b15cb3dSCy Schubertclean-sbinPROGRAMS:
7652b15cb3dSCy Schubert	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
7662b15cb3dSCy Schubert	echo " rm -f" $$list; \
7672b15cb3dSCy Schubert	rm -f $$list || exit $$?; \
7682b15cb3dSCy Schubert	test -n "$(EXEEXT)" || exit 0; \
7692b15cb3dSCy Schubert	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
7702b15cb3dSCy Schubert	echo " rm -f" $$list; \
7712b15cb3dSCy Schubert	rm -f $$list
772276da39aSCy Schubert
773276da39aSCy Schubertntpsnmpd$(EXEEXT): $(ntpsnmpd_OBJECTS) $(ntpsnmpd_DEPENDENCIES) $(EXTRA_ntpsnmpd_DEPENDENCIES)
7742b15cb3dSCy Schubert	@rm -f ntpsnmpd$(EXEEXT)
7752b15cb3dSCy Schubert	$(AM_V_CCLD)$(LINK) $(ntpsnmpd_OBJECTS) $(ntpsnmpd_LDADD) $(LIBS)
7762b15cb3dSCy Schubert
7772b15cb3dSCy Schubertmostlyclean-compile:
7782b15cb3dSCy Schubert	-rm -f *.$(OBJEXT)
7792b15cb3dSCy Schubert
7802b15cb3dSCy Schubertdistclean-compile:
7812b15cb3dSCy Schubert	-rm -f *.tab.c
7822b15cb3dSCy Schubert
783a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netsnmp_daemonize.Po@am__quote@ # am--include-marker
784a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpSnmpSubagentObject.Po@am__quote@ # am--include-marker
785a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpsnmpd-opts.Po@am__quote@ # am--include-marker
786a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpsnmpd.Po@am__quote@ # am--include-marker
787a466cc55SCy Schubert
788a466cc55SCy Schubert$(am__depfiles_remade):
789a466cc55SCy Schubert	@$(MKDIR_P) $(@D)
790a466cc55SCy Schubert	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
791a466cc55SCy Schubert
792a466cc55SCy Schubertam--depfiles: $(am__depfiles_remade)
7932b15cb3dSCy Schubert
7942b15cb3dSCy Schubert.c.o:
795a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
796a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
797a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
798276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
7992b15cb3dSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
800276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
8012b15cb3dSCy Schubert
8022b15cb3dSCy Schubert.c.obj:
803a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
804a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
805a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
806276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
8072b15cb3dSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
808276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
8092b15cb3dSCy Schubert
8102b15cb3dSCy Schubert.c.lo:
811a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
812a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
813a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
814276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
8152b15cb3dSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
8172b15cb3dSCy Schubert
8182b15cb3dSCy Schubertmostlyclean-libtool:
8192b15cb3dSCy Schubert	-rm -f *.lo
8202b15cb3dSCy Schubert
8212b15cb3dSCy Schubertclean-libtool:
8222b15cb3dSCy Schubert	-rm -rf .libs _libs
8232b15cb3dSCy Schubertinstall-man1: $(man1_MANS) $(man_MANS)
8242b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
825276da39aSCy Schubert	@list1='$(man1_MANS)'; \
826276da39aSCy Schubert	list2='$(man_MANS)'; \
827276da39aSCy Schubert	test -n "$(man1dir)" \
828276da39aSCy Schubert	  && test -n "`echo $$list1$$list2`" \
829276da39aSCy Schubert	  || exit 0; \
830276da39aSCy Schubert	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
831276da39aSCy Schubert	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
832276da39aSCy Schubert	{ for i in $$list1; do echo "$$i"; done;  \
833276da39aSCy Schubert	if test -n "$$list2"; then \
834276da39aSCy Schubert	  for i in $$list2; do echo "$$i"; done \
835276da39aSCy Schubert	    | sed -n '/\.1[a-z]*$$/p'; \
836276da39aSCy Schubert	fi; \
8372b15cb3dSCy Schubert	} | while read p; do \
8382b15cb3dSCy Schubert	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
8392b15cb3dSCy Schubert	  echo "$$d$$p"; echo "$$p"; \
8402b15cb3dSCy Schubert	done | \
8412b15cb3dSCy Schubert	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
8422b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
8432b15cb3dSCy Schubert	sed 'N;N;s,\n, ,g' | { \
8442b15cb3dSCy Schubert	list=; while read file base inst; do \
8452b15cb3dSCy Schubert	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
8462b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
8472b15cb3dSCy Schubert	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
8482b15cb3dSCy Schubert	  fi; \
8492b15cb3dSCy Schubert	done; \
8502b15cb3dSCy Schubert	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
8512b15cb3dSCy Schubert	while read files; do \
8522b15cb3dSCy Schubert	  test -z "$$files" || { \
8532b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
8542b15cb3dSCy Schubert	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
8552b15cb3dSCy Schubert	done; }
8562b15cb3dSCy Schubert
8572b15cb3dSCy Schubertuninstall-man1:
8582b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
8592b15cb3dSCy Schubert	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
8602b15cb3dSCy Schubert	files=`{ for i in $$list; do echo "$$i"; done; \
8612b15cb3dSCy Schubert	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
8622b15cb3dSCy Schubert	  sed -n '/\.1[a-z]*$$/p'; \
8632b15cb3dSCy Schubert	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
8642b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
865276da39aSCy Schubert	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
8662b15cb3dSCy Schubertinstall-man8: $(man8_MANS) $(man_MANS)
8672b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
868276da39aSCy Schubert	@list1='$(man8_MANS)'; \
869276da39aSCy Schubert	list2='$(man_MANS)'; \
870276da39aSCy Schubert	test -n "$(man8dir)" \
871276da39aSCy Schubert	  && test -n "`echo $$list1$$list2`" \
872276da39aSCy Schubert	  || exit 0; \
873276da39aSCy Schubert	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
874276da39aSCy Schubert	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
875276da39aSCy Schubert	{ for i in $$list1; do echo "$$i"; done;  \
876276da39aSCy Schubert	if test -n "$$list2"; then \
877276da39aSCy Schubert	  for i in $$list2; do echo "$$i"; done \
878276da39aSCy Schubert	    | sed -n '/\.8[a-z]*$$/p'; \
879276da39aSCy Schubert	fi; \
8802b15cb3dSCy Schubert	} | while read p; do \
8812b15cb3dSCy Schubert	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
8822b15cb3dSCy Schubert	  echo "$$d$$p"; echo "$$p"; \
8832b15cb3dSCy Schubert	done | \
8842b15cb3dSCy Schubert	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
8852b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
8862b15cb3dSCy Schubert	sed 'N;N;s,\n, ,g' | { \
8872b15cb3dSCy Schubert	list=; while read file base inst; do \
8882b15cb3dSCy Schubert	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
8892b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
8902b15cb3dSCy Schubert	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
8912b15cb3dSCy Schubert	  fi; \
8922b15cb3dSCy Schubert	done; \
8932b15cb3dSCy Schubert	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
8942b15cb3dSCy Schubert	while read files; do \
8952b15cb3dSCy Schubert	  test -z "$$files" || { \
8962b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
8972b15cb3dSCy Schubert	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
8982b15cb3dSCy Schubert	done; }
8992b15cb3dSCy Schubert
9002b15cb3dSCy Schubertuninstall-man8:
9012b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
9022b15cb3dSCy Schubert	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
9032b15cb3dSCy Schubert	files=`{ for i in $$list; do echo "$$i"; done; \
9042b15cb3dSCy Schubert	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
9052b15cb3dSCy Schubert	  sed -n '/\.8[a-z]*$$/p'; \
9062b15cb3dSCy Schubert	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
9072b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
908276da39aSCy Schubert	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
9092b15cb3dSCy Schubertinstall-htmlDATA: $(html_DATA)
9102b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
9112b15cb3dSCy Schubert	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
912276da39aSCy Schubert	if test -n "$$list"; then \
913276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
914276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
915276da39aSCy Schubert	fi; \
9162b15cb3dSCy Schubert	for p in $$list; do \
9172b15cb3dSCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
9182b15cb3dSCy Schubert	  echo "$$d$$p"; \
9192b15cb3dSCy Schubert	done | $(am__base_list) | \
9202b15cb3dSCy Schubert	while read files; do \
9212b15cb3dSCy Schubert	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
9222b15cb3dSCy Schubert	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
9232b15cb3dSCy Schubert	done
9242b15cb3dSCy Schubert
9252b15cb3dSCy Schubertuninstall-htmlDATA:
9262b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
9272b15cb3dSCy Schubert	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
9282b15cb3dSCy Schubert	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
929276da39aSCy Schubert	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
9302b15cb3dSCy Schubert
931276da39aSCy SchubertID: $(am__tagged_files)
932276da39aSCy Schubert	$(am__define_uniq_tagged_files); mkid -fID $$unique
933276da39aSCy Schuberttags: tags-am
934276da39aSCy SchubertTAGS: tags
9352b15cb3dSCy Schubert
936276da39aSCy Schuberttags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
9372b15cb3dSCy Schubert	set x; \
9382b15cb3dSCy Schubert	here=`pwd`; \
939276da39aSCy Schubert	$(am__define_uniq_tagged_files); \
9402b15cb3dSCy Schubert	shift; \
9412b15cb3dSCy Schubert	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
9422b15cb3dSCy Schubert	  test -n "$$unique" || unique=$$empty_fix; \
9432b15cb3dSCy Schubert	  if test $$# -gt 0; then \
9442b15cb3dSCy Schubert	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
9452b15cb3dSCy Schubert	      "$$@" $$unique; \
9462b15cb3dSCy Schubert	  else \
9472b15cb3dSCy Schubert	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
9482b15cb3dSCy Schubert	      $$unique; \
9492b15cb3dSCy Schubert	  fi; \
9502b15cb3dSCy Schubert	fi
951276da39aSCy Schubertctags: ctags-am
952276da39aSCy Schubert
953276da39aSCy SchubertCTAGS: ctags
954276da39aSCy Schubertctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
955276da39aSCy Schubert	$(am__define_uniq_tagged_files); \
9562b15cb3dSCy Schubert	test -z "$(CTAGS_ARGS)$$unique" \
9572b15cb3dSCy Schubert	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
9582b15cb3dSCy Schubert	     $$unique
9592b15cb3dSCy Schubert
9602b15cb3dSCy SchubertGTAGS:
9612b15cb3dSCy Schubert	here=`$(am__cd) $(top_builddir) && pwd` \
9622b15cb3dSCy Schubert	  && $(am__cd) $(top_srcdir) \
9632b15cb3dSCy Schubert	  && gtags -i $(GTAGS_ARGS) "$$here"
964276da39aSCy Schubertcscopelist: cscopelist-am
965276da39aSCy Schubert
966276da39aSCy Schubertcscopelist-am: $(am__tagged_files)
967276da39aSCy Schubert	list='$(am__tagged_files)'; \
968276da39aSCy Schubert	case "$(srcdir)" in \
969276da39aSCy Schubert	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
970276da39aSCy Schubert	  *) sdir=$(subdir)/$(srcdir) ;; \
971276da39aSCy Schubert	esac; \
972276da39aSCy Schubert	for i in $$list; do \
973276da39aSCy Schubert	  if test -f "$$i"; then \
974276da39aSCy Schubert	    echo "$(subdir)/$$i"; \
975276da39aSCy Schubert	  else \
976276da39aSCy Schubert	    echo "$$sdir/$$i"; \
977276da39aSCy Schubert	  fi; \
978276da39aSCy Schubert	done >> $(top_builddir)/cscope.files
9792b15cb3dSCy Schubert
9802b15cb3dSCy Schubertdistclean-tags:
9812b15cb3dSCy Schubert	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
982a466cc55SCy Schubertdistdir: $(BUILT_SOURCES)
983a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) distdir-am
9842b15cb3dSCy Schubert
985a466cc55SCy Schubertdistdir-am: $(DISTFILES)
9862b15cb3dSCy Schubert	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
9872b15cb3dSCy Schubert	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
9882b15cb3dSCy Schubert	list='$(DISTFILES)'; \
9892b15cb3dSCy Schubert	  dist_files=`for file in $$list; do echo $$file; done | \
9902b15cb3dSCy Schubert	  sed -e "s|^$$srcdirstrip/||;t" \
9912b15cb3dSCy Schubert	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
9922b15cb3dSCy Schubert	case $$dist_files in \
9932b15cb3dSCy Schubert	  */*) $(MKDIR_P) `echo "$$dist_files" | \
9942b15cb3dSCy Schubert			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
9952b15cb3dSCy Schubert			   sort -u` ;; \
9962b15cb3dSCy Schubert	esac; \
9972b15cb3dSCy Schubert	for file in $$dist_files; do \
9982b15cb3dSCy Schubert	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
9992b15cb3dSCy Schubert	  if test -d $$d/$$file; then \
10002b15cb3dSCy Schubert	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
10012b15cb3dSCy Schubert	    if test -d "$(distdir)/$$file"; then \
10022b15cb3dSCy Schubert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
10032b15cb3dSCy Schubert	    fi; \
10042b15cb3dSCy Schubert	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
10052b15cb3dSCy Schubert	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
10062b15cb3dSCy Schubert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
10072b15cb3dSCy Schubert	    fi; \
10082b15cb3dSCy Schubert	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
10092b15cb3dSCy Schubert	  else \
10102b15cb3dSCy Schubert	    test -f "$(distdir)/$$file" \
10112b15cb3dSCy Schubert	    || cp -p $$d/$$file "$(distdir)/$$file" \
10122b15cb3dSCy Schubert	    || exit 1; \
10132b15cb3dSCy Schubert	  fi; \
10142b15cb3dSCy Schubert	done
10152b15cb3dSCy Schubertcheck-am: all-am
10162b15cb3dSCy Schubertcheck: $(BUILT_SOURCES)
10172b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) check-am
10182b15cb3dSCy Schubertall-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
10192b15cb3dSCy Schubertinstalldirs:
10202b15cb3dSCy Schubert	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
10212b15cb3dSCy Schubert	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
10222b15cb3dSCy Schubert	done
10232b15cb3dSCy Schubertinstall: $(BUILT_SOURCES)
10242b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) install-am
1025a466cc55SCy Schubertinstall-exec: $(BUILT_SOURCES)
1026a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
10272b15cb3dSCy Schubertinstall-data: install-data-am
10282b15cb3dSCy Schubertuninstall: uninstall-am
10292b15cb3dSCy Schubert
10302b15cb3dSCy Schubertinstall-am: all-am
10312b15cb3dSCy Schubert	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
10322b15cb3dSCy Schubert
10332b15cb3dSCy Schubertinstallcheck: installcheck-am
10342b15cb3dSCy Schubertinstall-strip:
1035276da39aSCy Schubert	if test -z '$(STRIP)'; then \
10362b15cb3dSCy Schubert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
10372b15cb3dSCy Schubert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1038276da39aSCy Schubert	      install; \
1039276da39aSCy Schubert	else \
1040276da39aSCy Schubert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1041276da39aSCy Schubert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1042276da39aSCy Schubert	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1043276da39aSCy Schubert	fi
10442b15cb3dSCy Schubertmostlyclean-generic:
10452b15cb3dSCy Schubert
10462b15cb3dSCy Schubertclean-generic:
10472b15cb3dSCy Schubert	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
10482b15cb3dSCy Schubert
10492b15cb3dSCy Schubertdistclean-generic:
10502b15cb3dSCy Schubert	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
10512b15cb3dSCy Schubert	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
10522b15cb3dSCy Schubert	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
10532b15cb3dSCy Schubert
10542b15cb3dSCy Schubertmaintainer-clean-generic:
10552b15cb3dSCy Schubert	@echo "This command is intended for maintainers to use"
10562b15cb3dSCy Schubert	@echo "it deletes files that may require special tools to rebuild."
10572b15cb3dSCy Schubert	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
10582b15cb3dSCy Schubertclean: clean-am
10592b15cb3dSCy Schubert
10602b15cb3dSCy Schubertclean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
10612b15cb3dSCy Schubert	clean-libtool clean-sbinPROGRAMS mostlyclean-am
10622b15cb3dSCy Schubert
10632b15cb3dSCy Schubertdistclean: distclean-am
1064a466cc55SCy Schubert		-rm -f ./$(DEPDIR)/netsnmp_daemonize.Po
1065a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpSnmpSubagentObject.Po
1066a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpsnmpd-opts.Po
1067a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpsnmpd.Po
10682b15cb3dSCy Schubert	-rm -f Makefile
10692b15cb3dSCy Schubertdistclean-am: clean-am distclean-compile distclean-generic \
10702b15cb3dSCy Schubert	distclean-tags
10712b15cb3dSCy Schubert
10722b15cb3dSCy Schubertdvi: dvi-am
10732b15cb3dSCy Schubert
10742b15cb3dSCy Schubertdvi-am:
10752b15cb3dSCy Schubert
10762b15cb3dSCy Schuberthtml: html-am
10772b15cb3dSCy Schubert
10782b15cb3dSCy Schuberthtml-am:
10792b15cb3dSCy Schubert
10802b15cb3dSCy Schubertinfo: info-am
10812b15cb3dSCy Schubert
10822b15cb3dSCy Schubertinfo-am:
10832b15cb3dSCy Schubert
10842b15cb3dSCy Schubertinstall-data-am: install-data-local install-htmlDATA install-man
10852b15cb3dSCy Schubert
10862b15cb3dSCy Schubertinstall-dvi: install-dvi-am
10872b15cb3dSCy Schubert
10882b15cb3dSCy Schubertinstall-dvi-am:
10892b15cb3dSCy Schubert
10902b15cb3dSCy Schubertinstall-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
10912b15cb3dSCy Schubert	install-sbinPROGRAMS
10922b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
10932b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
10942b15cb3dSCy Schubertinstall-html: install-html-am
10952b15cb3dSCy Schubert
10962b15cb3dSCy Schubertinstall-html-am:
10972b15cb3dSCy Schubert
10982b15cb3dSCy Schubertinstall-info: install-info-am
10992b15cb3dSCy Schubert
11002b15cb3dSCy Schubertinstall-info-am:
11012b15cb3dSCy Schubert
11022b15cb3dSCy Schubertinstall-man: install-man1 install-man8
11032b15cb3dSCy Schubert
11042b15cb3dSCy Schubertinstall-pdf: install-pdf-am
11052b15cb3dSCy Schubert
11062b15cb3dSCy Schubertinstall-pdf-am:
11072b15cb3dSCy Schubert
11082b15cb3dSCy Schubertinstall-ps: install-ps-am
11092b15cb3dSCy Schubert
11102b15cb3dSCy Schubertinstall-ps-am:
11112b15cb3dSCy Schubert
11122b15cb3dSCy Schubertinstallcheck-am:
11132b15cb3dSCy Schubert
11142b15cb3dSCy Schubertmaintainer-clean: maintainer-clean-am
1115a466cc55SCy Schubert		-rm -f ./$(DEPDIR)/netsnmp_daemonize.Po
1116a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpSnmpSubagentObject.Po
1117a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpsnmpd-opts.Po
1118a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpsnmpd.Po
11192b15cb3dSCy Schubert	-rm -f Makefile
11202b15cb3dSCy Schubertmaintainer-clean-am: distclean-am maintainer-clean-generic
11212b15cb3dSCy Schubert
11222b15cb3dSCy Schubertmostlyclean: mostlyclean-am
11232b15cb3dSCy Schubert
11242b15cb3dSCy Schubertmostlyclean-am: mostlyclean-compile mostlyclean-generic \
11252b15cb3dSCy Schubert	mostlyclean-libtool
11262b15cb3dSCy Schubert
11272b15cb3dSCy Schubertpdf: pdf-am
11282b15cb3dSCy Schubert
11292b15cb3dSCy Schubertpdf-am:
11302b15cb3dSCy Schubert
11312b15cb3dSCy Schubertps: ps-am
11322b15cb3dSCy Schubert
11332b15cb3dSCy Schubertps-am:
11342b15cb3dSCy Schubert
11352b15cb3dSCy Schubertuninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \
11362b15cb3dSCy Schubert	uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS
11372b15cb3dSCy Schubert
11382b15cb3dSCy Schubertuninstall-man: uninstall-man1 uninstall-man8
11392b15cb3dSCy Schubert
1140a466cc55SCy Schubert.MAKE: all check install install-am install-exec install-exec-am \
1141a466cc55SCy Schubert	install-strip
11422b15cb3dSCy Schubert
1143a466cc55SCy Schubert.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1144276da39aSCy Schubert	clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1145276da39aSCy Schubert	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
1146276da39aSCy Schubert	distclean distclean-compile distclean-generic \
1147276da39aSCy Schubert	distclean-libtool distclean-tags distdir dvi dvi-am html \
1148276da39aSCy Schubert	html-am info info-am install install-am install-binPROGRAMS \
1149276da39aSCy Schubert	install-data install-data-am install-data-local install-dvi \
1150276da39aSCy Schubert	install-dvi-am install-exec install-exec-am install-exec-hook \
1151276da39aSCy Schubert	install-html install-html-am install-htmlDATA install-info \
1152276da39aSCy Schubert	install-info-am install-libexecPROGRAMS install-man \
1153276da39aSCy Schubert	install-man1 install-man8 install-pdf install-pdf-am \
1154276da39aSCy Schubert	install-ps install-ps-am install-sbinPROGRAMS install-strip \
1155276da39aSCy Schubert	installcheck installcheck-am installdirs maintainer-clean \
11562b15cb3dSCy Schubert	maintainer-clean-generic mostlyclean mostlyclean-compile \
11572b15cb3dSCy Schubert	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1158276da39aSCy Schubert	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
11592b15cb3dSCy Schubert	uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \
11602b15cb3dSCy Schubert	uninstall-man1 uninstall-man8 uninstall-sbinPROGRAMS
11612b15cb3dSCy Schubert
1162276da39aSCy Schubert.PRECIOUS: Makefile
1163276da39aSCy Schubert
11642b15cb3dSCy Schubert
11652b15cb3dSCy Schubertinstall-data-local: install-html
11662b15cb3dSCy Schubert
11672b15cb3dSCy Schubert$(srcdir)/ntpsnmpd-opts.h: $(srcdir)/ntpsnmpd-opts.c
11682b15cb3dSCy Schubert	@: do-nothing action to avoid default SCCS get, .h built with .c
11692b15cb3dSCy Schubert
11702b15cb3dSCy Schubert$(srcdir)/ntpsnmpd-opts.c: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
1171a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) ntpsnmpd-opts.def
11722b15cb3dSCy Schubert
11732b15cb3dSCy Schubert###
11742b15cb3dSCy Schubert
11752b15cb3dSCy Schubert$(srcdir)/ntpsnmpd.1ntpsnmpdman: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
1176a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpsnmpdman -Tagman-cmd.tpl ntpsnmpd-opts.def
11772b15cb3dSCy Schubert
11782b15cb3dSCy Schubert$(srcdir)/ntpsnmpd.man.in: $(srcdir)/ntpsnmpd.1ntpsnmpdman $(top_srcdir)/sntp/scripts/mansec2subst.sed
11792b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpsnmpd.1ntpsnmpdman > $(srcdir)/ntpsnmpd.man.in+
11802b15cb3dSCy Schubert	mv $(srcdir)/ntpsnmpd.man.in+ $(srcdir)/ntpsnmpd.man.in
11812b15cb3dSCy Schubert
11822b15cb3dSCy Schubert###
11832b15cb3dSCy Schubert
11842b15cb3dSCy Schubert$(srcdir)/ntpsnmpd.1ntpsnmpdmdoc: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
1185a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpsnmpdmdoc -Tagmdoc-cmd.tpl ntpsnmpd-opts.def
11862b15cb3dSCy Schubert
11872b15cb3dSCy Schubert$(srcdir)/ntpsnmpd.mdoc.in: $(srcdir)/ntpsnmpd.1ntpsnmpdmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
11882b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpsnmpd.1ntpsnmpdmdoc > $(srcdir)/ntpsnmpd.mdoc.in+
11892b15cb3dSCy Schubert	mv $(srcdir)/ntpsnmpd.mdoc.in+ $(srcdir)/ntpsnmpd.mdoc.in
11902b15cb3dSCy Schubert
11912b15cb3dSCy Schubert###
11922b15cb3dSCy Schubert
11932b15cb3dSCy Schubertntpsnmpd.$(NTPSNMPD_MS): $(srcdir)/ntpsnmpd.$(MANTAGFMT).in $(top_builddir)/config.status
11942b15cb3dSCy Schubert	$(top_builddir)/config.status --file=ntpsnmpd.$(NTPSNMPD_MS)+:$(srcdir)/ntpsnmpd.$(MANTAGFMT).in
11952b15cb3dSCy Schubert	mv ntpsnmpd.$(NTPSNMPD_MS)+ ntpsnmpd.$(NTPSNMPD_MS)
11962b15cb3dSCy Schubert
11972b15cb3dSCy Schubert###
11982b15cb3dSCy Schubert
11992b15cb3dSCy Schubert$(srcdir)/invoke-ntpsnmpd.menu: $(srcdir)/invoke-ntpsnmpd.texi
12002b15cb3dSCy Schubert	@: do-nothing action to avoid default SCCS get, .menu built with .texi
12012b15cb3dSCy Schubert
12022b15cb3dSCy Schubert$(srcdir)/invoke-ntpsnmpd.texi: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
1203a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpsnmpd-opts.def
12042b15cb3dSCy Schubert	$(top_srcdir)/scripts/build/check--help $@
12052b15cb3dSCy Schubert
1206a466cc55SCy Schubert$(srcdir)/ntpsnmpd.html: $(srcdir)/invoke-ntpsnmpd.texi $(srcdir)/ntpsnmpd.texi $(top_srcdir)/sntp/include/version.texi
12072b15cb3dSCy Schubert	cd $(srcdir) && ( makeinfo --force --html --no-split -o ntpsnmpd.html ntpsnmpd.texi || true )
12082b15cb3dSCy Schubert
12092b15cb3dSCy Schubertinstall-exec-hook:
12102b15cb3dSCy Schubert	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
12112b15cb3dSCy Schubert	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
12122b15cb3dSCy Schubert	   test ! -f ${sbindir}/$$i				\
12132b15cb3dSCy Schubert		|| echo "*** $$i is also in ${sbindir}!";	\
12142b15cb3dSCy Schubert	done
12152b15cb3dSCy Schubert	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
12162b15cb3dSCy Schubert	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
12172b15cb3dSCy Schubert	   test ! -f ${bindir}/$$i				\
12182b15cb3dSCy Schubert		|| echo "*** $$i is also in ${bindir}!";	\
12192b15cb3dSCy Schubert	done
12202b15cb3dSCy Schubert
12212b15cb3dSCy Schubert#
12222b15cb3dSCy Schubert
1223*f5f40dd6SCy Schubert.PHONY: check-libntp
12242b15cb3dSCy Schubert
1225*f5f40dd6SCy Schubert@LIBNTP_SUBMAKES_TRUE@check-libntp:
1226*f5f40dd6SCy Schubert@LIBNTP_SUBMAKES_TRUE@	cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
12272b15cb3dSCy Schubert
12282b15cb3dSCy Schubertcheck-libopts: ../sntp/libopts/libopts.la
12292b15cb3dSCy Schubert	@echo stamp > $@
12302b15cb3dSCy Schubert
12312b15cb3dSCy Schubert../sntp/libopts/libopts.la:
12322b15cb3dSCy Schubert	-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
12332b15cb3dSCy Schubert$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
12342b15cb3dSCy Schubert	@[ -f $@ ] ||							\
12352b15cb3dSCy Schubert		cp $(top_srcdir)/deps-ver $@
12362b15cb3dSCy Schubert	@[ -w $@ ] ||							\
1237a466cc55SCy Schubert		chmod u+w $@
12382b15cb3dSCy Schubert	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
12392b15cb3dSCy Schubert		$(MAKE) $(AM_MAKEFLAGS) clean &&			\
12402b15cb3dSCy Schubert		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
12412b15cb3dSCy Schubert		cat $@ &&						\
12422b15cb3dSCy Schubert		rm -rf $(DEPDIR) &&					\
12432b15cb3dSCy Schubert		mkdir $(DEPDIR) && 					\
12442b15cb3dSCy Schubert		case "$(top_builddir)" in				\
12452b15cb3dSCy Schubert		 .)							\
12462b15cb3dSCy Schubert		    ./config.status Makefile depfiles			\
12472b15cb3dSCy Schubert		    ;;							\
12482b15cb3dSCy Schubert		 *)							\
12492b15cb3dSCy Schubert		    cd "$(top_builddir)" &&				\
12502b15cb3dSCy Schubert		    ./config.status $(subdir)/Makefile depfiles &&	\
12512b15cb3dSCy Schubert		    cd $(subdir)					\
12522b15cb3dSCy Schubert		    ;;							\
12532b15cb3dSCy Schubert		esac &&							\
12542b15cb3dSCy Schubert		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
12552b15cb3dSCy Schubert		cat $(top_srcdir)/deps-ver				\
12562b15cb3dSCy Schubert	)
1257a466cc55SCy Schubert	$(AM_V_at)cp $(top_srcdir)/deps-ver $@
12582b15cb3dSCy Schubert
12592b15cb3dSCy Schubert.deps-ver: $(top_srcdir)/deps-ver
12602b15cb3dSCy Schubert	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
12612b15cb3dSCy Schubert	@touch $@
12622b15cb3dSCy Schubert
12632b15cb3dSCy Schubert#
12642b15cb3dSCy Schubert# depsver.mf	included in Makefile.am for directories with .deps
12652b15cb3dSCy Schubert#
12662b15cb3dSCy Schubert# When building in the same directory with sources that change over
12672b15cb3dSCy Schubert# time, such as when tracking using bk, the .deps files can become
12682b15cb3dSCy Schubert# stale with respect to moved, deleted, or superceded headers.  Most
12692b15cb3dSCy Schubert# commonly, this would exhibit as make reporting a failure to make a
12702b15cb3dSCy Schubert# header file which is no longer in the location given.  To address
12712b15cb3dSCy Schubert# this issue, we use a deps-ver file which is updated with each change
12722b15cb3dSCy Schubert# that breaks old .deps files.  A copy of deps-ver is made into
12732b15cb3dSCy Schubert# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
12742b15cb3dSCy Schubert# with different contents than deps-ver, we make clean to ensure all
12752b15cb3dSCy Schubert# .o files built before the incompatible change are rebuilt along with
12762b15cb3dSCy Schubert# their updated .deps files, then remove $(DEPDIR) and recreate it as
12772b15cb3dSCy Schubert# empty stubs.
12782b15cb3dSCy Schubert#
12792b15cb3dSCy Schubert# It is normal when configured with --disable-dependency-tracking for
12802b15cb3dSCy Schubert# the DEPDIR to not have been created.  For this reason, we use the
12812b15cb3dSCy Schubert# intermediate target .deps-ver, which invokes make recursively if
12822b15cb3dSCy Schubert# DEPDIR exists.
12832b15cb3dSCy Schubert#
12842b15cb3dSCy Schubert# If you modify depsver.mf, please make the changes to the master
12852b15cb3dSCy Schubert# copy, the one in sntp is copied by the bootstrap script from it.
12862b15cb3dSCy Schubert#
1287a466cc55SCy Schubert# This comment block follows rather than leads the related rules so that
12882b15cb3dSCy Schubert# it stays with it in the generated Makefile.in and Makefile.
12892b15cb3dSCy Schubert#
12902b15cb3dSCy Schubert
12912b15cb3dSCy Schubert# Tell versions [3.59,3.63) of GNU make to not export all variables.
12922b15cb3dSCy Schubert# Otherwise a system limit (for SysV at least) may be exceeded.
12932b15cb3dSCy Schubert.NOEXPORT:
1294