Makefile.in 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. libexec_PROGRAMS = src/tangd$(EXEEXT)
  88. nagios_PROGRAMS = src/tang$(EXEEXT)
  89. subdir = .
  90. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  91. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93. $(ACLOCAL_M4)
  94. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  95. $(am__configure_deps) $(dist_libexec_SCRIPTS) \
  96. $(am__DIST_COMMON)
  97. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  98. configure.lineno config.status.lineno
  99. mkinstalldirs = $(install_sh) -d
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(nagiosdir)" \
  103. "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(man1dir)" \
  104. "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(systemdsystemunitdir)"
  105. PROGRAMS = $(libexec_PROGRAMS) $(nagios_PROGRAMS)
  106. am__dirstamp = $(am__leading_dot)dirstamp
  107. am_src_tang_OBJECTS = src/nagios.$(OBJEXT)
  108. src_tang_OBJECTS = $(am_src_tang_OBJECTS)
  109. src_tang_LDADD = $(LDADD)
  110. src_tang_DEPENDENCIES =
  111. am_src_tangd_OBJECTS = src/http.$(OBJEXT) src/tangd.$(OBJEXT)
  112. src_tangd_OBJECTS = $(am_src_tangd_OBJECTS)
  113. src_tangd_LDADD = $(LDADD)
  114. src_tangd_DEPENDENCIES =
  115. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  116. am__vpath_adj = case $$p in \
  117. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  118. *) f=$$p;; \
  119. esac;
  120. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  121. am__install_max = 40
  122. am__nobase_strip_setup = \
  123. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  124. am__nobase_strip = \
  125. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  126. am__nobase_list = $(am__nobase_strip_setup); \
  127. for p in $$list; do echo "$$p $$p"; done | \
  128. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  129. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  130. if (++n[$$2] == $(am__install_max)) \
  131. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  132. END { for (dir in files) print dir, files[dir] }'
  133. am__base_list = \
  134. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  135. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  136. am__uninstall_files_from_dir = { \
  137. test -z "$$files" \
  138. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  139. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  140. $(am__cd) "$$dir" && rm -f $$files; }; \
  141. }
  142. SCRIPTS = $(dist_libexec_SCRIPTS)
  143. AM_V_P = $(am__v_P_@AM_V@)
  144. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  145. am__v_P_0 = false
  146. am__v_P_1 = :
  147. AM_V_GEN = $(am__v_GEN_@AM_V@)
  148. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  149. am__v_GEN_0 = @echo " GEN " $@;
  150. am__v_GEN_1 =
  151. AM_V_at = $(am__v_at_@AM_V@)
  152. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  153. am__v_at_0 = @
  154. am__v_at_1 =
  155. DEFAULT_INCLUDES = -I.@am__isrc@
  156. depcomp = $(SHELL) $(top_srcdir)/depcomp
  157. am__depfiles_maybe = depfiles
  158. am__mv = mv -f
  159. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  160. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  161. AM_V_CC = $(am__v_CC_@AM_V@)
  162. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  163. am__v_CC_0 = @echo " CC " $@;
  164. am__v_CC_1 =
  165. CCLD = $(CC)
  166. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  167. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  168. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  169. am__v_CCLD_0 = @echo " CCLD " $@;
  170. am__v_CCLD_1 =
  171. SOURCES = $(src_tang_SOURCES) $(src_tangd_SOURCES)
  172. DIST_SOURCES = $(src_tang_SOURCES) $(src_tangd_SOURCES)
  173. am__can_run_installinfo = \
  174. case $$AM_UPDATE_INFO_DIR in \
  175. n|no|NO) false;; \
  176. *) (install-info --version) >/dev/null 2>&1;; \
  177. esac
  178. man1dir = $(mandir)/man1
  179. man8dir = $(mandir)/man8
  180. NROFF = nroff
  181. MANS = $(man1_MANS) $(man8_MANS)
  182. DATA = $(nodist_systemdsystemunit_DATA)
  183. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  184. # Read a list of newline-separated strings from the standard input,
  185. # and print each of them once, without duplicates. Input order is
  186. # *not* preserved.
  187. am__uniquify_input = $(AWK) '\
  188. BEGIN { nonempty = 0; } \
  189. { items[$$0] = 1; nonempty = 1; } \
  190. END { if (nonempty) { for (i in items) print i; }; } \
  191. '
  192. # Make sure the list of sources is unique. This is necessary because,
  193. # e.g., the same source file might be shared among _SOURCES variables
  194. # for different programs/libraries.
  195. am__define_uniq_tagged_files = \
  196. list='$(am__tagged_files)'; \
  197. unique=`for i in $$list; do \
  198. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  199. done | $(am__uniquify_input)`
  200. ETAGS = etags
  201. CTAGS = ctags
  202. CSCOPE = cscope
  203. AM_RECURSIVE_TARGETS = cscope check recheck
  204. am__tty_colors_dummy = \
  205. mgn= red= grn= lgn= blu= brg= std=; \
  206. am__color_tests=no
  207. am__tty_colors = { \
  208. $(am__tty_colors_dummy); \
  209. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  210. am__color_tests=no; \
  211. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  212. am__color_tests=yes; \
  213. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  214. am__color_tests=yes; \
  215. fi; \
  216. if test $$am__color_tests = yes; then \
  217. red=''; \
  218. grn=''; \
  219. lgn=''; \
  220. blu=''; \
  221. mgn=''; \
  222. brg=''; \
  223. std=''; \
  224. fi; \
  225. }
  226. am__recheck_rx = ^[ ]*:recheck:[ ]*
  227. am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
  228. am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
  229. # A command that, given a newline-separated list of test names on the
  230. # standard input, print the name of the tests that are to be re-run
  231. # upon "make recheck".
  232. am__list_recheck_tests = $(AWK) '{ \
  233. recheck = 1; \
  234. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  235. { \
  236. if (rc < 0) \
  237. { \
  238. if ((getline line2 < ($$0 ".log")) < 0) \
  239. recheck = 0; \
  240. break; \
  241. } \
  242. else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  243. { \
  244. recheck = 0; \
  245. break; \
  246. } \
  247. else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  248. { \
  249. break; \
  250. } \
  251. }; \
  252. if (recheck) \
  253. print $$0; \
  254. close ($$0 ".trs"); \
  255. close ($$0 ".log"); \
  256. }'
  257. # A command that, given a newline-separated list of test names on the
  258. # standard input, create the global log from their .trs and .log files.
  259. am__create_global_log = $(AWK) ' \
  260. function fatal(msg) \
  261. { \
  262. print "fatal: making $@: " msg | "cat >&2"; \
  263. exit 1; \
  264. } \
  265. function rst_section(header) \
  266. { \
  267. print header; \
  268. len = length(header); \
  269. for (i = 1; i <= len; i = i + 1) \
  270. printf "="; \
  271. printf "\n\n"; \
  272. } \
  273. { \
  274. copy_in_global_log = 1; \
  275. global_test_result = "RUN"; \
  276. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  277. { \
  278. if (rc < 0) \
  279. fatal("failed to read from " $$0 ".trs"); \
  280. if (line ~ /$(am__global_test_result_rx)/) \
  281. { \
  282. sub("$(am__global_test_result_rx)", "", line); \
  283. sub("[ ]*$$", "", line); \
  284. global_test_result = line; \
  285. } \
  286. else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  287. copy_in_global_log = 0; \
  288. }; \
  289. if (copy_in_global_log) \
  290. { \
  291. rst_section(global_test_result ": " $$0); \
  292. while ((rc = (getline line < ($$0 ".log"))) != 0) \
  293. { \
  294. if (rc < 0) \
  295. fatal("failed to read from " $$0 ".log"); \
  296. print line; \
  297. }; \
  298. printf "\n"; \
  299. }; \
  300. close ($$0 ".trs"); \
  301. close ($$0 ".log"); \
  302. }'
  303. # Restructured Text title.
  304. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  305. # Solaris 10 'make', and several other traditional 'make' implementations,
  306. # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
  307. # by disabling -e (using the XSI extension "set +e") if it's set.
  308. am__sh_e_setup = case $$- in *e*) set +e;; esac
  309. # Default flags passed to test drivers.
  310. am__common_driver_flags = \
  311. --color-tests "$$am__color_tests" \
  312. --enable-hard-errors "$$am__enable_hard_errors" \
  313. --expect-failure "$$am__expect_failure"
  314. # To be inserted before the command running the test. Creates the
  315. # directory for the log if needed. Stores in $dir the directory
  316. # containing $f, in $tst the test, in $log the log. Executes the
  317. # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  318. # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
  319. # will run the test scripts (or their associated LOG_COMPILER, if
  320. # thy have one).
  321. am__check_pre = \
  322. $(am__sh_e_setup); \
  323. $(am__vpath_adj_setup) $(am__vpath_adj) \
  324. $(am__tty_colors); \
  325. srcdir=$(srcdir); export srcdir; \
  326. case "$@" in \
  327. */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
  328. *) am__odir=.;; \
  329. esac; \
  330. test "x$$am__odir" = x"." || test -d "$$am__odir" \
  331. || $(MKDIR_P) "$$am__odir" || exit $$?; \
  332. if test -f "./$$f"; then dir=./; \
  333. elif test -f "$$f"; then dir=; \
  334. else dir="$(srcdir)/"; fi; \
  335. tst=$$dir$$f; log='$@'; \
  336. if test -n '$(DISABLE_HARD_ERRORS)'; then \
  337. am__enable_hard_errors=no; \
  338. else \
  339. am__enable_hard_errors=yes; \
  340. fi; \
  341. case " $(XFAIL_TESTS) " in \
  342. *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
  343. am__expect_failure=yes;; \
  344. *) \
  345. am__expect_failure=no;; \
  346. esac; \
  347. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  348. # A shell command to get the names of the tests scripts with any registered
  349. # extension removed (i.e., equivalently, the names of the test logs, with
  350. # the '.log' extension removed). The result is saved in the shell variable
  351. # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
  352. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  353. # since that might cause problem with VPATH rewrites for suffix-less tests.
  354. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  355. am__set_TESTS_bases = \
  356. bases='$(TEST_LOGS)'; \
  357. bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  358. bases=`echo $$bases`
  359. RECHECK_LOGS = $(TEST_LOGS)
  360. TEST_SUITE_LOG = test-suite.log
  361. TEST_EXTENSIONS = @EXEEXT@ .test
  362. LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  363. LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  364. am__set_b = \
  365. case '$@' in \
  366. */*) \
  367. case '$*' in \
  368. */*) b='$*';; \
  369. *) b=`echo '$@' | sed 's/\.log$$//'`; \
  370. esac;; \
  371. *) \
  372. b='$*';; \
  373. esac
  374. am__test_logs1 = $(TESTS:=.log)
  375. am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
  376. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  377. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  378. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  379. $(TEST_LOG_FLAGS)
  380. am__DIST_COMMON = $(srcdir)/Makefile.in COPYING compile config.guess \
  381. config.sub depcomp install-sh missing test-driver
  382. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  383. distdir = $(PACKAGE)-$(VERSION)
  384. top_distdir = $(distdir)
  385. am__remove_distdir = \
  386. if test -d "$(distdir)"; then \
  387. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  388. && rm -rf "$(distdir)" \
  389. || { sleep 5 && rm -rf "$(distdir)"; }; \
  390. else :; fi
  391. am__post_remove_distdir = $(am__remove_distdir)
  392. GZIP_ENV = --best
  393. DIST_ARCHIVES = $(distdir).tar.bz2
  394. DIST_TARGETS = dist-bzip2
  395. distuninstallcheck_listfiles = find . -type f -print
  396. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  397. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  398. distcleancheck_listfiles = find . -type f -print
  399. ACLOCAL = @ACLOCAL@
  400. AMTAR = @AMTAR@
  401. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  402. AUTOCONF = @AUTOCONF@
  403. AUTOHEADER = @AUTOHEADER@
  404. AUTOMAKE = @AUTOMAKE@
  405. AWK = @AWK@
  406. CC = @CC@
  407. CCDEPMODE = @CCDEPMODE@
  408. CFLAGS = @CFLAGS@
  409. CPPFLAGS = @CPPFLAGS@
  410. CYGPATH_W = @CYGPATH_W@
  411. DEFS = @DEFS@
  412. DEPDIR = @DEPDIR@
  413. ECHO_C = @ECHO_C@
  414. ECHO_N = @ECHO_N@
  415. ECHO_T = @ECHO_T@
  416. EXEEXT = @EXEEXT@
  417. INSTALL = @INSTALL@
  418. INSTALL_DATA = @INSTALL_DATA@
  419. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  420. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  421. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  422. LDFLAGS = @LDFLAGS@
  423. LIBOBJS = @LIBOBJS@
  424. LIBS = @LIBS@
  425. LTLIBOBJS = @LTLIBOBJS@
  426. MAKEINFO = @MAKEINFO@
  427. MKDIR_P = @MKDIR_P@
  428. OBJEXT = @OBJEXT@
  429. PACKAGE = @PACKAGE@
  430. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  431. PACKAGE_NAME = @PACKAGE_NAME@
  432. PACKAGE_STRING = @PACKAGE_STRING@
  433. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  434. PACKAGE_URL = @PACKAGE_URL@
  435. PACKAGE_VERSION = @PACKAGE_VERSION@
  436. PATH_SEPARATOR = @PATH_SEPARATOR@
  437. PKG_CONFIG = @PKG_CONFIG@
  438. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  439. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  440. SD_ACTIVATE = @SD_ACTIVATE@
  441. SED = @SED@
  442. SET_MAKE = @SET_MAKE@
  443. SHELL = @SHELL@
  444. STRIP = @STRIP@
  445. TANG_CFLAGS = @TANG_CFLAGS@
  446. VERSION = @VERSION@
  447. abs_builddir = @abs_builddir@
  448. abs_srcdir = @abs_srcdir@
  449. abs_top_builddir = @abs_top_builddir@
  450. abs_top_srcdir = @abs_top_srcdir@
  451. ac_ct_CC = @ac_ct_CC@
  452. am__include = @am__include@
  453. am__leading_dot = @am__leading_dot@
  454. am__quote = @am__quote@
  455. am__tar = @am__tar@
  456. am__untar = @am__untar@
  457. bindir = @bindir@
  458. build = @build@
  459. build_alias = @build_alias@
  460. build_cpu = @build_cpu@
  461. build_os = @build_os@
  462. build_vendor = @build_vendor@
  463. builddir = @builddir@
  464. datadir = @datadir@
  465. datarootdir = @datarootdir@
  466. dl_LIBS = @dl_LIBS@
  467. docdir = @docdir@
  468. dvidir = @dvidir@
  469. exec_prefix = @exec_prefix@
  470. host = @host@
  471. host_alias = @host_alias@
  472. host_cpu = @host_cpu@
  473. host_os = @host_os@
  474. host_vendor = @host_vendor@
  475. htmldir = @htmldir@
  476. http_parser_LIBS = @http_parser_LIBS@
  477. includedir = @includedir@
  478. infodir = @infodir@
  479. install_sh = @install_sh@
  480. jose_CFLAGS = @jose_CFLAGS@
  481. jose_LIBS = @jose_LIBS@
  482. libdir = @libdir@
  483. libexecdir = @libexecdir@
  484. localedir = @localedir@
  485. localstatedir = @localstatedir@
  486. mandir = @mandir@
  487. mkdir_p = @mkdir_p@
  488. oldincludedir = @oldincludedir@
  489. pdfdir = @pdfdir@
  490. prefix = @prefix@
  491. program_transform_name = @program_transform_name@
  492. psdir = @psdir@
  493. sbindir = @sbindir@
  494. sharedstatedir = @sharedstatedir@
  495. srcdir = @srcdir@
  496. sysconfdir = @sysconfdir@
  497. systemd_CFLAGS = @systemd_CFLAGS@
  498. systemd_LIBS = @systemd_LIBS@
  499. systemdsystemunitdir = @systemdsystemunitdir@
  500. target = @target@
  501. target_alias = @target_alias@
  502. target_cpu = @target_cpu@
  503. target_os = @target_os@
  504. target_vendor = @target_vendor@
  505. top_build_prefix = @top_build_prefix@
  506. top_builddir = @top_builddir@
  507. top_srcdir = @top_srcdir@
  508. DISTCHECK_CONFIGURE_FLAGS = --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
  509. AM_CFLAGS = @TANG_CFLAGS@ @jose_CFLAGS@
  510. LDADD = @jose_LIBS@ @http_parser_LIBS@
  511. nagiosdir = $(libdir)/nagios/plugins
  512. cachedir = $(localstatedir)/cache/$(PACKAGE_NAME)
  513. jwkdir = $(localstatedir)/db/$(PACKAGE_NAME)
  514. nodist_systemdsystemunit_DATA = \
  515. units/tangd@.service \
  516. units/tangd.socket \
  517. units/tangd-update.path \
  518. units/tangd-update.service \
  519. units/tangd-keygen.service
  520. dist_libexec_SCRIPTS = src/tangd-update src/tangd-keygen
  521. man1_MANS = doc/tang-nagios.1
  522. man8_MANS = doc/tang.8
  523. src_tangd_SOURCES = src/http.c src/http.h src/tangd.c
  524. src_tang_SOURCES = src/nagios.c
  525. AM_TESTS_ENVIRONMENT = SD_ACTIVATE="@SD_ACTIVATE@" PATH=$(srcdir)/src:$(builddir)/src:$(PATH)
  526. TESTS = tests/adv tests/rec tests/nagios
  527. CLEANFILES = $(nodist_systemdsystemunit_DATA)
  528. EXTRA_DIST = \
  529. $(foreach unit,$(nodist_systemdsystemunit_DATA),$(unit).in) \
  530. COPYING \
  531. $(TESTS) \
  532. $(man1_MANS) \
  533. $(man8_MANS)
  534. all: all-am
  535. .SUFFIXES:
  536. .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
  537. am--refresh: Makefile
  538. @:
  539. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  540. @for dep in $?; do \
  541. case '$(am__configure_deps)' in \
  542. *$$dep*) \
  543. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  544. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  545. && exit 0; \
  546. exit 1;; \
  547. esac; \
  548. done; \
  549. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  550. $(am__cd) $(top_srcdir) && \
  551. $(AUTOMAKE) --foreign Makefile
  552. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  553. @case '$?' in \
  554. *config.status*) \
  555. echo ' $(SHELL) ./config.status'; \
  556. $(SHELL) ./config.status;; \
  557. *) \
  558. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  559. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  560. esac;
  561. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  562. $(SHELL) ./config.status --recheck
  563. $(top_srcdir)/configure: $(am__configure_deps)
  564. $(am__cd) $(srcdir) && $(AUTOCONF)
  565. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  566. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  567. $(am__aclocal_m4_deps):
  568. install-libexecPROGRAMS: $(libexec_PROGRAMS)
  569. @$(NORMAL_INSTALL)
  570. @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
  571. if test -n "$$list"; then \
  572. echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
  573. $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
  574. fi; \
  575. for p in $$list; do echo "$$p $$p"; done | \
  576. sed 's/$(EXEEXT)$$//' | \
  577. while read p p1; do if test -f $$p \
  578. ; then echo "$$p"; echo "$$p"; else :; fi; \
  579. done | \
  580. sed -e 'p;s,.*/,,;n;h' \
  581. -e 's|.*|.|' \
  582. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  583. sed 'N;N;N;s,\n, ,g' | \
  584. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  585. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  586. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  587. else { print "f", $$3 "/" $$4, $$1; } } \
  588. END { for (d in files) print "f", d, files[d] }' | \
  589. while read type dir files; do \
  590. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  591. test -z "$$files" || { \
  592. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
  593. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
  594. } \
  595. ; done
  596. uninstall-libexecPROGRAMS:
  597. @$(NORMAL_UNINSTALL)
  598. @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
  599. files=`for p in $$list; do echo "$$p"; done | \
  600. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  601. -e 's/$$/$(EXEEXT)/' \
  602. `; \
  603. test -n "$$list" || exit 0; \
  604. echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
  605. cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
  606. clean-libexecPROGRAMS:
  607. -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
  608. install-nagiosPROGRAMS: $(nagios_PROGRAMS)
  609. @$(NORMAL_INSTALL)
  610. @list='$(nagios_PROGRAMS)'; test -n "$(nagiosdir)" || list=; \
  611. if test -n "$$list"; then \
  612. echo " $(MKDIR_P) '$(DESTDIR)$(nagiosdir)'"; \
  613. $(MKDIR_P) "$(DESTDIR)$(nagiosdir)" || exit 1; \
  614. fi; \
  615. for p in $$list; do echo "$$p $$p"; done | \
  616. sed 's/$(EXEEXT)$$//' | \
  617. while read p p1; do if test -f $$p \
  618. ; then echo "$$p"; echo "$$p"; else :; fi; \
  619. done | \
  620. sed -e 'p;s,.*/,,;n;h' \
  621. -e 's|.*|.|' \
  622. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  623. sed 'N;N;N;s,\n, ,g' | \
  624. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  625. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  626. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  627. else { print "f", $$3 "/" $$4, $$1; } } \
  628. END { for (d in files) print "f", d, files[d] }' | \
  629. while read type dir files; do \
  630. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  631. test -z "$$files" || { \
  632. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(nagiosdir)$$dir'"; \
  633. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(nagiosdir)$$dir" || exit $$?; \
  634. } \
  635. ; done
  636. uninstall-nagiosPROGRAMS:
  637. @$(NORMAL_UNINSTALL)
  638. @list='$(nagios_PROGRAMS)'; test -n "$(nagiosdir)" || list=; \
  639. files=`for p in $$list; do echo "$$p"; done | \
  640. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  641. -e 's/$$/$(EXEEXT)/' \
  642. `; \
  643. test -n "$$list" || exit 0; \
  644. echo " ( cd '$(DESTDIR)$(nagiosdir)' && rm -f" $$files ")"; \
  645. cd "$(DESTDIR)$(nagiosdir)" && rm -f $$files
  646. clean-nagiosPROGRAMS:
  647. -test -z "$(nagios_PROGRAMS)" || rm -f $(nagios_PROGRAMS)
  648. src/$(am__dirstamp):
  649. @$(MKDIR_P) src
  650. @: > src/$(am__dirstamp)
  651. src/$(DEPDIR)/$(am__dirstamp):
  652. @$(MKDIR_P) src/$(DEPDIR)
  653. @: > src/$(DEPDIR)/$(am__dirstamp)
  654. src/nagios.$(OBJEXT): src/$(am__dirstamp) \
  655. src/$(DEPDIR)/$(am__dirstamp)
  656. src/tang$(EXEEXT): $(src_tang_OBJECTS) $(src_tang_DEPENDENCIES) $(EXTRA_src_tang_DEPENDENCIES) src/$(am__dirstamp)
  657. @rm -f src/tang$(EXEEXT)
  658. $(AM_V_CCLD)$(LINK) $(src_tang_OBJECTS) $(src_tang_LDADD) $(LIBS)
  659. src/http.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
  660. src/tangd.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
  661. src/tangd$(EXEEXT): $(src_tangd_OBJECTS) $(src_tangd_DEPENDENCIES) $(EXTRA_src_tangd_DEPENDENCIES) src/$(am__dirstamp)
  662. @rm -f src/tangd$(EXEEXT)
  663. $(AM_V_CCLD)$(LINK) $(src_tangd_OBJECTS) $(src_tangd_LDADD) $(LIBS)
  664. install-dist_libexecSCRIPTS: $(dist_libexec_SCRIPTS)
  665. @$(NORMAL_INSTALL)
  666. @list='$(dist_libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
  667. if test -n "$$list"; then \
  668. echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
  669. $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
  670. fi; \
  671. for p in $$list; do \
  672. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  673. if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
  674. done | \
  675. sed -e 'p;s,.*/,,;n' \
  676. -e 'h;s|.*|.|' \
  677. -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
  678. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
  679. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  680. if ($$2 == $$4) { files[d] = files[d] " " $$1; \
  681. if (++n[d] == $(am__install_max)) { \
  682. print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
  683. else { print "f", d "/" $$4, $$1 } } \
  684. END { for (d in files) print "f", d, files[d] }' | \
  685. while read type dir files; do \
  686. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  687. test -z "$$files" || { \
  688. echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
  689. $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
  690. } \
  691. ; done
  692. uninstall-dist_libexecSCRIPTS:
  693. @$(NORMAL_UNINSTALL)
  694. @list='$(dist_libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
  695. files=`for p in $$list; do echo "$$p"; done | \
  696. sed -e 's,.*/,,;$(transform)'`; \
  697. dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
  698. mostlyclean-compile:
  699. -rm -f *.$(OBJEXT)
  700. -rm -f src/*.$(OBJEXT)
  701. distclean-compile:
  702. -rm -f *.tab.c
  703. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/http.Po@am__quote@
  704. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/nagios.Po@am__quote@
  705. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/tangd.Po@am__quote@
  706. .c.o:
  707. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  708. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  709. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  710. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  711. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  712. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  713. .c.obj:
  714. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  715. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  716. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  717. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  718. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  719. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  720. install-man1: $(man1_MANS)
  721. @$(NORMAL_INSTALL)
  722. @list1='$(man1_MANS)'; \
  723. list2=''; \
  724. test -n "$(man1dir)" \
  725. && test -n "`echo $$list1$$list2`" \
  726. || exit 0; \
  727. echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
  728. $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
  729. { for i in $$list1; do echo "$$i"; done; \
  730. if test -n "$$list2"; then \
  731. for i in $$list2; do echo "$$i"; done \
  732. | sed -n '/\.1[a-z]*$$/p'; \
  733. fi; \
  734. } | while read p; do \
  735. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  736. echo "$$d$$p"; echo "$$p"; \
  737. done | \
  738. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  739. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  740. sed 'N;N;s,\n, ,g' | { \
  741. list=; while read file base inst; do \
  742. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  743. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  744. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  745. fi; \
  746. done; \
  747. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  748. while read files; do \
  749. test -z "$$files" || { \
  750. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  751. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  752. done; }
  753. uninstall-man1:
  754. @$(NORMAL_UNINSTALL)
  755. @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
  756. files=`{ for i in $$list; do echo "$$i"; done; \
  757. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  758. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  759. dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  760. install-man8: $(man8_MANS)
  761. @$(NORMAL_INSTALL)
  762. @list1='$(man8_MANS)'; \
  763. list2=''; \
  764. test -n "$(man8dir)" \
  765. && test -n "`echo $$list1$$list2`" \
  766. || exit 0; \
  767. echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
  768. $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
  769. { for i in $$list1; do echo "$$i"; done; \
  770. if test -n "$$list2"; then \
  771. for i in $$list2; do echo "$$i"; done \
  772. | sed -n '/\.8[a-z]*$$/p'; \
  773. fi; \
  774. } | while read p; do \
  775. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  776. echo "$$d$$p"; echo "$$p"; \
  777. done | \
  778. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  779. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  780. sed 'N;N;s,\n, ,g' | { \
  781. list=; while read file base inst; do \
  782. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  783. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
  784. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
  785. fi; \
  786. done; \
  787. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  788. while read files; do \
  789. test -z "$$files" || { \
  790. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
  791. $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
  792. done; }
  793. uninstall-man8:
  794. @$(NORMAL_UNINSTALL)
  795. @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
  796. files=`{ for i in $$list; do echo "$$i"; done; \
  797. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  798. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  799. dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
  800. install-nodist_systemdsystemunitDATA: $(nodist_systemdsystemunit_DATA)
  801. @$(NORMAL_INSTALL)
  802. @list='$(nodist_systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
  803. if test -n "$$list"; then \
  804. echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
  805. $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
  806. fi; \
  807. for p in $$list; do \
  808. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  809. echo "$$d$$p"; \
  810. done | $(am__base_list) | \
  811. while read files; do \
  812. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
  813. $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
  814. done
  815. uninstall-nodist_systemdsystemunitDATA:
  816. @$(NORMAL_UNINSTALL)
  817. @list='$(nodist_systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
  818. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  819. dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
  820. ID: $(am__tagged_files)
  821. $(am__define_uniq_tagged_files); mkid -fID $$unique
  822. tags: tags-am
  823. TAGS: tags
  824. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  825. set x; \
  826. here=`pwd`; \
  827. $(am__define_uniq_tagged_files); \
  828. shift; \
  829. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  830. test -n "$$unique" || unique=$$empty_fix; \
  831. if test $$# -gt 0; then \
  832. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  833. "$$@" $$unique; \
  834. else \
  835. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  836. $$unique; \
  837. fi; \
  838. fi
  839. ctags: ctags-am
  840. CTAGS: ctags
  841. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  842. $(am__define_uniq_tagged_files); \
  843. test -z "$(CTAGS_ARGS)$$unique" \
  844. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  845. $$unique
  846. GTAGS:
  847. here=`$(am__cd) $(top_builddir) && pwd` \
  848. && $(am__cd) $(top_srcdir) \
  849. && gtags -i $(GTAGS_ARGS) "$$here"
  850. cscope: cscope.files
  851. test ! -s cscope.files \
  852. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  853. clean-cscope:
  854. -rm -f cscope.files
  855. cscope.files: clean-cscope cscopelist
  856. cscopelist: cscopelist-am
  857. cscopelist-am: $(am__tagged_files)
  858. list='$(am__tagged_files)'; \
  859. case "$(srcdir)" in \
  860. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  861. *) sdir=$(subdir)/$(srcdir) ;; \
  862. esac; \
  863. for i in $$list; do \
  864. if test -f "$$i"; then \
  865. echo "$(subdir)/$$i"; \
  866. else \
  867. echo "$$sdir/$$i"; \
  868. fi; \
  869. done >> $(top_builddir)/cscope.files
  870. distclean-tags:
  871. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  872. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  873. # Recover from deleted '.trs' file; this should ensure that
  874. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  875. # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
  876. # to avoid problems with "make -n".
  877. .log.trs:
  878. rm -f $< $@
  879. $(MAKE) $(AM_MAKEFLAGS) $<
  880. # Leading 'am--fnord' is there to ensure the list of targets does not
  881. # expand to empty, as could happen e.g. with make check TESTS=''.
  882. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  883. am--force-recheck:
  884. @:
  885. $(TEST_SUITE_LOG): $(TEST_LOGS)
  886. @$(am__set_TESTS_bases); \
  887. am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  888. redo_bases=`for i in $$bases; do \
  889. am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  890. done`; \
  891. if test -n "$$redo_bases"; then \
  892. redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  893. redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  894. if $(am__make_dryrun); then :; else \
  895. rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  896. fi; \
  897. fi; \
  898. if test -n "$$am__remaking_logs"; then \
  899. echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  900. "recursion detected" >&2; \
  901. elif test -n "$$redo_logs"; then \
  902. am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  903. fi; \
  904. if $(am__make_dryrun); then :; else \
  905. st=0; \
  906. errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  907. for i in $$redo_bases; do \
  908. test -f $$i.trs && test -r $$i.trs \
  909. || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  910. test -f $$i.log && test -r $$i.log \
  911. || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  912. done; \
  913. test $$st -eq 0 || exit 1; \
  914. fi
  915. @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  916. ws='[ ]'; \
  917. results=`for b in $$bases; do echo $$b.trs; done`; \
  918. test -n "$$results" || results=/dev/null; \
  919. all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
  920. pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
  921. fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
  922. skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
  923. xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  924. xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  925. error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  926. if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  927. success=true; \
  928. else \
  929. success=false; \
  930. fi; \
  931. br='==================='; br=$$br$$br$$br$$br; \
  932. result_count () \
  933. { \
  934. if test x"$$1" = x"--maybe-color"; then \
  935. maybe_colorize=yes; \
  936. elif test x"$$1" = x"--no-color"; then \
  937. maybe_colorize=no; \
  938. else \
  939. echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  940. fi; \
  941. shift; \
  942. desc=$$1 count=$$2; \
  943. if test $$maybe_colorize = yes && test $$count -gt 0; then \
  944. color_start=$$3 color_end=$$std; \
  945. else \
  946. color_start= color_end=; \
  947. fi; \
  948. echo "$${color_start}# $$desc $$count$${color_end}"; \
  949. }; \
  950. create_testsuite_report () \
  951. { \
  952. result_count $$1 "TOTAL:" $$all "$$brg"; \
  953. result_count $$1 "PASS: " $$pass "$$grn"; \
  954. result_count $$1 "SKIP: " $$skip "$$blu"; \
  955. result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  956. result_count $$1 "FAIL: " $$fail "$$red"; \
  957. result_count $$1 "XPASS:" $$xpass "$$red"; \
  958. result_count $$1 "ERROR:" $$error "$$mgn"; \
  959. }; \
  960. { \
  961. echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
  962. $(am__rst_title); \
  963. create_testsuite_report --no-color; \
  964. echo; \
  965. echo ".. contents:: :depth: 2"; \
  966. echo; \
  967. for b in $$bases; do echo $$b; done \
  968. | $(am__create_global_log); \
  969. } >$(TEST_SUITE_LOG).tmp || exit 1; \
  970. mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
  971. if $$success; then \
  972. col="$$grn"; \
  973. else \
  974. col="$$red"; \
  975. test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
  976. fi; \
  977. echo "$${col}$$br$${std}"; \
  978. echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
  979. echo "$${col}$$br$${std}"; \
  980. create_testsuite_report --maybe-color; \
  981. echo "$$col$$br$$std"; \
  982. if $$success; then :; else \
  983. echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
  984. if test -n "$(PACKAGE_BUGREPORT)"; then \
  985. echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
  986. fi; \
  987. echo "$$col$$br$$std"; \
  988. fi; \
  989. $$success || exit 1
  990. check-TESTS:
  991. @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
  992. @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
  993. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  994. @set +e; $(am__set_TESTS_bases); \
  995. log_list=`for i in $$bases; do echo $$i.log; done`; \
  996. trs_list=`for i in $$bases; do echo $$i.trs; done`; \
  997. log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
  998. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  999. exit $$?;
  1000. recheck: all
  1001. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1002. @set +e; $(am__set_TESTS_bases); \
  1003. bases=`for i in $$bases; do echo $$i; done \
  1004. | $(am__list_recheck_tests)` || exit 1; \
  1005. log_list=`for i in $$bases; do echo $$i.log; done`; \
  1006. log_list=`echo $$log_list`; \
  1007. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  1008. am__force_recheck=am--force-recheck \
  1009. TEST_LOGS="$$log_list"; \
  1010. exit $$?
  1011. tests/adv.log: tests/adv
  1012. @p='tests/adv'; \
  1013. b='tests/adv'; \
  1014. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1015. --log-file $$b.log --trs-file $$b.trs \
  1016. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1017. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1018. tests/rec.log: tests/rec
  1019. @p='tests/rec'; \
  1020. b='tests/rec'; \
  1021. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1022. --log-file $$b.log --trs-file $$b.trs \
  1023. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1024. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1025. tests/nagios.log: tests/nagios
  1026. @p='tests/nagios'; \
  1027. b='tests/nagios'; \
  1028. $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1029. --log-file $$b.log --trs-file $$b.trs \
  1030. $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1031. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1032. .test.log:
  1033. @p='$<'; \
  1034. $(am__set_b); \
  1035. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1036. --log-file $$b.log --trs-file $$b.trs \
  1037. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1038. "$$tst" $(AM_TESTS_FD_REDIRECT)
  1039. @am__EXEEXT_TRUE@.test$(EXEEXT).log:
  1040. @am__EXEEXT_TRUE@ @p='$<'; \
  1041. @am__EXEEXT_TRUE@ $(am__set_b); \
  1042. @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1043. @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
  1044. @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1045. @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
  1046. distdir: $(DISTFILES)
  1047. $(am__remove_distdir)
  1048. test -d "$(distdir)" || mkdir "$(distdir)"
  1049. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1050. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1051. list='$(DISTFILES)'; \
  1052. dist_files=`for file in $$list; do echo $$file; done | \
  1053. sed -e "s|^$$srcdirstrip/||;t" \
  1054. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  1055. case $$dist_files in \
  1056. */*) $(MKDIR_P) `echo "$$dist_files" | \
  1057. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  1058. sort -u` ;; \
  1059. esac; \
  1060. for file in $$dist_files; do \
  1061. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1062. if test -d $$d/$$file; then \
  1063. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1064. if test -d "$(distdir)/$$file"; then \
  1065. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1066. fi; \
  1067. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1068. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1069. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1070. fi; \
  1071. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1072. else \
  1073. test -f "$(distdir)/$$file" \
  1074. || cp -p $$d/$$file "$(distdir)/$$file" \
  1075. || exit 1; \
  1076. fi; \
  1077. done
  1078. -test -n "$(am__skip_mode_fix)" \
  1079. || find "$(distdir)" -type d ! -perm -755 \
  1080. -exec chmod u+rwx,go+rx {} \; -o \
  1081. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  1082. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  1083. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  1084. || chmod -R a+r "$(distdir)"
  1085. dist-gzip: distdir
  1086. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  1087. $(am__post_remove_distdir)
  1088. dist-bzip2: distdir
  1089. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  1090. $(am__post_remove_distdir)
  1091. dist-lzip: distdir
  1092. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  1093. $(am__post_remove_distdir)
  1094. dist-xz: distdir
  1095. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  1096. $(am__post_remove_distdir)
  1097. dist-tarZ: distdir
  1098. @echo WARNING: "Support for distribution archives compressed with" \
  1099. "legacy program 'compress' is deprecated." >&2
  1100. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  1101. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  1102. $(am__post_remove_distdir)
  1103. dist-shar: distdir
  1104. @echo WARNING: "Support for shar distribution archives is" \
  1105. "deprecated." >&2
  1106. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  1107. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  1108. $(am__post_remove_distdir)
  1109. dist-zip: distdir
  1110. -rm -f $(distdir).zip
  1111. zip -rq $(distdir).zip $(distdir)
  1112. $(am__post_remove_distdir)
  1113. dist dist-all:
  1114. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  1115. $(am__post_remove_distdir)
  1116. # This target untars the dist file and tries a VPATH configuration. Then
  1117. # it guarantees that the distribution is self-contained by making another
  1118. # tarfile.
  1119. distcheck: dist
  1120. case '$(DIST_ARCHIVES)' in \
  1121. *.tar.gz*) \
  1122. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  1123. *.tar.bz2*) \
  1124. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  1125. *.tar.lz*) \
  1126. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  1127. *.tar.xz*) \
  1128. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  1129. *.tar.Z*) \
  1130. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  1131. *.shar.gz*) \
  1132. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  1133. *.zip*) \
  1134. unzip $(distdir).zip ;;\
  1135. esac
  1136. chmod -R a-w $(distdir)
  1137. chmod u+w $(distdir)
  1138. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  1139. chmod a-w $(distdir)
  1140. test -d $(distdir)/_build || exit 0; \
  1141. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  1142. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  1143. && am__cwd=`pwd` \
  1144. && $(am__cd) $(distdir)/_build/sub \
  1145. && ../../configure \
  1146. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  1147. $(DISTCHECK_CONFIGURE_FLAGS) \
  1148. --srcdir=../.. --prefix="$$dc_install_base" \
  1149. && $(MAKE) $(AM_MAKEFLAGS) \
  1150. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  1151. && $(MAKE) $(AM_MAKEFLAGS) check \
  1152. && $(MAKE) $(AM_MAKEFLAGS) install \
  1153. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  1154. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  1155. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  1156. distuninstallcheck \
  1157. && chmod -R a-w "$$dc_install_base" \
  1158. && ({ \
  1159. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  1160. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  1161. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  1162. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  1163. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  1164. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  1165. && rm -rf "$$dc_destdir" \
  1166. && $(MAKE) $(AM_MAKEFLAGS) dist \
  1167. && rm -rf $(DIST_ARCHIVES) \
  1168. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  1169. && cd "$$am__cwd" \
  1170. || exit 1
  1171. $(am__post_remove_distdir)
  1172. @(echo "$(distdir) archives ready for distribution: "; \
  1173. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1174. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  1175. distuninstallcheck:
  1176. @test -n '$(distuninstallcheck_dir)' || { \
  1177. echo 'ERROR: trying to run $@ with an empty' \
  1178. '$$(distuninstallcheck_dir)' >&2; \
  1179. exit 1; \
  1180. }; \
  1181. $(am__cd) '$(distuninstallcheck_dir)' || { \
  1182. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  1183. exit 1; \
  1184. }; \
  1185. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  1186. || { echo "ERROR: files left after uninstall:" ; \
  1187. if test -n "$(DESTDIR)"; then \
  1188. echo " (check DESTDIR support)"; \
  1189. fi ; \
  1190. $(distuninstallcheck_listfiles) ; \
  1191. exit 1; } >&2
  1192. distcleancheck: distclean
  1193. @if test '$(srcdir)' = . ; then \
  1194. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  1195. exit 1 ; \
  1196. fi
  1197. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  1198. || { echo "ERROR: files left in build directory after distclean:" ; \
  1199. $(distcleancheck_listfiles) ; \
  1200. exit 1; } >&2
  1201. check-am: all-am
  1202. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  1203. check: check-am
  1204. all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA)
  1205. installdirs:
  1206. for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(nagiosdir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
  1207. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  1208. done
  1209. install: install-am
  1210. install-exec: install-exec-am
  1211. install-data: install-data-am
  1212. uninstall: uninstall-am
  1213. install-am: all-am
  1214. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1215. installcheck: installcheck-am
  1216. install-strip:
  1217. if test -z '$(STRIP)'; then \
  1218. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1219. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1220. install; \
  1221. else \
  1222. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1223. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1224. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1225. fi
  1226. mostlyclean-generic:
  1227. -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
  1228. -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
  1229. -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1230. clean-generic:
  1231. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  1232. distclean-generic:
  1233. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1234. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1235. -rm -f src/$(DEPDIR)/$(am__dirstamp)
  1236. -rm -f src/$(am__dirstamp)
  1237. maintainer-clean-generic:
  1238. @echo "This command is intended for maintainers to use"
  1239. @echo "it deletes files that may require special tools to rebuild."
  1240. clean: clean-am
  1241. clean-am: clean-generic clean-libexecPROGRAMS clean-nagiosPROGRAMS \
  1242. mostlyclean-am
  1243. distclean: distclean-am
  1244. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1245. -rm -rf src/$(DEPDIR)
  1246. -rm -f Makefile
  1247. distclean-am: clean-am distclean-compile distclean-generic \
  1248. distclean-tags
  1249. dvi: dvi-am
  1250. dvi-am:
  1251. html: html-am
  1252. html-am:
  1253. info: info-am
  1254. info-am:
  1255. install-data-am: install-man install-nagiosPROGRAMS \
  1256. install-nodist_systemdsystemunitDATA
  1257. install-dvi: install-dvi-am
  1258. install-dvi-am:
  1259. install-exec-am: install-dist_libexecSCRIPTS install-libexecPROGRAMS
  1260. install-html: install-html-am
  1261. install-html-am:
  1262. install-info: install-info-am
  1263. install-info-am:
  1264. install-man: install-man1 install-man8
  1265. install-pdf: install-pdf-am
  1266. install-pdf-am:
  1267. install-ps: install-ps-am
  1268. install-ps-am:
  1269. installcheck-am:
  1270. maintainer-clean: maintainer-clean-am
  1271. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1272. -rm -rf $(top_srcdir)/autom4te.cache
  1273. -rm -rf src/$(DEPDIR)
  1274. -rm -f Makefile
  1275. maintainer-clean-am: distclean-am maintainer-clean-generic
  1276. mostlyclean: mostlyclean-am
  1277. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  1278. pdf: pdf-am
  1279. pdf-am:
  1280. ps: ps-am
  1281. ps-am:
  1282. uninstall-am: uninstall-dist_libexecSCRIPTS uninstall-libexecPROGRAMS \
  1283. uninstall-man uninstall-nagiosPROGRAMS \
  1284. uninstall-nodist_systemdsystemunitDATA
  1285. uninstall-man: uninstall-man1 uninstall-man8
  1286. .MAKE: check-am install-am install-strip
  1287. .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
  1288. check-am clean clean-cscope clean-generic \
  1289. clean-libexecPROGRAMS clean-nagiosPROGRAMS cscope \
  1290. cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
  1291. dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
  1292. distcheck distclean distclean-compile distclean-generic \
  1293. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  1294. dvi-am html html-am info info-am install install-am \
  1295. install-data install-data-am install-dist_libexecSCRIPTS \
  1296. install-dvi install-dvi-am install-exec install-exec-am \
  1297. install-html install-html-am install-info install-info-am \
  1298. install-libexecPROGRAMS install-man install-man1 install-man8 \
  1299. install-nagiosPROGRAMS install-nodist_systemdsystemunitDATA \
  1300. install-pdf install-pdf-am install-ps install-ps-am \
  1301. install-strip installcheck installcheck-am installdirs \
  1302. maintainer-clean maintainer-clean-generic mostlyclean \
  1303. mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
  1304. recheck tags tags-am uninstall uninstall-am \
  1305. uninstall-dist_libexecSCRIPTS uninstall-libexecPROGRAMS \
  1306. uninstall-man uninstall-man1 uninstall-man8 \
  1307. uninstall-nagiosPROGRAMS \
  1308. uninstall-nodist_systemdsystemunitDATA
  1309. .PRECIOUS: Makefile
  1310. %: %.in
  1311. $(AM_V_GEN)mkdir -p "`dirname "$@"`"
  1312. $(AM_V_GEN)$(SED) \
  1313. -e 's,@libexecdir\@,$(libexecdir),g' \
  1314. -e 's,@jwkdir\@,$(jwkdir),g' \
  1315. -e 's,@cachedir\@,$(cachedir),g' \
  1316. $(srcdir)/$@.in > $@
  1317. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1318. # Otherwise a system limit (for SysV at least) may be exceeded.
  1319. .NOEXPORT: