Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  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 = contrib
  107. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  108. $(dist_pkgdata_DATA) README
  109. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  110. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  111. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  112. $(ACLOCAL_M4)
  113. mkinstalldirs = $(install_sh) -d
  114. CONFIG_HEADER = $(top_builddir)/config.h
  115. CONFIG_CLEAN_FILES =
  116. CONFIG_CLEAN_VPATH_FILES =
  117. AM_V_P = $(am__v_P_@AM_V@)
  118. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  119. am__v_P_0 = false
  120. am__v_P_1 = :
  121. AM_V_GEN = $(am__v_GEN_@AM_V@)
  122. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  123. am__v_GEN_0 = @echo " GEN " $@;
  124. am__v_GEN_1 =
  125. AM_V_at = $(am__v_at_@AM_V@)
  126. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  127. am__v_at_0 = @
  128. am__v_at_1 =
  129. SOURCES =
  130. DIST_SOURCES =
  131. am__can_run_installinfo = \
  132. case $$AM_UPDATE_INFO_DIR in \
  133. n|no|NO) false;; \
  134. *) (install-info --version) >/dev/null 2>&1;; \
  135. esac
  136. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  137. am__vpath_adj = case $$p in \
  138. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  139. *) f=$$p;; \
  140. esac;
  141. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  142. am__install_max = 40
  143. am__nobase_strip_setup = \
  144. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  145. am__nobase_strip = \
  146. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  147. am__nobase_list = $(am__nobase_strip_setup); \
  148. for p in $$list; do echo "$$p $$p"; done | \
  149. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  150. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  151. if (++n[$$2] == $(am__install_max)) \
  152. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  153. END { for (dir in files) print dir, files[dir] }'
  154. am__base_list = \
  155. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  156. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  157. am__uninstall_files_from_dir = { \
  158. test -z "$$files" \
  159. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  160. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  161. $(am__cd) "$$dir" && rm -f $$files; }; \
  162. }
  163. am__installdirs = "$(DESTDIR)$(pkgdatadir)"
  164. DATA = $(dist_pkgdata_DATA)
  165. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  166. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  167. ACLOCAL = @ACLOCAL@
  168. AMTAR = @AMTAR@
  169. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  170. AR = @AR@
  171. ARCH = @ARCH@
  172. AUTOCONF = @AUTOCONF@
  173. AUTOHEADER = @AUTOHEADER@
  174. AUTOMAKE = @AUTOMAKE@
  175. AWK = @AWK@
  176. BASEDIR = @BASEDIR@
  177. CC = @CC@
  178. CCDEPMODE = @CCDEPMODE@
  179. CFLAGS = @CFLAGS@
  180. CPP = @CPP@
  181. CPPFLAGS = @CPPFLAGS@
  182. CYGPATH_W = @CYGPATH_W@
  183. DEFS = @DEFS@
  184. DEPDIR = @DEPDIR@
  185. DISTRO = @DISTRO@
  186. DLLTOOL = @DLLTOOL@
  187. DSYMUTIL = @DSYMUTIL@
  188. DUMPBIN = @DUMPBIN@
  189. ECHO_C = @ECHO_C@
  190. ECHO_N = @ECHO_N@
  191. ECHO_T = @ECHO_T@
  192. EGREP = @EGREP@
  193. EXEEXT = @EXEEXT@
  194. FGREP = @FGREP@
  195. GREP = @GREP@
  196. INSTALL = @INSTALL@
  197. INSTALL_DATA = @INSTALL_DATA@
  198. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  199. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  200. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  201. INTF_BMC = @INTF_BMC@
  202. INTF_BMC_LIB = @INTF_BMC_LIB@
  203. INTF_DUMMY = @INTF_DUMMY@
  204. INTF_DUMMY_LIB = @INTF_DUMMY_LIB@
  205. INTF_FREE = @INTF_FREE@
  206. INTF_FREE_LIB = @INTF_FREE_LIB@
  207. INTF_IMB = @INTF_IMB@
  208. INTF_IMB_LIB = @INTF_IMB_LIB@
  209. INTF_LAN = @INTF_LAN@
  210. INTF_LANPLUS = @INTF_LANPLUS@
  211. INTF_LANPLUS_LIB = @INTF_LANPLUS_LIB@
  212. INTF_LAN_LIB = @INTF_LAN_LIB@
  213. INTF_LIPMI = @INTF_LIPMI@
  214. INTF_LIPMI_LIB = @INTF_LIPMI_LIB@
  215. INTF_OPEN = @INTF_OPEN@
  216. INTF_OPEN_LIB = @INTF_OPEN_LIB@
  217. INTF_SERIAL = @INTF_SERIAL@
  218. INTF_SERIAL_LIB = @INTF_SERIAL_LIB@
  219. INTF_USB = @INTF_USB@
  220. INTF_USB_LIB = @INTF_USB_LIB@
  221. IPMITOOL_INTF_LIB = @IPMITOOL_INTF_LIB@
  222. LD = @LD@
  223. LDFLAGS = @LDFLAGS@
  224. LIBOBJS = @LIBOBJS@
  225. LIBS = @LIBS@
  226. LIBTOOL = @LIBTOOL@
  227. LIPO = @LIPO@
  228. LN_S = @LN_S@
  229. LTLIBOBJS = @LTLIBOBJS@
  230. MAKEINFO = @MAKEINFO@
  231. MANIFEST_TOOL = @MANIFEST_TOOL@
  232. MKDIR_P = @MKDIR_P@
  233. NM = @NM@
  234. NMEDIT = @NMEDIT@
  235. OBJDUMP = @OBJDUMP@
  236. OBJEXT = @OBJEXT@
  237. OS = @OS@
  238. OTOOL = @OTOOL@
  239. OTOOL64 = @OTOOL64@
  240. PACKAGE = @PACKAGE@
  241. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  242. PACKAGE_NAME = @PACKAGE_NAME@
  243. PACKAGE_STRING = @PACKAGE_STRING@
  244. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  245. PACKAGE_URL = @PACKAGE_URL@
  246. PACKAGE_VERSION = @PACKAGE_VERSION@
  247. PATH_SEPARATOR = @PATH_SEPARATOR@
  248. POW_LIB = @POW_LIB@
  249. PSTAMP = @PSTAMP@
  250. RANLIB = @RANLIB@
  251. RPMBUILD = @RPMBUILD@
  252. RPM_RELEASE = @RPM_RELEASE@
  253. SED = @SED@
  254. SET_MAKE = @SET_MAKE@
  255. SHELL = @SHELL@
  256. STRIP = @STRIP@
  257. VERSION = @VERSION@
  258. abs_builddir = @abs_builddir@
  259. abs_srcdir = @abs_srcdir@
  260. abs_top_builddir = @abs_top_builddir@
  261. abs_top_srcdir = @abs_top_srcdir@
  262. ac_configure_args = @ac_configure_args@
  263. ac_ct_AR = @ac_ct_AR@
  264. ac_ct_CC = @ac_ct_CC@
  265. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  266. am__include = @am__include@
  267. am__leading_dot = @am__leading_dot@
  268. am__quote = @am__quote@
  269. am__tar = @am__tar@
  270. am__untar = @am__untar@
  271. bindir = @bindir@
  272. build = @build@
  273. build_alias = @build_alias@
  274. build_cpu = @build_cpu@
  275. build_os = @build_os@
  276. build_vendor = @build_vendor@
  277. builddir = @builddir@
  278. datadir = @datadir@
  279. datarootdir = @datarootdir@
  280. docdir = @docdir@
  281. dvidir = @dvidir@
  282. exec_prefix = @exec_prefix@
  283. host = @host@
  284. host_alias = @host_alias@
  285. host_cpu = @host_cpu@
  286. host_os = @host_os@
  287. host_vendor = @host_vendor@
  288. htmldir = @htmldir@
  289. includedir = @includedir@
  290. infodir = @infodir@
  291. install_sh = @install_sh@
  292. libdir = @libdir@
  293. libexecdir = @libexecdir@
  294. localedir = @localedir@
  295. localstatedir = @localstatedir@
  296. mandir = @mandir@
  297. mkdir_p = @mkdir_p@
  298. oldincludedir = @oldincludedir@
  299. pdfdir = @pdfdir@
  300. prefix = @prefix@
  301. program_transform_name = @program_transform_name@
  302. psdir = @psdir@
  303. sbindir = @sbindir@
  304. sharedstatedir = @sharedstatedir@
  305. srcdir = @srcdir@
  306. sysconfdir = @sysconfdir@
  307. target = @target@
  308. target_alias = @target_alias@
  309. target_cpu = @target_cpu@
  310. target_os = @target_os@
  311. target_vendor = @target_vendor@
  312. top_build_prefix = @top_build_prefix@
  313. top_builddir = @top_builddir@
  314. top_srcdir = @top_srcdir@
  315. MAINTAINERCLEANFILES = Makefile.in
  316. dist_pkgdata_DATA = oem_ibm_sel_map
  317. EXTRA_DIST = README \
  318. bmclanconf ipmi.init.basic ipmi.init.redhat \
  319. exchange-bmc-os-info.init.redhat exchange-bmc-os-info.service.redhat \
  320. exchange-bmc-os-info.sysconf log_bmc.sh\
  321. ipmievd.init.redhat ipmievd.init.suse ipmievd.init.debian \
  322. collect_data.sh create_rrds.sh create_webpage_compact.sh create_webpage.sh \
  323. bmc-snmp-proxy bmc-snmp-proxy.service bmc-snmp-proxy.sysconf
  324. all: all-am
  325. .SUFFIXES:
  326. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  327. @for dep in $?; do \
  328. case '$(am__configure_deps)' in \
  329. *$$dep*) \
  330. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  331. && { if test -f $@; then exit 0; else break; fi; }; \
  332. exit 1;; \
  333. esac; \
  334. done; \
  335. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
  336. $(am__cd) $(top_srcdir) && \
  337. $(AUTOMAKE) --foreign contrib/Makefile
  338. .PRECIOUS: Makefile
  339. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  340. @case '$?' in \
  341. *config.status*) \
  342. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  343. *) \
  344. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  345. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  346. esac;
  347. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  348. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  349. $(top_srcdir)/configure: $(am__configure_deps)
  350. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  351. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  352. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  353. $(am__aclocal_m4_deps):
  354. mostlyclean-libtool:
  355. -rm -f *.lo
  356. clean-libtool:
  357. -rm -rf .libs _libs
  358. install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
  359. @$(NORMAL_INSTALL)
  360. @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
  361. if test -n "$$list"; then \
  362. echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
  363. $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
  364. fi; \
  365. for p in $$list; do \
  366. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  367. echo "$$d$$p"; \
  368. done | $(am__base_list) | \
  369. while read files; do \
  370. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
  371. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
  372. done
  373. uninstall-dist_pkgdataDATA:
  374. @$(NORMAL_UNINSTALL)
  375. @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
  376. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  377. dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
  378. tags TAGS:
  379. ctags CTAGS:
  380. cscope cscopelist:
  381. distdir: $(DISTFILES)
  382. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  383. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  384. list='$(DISTFILES)'; \
  385. dist_files=`for file in $$list; do echo $$file; done | \
  386. sed -e "s|^$$srcdirstrip/||;t" \
  387. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  388. case $$dist_files in \
  389. */*) $(MKDIR_P) `echo "$$dist_files" | \
  390. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  391. sort -u` ;; \
  392. esac; \
  393. for file in $$dist_files; do \
  394. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  395. if test -d $$d/$$file; then \
  396. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  397. if test -d "$(distdir)/$$file"; then \
  398. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  399. fi; \
  400. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  401. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  402. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  403. fi; \
  404. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  405. else \
  406. test -f "$(distdir)/$$file" \
  407. || cp -p $$d/$$file "$(distdir)/$$file" \
  408. || exit 1; \
  409. fi; \
  410. done
  411. check-am: all-am
  412. check: check-am
  413. all-am: Makefile $(DATA)
  414. installdirs:
  415. for dir in "$(DESTDIR)$(pkgdatadir)"; do \
  416. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  417. done
  418. install: install-am
  419. install-exec: install-exec-am
  420. install-data: install-data-am
  421. uninstall: uninstall-am
  422. install-am: all-am
  423. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  424. installcheck: installcheck-am
  425. install-strip:
  426. if test -z '$(STRIP)'; then \
  427. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  428. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  429. install; \
  430. else \
  431. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  432. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  433. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  434. fi
  435. mostlyclean-generic:
  436. clean-generic:
  437. distclean-generic:
  438. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  439. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  440. maintainer-clean-generic:
  441. @echo "This command is intended for maintainers to use"
  442. @echo "it deletes files that may require special tools to rebuild."
  443. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  444. clean: clean-am
  445. clean-am: clean-generic clean-libtool mostlyclean-am
  446. distclean: distclean-am
  447. -rm -f Makefile
  448. distclean-am: clean-am distclean-generic
  449. dvi: dvi-am
  450. dvi-am:
  451. html: html-am
  452. html-am:
  453. info: info-am
  454. info-am:
  455. install-data-am: install-dist_pkgdataDATA
  456. install-dvi: install-dvi-am
  457. install-dvi-am:
  458. install-exec-am:
  459. install-html: install-html-am
  460. install-html-am:
  461. install-info: install-info-am
  462. install-info-am:
  463. install-man:
  464. install-pdf: install-pdf-am
  465. install-pdf-am:
  466. install-ps: install-ps-am
  467. install-ps-am:
  468. installcheck-am:
  469. maintainer-clean: maintainer-clean-am
  470. -rm -f Makefile
  471. maintainer-clean-am: distclean-am maintainer-clean-generic
  472. mostlyclean: mostlyclean-am
  473. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  474. pdf: pdf-am
  475. pdf-am:
  476. ps: ps-am
  477. ps-am:
  478. uninstall-am: uninstall-dist_pkgdataDATA
  479. .MAKE: install-am install-strip
  480. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  481. cscopelist-am ctags-am distclean distclean-generic \
  482. distclean-libtool distdir dvi dvi-am html html-am info info-am \
  483. install install-am install-data install-data-am \
  484. install-dist_pkgdataDATA install-dvi install-dvi-am \
  485. install-exec install-exec-am install-html install-html-am \
  486. install-info install-info-am install-man install-pdf \
  487. install-pdf-am install-ps install-ps-am install-strip \
  488. installcheck installcheck-am installdirs maintainer-clean \
  489. maintainer-clean-generic mostlyclean mostlyclean-generic \
  490. mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  491. uninstall-am uninstall-dist_pkgdataDATA
  492. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  493. # Otherwise a system limit (for SysV at least) may be exceeded.
  494. .NOEXPORT: