LanMan

makefile preload

Nov 30th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.23 KB | None | 0 0
  1. # Makefile.in generated by automake 1.13.4 from Makefile.am.
  2. # Makefile. Generated from Makefile.in by configure.
  3.  
  4. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  5.  
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15.  
  16.  
  17. ##############################################################################
  18.  
  19.  
  20.  
  21. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  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)/preload
  67. pkgincludedir = $(includedir)/preload
  68. pkglibdir = $(libdir)/preload
  69. pkglibexecdir = $(libexecdir)/preload
  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. subdir = .
  83. DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog THANKS \
  84. $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  85. $(top_srcdir)/configure $(am__configure_deps) \
  86. $(srcdir)/config.h.in README-alpha COPYING TODO depcomp \
  87. install-sh missing
  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. 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 =
  97. CONFIG_CLEAN_VPATH_FILES =
  98. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  99. am__vpath_adj = case $$p in \
  100. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  101. *) f=$$p;; \
  102. esac;
  103. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  104. am__install_max = 40
  105. am__nobase_strip_setup = \
  106. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  107. am__nobase_strip = \
  108. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  109. am__nobase_list = $(am__nobase_strip_setup); \
  110. for p in $$list; do echo "$$p $$p"; done | \
  111. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  112. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  113. if (++n[$$2] == $(am__install_max)) \
  114. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  115. END { for (dir in files) print dir, files[dir] }'
  116. am__base_list = \
  117. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  118. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  119. am__uninstall_files_from_dir = { \
  120. test -z "$$files" \
  121. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  122. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  123. $(am__cd) "$$dir" && rm -f $$files; }; \
  124. }
  125. am__installdirs = "$(DESTDIR)$(initddir)" "$(DESTDIR)$(logdir)" \
  126. "$(DESTDIR)$(logrotatedir)" "$(DESTDIR)$(pkglocalstatedir)" \
  127. "$(DESTDIR)$(sysconfigdir)"
  128. SCRIPTS = $(initd_SCRIPTS)
  129. AM_V_P = $(am__v_P_@AM_V@)
  130. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  131. am__v_P_0 = false
  132. am__v_P_1 = :
  133. AM_V_GEN = $(am__v_GEN_@AM_V@)
  134. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  135. am__v_GEN_0 = @echo " GEN " $@;
  136. am__v_GEN_1 =
  137. AM_V_at = $(am__v_at_@AM_V@)
  138. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  139. am__v_at_0 = @
  140. am__v_at_1 =
  141. SOURCES =
  142. DIST_SOURCES =
  143. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  144. ctags-recursive dvi-recursive html-recursive info-recursive \
  145. install-data-recursive install-dvi-recursive \
  146. install-exec-recursive install-html-recursive \
  147. install-info-recursive install-pdf-recursive \
  148. install-ps-recursive install-recursive installcheck-recursive \
  149. installdirs-recursive pdf-recursive ps-recursive \
  150. tags-recursive uninstall-recursive
  151. am__can_run_installinfo = \
  152. case $$AM_UPDATE_INFO_DIR in \
  153. n|no|NO) false;; \
  154. *) (install-info --version) >/dev/null 2>&1;; \
  155. esac
  156. DATA = $(log_DATA) $(logrotate_DATA) $(pkglocalstate_DATA) \
  157. $(sysconfig_DATA)
  158. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  159. distclean-recursive maintainer-clean-recursive
  160. am__recursive_targets = \
  161. $(RECURSIVE_TARGETS) \
  162. $(RECURSIVE_CLEAN_TARGETS) \
  163. $(am__extra_recursive_targets)
  164. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  165. cscope distdir dist dist-all distcheck
  166. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  167. $(LISP)config.h.in
  168. # Read a list of newline-separated strings from the standard input,
  169. # and print each of them once, without duplicates. Input order is
  170. # *not* preserved.
  171. am__uniquify_input = $(AWK) '\
  172. BEGIN { nonempty = 0; } \
  173. { items[$$0] = 1; nonempty = 1; } \
  174. END { if (nonempty) { for (i in items) print i; }; } \
  175. '
  176. # Make sure the list of sources is unique. This is necessary because,
  177. # e.g., the same source file might be shared among _SOURCES variables
  178. # for different programs/libraries.
  179. am__define_uniq_tagged_files = \
  180. list='$(am__tagged_files)'; \
  181. unique=`for i in $$list; do \
  182. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  183. done | $(am__uniquify_input)`
  184. ETAGS = etags
  185. CTAGS = ctags
  186. CSCOPE = cscope
  187. DIST_SUBDIRS = $(SUBDIRS)
  188. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  189. distdir = $(PACKAGE)-$(VERSION)
  190. top_distdir = $(distdir)
  191. am__remove_distdir = \
  192. if test -d "$(distdir)"; then \
  193. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  194. && rm -rf "$(distdir)" \
  195. || { sleep 5 && rm -rf "$(distdir)"; }; \
  196. else :; fi
  197. am__post_remove_distdir = $(am__remove_distdir)
  198. am__relativize = \
  199. dir0=`pwd`; \
  200. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  201. sed_rest='s,^[^/]*/*,,'; \
  202. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  203. sed_butlast='s,/*[^/]*$$,,'; \
  204. while test -n "$$dir1"; do \
  205. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  206. if test "$$first" != "."; then \
  207. if test "$$first" = ".."; then \
  208. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  209. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  210. else \
  211. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  212. if test "$$first2" = "$$first"; then \
  213. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  214. else \
  215. dir2="../$$dir2"; \
  216. fi; \
  217. dir0="$$dir0"/"$$first"; \
  218. fi; \
  219. fi; \
  220. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  221. done; \
  222. reldir="$$dir2"
  223. DIST_ARCHIVES = $(distdir).tar.gz
  224. GZIP_ENV = --best
  225. DIST_TARGETS = dist-gzip
  226. distuninstallcheck_listfiles = find . -type f -print
  227. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  228. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  229. distcleancheck_listfiles = find . -type f -print
  230. ACLOCAL = ${SHELL} /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4/missing --run aclocal-1.10
  231. AMTAR = ${SHELL} /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4/missing --run tar
  232. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  233. AUTOCONF = ${SHELL} /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4/missing --run autoconf
  234. AUTOHEADER = ${SHELL} /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4/missing --run autoheader
  235. AUTOMAKE = ${SHELL} /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4/missing --run automake-1.10
  236. AWK = gawk
  237. CC = x86_64-pc-linux-gnu-gcc
  238. CCDEPMODE = depmode=none
  239. CFLAGS = -O2 -march=native -pipe -fomit-frame-pointer -Wall -ansi
  240. CPP = x86_64-pc-linux-gnu-gcc -E
  241. CPPFLAGS =
  242. CYGPATH_W = echo
  243. DEFS = -DHAVE_CONFIG_H
  244. DEPDIR = .deps
  245. DOWNLOAD_URL_BASE = http://prdownloads.sourceforge.net/preload
  246. ECHO_C =
  247. ECHO_N = -n
  248. ECHO_T =
  249. EGREP = /bin/grep -E
  250. EXEEXT =
  251. GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
  252. GLIB_LIBS = -lglib-2.0
  253. GREP = /bin/grep
  254. INSTALL = /usr/bin/install -c
  255. INSTALL_DATA = ${INSTALL} -m 644
  256. INSTALL_PROGRAM = ${INSTALL}
  257. INSTALL_SCRIPT = ${INSTALL}
  258. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  259. LDFLAGS = -Wl,--as-needed
  260. LIBOBJS =
  261. LIBS =
  262. LTLIBOBJS =
  263. MAILING_LIST = [email protected]
  264. MAKEINFO = ${SHELL} /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4/missing --run makeinfo
  265. MKDIR_P = /bin/mkdir -p
  266. OBJEXT = o
  267. PACKAGE = preload
  268. PACKAGE_BUGREPORT = http://preload.sf.net/bug
  269. PACKAGE_NAME = preload
  270. PACKAGE_STRING = preload 0.6.4
  271. PACKAGE_SUMMARY = Adaptive readahead daemon
  272. PACKAGE_TARNAME = preload
  273. PACKAGE_URL =
  274. PACKAGE_VERSION = 0.6.4
  275. PATH_SEPARATOR = :
  276. PKG_CONFIG = /usr/bin/x86_64-pc-linux-gnu-pkg-config
  277. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  278. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  279. SET_MAKE =
  280. SHELL = /bin/sh
  281. SITE_URL = http://preload.sf.net/
  282. STRIP =
  283. VERSION = 0.6.4
  284. abs_builddir = /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4
  285. abs_srcdir = /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4
  286. abs_top_builddir = /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4
  287. abs_top_srcdir = /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4
  288. ac_ct_CC =
  289. am__include = include
  290. am__leading_dot = .
  291. am__quote =
  292. am__tar = ${AMTAR} chof - "$$tardir"
  293. am__untar = ${AMTAR} xf -
  294. bindir = ${exec_prefix}/bin
  295. build_alias = x86_64-pc-linux-gnu
  296. builddir = .
  297. datadir = /usr/share
  298. datarootdir = ${prefix}/share
  299. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  300. dvidir = ${docdir}
  301. exec_prefix = ${prefix}
  302. host_alias = x86_64-pc-linux-gnu
  303. htmldir = ${docdir}
  304. includedir = ${prefix}/include
  305. infodir = /usr/share/info
  306. initddir = ${sysconfdir}/init.d
  307. install_sh = $(SHELL) /var/calculate/tmp/portage/sys-apps/preload-0.6.4-r3/work/preload-0.6.4/install-sh
  308. libdir = /usr/lib64
  309. libexecdir = ${exec_prefix}/libexec
  310. localedir = ${datarootdir}/locale
  311. localstatedir = /var
  312. logdir = ${localstatedir}/log
  313. logrotatedir = ${sysconfdir}/logrotate.d
  314. mandir = /usr/share/man
  315. mkdir_p = /bin/mkdir -p
  316. oldincludedir = /usr/include
  317. pdfdir = ${docdir}
  318. pkgdocdir = ${datadir}/doc/preload-0.6.4-r3
  319. pkglocalstatedir = ${localstatedir}/lib/preload
  320. prefix = /usr
  321. program_transform_name = s,x,x,
  322. psdir = ${docdir}
  323. sbindir = ${exec_prefix}/sbin
  324. sharedstatedir = ${prefix}/com
  325. srcdir = .
  326. subsysdir = ${localstatedir}/lock/subsys
  327. sysconfdir = /etc
  328. sysconfigdir = ${sysconfdir}/conf.d
  329. target_alias =
  330. top_build_prefix =
  331. top_builddir = .
  332. top_srcdir = .
  333. SUBDIRS = doc src
  334.  
  335. # Creating logrotate and init-script, etc
  336. EXTRA_DIST = bootstrap preload.logrotate.in preload.init.in \
  337. preload.sysconfig
  338. CLEANFILES = preload.init preload.logrotate preload.state preload.log
  339. MAINTAINERCLEANFILES = \
  340. $(srcdir)/INSTALL \
  341. $(srcdir)/aclocal.m4 \
  342. $(srcdir)/autoscan.log \
  343. $(srcdir)/compile \
  344. $(srcdir)/config.guess \
  345. $(srcdir)/config.h.in \
  346. $(srcdir)/config.sub \
  347. $(srcdir)/configure.scan \
  348. $(srcdir)/depcomp \
  349. $(srcdir)/install-sh \
  350. $(srcdir)/ltmain.sh \
  351. $(srcdir)/missing \
  352. $(srcdir)/mkinstalldirs \
  353. `find "$(srcdir)" -type f -name Makefile.in -print` \
  354. `find "$(srcdir)" -type f -name "*~" -print` \
  355. `$(srcdir)/bootstrap --write-configure`
  356.  
  357. initd_SCRIPTS = preload.init
  358. AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = $(initd_SCRIPTS)
  359. sysconfig_DATA = preload.sysconfig
  360. logrotate_DATA = preload.logrotate
  361. log_DATA = preload.log
  362. pkglocalstate_DATA = preload.state
  363. do_subst = sed \
  364. -e 's,@datadir\@,$(pkgdatadir),g' \
  365. -e 's,@sbindir\@,$(sbindir),g' \
  366. -e 's,@initddir\@,$(initddir),g' \
  367. -e 's,@sysconfigdir\@,$(sysconfigdir),g' \
  368. -e 's,@logrotatedir\@,$(logrotatedir),g' \
  369. -e 's,@logdir\@,$(logdir),g' \
  370. -e 's,@subsysdir\@,$(subsysdir),g' \
  371. -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
  372. -e 's,@PACKAGE_SUMMARY\@,$(PACKAGE_SUMMARY),g' \
  373. -e 's,@PACKAGE\@,$(PACKAGE),g' \
  374. -e 's,@VERSION\@,$(VERSION),g'
  375.  
  376.  
  377. # Some custom targets to make it easier to release things.
  378. # Use either:
  379. # make distcheck
  380. # or make release-publish
  381. tar_file = $(distdir).tar.gz
  382. sha1_file = $(tar_file).sha1
  383. gpg_file = $(sha1_file).asc
  384. all: config.h
  385. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  386.  
  387. .SUFFIXES:
  388. am--refresh: Makefile
  389. @:
  390. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  391. @for dep in $?; do \
  392. case '$(am__configure_deps)' in \
  393. *$$dep*) \
  394. echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
  395. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
  396. && exit 0; \
  397. exit 1;; \
  398. esac; \
  399. done; \
  400. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
  401. $(am__cd) $(top_srcdir) && \
  402. $(AUTOMAKE) --gnits Makefile
  403. .PRECIOUS: Makefile
  404. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  405. @case '$?' in \
  406. *config.status*) \
  407. echo ' $(SHELL) ./config.status'; \
  408. $(SHELL) ./config.status;; \
  409. *) \
  410. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  411. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  412. esac;
  413.  
  414. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  415. $(SHELL) ./config.status --recheck
  416.  
  417. $(top_srcdir)/configure: $(am__configure_deps)
  418. $(am__cd) $(srcdir) && $(AUTOCONF)
  419. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  420. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  421. $(am__aclocal_m4_deps):
  422.  
  423. config.h: stamp-h1
  424. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  425. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  426.  
  427. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  428. @rm -f stamp-h1
  429. cd $(top_builddir) && $(SHELL) ./config.status config.h
  430. $(srcdir)/config.h.in: $(am__configure_deps)
  431. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  432. rm -f stamp-h1
  433. touch $@
  434.  
  435. distclean-hdr:
  436. -rm -f config.h stamp-h1
  437. install-initdSCRIPTS: $(initd_SCRIPTS)
  438. @$(NORMAL_INSTALL)
  439. @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
  440. if test -n "$$list"; then \
  441. echo " $(MKDIR_P) '$(DESTDIR)$(initddir)'"; \
  442. $(MKDIR_P) "$(DESTDIR)$(initddir)" || exit 1; \
  443. fi; \
  444. for p in $$list; do \
  445. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  446. if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
  447. done | \
  448. sed -e 'p;s,.*/,,;n' \
  449. -e 'h;s|.*|.|' \
  450. -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
  451. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
  452. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  453. if ($$2 == $$4) { files[d] = files[d] " " $$1; \
  454. if (++n[d] == $(am__install_max)) { \
  455. print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
  456. else { print "f", d "/" $$4, $$1 } } \
  457. END { for (d in files) print "f", d, files[d] }' | \
  458. while read type dir files; do \
  459. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  460. test -z "$$files" || { \
  461. echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
  462. $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
  463. } \
  464. ; done
  465.  
  466. uninstall-initdSCRIPTS:
  467. @$(NORMAL_UNINSTALL)
  468. @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
  469. files=`for p in $$list; do echo "$$p"; done | \
  470. sed -e 's,.*/,,;$(transform)'`; \
  471. dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
  472.  
  473. installcheck-initdSCRIPTS: $(initd_SCRIPTS)
  474. bad=0; pid=$$$$; list="$(initd_SCRIPTS)"; for p in $$list; do \
  475. case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
  476. *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
  477. esac; \
  478. f=`echo "$$p" | sed 's,^.*/,,;$(transform)'`; \
  479. for opt in --help --version; do \
  480. if "$(DESTDIR)$(initddir)/$$f" $$opt >c$${pid}_.out \
  481. 2>c$${pid}_.err </dev/null \
  482. && test -n "`cat c$${pid}_.out`" \
  483. && test -z "`cat c$${pid}_.err`"; then :; \
  484. else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
  485. done; \
  486. done; rm -f c$${pid}_.???; exit $$bad
  487. install-logDATA: $(log_DATA)
  488. @$(NORMAL_INSTALL)
  489. @list='$(log_DATA)'; test -n "$(logdir)" || list=; \
  490. if test -n "$$list"; then \
  491. echo " $(MKDIR_P) '$(DESTDIR)$(logdir)'"; \
  492. $(MKDIR_P) "$(DESTDIR)$(logdir)" || exit 1; \
  493. fi; \
  494. for p in $$list; do \
  495. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  496. echo "$$d$$p"; \
  497. done | $(am__base_list) | \
  498. while read files; do \
  499. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(logdir)'"; \
  500. $(INSTALL_DATA) $$files "$(DESTDIR)$(logdir)" || exit $$?; \
  501. done
  502.  
  503. uninstall-logDATA:
  504. @$(NORMAL_UNINSTALL)
  505. @list='$(log_DATA)'; test -n "$(logdir)" || list=; \
  506. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  507. dir='$(DESTDIR)$(logdir)'; $(am__uninstall_files_from_dir)
  508. install-logrotateDATA: $(logrotate_DATA)
  509. @$(NORMAL_INSTALL)
  510. @list='$(logrotate_DATA)'; test -n "$(logrotatedir)" || list=; \
  511. if test -n "$$list"; then \
  512. echo " $(MKDIR_P) '$(DESTDIR)$(logrotatedir)'"; \
  513. $(MKDIR_P) "$(DESTDIR)$(logrotatedir)" || exit 1; \
  514. fi; \
  515. for p in $$list; do \
  516. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  517. echo "$$d$$p"; \
  518. done | $(am__base_list) | \
  519. while read files; do \
  520. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(logrotatedir)'"; \
  521. $(INSTALL_DATA) $$files "$(DESTDIR)$(logrotatedir)" || exit $$?; \
  522. done
  523.  
  524. uninstall-logrotateDATA:
  525. @$(NORMAL_UNINSTALL)
  526. @list='$(logrotate_DATA)'; test -n "$(logrotatedir)" || list=; \
  527. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  528. dir='$(DESTDIR)$(logrotatedir)'; $(am__uninstall_files_from_dir)
  529. install-pkglocalstateDATA: $(pkglocalstate_DATA)
  530. @$(NORMAL_INSTALL)
  531. @list='$(pkglocalstate_DATA)'; test -n "$(pkglocalstatedir)" || list=; \
  532. if test -n "$$list"; then \
  533. echo " $(MKDIR_P) '$(DESTDIR)$(pkglocalstatedir)'"; \
  534. $(MKDIR_P) "$(DESTDIR)$(pkglocalstatedir)" || exit 1; \
  535. fi; \
  536. for p in $$list; do \
  537. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  538. echo "$$d$$p"; \
  539. done | $(am__base_list) | \
  540. while read files; do \
  541. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkglocalstatedir)'"; \
  542. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkglocalstatedir)" || exit $$?; \
  543. done
  544.  
  545. uninstall-pkglocalstateDATA:
  546. @$(NORMAL_UNINSTALL)
  547. @list='$(pkglocalstate_DATA)'; test -n "$(pkglocalstatedir)" || list=; \
  548. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  549. dir='$(DESTDIR)$(pkglocalstatedir)'; $(am__uninstall_files_from_dir)
  550. install-sysconfigDATA: $(sysconfig_DATA)
  551. @$(NORMAL_INSTALL)
  552. @list='$(sysconfig_DATA)'; test -n "$(sysconfigdir)" || list=; \
  553. if test -n "$$list"; then \
  554. echo " $(MKDIR_P) '$(DESTDIR)$(sysconfigdir)'"; \
  555. $(MKDIR_P) "$(DESTDIR)$(sysconfigdir)" || exit 1; \
  556. fi; \
  557. for p in $$list; do \
  558. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  559. echo "$$d$$p"; \
  560. done | $(am__base_list) | \
  561. while read files; do \
  562. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfigdir)'"; \
  563. $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfigdir)" || exit $$?; \
  564. done
  565.  
  566. uninstall-sysconfigDATA:
  567. @$(NORMAL_UNINSTALL)
  568. @list='$(sysconfig_DATA)'; test -n "$(sysconfigdir)" || list=; \
  569. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  570. dir='$(DESTDIR)$(sysconfigdir)'; $(am__uninstall_files_from_dir)
  571.  
  572. # This directory's subdirectories are mostly independent; you can cd
  573. # into them and run 'make' without going through this Makefile.
  574. # To change the values of 'make' variables: instead of editing Makefiles,
  575. # (1) if the variable is set in 'config.status', edit 'config.status'
  576. # (which will cause the Makefiles to be regenerated when you run 'make');
  577. # (2) otherwise, pass the desired values on the 'make' command line.
  578. $(am__recursive_targets):
  579. @fail=; \
  580. if $(am__make_keepgoing); then \
  581. failcom='fail=yes'; \
  582. else \
  583. failcom='exit 1'; \
  584. fi; \
  585. dot_seen=no; \
  586. target=`echo $@ | sed s/-recursive//`; \
  587. case "$@" in \
  588. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  589. *) list='$(SUBDIRS)' ;; \
  590. esac; \
  591. for subdir in $$list; do \
  592. echo "Making $$target in $$subdir"; \
  593. if test "$$subdir" = "."; then \
  594. dot_seen=yes; \
  595. local_target="$$target-am"; \
  596. else \
  597. local_target="$$target"; \
  598. fi; \
  599. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  600. || eval $$failcom; \
  601. done; \
  602. if test "$$dot_seen" = "no"; then \
  603. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  604. fi; test -z "$$fail"
  605.  
  606. ID: $(am__tagged_files)
  607. $(am__define_uniq_tagged_files); mkid -fID $$unique
  608. tags: tags-recursive
  609. TAGS: tags
  610.  
  611. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  612. set x; \
  613. here=`pwd`; \
  614. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  615. include_option=--etags-include; \
  616. empty_fix=.; \
  617. else \
  618. include_option=--include; \
  619. empty_fix=; \
  620. fi; \
  621. list='$(SUBDIRS)'; for subdir in $$list; do \
  622. if test "$$subdir" = .; then :; else \
  623. test ! -f $$subdir/TAGS || \
  624. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  625. fi; \
  626. done; \
  627. $(am__define_uniq_tagged_files); \
  628. shift; \
  629. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  630. test -n "$$unique" || unique=$$empty_fix; \
  631. if test $$# -gt 0; then \
  632. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  633. "$$@" $$unique; \
  634. else \
  635. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  636. $$unique; \
  637. fi; \
  638. fi
  639. ctags: ctags-recursive
  640.  
  641. CTAGS: ctags
  642. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  643. $(am__define_uniq_tagged_files); \
  644. test -z "$(CTAGS_ARGS)$$unique" \
  645. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  646. $$unique
  647.  
  648. GTAGS:
  649. here=`$(am__cd) $(top_builddir) && pwd` \
  650. && $(am__cd) $(top_srcdir) \
  651. && gtags -i $(GTAGS_ARGS) "$$here"
  652. cscope: cscope.files
  653. test ! -s cscope.files \
  654. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  655. clean-cscope:
  656. -rm -f cscope.files
  657. cscope.files: clean-cscope cscopelist
  658. cscopelist: cscopelist-recursive
  659.  
  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.  
  674. distclean-tags:
  675. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  676. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  677.  
  678. distdir: $(DISTFILES)
  679. @case `sed 15q $(srcdir)/NEWS` in \
  680. *"$(VERSION)"*) : ;; \
  681. *) \
  682. echo "NEWS not updated; not releasing" 1>&2; \
  683. exit 1;; \
  684. esac
  685. $(am__remove_distdir)
  686. test -d "$(distdir)" || mkdir "$(distdir)"
  687. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  688. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  689. list='$(DISTFILES)'; \
  690. dist_files=`for file in $$list; do echo $$file; done | \
  691. sed -e "s|^$$srcdirstrip/||;t" \
  692. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  693. case $$dist_files in \
  694. */*) $(MKDIR_P) `echo "$$dist_files" | \
  695. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  696. sort -u` ;; \
  697. esac; \
  698. for file in $$dist_files; do \
  699. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  700. if test -d $$d/$$file; then \
  701. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  702. if test -d "$(distdir)/$$file"; then \
  703. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  704. fi; \
  705. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  706. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  707. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  708. fi; \
  709. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  710. else \
  711. test -f "$(distdir)/$$file" \
  712. || cp -p $$d/$$file "$(distdir)/$$file" \
  713. || exit 1; \
  714. fi; \
  715. done
  716. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  717. if test "$$subdir" = .; then :; else \
  718. $(am__make_dryrun) \
  719. || test -d "$(distdir)/$$subdir" \
  720. || $(MKDIR_P) "$(distdir)/$$subdir" \
  721. || exit 1; \
  722. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  723. $(am__relativize); \
  724. new_distdir=$$reldir; \
  725. dir1=$$subdir; dir2="$(top_distdir)"; \
  726. $(am__relativize); \
  727. new_top_distdir=$$reldir; \
  728. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  729. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  730. ($(am__cd) $$subdir && \
  731. $(MAKE) $(AM_MAKEFLAGS) \
  732. top_distdir="$$new_top_distdir" \
  733. distdir="$$new_distdir" \
  734. am__remove_distdir=: \
  735. am__skip_length_check=: \
  736. am__skip_mode_fix=: \
  737. distdir) \
  738. || exit 1; \
  739. fi; \
  740. done
  741. -test -n "$(am__skip_mode_fix)" \
  742. || find "$(distdir)" -type d ! -perm -755 \
  743. -exec chmod u+rwx,go+rx {} \; -o \
  744. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  745. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  746. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  747. || chmod -R a+r "$(distdir)"
  748. dist-gzip: distdir
  749. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  750. $(am__post_remove_distdir)
  751.  
  752. dist-bzip2: distdir
  753. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  754. $(am__post_remove_distdir)
  755.  
  756. dist-lzip: distdir
  757. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  758. $(am__post_remove_distdir)
  759.  
  760. dist-xz: distdir
  761. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  762. $(am__post_remove_distdir)
  763.  
  764. dist-tarZ: distdir
  765. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  766. $(am__post_remove_distdir)
  767.  
  768. dist-shar: distdir
  769. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  770. $(am__post_remove_distdir)
  771.  
  772. dist-zip: distdir
  773. -rm -f $(distdir).zip
  774. zip -rq $(distdir).zip $(distdir)
  775. $(am__post_remove_distdir)
  776.  
  777. dist dist-all:
  778. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  779. $(am__post_remove_distdir)
  780.  
  781. # This target untars the dist file and tries a VPATH configuration. Then
  782. # it guarantees that the distribution is self-contained by making another
  783. # tarfile.
  784. distcheck: dist
  785. case '$(DIST_ARCHIVES)' in \
  786. *.tar.gz*) \
  787. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  788. *.tar.bz2*) \
  789. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  790. *.tar.lz*) \
  791. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  792. *.tar.xz*) \
  793. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  794. *.tar.Z*) \
  795. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  796. *.shar.gz*) \
  797. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  798. *.zip*) \
  799. unzip $(distdir).zip ;;\
  800. esac
  801. chmod -R a-w $(distdir)
  802. chmod u+w $(distdir)
  803. mkdir $(distdir)/_build $(distdir)/_inst
  804. chmod a-w $(distdir)
  805. test -d $(distdir)/_build || exit 0; \
  806. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  807. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  808. && am__cwd=`pwd` \
  809. && $(am__cd) $(distdir)/_build \
  810. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  811. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  812. $(DISTCHECK_CONFIGURE_FLAGS) \
  813. && $(MAKE) $(AM_MAKEFLAGS) \
  814. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  815. && $(MAKE) $(AM_MAKEFLAGS) check \
  816. && $(MAKE) $(AM_MAKEFLAGS) install \
  817. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  818. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  819. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  820. distuninstallcheck \
  821. && chmod -R a-w "$$dc_install_base" \
  822. && ({ \
  823. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  824. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  825. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  826. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  827. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  828. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  829. && rm -rf "$$dc_destdir" \
  830. && $(MAKE) $(AM_MAKEFLAGS) dist \
  831. && rm -rf $(DIST_ARCHIVES) \
  832. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  833. && cd "$$am__cwd" \
  834. || exit 1
  835. $(am__post_remove_distdir)
  836. @(echo "$(distdir) archives ready for distribution: "; \
  837. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  838. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  839. distuninstallcheck:
  840. @test -n '$(distuninstallcheck_dir)' || { \
  841. echo 'ERROR: trying to run $@ with an empty' \
  842. '$$(distuninstallcheck_dir)' >&2; \
  843. exit 1; \
  844. }; \
  845. $(am__cd) '$(distuninstallcheck_dir)' || { \
  846. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  847. exit 1; \
  848. }; \
  849. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  850. || { echo "ERROR: files left after uninstall:" ; \
  851. if test -n "$(DESTDIR)"; then \
  852. echo " (check DESTDIR support)"; \
  853. fi ; \
  854. $(distuninstallcheck_listfiles) ; \
  855. exit 1; } >&2
  856. distcleancheck: distclean
  857. @if test '$(srcdir)' = . ; then \
  858. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  859. exit 1 ; \
  860. fi
  861. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  862. || { echo "ERROR: files left in build directory after distclean:" ; \
  863. $(distcleancheck_listfiles) ; \
  864. exit 1; } >&2
  865. check-am: all-am
  866. check: check-recursive
  867. all-am: Makefile $(SCRIPTS) $(DATA) config.h
  868. installdirs: installdirs-recursive
  869. installdirs-am:
  870. for dir in "$(DESTDIR)$(initddir)" "$(DESTDIR)$(logdir)" "$(DESTDIR)$(logrotatedir)" "$(DESTDIR)$(pkglocalstatedir)" "$(DESTDIR)$(sysconfigdir)"; do \
  871. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  872. done
  873. install: install-recursive
  874. install-exec: install-exec-recursive
  875. install-data: install-data-recursive
  876. uninstall: uninstall-recursive
  877.  
  878. install-am: all-am
  879. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  880.  
  881. installcheck: installcheck-recursive
  882. install-strip:
  883. if test -z '$(STRIP)'; then \
  884. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  885. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  886. install; \
  887. else \
  888. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  889. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  890. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  891. fi
  892. mostlyclean-generic:
  893.  
  894. clean-generic:
  895. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  896.  
  897. distclean-generic:
  898. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  899. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  900.  
  901. maintainer-clean-generic:
  902. @echo "This command is intended for maintainers to use"
  903. @echo "it deletes files that may require special tools to rebuild."
  904. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  905. clean: clean-recursive
  906.  
  907. clean-am: clean-generic mostlyclean-am
  908.  
  909. distclean: distclean-recursive
  910. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  911. -rm -f Makefile
  912. distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
  913.  
  914. dvi: dvi-recursive
  915.  
  916. dvi-am:
  917.  
  918. html: html-recursive
  919.  
  920. html-am:
  921.  
  922. info: info-recursive
  923.  
  924. info-am:
  925.  
  926. install-data-am: install-initdSCRIPTS install-logDATA \
  927. install-logrotateDATA install-pkglocalstateDATA \
  928. install-sysconfigDATA
  929. @$(NORMAL_INSTALL)
  930. $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  931. install-dvi: install-dvi-recursive
  932.  
  933. install-dvi-am:
  934.  
  935. install-exec-am:
  936.  
  937. install-html: install-html-recursive
  938.  
  939. install-html-am:
  940.  
  941. install-info: install-info-recursive
  942.  
  943. install-info-am:
  944.  
  945. install-man:
  946.  
  947. install-pdf: install-pdf-recursive
  948.  
  949. install-pdf-am:
  950.  
  951. install-ps: install-ps-recursive
  952.  
  953. install-ps-am:
  954.  
  955. installcheck-am: installcheck-initdSCRIPTS
  956.  
  957. maintainer-clean: maintainer-clean-recursive
  958. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  959. -rm -rf $(top_srcdir)/autom4te.cache
  960. -rm -f Makefile
  961. maintainer-clean-am: distclean-am maintainer-clean-generic
  962.  
  963. mostlyclean: mostlyclean-recursive
  964.  
  965. mostlyclean-am: mostlyclean-generic
  966.  
  967. pdf: pdf-recursive
  968.  
  969. pdf-am:
  970.  
  971. ps: ps-recursive
  972.  
  973. ps-am:
  974.  
  975. uninstall-am: uninstall-initdSCRIPTS uninstall-logDATA \
  976. uninstall-logrotateDATA uninstall-pkglocalstateDATA \
  977. uninstall-sysconfigDATA
  978. @$(NORMAL_INSTALL)
  979. $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
  980. .MAKE: $(am__recursive_targets) all install-am install-data-am \
  981. install-strip uninstall-am
  982.  
  983. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  984. am--refresh check check-am clean clean-cscope clean-generic \
  985. cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
  986. dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
  987. distcheck distclean distclean-generic distclean-hdr \
  988. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  989. dvi-am html html-am info info-am install install-am \
  990. install-data install-data-am install-data-hook install-dvi \
  991. install-dvi-am install-exec install-exec-am install-html \
  992. install-html-am install-info install-info-am \
  993. install-initdSCRIPTS install-logDATA install-logrotateDATA \
  994. install-man install-pdf install-pdf-am \
  995. install-pkglocalstateDATA install-ps install-ps-am \
  996. install-strip install-sysconfigDATA installcheck \
  997. installcheck-am installcheck-initdSCRIPTS installdirs \
  998. installdirs-am maintainer-clean maintainer-clean-generic \
  999. mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
  1000. tags-am uninstall uninstall-am uninstall-hook \
  1001. uninstall-initdSCRIPTS uninstall-logDATA \
  1002. uninstall-logrotateDATA uninstall-pkglocalstateDATA \
  1003. uninstall-sysconfigDATA
  1004.  
  1005. # The last line above is a horrible hack.
  1006. # GNU Coding Standards recommends that `make maintainer-clean' should not
  1007. # remove the configure script.
  1008. # We instead make configure call bootstrap.
  1009.  
  1010. # Indent all C source and header files, using indent(1):
  1011.  
  1012. indent: $(srcdir)/.indent.pro
  1013. cd "$(srcdir)" && \
  1014. find . -mindepth 2 -type f -name "*.[ch]" -print | \
  1015. xargs ./missing --run indent
  1016.  
  1017. .PHONY: indent
  1018.  
  1019. preload.init: preload.init.in Makefile
  1020. $(do_subst) $(srcdir)/$< > $@
  1021. chmod +x $@
  1022.  
  1023. preload.logrotate: preload.logrotate.in Makefile
  1024. $(do_subst) $(srcdir)/$< > $@
  1025.  
  1026. preload.state preload.log:
  1027. touch $@
  1028.  
  1029. install-data-hook:
  1030. @cd "$(DESTDIR)$(initddir)" && mv -f preload.init preload
  1031. @cd "$(DESTDIR)$(logrotatedir)" && mv -f preload.logrotate preload
  1032. @cd "$(DESTDIR)$(sysconfigdir)" && mv -f preload.sysconfig preload
  1033.  
  1034. uninstall-hook:
  1035. $(RM) "$(DESTDIR)$(initddir)/preload"
  1036. $(RM) "$(DESTDIR)$(logrotatedir)/preload"
  1037. $(RM) "$(DESTDIR)$(sysconfigdir)/preload"
  1038.  
  1039. $(sha1_file): $(tar_file)
  1040. sha1sum $^ > $@
  1041.  
  1042. $(gpg_file): $(sha1_file)
  1043. @echo "Please enter your GPG password to sign the checksum."
  1044. gpg --armor --sign $^
  1045.  
  1046. release-publish: distcheck $(tar_file) $(sha1_file) $(gpg_file)
  1047. @echo ""
  1048. @echo "Please send an announcement to $(MAILING_LIST)"
  1049. @echo "including the following:"
  1050. @echo ""
  1051. @echo "Subject: $(PACKAGE) release $(VERSION) now available"
  1052. @echo ""
  1053. @echo "============================== CUT HERE =============================="
  1054. @echo "A new $(PACKAGE) release $(VERSION) is now available from:"
  1055. @echo ""
  1056. @echo " $(DOWNLOAD_URL_BASE)/$(tar_file)"
  1057. @echo ""
  1058. @echo " which can be verified with:"
  1059. @echo ""
  1060. @echo " $(DOWNLOAD_URL_BASE)/$(sha1_file)"
  1061. @echo -n " "
  1062. @cat $(sha1_file)
  1063. @echo ""
  1064. @echo " $(DOWNLOAD_URL_BASE)/$(gpg_file)"
  1065. @echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
  1066. @echo ""
  1067. @echo "You can access these from:"
  1068. @echo ""
  1069. @echo " $(SITE_URL)"
  1070. @echo "============================== CUT HERE =============================="
  1071. @echo ""
  1072. @echo "Also, please include the new entries from the NEWS file."
  1073. @echo "Needless to say, upload the four files to the project"
  1074. @echo "download server and push the NEWS entries to the news"
  1075. @echo "section of the site."
  1076.  
  1077. .PHONY: release-verify-even-micro release-check release-publish
  1078.  
  1079. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1080. # Otherwise a system limit (for SysV at least) may be exceeded.
  1081. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment