Makefile.in 15 KB

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