Makefile 36 KB

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