Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 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. # Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
  13. #
  14. # Redistribution and use in source and binary forms, with or without
  15. # modification, are permitted provided that the following conditions
  16. # are met:
  17. #
  18. # Redistribution of source code must retain the above copyright
  19. # notice, this list of conditions and the following disclaimer.
  20. #
  21. # Redistribution in binary form must reproduce the above copyright
  22. # notice, this list of conditions and the following disclaimer in the
  23. # documentation and/or other materials provided with the distribution.
  24. #
  25. # Neither the name of Sun Microsystems, Inc. or the names of
  26. # contributors may be used to endorse or promote products derived
  27. # from this software without specific prior written permission.
  28. #
  29. # This software is provided "AS IS," without a warranty of any kind.
  30. # ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
  31. # INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A
  32. # PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
  33. # SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE
  34. # FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
  35. # OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL
  36. # SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA,
  37. # OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR
  38. # PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
  39. # LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
  40. # EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  41. VPATH = @srcdir@
  42. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  43. am__make_running_with_option = \
  44. case $${target_option-} in \
  45. ?) ;; \
  46. *) echo "am__make_running_with_option: internal error: invalid" \
  47. "target option '$${target_option-}' specified" >&2; \
  48. exit 1;; \
  49. esac; \
  50. has_opt=no; \
  51. sane_makeflags=$$MAKEFLAGS; \
  52. if $(am__is_gnu_make); then \
  53. sane_makeflags=$$MFLAGS; \
  54. else \
  55. case $$MAKEFLAGS in \
  56. *\\[\ \ ]*) \
  57. bs=\\; \
  58. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  59. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  60. esac; \
  61. fi; \
  62. skip_next=no; \
  63. strip_trailopt () \
  64. { \
  65. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  66. }; \
  67. for flg in $$sane_makeflags; do \
  68. test $$skip_next = yes && { skip_next=no; continue; }; \
  69. case $$flg in \
  70. *=*|--*) continue;; \
  71. -*I) strip_trailopt 'I'; skip_next=yes;; \
  72. -*I?*) strip_trailopt 'I';; \
  73. -*O) strip_trailopt 'O'; skip_next=yes;; \
  74. -*O?*) strip_trailopt 'O';; \
  75. -*l) strip_trailopt 'l'; skip_next=yes;; \
  76. -*l?*) strip_trailopt 'l';; \
  77. -[dEDm]) skip_next=yes;; \
  78. -[JT]) skip_next=yes;; \
  79. esac; \
  80. case $$flg in \
  81. *$$target_option*) has_opt=yes; break;; \
  82. esac; \
  83. done; \
  84. test $$has_opt = yes
  85. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  86. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  87. pkgdatadir = $(datadir)/@PACKAGE@
  88. pkgincludedir = $(includedir)/@PACKAGE@
  89. pkglibdir = $(libdir)/@PACKAGE@
  90. pkglibexecdir = $(libexecdir)/@PACKAGE@
  91. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  92. install_sh_DATA = $(install_sh) -c -m 644
  93. install_sh_PROGRAM = $(install_sh) -c
  94. install_sh_SCRIPT = $(install_sh) -c
  95. INSTALL_HEADER = $(INSTALL_DATA)
  96. transform = $(program_transform_name)
  97. NORMAL_INSTALL = :
  98. PRE_INSTALL = :
  99. POST_INSTALL = :
  100. NORMAL_UNINSTALL = :
  101. PRE_UNINSTALL = :
  102. POST_UNINSTALL = :
  103. build_triplet = @build@
  104. host_triplet = @host@
  105. target_triplet = @target@
  106. subdir = doc
  107. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  108. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  109. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  110. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  111. $(ACLOCAL_M4)
  112. mkinstalldirs = $(install_sh) -d
  113. CONFIG_HEADER = $(top_builddir)/config.h
  114. CONFIG_CLEAN_FILES =
  115. CONFIG_CLEAN_VPATH_FILES =
  116. AM_V_P = $(am__v_P_@AM_V@)
  117. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  118. am__v_P_0 = false
  119. am__v_P_1 = :
  120. AM_V_GEN = $(am__v_GEN_@AM_V@)
  121. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  122. am__v_GEN_0 = @echo " GEN " $@;
  123. am__v_GEN_1 =
  124. AM_V_at = $(am__v_at_@AM_V@)
  125. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  126. am__v_at_0 = @
  127. am__v_at_1 =
  128. SOURCES =
  129. DIST_SOURCES =
  130. am__can_run_installinfo = \
  131. case $$AM_UPDATE_INFO_DIR in \
  132. n|no|NO) false;; \
  133. *) (install-info --version) >/dev/null 2>&1;; \
  134. esac
  135. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  136. am__vpath_adj = case $$p in \
  137. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  138. *) f=$$p;; \
  139. esac;
  140. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  141. am__install_max = 40
  142. am__nobase_strip_setup = \
  143. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  144. am__nobase_strip = \
  145. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  146. am__nobase_list = $(am__nobase_strip_setup); \
  147. for p in $$list; do echo "$$p $$p"; done | \
  148. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  149. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  150. if (++n[$$2] == $(am__install_max)) \
  151. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  152. END { for (dir in files) print dir, files[dir] }'
  153. am__base_list = \
  154. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  155. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  156. am__uninstall_files_from_dir = { \
  157. test -z "$$files" \
  158. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  159. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  160. $(am__cd) "$$dir" && rm -f $$files; }; \
  161. }
  162. man1dir = $(mandir)/man1
  163. am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"
  164. man8dir = $(mandir)/man8
  165. NROFF = nroff
  166. MANS = $(man_MANS)
  167. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  168. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169. ACLOCAL = @ACLOCAL@
  170. AMTAR = @AMTAR@
  171. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  172. AR = @AR@
  173. ARCH = @ARCH@
  174. AUTOCONF = @AUTOCONF@
  175. AUTOHEADER = @AUTOHEADER@
  176. AUTOMAKE = @AUTOMAKE@
  177. AWK = @AWK@
  178. BASEDIR = @BASEDIR@
  179. CC = @CC@
  180. CCDEPMODE = @CCDEPMODE@
  181. CFLAGS = @CFLAGS@
  182. CPP = @CPP@
  183. CPPFLAGS = @CPPFLAGS@
  184. CYGPATH_W = @CYGPATH_W@
  185. DEFS = @DEFS@
  186. DEPDIR = @DEPDIR@
  187. DISTRO = @DISTRO@
  188. DLLTOOL = @DLLTOOL@
  189. DSYMUTIL = @DSYMUTIL@
  190. DUMPBIN = @DUMPBIN@
  191. ECHO_C = @ECHO_C@
  192. ECHO_N = @ECHO_N@
  193. ECHO_T = @ECHO_T@
  194. EGREP = @EGREP@
  195. EXEEXT = @EXEEXT@
  196. FGREP = @FGREP@
  197. GREP = @GREP@
  198. INSTALL = @INSTALL@
  199. INSTALL_DATA = @INSTALL_DATA@
  200. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  201. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  202. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  203. INTF_BMC = @INTF_BMC@
  204. INTF_BMC_LIB = @INTF_BMC_LIB@
  205. INTF_DUMMY = @INTF_DUMMY@
  206. INTF_DUMMY_LIB = @INTF_DUMMY_LIB@
  207. INTF_FREE = @INTF_FREE@
  208. INTF_FREE_LIB = @INTF_FREE_LIB@
  209. INTF_IMB = @INTF_IMB@
  210. INTF_IMB_LIB = @INTF_IMB_LIB@
  211. INTF_LAN = @INTF_LAN@
  212. INTF_LANPLUS = @INTF_LANPLUS@
  213. INTF_LANPLUS_LIB = @INTF_LANPLUS_LIB@
  214. INTF_LAN_LIB = @INTF_LAN_LIB@
  215. INTF_LIPMI = @INTF_LIPMI@
  216. INTF_LIPMI_LIB = @INTF_LIPMI_LIB@
  217. INTF_OPEN = @INTF_OPEN@
  218. INTF_OPEN_LIB = @INTF_OPEN_LIB@
  219. INTF_SERIAL = @INTF_SERIAL@
  220. INTF_SERIAL_LIB = @INTF_SERIAL_LIB@
  221. INTF_USB = @INTF_USB@
  222. INTF_USB_LIB = @INTF_USB_LIB@
  223. IPMITOOL_INTF_LIB = @IPMITOOL_INTF_LIB@
  224. LD = @LD@
  225. LDFLAGS = @LDFLAGS@
  226. LIBOBJS = @LIBOBJS@
  227. LIBS = @LIBS@
  228. LIBTOOL = @LIBTOOL@
  229. LIPO = @LIPO@
  230. LN_S = @LN_S@
  231. LTLIBOBJS = @LTLIBOBJS@
  232. MAKEINFO = @MAKEINFO@
  233. MANIFEST_TOOL = @MANIFEST_TOOL@
  234. MKDIR_P = @MKDIR_P@
  235. NM = @NM@
  236. NMEDIT = @NMEDIT@
  237. OBJDUMP = @OBJDUMP@
  238. OBJEXT = @OBJEXT@
  239. OS = @OS@
  240. OTOOL = @OTOOL@
  241. OTOOL64 = @OTOOL64@
  242. PACKAGE = @PACKAGE@
  243. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  244. PACKAGE_NAME = @PACKAGE_NAME@
  245. PACKAGE_STRING = @PACKAGE_STRING@
  246. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  247. PACKAGE_URL = @PACKAGE_URL@
  248. PACKAGE_VERSION = @PACKAGE_VERSION@
  249. PATH_SEPARATOR = @PATH_SEPARATOR@
  250. POW_LIB = @POW_LIB@
  251. PSTAMP = @PSTAMP@
  252. RANLIB = @RANLIB@
  253. RPMBUILD = @RPMBUILD@
  254. RPM_RELEASE = @RPM_RELEASE@
  255. SED = @SED@
  256. SET_MAKE = @SET_MAKE@
  257. SHELL = @SHELL@
  258. STRIP = @STRIP@
  259. VERSION = @VERSION@
  260. abs_builddir = @abs_builddir@
  261. abs_srcdir = @abs_srcdir@
  262. abs_top_builddir = @abs_top_builddir@
  263. abs_top_srcdir = @abs_top_srcdir@
  264. ac_configure_args = @ac_configure_args@
  265. ac_ct_AR = @ac_ct_AR@
  266. ac_ct_CC = @ac_ct_CC@
  267. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  268. am__include = @am__include@
  269. am__leading_dot = @am__leading_dot@
  270. am__quote = @am__quote@
  271. am__tar = @am__tar@
  272. am__untar = @am__untar@
  273. bindir = @bindir@
  274. build = @build@
  275. build_alias = @build_alias@
  276. build_cpu = @build_cpu@
  277. build_os = @build_os@
  278. build_vendor = @build_vendor@
  279. builddir = @builddir@
  280. datadir = @datadir@
  281. datarootdir = @datarootdir@
  282. docdir = @docdir@
  283. dvidir = @dvidir@
  284. exec_prefix = @exec_prefix@
  285. host = @host@
  286. host_alias = @host_alias@
  287. host_cpu = @host_cpu@
  288. host_os = @host_os@
  289. host_vendor = @host_vendor@
  290. htmldir = @htmldir@
  291. includedir = @includedir@
  292. infodir = @infodir@
  293. install_sh = @install_sh@
  294. libdir = @libdir@
  295. libexecdir = @libexecdir@
  296. localedir = @localedir@
  297. localstatedir = @localstatedir@
  298. mandir = @mandir@
  299. mkdir_p = @mkdir_p@
  300. oldincludedir = @oldincludedir@
  301. pdfdir = @pdfdir@
  302. prefix = @prefix@
  303. program_transform_name = @program_transform_name@
  304. psdir = @psdir@
  305. sbindir = @sbindir@
  306. sharedstatedir = @sharedstatedir@
  307. srcdir = @srcdir@
  308. sysconfdir = @sysconfdir@
  309. target = @target@
  310. target_alias = @target_alias@
  311. target_cpu = @target_cpu@
  312. target_os = @target_os@
  313. target_vendor = @target_vendor@
  314. top_build_prefix = @top_build_prefix@
  315. top_builddir = @top_builddir@
  316. top_srcdir = @top_srcdir@
  317. MAINTAINERCLEANFILES = Makefile.in
  318. man_MANS = ipmitool.1 ipmievd.8
  319. EXTRA_DIST = $(man_MANS)
  320. all: all-am
  321. .SUFFIXES:
  322. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  323. @for dep in $?; do \
  324. case '$(am__configure_deps)' in \
  325. *$$dep*) \
  326. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  327. && { if test -f $@; then exit 0; else break; fi; }; \
  328. exit 1;; \
  329. esac; \
  330. done; \
  331. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
  332. $(am__cd) $(top_srcdir) && \
  333. $(AUTOMAKE) --foreign doc/Makefile
  334. .PRECIOUS: Makefile
  335. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  336. @case '$?' in \
  337. *config.status*) \
  338. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  339. *) \
  340. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  341. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  342. esac;
  343. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  344. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  345. $(top_srcdir)/configure: $(am__configure_deps)
  346. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  347. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  348. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  349. $(am__aclocal_m4_deps):
  350. mostlyclean-libtool:
  351. -rm -f *.lo
  352. clean-libtool:
  353. -rm -rf .libs _libs
  354. install-man1: $(man_MANS)
  355. @$(NORMAL_INSTALL)
  356. @list1=''; \
  357. list2='$(man_MANS)'; \
  358. test -n "$(man1dir)" \
  359. && test -n "`echo $$list1$$list2`" \
  360. || exit 0; \
  361. echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
  362. $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
  363. { for i in $$list1; do echo "$$i"; done; \
  364. if test -n "$$list2"; then \
  365. for i in $$list2; do echo "$$i"; done \
  366. | sed -n '/\.1[a-z]*$$/p'; \
  367. fi; \
  368. } | while read p; do \
  369. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  370. echo "$$d$$p"; echo "$$p"; \
  371. done | \
  372. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  373. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  374. sed 'N;N;s,\n, ,g' | { \
  375. list=; while read file base inst; do \
  376. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  377. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  378. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  379. fi; \
  380. done; \
  381. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  382. while read files; do \
  383. test -z "$$files" || { \
  384. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  385. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  386. done; }
  387. uninstall-man1:
  388. @$(NORMAL_UNINSTALL)
  389. @list=''; test -n "$(man1dir)" || exit 0; \
  390. files=`{ for i in $$list; do echo "$$i"; done; \
  391. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  392. sed -n '/\.1[a-z]*$$/p'; \
  393. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  394. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  395. dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  396. install-man8: $(man_MANS)
  397. @$(NORMAL_INSTALL)
  398. @list1=''; \
  399. list2='$(man_MANS)'; \
  400. test -n "$(man8dir)" \
  401. && test -n "`echo $$list1$$list2`" \
  402. || exit 0; \
  403. echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
  404. $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
  405. { for i in $$list1; do echo "$$i"; done; \
  406. if test -n "$$list2"; then \
  407. for i in $$list2; do echo "$$i"; done \
  408. | sed -n '/\.8[a-z]*$$/p'; \
  409. fi; \
  410. } | while read p; do \
  411. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  412. echo "$$d$$p"; echo "$$p"; \
  413. done | \
  414. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  415. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  416. sed 'N;N;s,\n, ,g' | { \
  417. list=; while read file base inst; do \
  418. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  419. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
  420. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
  421. fi; \
  422. done; \
  423. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  424. while read files; do \
  425. test -z "$$files" || { \
  426. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
  427. $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
  428. done; }
  429. uninstall-man8:
  430. @$(NORMAL_UNINSTALL)
  431. @list=''; test -n "$(man8dir)" || exit 0; \
  432. files=`{ for i in $$list; do echo "$$i"; done; \
  433. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  434. sed -n '/\.8[a-z]*$$/p'; \
  435. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  436. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  437. dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
  438. tags TAGS:
  439. ctags CTAGS:
  440. cscope cscopelist:
  441. distdir: $(DISTFILES)
  442. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  443. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  444. list='$(DISTFILES)'; \
  445. dist_files=`for file in $$list; do echo $$file; done | \
  446. sed -e "s|^$$srcdirstrip/||;t" \
  447. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  448. case $$dist_files in \
  449. */*) $(MKDIR_P) `echo "$$dist_files" | \
  450. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  451. sort -u` ;; \
  452. esac; \
  453. for file in $$dist_files; do \
  454. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  455. if test -d $$d/$$file; then \
  456. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  457. if test -d "$(distdir)/$$file"; then \
  458. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  459. fi; \
  460. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  461. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  462. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  463. fi; \
  464. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  465. else \
  466. test -f "$(distdir)/$$file" \
  467. || cp -p $$d/$$file "$(distdir)/$$file" \
  468. || exit 1; \
  469. fi; \
  470. done
  471. check-am: all-am
  472. check: check-am
  473. all-am: Makefile $(MANS)
  474. installdirs:
  475. for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"; do \
  476. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  477. done
  478. install: install-am
  479. install-exec: install-exec-am
  480. install-data: install-data-am
  481. uninstall: uninstall-am
  482. install-am: all-am
  483. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  484. installcheck: installcheck-am
  485. install-strip:
  486. if test -z '$(STRIP)'; then \
  487. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  488. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  489. install; \
  490. else \
  491. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  492. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  493. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  494. fi
  495. mostlyclean-generic:
  496. clean-generic:
  497. distclean-generic:
  498. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  499. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  500. maintainer-clean-generic:
  501. @echo "This command is intended for maintainers to use"
  502. @echo "it deletes files that may require special tools to rebuild."
  503. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  504. clean: clean-am
  505. clean-am: clean-generic clean-libtool mostlyclean-am
  506. distclean: distclean-am
  507. -rm -f Makefile
  508. distclean-am: clean-am distclean-generic
  509. dvi: dvi-am
  510. dvi-am:
  511. html: html-am
  512. html-am:
  513. info: info-am
  514. info-am:
  515. install-data-am: install-man
  516. install-dvi: install-dvi-am
  517. install-dvi-am:
  518. install-exec-am:
  519. install-html: install-html-am
  520. install-html-am:
  521. install-info: install-info-am
  522. install-info-am:
  523. install-man: install-man1 install-man8
  524. install-pdf: install-pdf-am
  525. install-pdf-am:
  526. install-ps: install-ps-am
  527. install-ps-am:
  528. installcheck-am:
  529. maintainer-clean: maintainer-clean-am
  530. -rm -f Makefile
  531. maintainer-clean-am: distclean-am maintainer-clean-generic
  532. mostlyclean: mostlyclean-am
  533. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  534. pdf: pdf-am
  535. pdf-am:
  536. ps: ps-am
  537. ps-am:
  538. uninstall-am: uninstall-man
  539. uninstall-man: uninstall-man1 uninstall-man8
  540. .MAKE: install-am install-strip
  541. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  542. cscopelist-am ctags-am distclean distclean-generic \
  543. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  544. install install-am install-data install-data-am install-dvi \
  545. install-dvi-am install-exec install-exec-am install-html \
  546. install-html-am install-info install-info-am install-man \
  547. install-man1 install-man8 install-pdf install-pdf-am \
  548. install-ps install-ps-am install-strip installcheck \
  549. installcheck-am installdirs maintainer-clean \
  550. maintainer-clean-generic mostlyclean mostlyclean-generic \
  551. mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  552. uninstall-am uninstall-man uninstall-man1 uninstall-man8
  553. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  554. # Otherwise a system limit (for SysV at least) may be exceeded.
  555. .NOEXPORT: