Makefile.in 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 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. sbin_PROGRAMS = logrotate$(EXEEXT)
  87. subdir = .
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  90. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  91. $(ACLOCAL_M4)
  92. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  93. $(am__configure_deps) $(dist_noinst_DATA) $(am__DIST_COMMON)
  94. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  95. configure.lineno config.status.lineno
  96. mkinstalldirs = $(install_sh) -d
  97. CONFIG_HEADER = config.h
  98. CONFIG_CLEAN_FILES = logrotate.8 logrotate.spec
  99. CONFIG_CLEAN_VPATH_FILES =
  100. am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" \
  101. "$(DESTDIR)$(man8dir)"
  102. PROGRAMS = $(sbin_PROGRAMS)
  103. am_logrotate_OBJECTS = config.$(OBJEXT) log.$(OBJEXT) \
  104. logrotate.$(OBJEXT)
  105. logrotate_OBJECTS = $(am_logrotate_OBJECTS)
  106. logrotate_LDADD = $(LDADD)
  107. AM_V_P = $(am__v_P_@AM_V@)
  108. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  109. am__v_P_0 = false
  110. am__v_P_1 = :
  111. AM_V_GEN = $(am__v_GEN_@AM_V@)
  112. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  113. am__v_GEN_0 = @echo " GEN " $@;
  114. am__v_GEN_1 =
  115. AM_V_at = $(am__v_at_@AM_V@)
  116. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  117. am__v_at_0 = @
  118. am__v_at_1 =
  119. DEFAULT_INCLUDES = -I.@am__isrc@
  120. depcomp = $(SHELL) $(top_srcdir)/depcomp
  121. am__depfiles_maybe = depfiles
  122. am__mv = mv -f
  123. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  124. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  125. AM_V_CC = $(am__v_CC_@AM_V@)
  126. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  127. am__v_CC_0 = @echo " CC " $@;
  128. am__v_CC_1 =
  129. CCLD = $(CC)
  130. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  131. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  132. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  133. am__v_CCLD_0 = @echo " CCLD " $@;
  134. am__v_CCLD_1 =
  135. SOURCES = $(logrotate_SOURCES)
  136. DIST_SOURCES = $(logrotate_SOURCES)
  137. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  138. ctags-recursive dvi-recursive html-recursive info-recursive \
  139. install-data-recursive install-dvi-recursive \
  140. install-exec-recursive install-html-recursive \
  141. install-info-recursive install-pdf-recursive \
  142. install-ps-recursive install-recursive installcheck-recursive \
  143. installdirs-recursive pdf-recursive ps-recursive \
  144. tags-recursive uninstall-recursive
  145. am__can_run_installinfo = \
  146. case $$AM_UPDATE_INFO_DIR in \
  147. n|no|NO) false;; \
  148. *) (install-info --version) >/dev/null 2>&1;; \
  149. esac
  150. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  151. am__vpath_adj = case $$p in \
  152. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  153. *) f=$$p;; \
  154. esac;
  155. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  156. am__install_max = 40
  157. am__nobase_strip_setup = \
  158. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  159. am__nobase_strip = \
  160. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  161. am__nobase_list = $(am__nobase_strip_setup); \
  162. for p in $$list; do echo "$$p $$p"; done | \
  163. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  164. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  165. if (++n[$$2] == $(am__install_max)) \
  166. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  167. END { for (dir in files) print dir, files[dir] }'
  168. am__base_list = \
  169. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  170. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  171. am__uninstall_files_from_dir = { \
  172. test -z "$$files" \
  173. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  174. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  175. $(am__cd) "$$dir" && rm -f $$files; }; \
  176. }
  177. man5dir = $(mandir)/man5
  178. man8dir = $(mandir)/man8
  179. NROFF = nroff
  180. MANS = $(dist_man_MANS)
  181. DATA = $(dist_noinst_DATA)
  182. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  183. distclean-recursive maintainer-clean-recursive
  184. am__recursive_targets = \
  185. $(RECURSIVE_TARGETS) \
  186. $(RECURSIVE_CLEAN_TARGETS) \
  187. $(am__extra_recursive_targets)
  188. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  189. cscope distdir dist dist-all distcheck
  190. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  191. $(LISP)config.h.in
  192. # Read a list of newline-separated strings from the standard input,
  193. # and print each of them once, without duplicates. Input order is
  194. # *not* preserved.
  195. am__uniquify_input = $(AWK) '\
  196. BEGIN { nonempty = 0; } \
  197. { items[$$0] = 1; nonempty = 1; } \
  198. END { if (nonempty) { for (i in items) print i; }; } \
  199. '
  200. # Make sure the list of sources is unique. This is necessary because,
  201. # e.g., the same source file might be shared among _SOURCES variables
  202. # for different programs/libraries.
  203. am__define_uniq_tagged_files = \
  204. list='$(am__tagged_files)'; \
  205. unique=`for i in $$list; do \
  206. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  207. done | $(am__uniquify_input)`
  208. ETAGS = etags
  209. CTAGS = ctags
  210. CSCOPE = cscope
  211. DIST_SUBDIRS = $(SUBDIRS)
  212. am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
  213. $(srcdir)/config.h.in $(srcdir)/logrotate.8.in \
  214. $(srcdir)/logrotate.spec.in COPYING INSTALL compile \
  215. config.guess config.sub depcomp install-sh missing
  216. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  217. distdir = $(PACKAGE)-$(VERSION)
  218. top_distdir = $(distdir)
  219. am__remove_distdir = \
  220. if test -d "$(distdir)"; then \
  221. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  222. && rm -rf "$(distdir)" \
  223. || { sleep 5 && rm -rf "$(distdir)"; }; \
  224. else :; fi
  225. am__post_remove_distdir = $(am__remove_distdir)
  226. am__relativize = \
  227. dir0=`pwd`; \
  228. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  229. sed_rest='s,^[^/]*/*,,'; \
  230. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  231. sed_butlast='s,/*[^/]*$$,,'; \
  232. while test -n "$$dir1"; do \
  233. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  234. if test "$$first" != "."; then \
  235. if test "$$first" = ".."; then \
  236. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  237. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  238. else \
  239. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  240. if test "$$first2" = "$$first"; then \
  241. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  242. else \
  243. dir2="../$$dir2"; \
  244. fi; \
  245. dir0="$$dir0"/"$$first"; \
  246. fi; \
  247. fi; \
  248. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  249. done; \
  250. reldir="$$dir2"
  251. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
  252. GZIP_ENV = --best
  253. DIST_TARGETS = dist-xz dist-gzip
  254. distuninstallcheck_listfiles = find . -type f -print
  255. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  256. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  257. distcleancheck_listfiles = find . -type f -print
  258. ACLOCAL = @ACLOCAL@
  259. AMTAR = @AMTAR@
  260. AM_CFLAGS = @AM_CFLAGS@
  261. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  262. AUTOCONF = @AUTOCONF@
  263. AUTOHEADER = @AUTOHEADER@
  264. AUTOMAKE = @AUTOMAKE@
  265. AWK = @AWK@
  266. CC = @CC@
  267. CCDEPMODE = @CCDEPMODE@
  268. CFLAGS = @CFLAGS@
  269. COMPRESS_COMMAND = @COMPRESS_COMMAND@
  270. COMPRESS_EXT = @COMPRESS_EXT@
  271. CPP = @CPP@
  272. CPPFLAGS = @CPPFLAGS@
  273. CYGPATH_W = @CYGPATH_W@
  274. DEFAULT_MAIL_COMMAND = @DEFAULT_MAIL_COMMAND@
  275. DEFS = @DEFS@
  276. DEPDIR = @DEPDIR@
  277. ECHO_C = @ECHO_C@
  278. ECHO_N = @ECHO_N@
  279. ECHO_T = @ECHO_T@
  280. EGREP = @EGREP@
  281. EXEEXT = @EXEEXT@
  282. GREP = @GREP@
  283. INSTALL = @INSTALL@
  284. INSTALL_DATA = @INSTALL_DATA@
  285. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  286. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  287. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  288. LDFLAGS = @LDFLAGS@
  289. LIBOBJS = @LIBOBJS@
  290. LIBS = @LIBS@
  291. LTLIBOBJS = @LTLIBOBJS@
  292. MAKEINFO = @MAKEINFO@
  293. MKDIR_P = @MKDIR_P@
  294. OBJEXT = @OBJEXT@
  295. PACKAGE = @PACKAGE@
  296. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  297. PACKAGE_NAME = @PACKAGE_NAME@
  298. PACKAGE_STRING = @PACKAGE_STRING@
  299. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  300. PACKAGE_URL = @PACKAGE_URL@
  301. PACKAGE_VERSION = @PACKAGE_VERSION@
  302. PATH_SEPARATOR = @PATH_SEPARATOR@
  303. ROOT_UID = @ROOT_UID@
  304. SET_MAKE = @SET_MAKE@
  305. SHELL = @SHELL@
  306. STATE_FILE_PATH = @STATE_FILE_PATH@
  307. STRIP = @STRIP@
  308. UNCOMPRESS_COMMAND = @UNCOMPRESS_COMMAND@
  309. VERSION = @VERSION@
  310. abs_builddir = @abs_builddir@
  311. abs_srcdir = @abs_srcdir@
  312. abs_top_builddir = @abs_top_builddir@
  313. abs_top_srcdir = @abs_top_srcdir@
  314. ac_ct_CC = @ac_ct_CC@
  315. am__include = @am__include@
  316. am__leading_dot = @am__leading_dot@
  317. am__quote = @am__quote@
  318. am__tar = @am__tar@
  319. am__untar = @am__untar@
  320. bindir = @bindir@
  321. build = @build@
  322. build_alias = @build_alias@
  323. build_cpu = @build_cpu@
  324. build_os = @build_os@
  325. build_vendor = @build_vendor@
  326. builddir = @builddir@
  327. datadir = @datadir@
  328. datarootdir = @datarootdir@
  329. docdir = @docdir@
  330. dvidir = @dvidir@
  331. exec_prefix = @exec_prefix@
  332. host = @host@
  333. host_alias = @host_alias@
  334. host_cpu = @host_cpu@
  335. host_os = @host_os@
  336. host_vendor = @host_vendor@
  337. htmldir = @htmldir@
  338. includedir = @includedir@
  339. infodir = @infodir@
  340. install_sh = @install_sh@
  341. libdir = @libdir@
  342. libexecdir = @libexecdir@
  343. localedir = @localedir@
  344. localstatedir = @localstatedir@
  345. mandir = @mandir@
  346. mkdir_p = @mkdir_p@
  347. oldincludedir = @oldincludedir@
  348. pdfdir = @pdfdir@
  349. prefix = @prefix@
  350. program_transform_name = @program_transform_name@
  351. psdir = @psdir@
  352. runstatedir = @runstatedir@
  353. sbindir = @sbindir@
  354. sharedstatedir = @sharedstatedir@
  355. srcdir = @srcdir@
  356. sysconfdir = @sysconfdir@
  357. target_alias = @target_alias@
  358. top_build_prefix = @top_build_prefix@
  359. top_builddir = @top_builddir@
  360. top_srcdir = @top_srcdir@
  361. #
  362. # This program is free software; you can redistribute it and/or modify
  363. # it under the terms of the GNU General Public License as published by
  364. # the Free Software Foundation, version 2 of the License.
  365. #
  366. # This program is distributed in the hope that it will be useful,
  367. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  368. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  369. # GNU General Public License for more details.
  370. #
  371. AM_CPPFLAGS = -include config.h
  372. logrotate_SOURCES = config.c log.c logrotate.c \
  373. log.h logrotate.h queue.h
  374. dist_man_MANS = logrotate.8 logrotate.conf.5
  375. dist_noinst_DATA = logrotate.spec
  376. # taken from build-aux/git-version-gen
  377. EXTRA_DIST = ChangeLog.md README.md autogen.sh build-aux examples \
  378. $(top_srcdir)/.version
  379. # the dot ensures that logrotate is built before it is tested
  380. SUBDIRS = . test
  381. BUILT_SOURCES = $(top_srcdir)/.version
  382. all: $(BUILT_SOURCES) config.h
  383. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  384. .SUFFIXES:
  385. .SUFFIXES: .c .o .obj
  386. am--refresh: Makefile
  387. @:
  388. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  389. @for dep in $?; do \
  390. case '$(am__configure_deps)' in \
  391. *$$dep*) \
  392. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  393. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  394. && exit 0; \
  395. exit 1;; \
  396. esac; \
  397. done; \
  398. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  399. $(am__cd) $(top_srcdir) && \
  400. $(AUTOMAKE) --foreign Makefile
  401. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  402. @case '$?' in \
  403. *config.status*) \
  404. echo ' $(SHELL) ./config.status'; \
  405. $(SHELL) ./config.status;; \
  406. *) \
  407. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  408. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  409. esac;
  410. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  411. $(SHELL) ./config.status --recheck
  412. $(top_srcdir)/configure: $(am__configure_deps)
  413. $(am__cd) $(srcdir) && $(AUTOCONF)
  414. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  415. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  416. $(am__aclocal_m4_deps):
  417. config.h: stamp-h1
  418. @test -f $@ || rm -f stamp-h1
  419. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  420. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  421. @rm -f stamp-h1
  422. cd $(top_builddir) && $(SHELL) ./config.status config.h
  423. $(srcdir)/config.h.in: $(am__configure_deps)
  424. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  425. rm -f stamp-h1
  426. touch $@
  427. distclean-hdr:
  428. -rm -f config.h stamp-h1
  429. logrotate.8: $(top_builddir)/config.status $(srcdir)/logrotate.8.in
  430. cd $(top_builddir) && $(SHELL) ./config.status $@
  431. logrotate.spec: $(top_builddir)/config.status $(srcdir)/logrotate.spec.in
  432. cd $(top_builddir) && $(SHELL) ./config.status $@
  433. install-sbinPROGRAMS: $(sbin_PROGRAMS)
  434. @$(NORMAL_INSTALL)
  435. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  436. if test -n "$$list"; then \
  437. echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
  438. $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
  439. fi; \
  440. for p in $$list; do echo "$$p $$p"; done | \
  441. sed 's/$(EXEEXT)$$//' | \
  442. while read p p1; do if test -f $$p \
  443. ; then echo "$$p"; echo "$$p"; else :; fi; \
  444. done | \
  445. sed -e 'p;s,.*/,,;n;h' \
  446. -e 's|.*|.|' \
  447. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  448. sed 'N;N;N;s,\n, ,g' | \
  449. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  450. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  451. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  452. else { print "f", $$3 "/" $$4, $$1; } } \
  453. END { for (d in files) print "f", d, files[d] }' | \
  454. while read type dir files; do \
  455. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  456. test -z "$$files" || { \
  457. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  458. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  459. } \
  460. ; done
  461. uninstall-sbinPROGRAMS:
  462. @$(NORMAL_UNINSTALL)
  463. @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  464. files=`for p in $$list; do echo "$$p"; done | \
  465. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  466. -e 's/$$/$(EXEEXT)/' \
  467. `; \
  468. test -n "$$list" || exit 0; \
  469. echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  470. cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  471. clean-sbinPROGRAMS:
  472. -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
  473. logrotate$(EXEEXT): $(logrotate_OBJECTS) $(logrotate_DEPENDENCIES) $(EXTRA_logrotate_DEPENDENCIES)
  474. @rm -f logrotate$(EXEEXT)
  475. $(AM_V_CCLD)$(LINK) $(logrotate_OBJECTS) $(logrotate_LDADD) $(LIBS)
  476. mostlyclean-compile:
  477. -rm -f *.$(OBJEXT)
  478. distclean-compile:
  479. -rm -f *.tab.c
  480. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
  481. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
  482. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logrotate.Po@am__quote@
  483. .c.o:
  484. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  485. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  486. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  487. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  488. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  489. .c.obj:
  490. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  491. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  492. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  493. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  494. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  495. install-man5: $(dist_man_MANS)
  496. @$(NORMAL_INSTALL)
  497. @list1=''; \
  498. list2='$(dist_man_MANS)'; \
  499. test -n "$(man5dir)" \
  500. && test -n "`echo $$list1$$list2`" \
  501. || exit 0; \
  502. echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
  503. $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
  504. { for i in $$list1; do echo "$$i"; done; \
  505. if test -n "$$list2"; then \
  506. for i in $$list2; do echo "$$i"; done \
  507. | sed -n '/\.5[a-z]*$$/p'; \
  508. fi; \
  509. } | while read p; do \
  510. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  511. echo "$$d$$p"; echo "$$p"; \
  512. done | \
  513. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
  514. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  515. sed 'N;N;s,\n, ,g' | { \
  516. list=; while read file base inst; do \
  517. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  518. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
  519. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
  520. fi; \
  521. done; \
  522. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  523. while read files; do \
  524. test -z "$$files" || { \
  525. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
  526. $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
  527. done; }
  528. uninstall-man5:
  529. @$(NORMAL_UNINSTALL)
  530. @list=''; test -n "$(man5dir)" || exit 0; \
  531. files=`{ for i in $$list; do echo "$$i"; done; \
  532. l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  533. sed -n '/\.5[a-z]*$$/p'; \
  534. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
  535. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  536. dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
  537. install-man8: $(dist_man_MANS)
  538. @$(NORMAL_INSTALL)
  539. @list1=''; \
  540. list2='$(dist_man_MANS)'; \
  541. test -n "$(man8dir)" \
  542. && test -n "`echo $$list1$$list2`" \
  543. || exit 0; \
  544. echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
  545. $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
  546. { for i in $$list1; do echo "$$i"; done; \
  547. if test -n "$$list2"; then \
  548. for i in $$list2; do echo "$$i"; done \
  549. | sed -n '/\.8[a-z]*$$/p'; \
  550. fi; \
  551. } | while read p; do \
  552. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  553. echo "$$d$$p"; echo "$$p"; \
  554. done | \
  555. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  556. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  557. sed 'N;N;s,\n, ,g' | { \
  558. list=; while read file base inst; do \
  559. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  560. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
  561. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
  562. fi; \
  563. done; \
  564. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  565. while read files; do \
  566. test -z "$$files" || { \
  567. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
  568. $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
  569. done; }
  570. uninstall-man8:
  571. @$(NORMAL_UNINSTALL)
  572. @list=''; test -n "$(man8dir)" || exit 0; \
  573. files=`{ for i in $$list; do echo "$$i"; done; \
  574. l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  575. sed -n '/\.8[a-z]*$$/p'; \
  576. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  577. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  578. dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
  579. # This directory's subdirectories are mostly independent; you can cd
  580. # into them and run 'make' without going through this Makefile.
  581. # To change the values of 'make' variables: instead of editing Makefiles,
  582. # (1) if the variable is set in 'config.status', edit 'config.status'
  583. # (which will cause the Makefiles to be regenerated when you run 'make');
  584. # (2) otherwise, pass the desired values on the 'make' command line.
  585. $(am__recursive_targets):
  586. @fail=; \
  587. if $(am__make_keepgoing); then \
  588. failcom='fail=yes'; \
  589. else \
  590. failcom='exit 1'; \
  591. fi; \
  592. dot_seen=no; \
  593. target=`echo $@ | sed s/-recursive//`; \
  594. case "$@" in \
  595. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  596. *) list='$(SUBDIRS)' ;; \
  597. esac; \
  598. for subdir in $$list; do \
  599. echo "Making $$target in $$subdir"; \
  600. if test "$$subdir" = "."; then \
  601. dot_seen=yes; \
  602. local_target="$$target-am"; \
  603. else \
  604. local_target="$$target"; \
  605. fi; \
  606. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  607. || eval $$failcom; \
  608. done; \
  609. if test "$$dot_seen" = "no"; then \
  610. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  611. fi; test -z "$$fail"
  612. ID: $(am__tagged_files)
  613. $(am__define_uniq_tagged_files); mkid -fID $$unique
  614. tags: tags-recursive
  615. TAGS: tags
  616. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  617. set x; \
  618. here=`pwd`; \
  619. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  620. include_option=--etags-include; \
  621. empty_fix=.; \
  622. else \
  623. include_option=--include; \
  624. empty_fix=; \
  625. fi; \
  626. list='$(SUBDIRS)'; for subdir in $$list; do \
  627. if test "$$subdir" = .; then :; else \
  628. test ! -f $$subdir/TAGS || \
  629. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  630. fi; \
  631. done; \
  632. $(am__define_uniq_tagged_files); \
  633. shift; \
  634. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  635. test -n "$$unique" || unique=$$empty_fix; \
  636. if test $$# -gt 0; then \
  637. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  638. "$$@" $$unique; \
  639. else \
  640. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  641. $$unique; \
  642. fi; \
  643. fi
  644. ctags: ctags-recursive
  645. CTAGS: ctags
  646. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  647. $(am__define_uniq_tagged_files); \
  648. test -z "$(CTAGS_ARGS)$$unique" \
  649. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  650. $$unique
  651. GTAGS:
  652. here=`$(am__cd) $(top_builddir) && pwd` \
  653. && $(am__cd) $(top_srcdir) \
  654. && gtags -i $(GTAGS_ARGS) "$$here"
  655. cscope: cscope.files
  656. test ! -s cscope.files \
  657. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  658. clean-cscope:
  659. -rm -f cscope.files
  660. cscope.files: clean-cscope cscopelist
  661. cscopelist: cscopelist-recursive
  662. cscopelist-am: $(am__tagged_files)
  663. list='$(am__tagged_files)'; \
  664. case "$(srcdir)" in \
  665. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  666. *) sdir=$(subdir)/$(srcdir) ;; \
  667. esac; \
  668. for i in $$list; do \
  669. if test -f "$$i"; then \
  670. echo "$(subdir)/$$i"; \
  671. else \
  672. echo "$$sdir/$$i"; \
  673. fi; \
  674. done >> $(top_builddir)/cscope.files
  675. distclean-tags:
  676. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  677. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  678. distdir: $(DISTFILES)
  679. $(am__remove_distdir)
  680. test -d "$(distdir)" || mkdir "$(distdir)"
  681. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  682. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  683. list='$(DISTFILES)'; \
  684. dist_files=`for file in $$list; do echo $$file; done | \
  685. sed -e "s|^$$srcdirstrip/||;t" \
  686. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  687. case $$dist_files in \
  688. */*) $(MKDIR_P) `echo "$$dist_files" | \
  689. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  690. sort -u` ;; \
  691. esac; \
  692. for file in $$dist_files; do \
  693. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  694. if test -d $$d/$$file; then \
  695. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  696. if test -d "$(distdir)/$$file"; then \
  697. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  698. fi; \
  699. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  700. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  701. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  702. fi; \
  703. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  704. else \
  705. test -f "$(distdir)/$$file" \
  706. || cp -p $$d/$$file "$(distdir)/$$file" \
  707. || exit 1; \
  708. fi; \
  709. done
  710. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  711. if test "$$subdir" = .; then :; else \
  712. $(am__make_dryrun) \
  713. || test -d "$(distdir)/$$subdir" \
  714. || $(MKDIR_P) "$(distdir)/$$subdir" \
  715. || exit 1; \
  716. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  717. $(am__relativize); \
  718. new_distdir=$$reldir; \
  719. dir1=$$subdir; dir2="$(top_distdir)"; \
  720. $(am__relativize); \
  721. new_top_distdir=$$reldir; \
  722. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  723. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  724. ($(am__cd) $$subdir && \
  725. $(MAKE) $(AM_MAKEFLAGS) \
  726. top_distdir="$$new_top_distdir" \
  727. distdir="$$new_distdir" \
  728. am__remove_distdir=: \
  729. am__skip_length_check=: \
  730. am__skip_mode_fix=: \
  731. distdir) \
  732. || exit 1; \
  733. fi; \
  734. done
  735. $(MAKE) $(AM_MAKEFLAGS) \
  736. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  737. dist-hook
  738. -test -n "$(am__skip_mode_fix)" \
  739. || find "$(distdir)" -type d ! -perm -755 \
  740. -exec chmod u+rwx,go+rx {} \; -o \
  741. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  742. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  743. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  744. || chmod -R a+r "$(distdir)"
  745. dist-gzip: distdir
  746. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  747. $(am__post_remove_distdir)
  748. dist-bzip2: distdir
  749. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  750. $(am__post_remove_distdir)
  751. dist-lzip: distdir
  752. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  753. $(am__post_remove_distdir)
  754. dist-xz: distdir
  755. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  756. $(am__post_remove_distdir)
  757. dist-tarZ: distdir
  758. @echo WARNING: "Support for distribution archives compressed with" \
  759. "legacy program 'compress' is deprecated." >&2
  760. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  761. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  762. $(am__post_remove_distdir)
  763. dist-shar: distdir
  764. @echo WARNING: "Support for shar distribution archives is" \
  765. "deprecated." >&2
  766. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  767. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  768. $(am__post_remove_distdir)
  769. dist-zip: distdir
  770. -rm -f $(distdir).zip
  771. zip -rq $(distdir).zip $(distdir)
  772. $(am__post_remove_distdir)
  773. dist dist-all:
  774. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  775. $(am__post_remove_distdir)
  776. # This target untars the dist file and tries a VPATH configuration. Then
  777. # it guarantees that the distribution is self-contained by making another
  778. # tarfile.
  779. distcheck: dist
  780. case '$(DIST_ARCHIVES)' in \
  781. *.tar.gz*) \
  782. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  783. *.tar.bz2*) \
  784. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  785. *.tar.lz*) \
  786. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  787. *.tar.xz*) \
  788. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  789. *.tar.Z*) \
  790. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  791. *.shar.gz*) \
  792. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  793. *.zip*) \
  794. unzip $(distdir).zip ;;\
  795. esac
  796. chmod -R a-w $(distdir)
  797. chmod u+w $(distdir)
  798. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  799. chmod a-w $(distdir)
  800. test -d $(distdir)/_build || exit 0; \
  801. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  802. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  803. && am__cwd=`pwd` \
  804. && $(am__cd) $(distdir)/_build/sub \
  805. && ../../configure \
  806. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  807. $(DISTCHECK_CONFIGURE_FLAGS) \
  808. --srcdir=../.. --prefix="$$dc_install_base" \
  809. && $(MAKE) $(AM_MAKEFLAGS) \
  810. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  811. && $(MAKE) $(AM_MAKEFLAGS) check \
  812. && $(MAKE) $(AM_MAKEFLAGS) install \
  813. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  814. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  815. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  816. distuninstallcheck \
  817. && chmod -R a-w "$$dc_install_base" \
  818. && ({ \
  819. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  820. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  821. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  822. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  823. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  824. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  825. && rm -rf "$$dc_destdir" \
  826. && $(MAKE) $(AM_MAKEFLAGS) dist \
  827. && rm -rf $(DIST_ARCHIVES) \
  828. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  829. && cd "$$am__cwd" \
  830. || exit 1
  831. $(am__post_remove_distdir)
  832. @(echo "$(distdir) archives ready for distribution: "; \
  833. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  834. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  835. distuninstallcheck:
  836. @test -n '$(distuninstallcheck_dir)' || { \
  837. echo 'ERROR: trying to run $@ with an empty' \
  838. '$$(distuninstallcheck_dir)' >&2; \
  839. exit 1; \
  840. }; \
  841. $(am__cd) '$(distuninstallcheck_dir)' || { \
  842. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  843. exit 1; \
  844. }; \
  845. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  846. || { echo "ERROR: files left after uninstall:" ; \
  847. if test -n "$(DESTDIR)"; then \
  848. echo " (check DESTDIR support)"; \
  849. fi ; \
  850. $(distuninstallcheck_listfiles) ; \
  851. exit 1; } >&2
  852. distcleancheck: distclean
  853. @if test '$(srcdir)' = . ; then \
  854. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  855. exit 1 ; \
  856. fi
  857. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  858. || { echo "ERROR: files left in build directory after distclean:" ; \
  859. $(distcleancheck_listfiles) ; \
  860. exit 1; } >&2
  861. check-am: all-am
  862. check: $(BUILT_SOURCES)
  863. $(MAKE) $(AM_MAKEFLAGS) check-recursive
  864. all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
  865. installdirs: installdirs-recursive
  866. installdirs-am:
  867. for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
  868. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  869. done
  870. install: $(BUILT_SOURCES)
  871. $(MAKE) $(AM_MAKEFLAGS) install-recursive
  872. install-exec: install-exec-recursive
  873. install-data: install-data-recursive
  874. uninstall: uninstall-recursive
  875. install-am: all-am
  876. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  877. installcheck: installcheck-recursive
  878. install-strip:
  879. if test -z '$(STRIP)'; then \
  880. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  881. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  882. install; \
  883. else \
  884. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  885. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  886. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  887. fi
  888. mostlyclean-generic:
  889. clean-generic:
  890. distclean-generic:
  891. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  892. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  893. maintainer-clean-generic:
  894. @echo "This command is intended for maintainers to use"
  895. @echo "it deletes files that may require special tools to rebuild."
  896. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  897. clean: clean-recursive
  898. clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
  899. distclean: distclean-recursive
  900. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  901. -rm -rf ./$(DEPDIR)
  902. -rm -f Makefile
  903. distclean-am: clean-am distclean-compile distclean-generic \
  904. distclean-hdr distclean-tags
  905. dvi: dvi-recursive
  906. dvi-am:
  907. html: html-recursive
  908. html-am:
  909. info: info-recursive
  910. info-am:
  911. install-data-am: install-man
  912. install-dvi: install-dvi-recursive
  913. install-dvi-am:
  914. install-exec-am: install-sbinPROGRAMS
  915. install-html: install-html-recursive
  916. install-html-am:
  917. install-info: install-info-recursive
  918. install-info-am:
  919. install-man: install-man5 install-man8
  920. install-pdf: install-pdf-recursive
  921. install-pdf-am:
  922. install-ps: install-ps-recursive
  923. install-ps-am:
  924. installcheck-am:
  925. maintainer-clean: maintainer-clean-recursive
  926. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  927. -rm -rf $(top_srcdir)/autom4te.cache
  928. -rm -rf ./$(DEPDIR)
  929. -rm -f Makefile
  930. maintainer-clean-am: distclean-am maintainer-clean-generic
  931. mostlyclean: mostlyclean-recursive
  932. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  933. pdf: pdf-recursive
  934. pdf-am:
  935. ps: ps-recursive
  936. ps-am:
  937. uninstall-am: uninstall-man uninstall-sbinPROGRAMS
  938. uninstall-man: uninstall-man5 uninstall-man8
  939. .MAKE: $(am__recursive_targets) all check install install-am \
  940. install-strip
  941. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  942. am--refresh check check-am clean clean-cscope clean-generic \
  943. clean-sbinPROGRAMS cscope cscopelist-am ctags ctags-am dist \
  944. dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
  945. dist-tarZ dist-xz dist-zip distcheck distclean \
  946. distclean-compile distclean-generic distclean-hdr \
  947. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  948. dvi-am html html-am info info-am install install-am \
  949. install-data install-data-am install-dvi install-dvi-am \
  950. install-exec install-exec-am install-html install-html-am \
  951. install-info install-info-am install-man install-man5 \
  952. install-man8 install-pdf install-pdf-am install-ps \
  953. install-ps-am install-sbinPROGRAMS install-strip installcheck \
  954. installcheck-am installdirs installdirs-am maintainer-clean \
  955. maintainer-clean-generic mostlyclean mostlyclean-compile \
  956. mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
  957. uninstall-am uninstall-man uninstall-man5 uninstall-man8 \
  958. uninstall-sbinPROGRAMS
  959. .PRECIOUS: Makefile
  960. # for compatibility with older releases of logrotate
  961. test: check
  962. .PHONY: srpm rpm
  963. rpm: srpm
  964. rpmbuild $(RPM_FLAGS) -ta $(distdir).tar.gz
  965. srpm: dist
  966. rpmbuild $(RPM_FLAGS) -ts $(distdir).tar.gz
  967. $(top_srcdir)/.version:
  968. echo $(VERSION) > $@-t && mv $@-t $@
  969. dist-hook:
  970. echo $(VERSION) > $(distdir)/.tarball-version
  971. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  972. # Otherwise a system limit (for SysV at least) may be exceeded.
  973. .NOEXPORT: