Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  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 = include/ipmitool
  107. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  108. $(noinst_HEADERS)
  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. HEADERS = $(noinst_HEADERS)
  137. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  138. # Read a list of newline-separated strings from the standard input,
  139. # and print each of them once, without duplicates. Input order is
  140. # *not* preserved.
  141. am__uniquify_input = $(AWK) '\
  142. BEGIN { nonempty = 0; } \
  143. { items[$$0] = 1; nonempty = 1; } \
  144. END { if (nonempty) { for (i in items) print i; }; } \
  145. '
  146. # Make sure the list of sources is unique. This is necessary because,
  147. # e.g., the same source file might be shared among _SOURCES variables
  148. # for different programs/libraries.
  149. am__define_uniq_tagged_files = \
  150. list='$(am__tagged_files)'; \
  151. unique=`for i in $$list; do \
  152. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  153. done | $(am__uniquify_input)`
  154. ETAGS = etags
  155. CTAGS = ctags
  156. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  157. ACLOCAL = @ACLOCAL@
  158. AMTAR = @AMTAR@
  159. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  160. AR = @AR@
  161. ARCH = @ARCH@
  162. AUTOCONF = @AUTOCONF@
  163. AUTOHEADER = @AUTOHEADER@
  164. AUTOMAKE = @AUTOMAKE@
  165. AWK = @AWK@
  166. BASEDIR = @BASEDIR@
  167. CC = @CC@
  168. CCDEPMODE = @CCDEPMODE@
  169. CFLAGS = @CFLAGS@
  170. CPP = @CPP@
  171. CPPFLAGS = @CPPFLAGS@
  172. CYGPATH_W = @CYGPATH_W@
  173. DEFS = @DEFS@
  174. DEPDIR = @DEPDIR@
  175. DISTRO = @DISTRO@
  176. DLLTOOL = @DLLTOOL@
  177. DSYMUTIL = @DSYMUTIL@
  178. DUMPBIN = @DUMPBIN@
  179. ECHO_C = @ECHO_C@
  180. ECHO_N = @ECHO_N@
  181. ECHO_T = @ECHO_T@
  182. EGREP = @EGREP@
  183. EXEEXT = @EXEEXT@
  184. FGREP = @FGREP@
  185. GREP = @GREP@
  186. INSTALL = @INSTALL@
  187. INSTALL_DATA = @INSTALL_DATA@
  188. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  189. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  190. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  191. INTF_BMC = @INTF_BMC@
  192. INTF_BMC_LIB = @INTF_BMC_LIB@
  193. INTF_DUMMY = @INTF_DUMMY@
  194. INTF_DUMMY_LIB = @INTF_DUMMY_LIB@
  195. INTF_FREE = @INTF_FREE@
  196. INTF_FREE_LIB = @INTF_FREE_LIB@
  197. INTF_IMB = @INTF_IMB@
  198. INTF_IMB_LIB = @INTF_IMB_LIB@
  199. INTF_LAN = @INTF_LAN@
  200. INTF_LANPLUS = @INTF_LANPLUS@
  201. INTF_LANPLUS_LIB = @INTF_LANPLUS_LIB@
  202. INTF_LAN_LIB = @INTF_LAN_LIB@
  203. INTF_LIPMI = @INTF_LIPMI@
  204. INTF_LIPMI_LIB = @INTF_LIPMI_LIB@
  205. INTF_OPEN = @INTF_OPEN@
  206. INTF_OPEN_LIB = @INTF_OPEN_LIB@
  207. INTF_SERIAL = @INTF_SERIAL@
  208. INTF_SERIAL_LIB = @INTF_SERIAL_LIB@
  209. INTF_USB = @INTF_USB@
  210. INTF_USB_LIB = @INTF_USB_LIB@
  211. IPMITOOL_INTF_LIB = @IPMITOOL_INTF_LIB@
  212. LD = @LD@
  213. LDFLAGS = @LDFLAGS@
  214. LIBOBJS = @LIBOBJS@
  215. LIBS = @LIBS@
  216. LIBTOOL = @LIBTOOL@
  217. LIPO = @LIPO@
  218. LN_S = @LN_S@
  219. LTLIBOBJS = @LTLIBOBJS@
  220. MAKEINFO = @MAKEINFO@
  221. MANIFEST_TOOL = @MANIFEST_TOOL@
  222. MKDIR_P = @MKDIR_P@
  223. NM = @NM@
  224. NMEDIT = @NMEDIT@
  225. OBJDUMP = @OBJDUMP@
  226. OBJEXT = @OBJEXT@
  227. OS = @OS@
  228. OTOOL = @OTOOL@
  229. OTOOL64 = @OTOOL64@
  230. PACKAGE = @PACKAGE@
  231. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  232. PACKAGE_NAME = @PACKAGE_NAME@
  233. PACKAGE_STRING = @PACKAGE_STRING@
  234. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  235. PACKAGE_URL = @PACKAGE_URL@
  236. PACKAGE_VERSION = @PACKAGE_VERSION@
  237. PATH_SEPARATOR = @PATH_SEPARATOR@
  238. POW_LIB = @POW_LIB@
  239. PSTAMP = @PSTAMP@
  240. RANLIB = @RANLIB@
  241. RPMBUILD = @RPMBUILD@
  242. RPM_RELEASE = @RPM_RELEASE@
  243. SED = @SED@
  244. SET_MAKE = @SET_MAKE@
  245. SHELL = @SHELL@
  246. STRIP = @STRIP@
  247. VERSION = @VERSION@
  248. abs_builddir = @abs_builddir@
  249. abs_srcdir = @abs_srcdir@
  250. abs_top_builddir = @abs_top_builddir@
  251. abs_top_srcdir = @abs_top_srcdir@
  252. ac_configure_args = @ac_configure_args@
  253. ac_ct_AR = @ac_ct_AR@
  254. ac_ct_CC = @ac_ct_CC@
  255. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  256. am__include = @am__include@
  257. am__leading_dot = @am__leading_dot@
  258. am__quote = @am__quote@
  259. am__tar = @am__tar@
  260. am__untar = @am__untar@
  261. bindir = @bindir@
  262. build = @build@
  263. build_alias = @build_alias@
  264. build_cpu = @build_cpu@
  265. build_os = @build_os@
  266. build_vendor = @build_vendor@
  267. builddir = @builddir@
  268. datadir = @datadir@
  269. datarootdir = @datarootdir@
  270. docdir = @docdir@
  271. dvidir = @dvidir@
  272. exec_prefix = @exec_prefix@
  273. host = @host@
  274. host_alias = @host_alias@
  275. host_cpu = @host_cpu@
  276. host_os = @host_os@
  277. host_vendor = @host_vendor@
  278. htmldir = @htmldir@
  279. includedir = @includedir@
  280. infodir = @infodir@
  281. install_sh = @install_sh@
  282. libdir = @libdir@
  283. libexecdir = @libexecdir@
  284. localedir = @localedir@
  285. localstatedir = @localstatedir@
  286. mandir = @mandir@
  287. mkdir_p = @mkdir_p@
  288. oldincludedir = @oldincludedir@
  289. pdfdir = @pdfdir@
  290. prefix = @prefix@
  291. program_transform_name = @program_transform_name@
  292. psdir = @psdir@
  293. sbindir = @sbindir@
  294. sharedstatedir = @sharedstatedir@
  295. srcdir = @srcdir@
  296. sysconfdir = @sysconfdir@
  297. target = @target@
  298. target_alias = @target_alias@
  299. target_cpu = @target_cpu@
  300. target_os = @target_os@
  301. target_vendor = @target_vendor@
  302. top_build_prefix = @top_build_prefix@
  303. top_builddir = @top_builddir@
  304. top_srcdir = @top_srcdir@
  305. MAINTAINERCLEANFILES = Makefile.in
  306. noinst_HEADERS = log.h bswap.h hpm2.h helper.h ipmi.h ipmi_cc.h ipmi_intf.h \
  307. ipmi_chassis.h ipmi_entity.h ipmi_fru.h ipmi_hpmfwupg.h ipmi_lanp.h \
  308. ipmi_sdr.h ipmi_sel.h ipmi_sol.h ipmi_mc.h ipmi_raw.h \
  309. ipmi_channel.h ipmi_sensor.h ipmi_event.h ipmi_session.h \
  310. ipmi_strings.h ipmi_constants.h ipmi_user.h ipmi_pef.h \
  311. ipmi_oem.h ipmi_sdradd.h ipmi_isol.h ipmi_sunoem.h ipmi_picmg.h \
  312. ipmi_fwum.h ipmi_main.h ipmi_tsol.h ipmi_firewall.h \
  313. ipmi_kontronoem.h ipmi_ekanalyzer.h ipmi_gendev.h ipmi_ime.h \
  314. ipmi_delloem.h ipmi_dcmi.h ipmi_vita.h ipmi_sel_supermicro.h \
  315. ipmi_cfgp.h ipmi_lanp6.h
  316. all: all-am
  317. .SUFFIXES:
  318. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  319. @for dep in $?; do \
  320. case '$(am__configure_deps)' in \
  321. *$$dep*) \
  322. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  323. && { if test -f $@; then exit 0; else break; fi; }; \
  324. exit 1;; \
  325. esac; \
  326. done; \
  327. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/ipmitool/Makefile'; \
  328. $(am__cd) $(top_srcdir) && \
  329. $(AUTOMAKE) --foreign include/ipmitool/Makefile
  330. .PRECIOUS: Makefile
  331. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  332. @case '$?' in \
  333. *config.status*) \
  334. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  335. *) \
  336. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  337. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  338. esac;
  339. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  340. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  341. $(top_srcdir)/configure: $(am__configure_deps)
  342. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  343. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  344. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  345. $(am__aclocal_m4_deps):
  346. mostlyclean-libtool:
  347. -rm -f *.lo
  348. clean-libtool:
  349. -rm -rf .libs _libs
  350. ID: $(am__tagged_files)
  351. $(am__define_uniq_tagged_files); mkid -fID $$unique
  352. tags: tags-am
  353. TAGS: tags
  354. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  355. set x; \
  356. here=`pwd`; \
  357. $(am__define_uniq_tagged_files); \
  358. shift; \
  359. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  360. test -n "$$unique" || unique=$$empty_fix; \
  361. if test $$# -gt 0; then \
  362. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  363. "$$@" $$unique; \
  364. else \
  365. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  366. $$unique; \
  367. fi; \
  368. fi
  369. ctags: ctags-am
  370. CTAGS: ctags
  371. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  372. $(am__define_uniq_tagged_files); \
  373. test -z "$(CTAGS_ARGS)$$unique" \
  374. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  375. $$unique
  376. GTAGS:
  377. here=`$(am__cd) $(top_builddir) && pwd` \
  378. && $(am__cd) $(top_srcdir) \
  379. && gtags -i $(GTAGS_ARGS) "$$here"
  380. cscopelist: cscopelist-am
  381. cscopelist-am: $(am__tagged_files)
  382. list='$(am__tagged_files)'; \
  383. case "$(srcdir)" in \
  384. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  385. *) sdir=$(subdir)/$(srcdir) ;; \
  386. esac; \
  387. for i in $$list; do \
  388. if test -f "$$i"; then \
  389. echo "$(subdir)/$$i"; \
  390. else \
  391. echo "$$sdir/$$i"; \
  392. fi; \
  393. done >> $(top_builddir)/cscope.files
  394. distclean-tags:
  395. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  396. distdir: $(DISTFILES)
  397. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  398. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  399. list='$(DISTFILES)'; \
  400. dist_files=`for file in $$list; do echo $$file; done | \
  401. sed -e "s|^$$srcdirstrip/||;t" \
  402. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  403. case $$dist_files in \
  404. */*) $(MKDIR_P) `echo "$$dist_files" | \
  405. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  406. sort -u` ;; \
  407. esac; \
  408. for file in $$dist_files; do \
  409. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  410. if test -d $$d/$$file; then \
  411. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  412. if test -d "$(distdir)/$$file"; then \
  413. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  414. fi; \
  415. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  416. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  417. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  418. fi; \
  419. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  420. else \
  421. test -f "$(distdir)/$$file" \
  422. || cp -p $$d/$$file "$(distdir)/$$file" \
  423. || exit 1; \
  424. fi; \
  425. done
  426. check-am: all-am
  427. check: check-am
  428. all-am: Makefile $(HEADERS)
  429. installdirs:
  430. install: install-am
  431. install-exec: install-exec-am
  432. install-data: install-data-am
  433. uninstall: uninstall-am
  434. install-am: all-am
  435. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  436. installcheck: installcheck-am
  437. install-strip:
  438. if test -z '$(STRIP)'; then \
  439. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  440. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  441. install; \
  442. else \
  443. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  444. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  445. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  446. fi
  447. mostlyclean-generic:
  448. clean-generic:
  449. distclean-generic:
  450. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  451. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  452. maintainer-clean-generic:
  453. @echo "This command is intended for maintainers to use"
  454. @echo "it deletes files that may require special tools to rebuild."
  455. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  456. clean: clean-am
  457. clean-am: clean-generic clean-libtool mostlyclean-am
  458. distclean: distclean-am
  459. -rm -f Makefile
  460. distclean-am: clean-am distclean-generic distclean-tags
  461. dvi: dvi-am
  462. dvi-am:
  463. html: html-am
  464. html-am:
  465. info: info-am
  466. info-am:
  467. install-data-am:
  468. install-dvi: install-dvi-am
  469. install-dvi-am:
  470. install-exec-am:
  471. install-html: install-html-am
  472. install-html-am:
  473. install-info: install-info-am
  474. install-info-am:
  475. install-man:
  476. install-pdf: install-pdf-am
  477. install-pdf-am:
  478. install-ps: install-ps-am
  479. install-ps-am:
  480. installcheck-am:
  481. maintainer-clean: maintainer-clean-am
  482. -rm -f Makefile
  483. maintainer-clean-am: distclean-am maintainer-clean-generic
  484. mostlyclean: mostlyclean-am
  485. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  486. pdf: pdf-am
  487. pdf-am:
  488. ps: ps-am
  489. ps-am:
  490. uninstall-am:
  491. .MAKE: install-am install-strip
  492. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  493. clean-libtool cscopelist-am ctags ctags-am distclean \
  494. distclean-generic distclean-libtool distclean-tags distdir dvi \
  495. dvi-am html html-am info info-am install install-am \
  496. install-data install-data-am install-dvi install-dvi-am \
  497. install-exec install-exec-am install-html install-html-am \
  498. install-info install-info-am install-man install-pdf \
  499. install-pdf-am install-ps install-ps-am install-strip \
  500. installcheck installcheck-am installdirs maintainer-clean \
  501. maintainer-clean-generic mostlyclean mostlyclean-generic \
  502. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  503. uninstall-am
  504. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  505. # Otherwise a system limit (for SysV at least) may be exceeded.
  506. .NOEXPORT: