Makefile.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  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
  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. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  131. ctags-recursive dvi-recursive html-recursive info-recursive \
  132. install-data-recursive install-dvi-recursive \
  133. install-exec-recursive install-html-recursive \
  134. install-info-recursive install-pdf-recursive \
  135. install-ps-recursive install-recursive installcheck-recursive \
  136. installdirs-recursive pdf-recursive ps-recursive \
  137. tags-recursive uninstall-recursive
  138. am__can_run_installinfo = \
  139. case $$AM_UPDATE_INFO_DIR in \
  140. n|no|NO) false;; \
  141. *) (install-info --version) >/dev/null 2>&1;; \
  142. esac
  143. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  144. distclean-recursive maintainer-clean-recursive
  145. am__recursive_targets = \
  146. $(RECURSIVE_TARGETS) \
  147. $(RECURSIVE_CLEAN_TARGETS) \
  148. $(am__extra_recursive_targets)
  149. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  150. distdir
  151. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  152. # Read a list of newline-separated strings from the standard input,
  153. # and print each of them once, without duplicates. Input order is
  154. # *not* preserved.
  155. am__uniquify_input = $(AWK) '\
  156. BEGIN { nonempty = 0; } \
  157. { items[$$0] = 1; nonempty = 1; } \
  158. END { if (nonempty) { for (i in items) print i; }; } \
  159. '
  160. # Make sure the list of sources is unique. This is necessary because,
  161. # e.g., the same source file might be shared among _SOURCES variables
  162. # for different programs/libraries.
  163. am__define_uniq_tagged_files = \
  164. list='$(am__tagged_files)'; \
  165. unique=`for i in $$list; do \
  166. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  167. done | $(am__uniquify_input)`
  168. ETAGS = etags
  169. CTAGS = ctags
  170. DIST_SUBDIRS = $(SUBDIRS)
  171. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  172. am__relativize = \
  173. dir0=`pwd`; \
  174. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  175. sed_rest='s,^[^/]*/*,,'; \
  176. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  177. sed_butlast='s,/*[^/]*$$,,'; \
  178. while test -n "$$dir1"; do \
  179. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  180. if test "$$first" != "."; then \
  181. if test "$$first" = ".."; then \
  182. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  183. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  184. else \
  185. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  186. if test "$$first2" = "$$first"; then \
  187. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  188. else \
  189. dir2="../$$dir2"; \
  190. fi; \
  191. dir0="$$dir0"/"$$first"; \
  192. fi; \
  193. fi; \
  194. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  195. done; \
  196. reldir="$$dir2"
  197. ACLOCAL = @ACLOCAL@
  198. AMTAR = @AMTAR@
  199. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  200. AR = @AR@
  201. ARCH = @ARCH@
  202. AUTOCONF = @AUTOCONF@
  203. AUTOHEADER = @AUTOHEADER@
  204. AUTOMAKE = @AUTOMAKE@
  205. AWK = @AWK@
  206. BASEDIR = @BASEDIR@
  207. CC = @CC@
  208. CCDEPMODE = @CCDEPMODE@
  209. CFLAGS = @CFLAGS@
  210. CPP = @CPP@
  211. CPPFLAGS = @CPPFLAGS@
  212. CYGPATH_W = @CYGPATH_W@
  213. DEFS = @DEFS@
  214. DEPDIR = @DEPDIR@
  215. DISTRO = @DISTRO@
  216. DLLTOOL = @DLLTOOL@
  217. DSYMUTIL = @DSYMUTIL@
  218. DUMPBIN = @DUMPBIN@
  219. ECHO_C = @ECHO_C@
  220. ECHO_N = @ECHO_N@
  221. ECHO_T = @ECHO_T@
  222. EGREP = @EGREP@
  223. EXEEXT = @EXEEXT@
  224. FGREP = @FGREP@
  225. GREP = @GREP@
  226. INSTALL = @INSTALL@
  227. INSTALL_DATA = @INSTALL_DATA@
  228. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  229. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  230. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  231. INTF_BMC = @INTF_BMC@
  232. INTF_BMC_LIB = @INTF_BMC_LIB@
  233. INTF_DUMMY = @INTF_DUMMY@
  234. INTF_DUMMY_LIB = @INTF_DUMMY_LIB@
  235. INTF_FREE = @INTF_FREE@
  236. INTF_FREE_LIB = @INTF_FREE_LIB@
  237. INTF_IMB = @INTF_IMB@
  238. INTF_IMB_LIB = @INTF_IMB_LIB@
  239. INTF_LAN = @INTF_LAN@
  240. INTF_LANPLUS = @INTF_LANPLUS@
  241. INTF_LANPLUS_LIB = @INTF_LANPLUS_LIB@
  242. INTF_LAN_LIB = @INTF_LAN_LIB@
  243. INTF_LIPMI = @INTF_LIPMI@
  244. INTF_LIPMI_LIB = @INTF_LIPMI_LIB@
  245. INTF_OPEN = @INTF_OPEN@
  246. INTF_OPEN_LIB = @INTF_OPEN_LIB@
  247. INTF_SERIAL = @INTF_SERIAL@
  248. INTF_SERIAL_LIB = @INTF_SERIAL_LIB@
  249. INTF_USB = @INTF_USB@
  250. INTF_USB_LIB = @INTF_USB_LIB@
  251. IPMITOOL_INTF_LIB = @IPMITOOL_INTF_LIB@
  252. LD = @LD@
  253. LDFLAGS = @LDFLAGS@
  254. LIBOBJS = @LIBOBJS@
  255. LIBS = @LIBS@
  256. LIBTOOL = @LIBTOOL@
  257. LIPO = @LIPO@
  258. LN_S = @LN_S@
  259. LTLIBOBJS = @LTLIBOBJS@
  260. MAKEINFO = @MAKEINFO@
  261. MANIFEST_TOOL = @MANIFEST_TOOL@
  262. MKDIR_P = @MKDIR_P@
  263. NM = @NM@
  264. NMEDIT = @NMEDIT@
  265. OBJDUMP = @OBJDUMP@
  266. OBJEXT = @OBJEXT@
  267. OS = @OS@
  268. OTOOL = @OTOOL@
  269. OTOOL64 = @OTOOL64@
  270. PACKAGE = @PACKAGE@
  271. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  272. PACKAGE_NAME = @PACKAGE_NAME@
  273. PACKAGE_STRING = @PACKAGE_STRING@
  274. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  275. PACKAGE_URL = @PACKAGE_URL@
  276. PACKAGE_VERSION = @PACKAGE_VERSION@
  277. PATH_SEPARATOR = @PATH_SEPARATOR@
  278. POW_LIB = @POW_LIB@
  279. PSTAMP = @PSTAMP@
  280. RANLIB = @RANLIB@
  281. RPMBUILD = @RPMBUILD@
  282. RPM_RELEASE = @RPM_RELEASE@
  283. SED = @SED@
  284. SET_MAKE = @SET_MAKE@
  285. SHELL = @SHELL@
  286. STRIP = @STRIP@
  287. VERSION = @VERSION@
  288. abs_builddir = @abs_builddir@
  289. abs_srcdir = @abs_srcdir@
  290. abs_top_builddir = @abs_top_builddir@
  291. abs_top_srcdir = @abs_top_srcdir@
  292. ac_configure_args = @ac_configure_args@
  293. ac_ct_AR = @ac_ct_AR@
  294. ac_ct_CC = @ac_ct_CC@
  295. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  296. am__include = @am__include@
  297. am__leading_dot = @am__leading_dot@
  298. am__quote = @am__quote@
  299. am__tar = @am__tar@
  300. am__untar = @am__untar@
  301. bindir = @bindir@
  302. build = @build@
  303. build_alias = @build_alias@
  304. build_cpu = @build_cpu@
  305. build_os = @build_os@
  306. build_vendor = @build_vendor@
  307. builddir = @builddir@
  308. datadir = @datadir@
  309. datarootdir = @datarootdir@
  310. docdir = @docdir@
  311. dvidir = @dvidir@
  312. exec_prefix = @exec_prefix@
  313. host = @host@
  314. host_alias = @host_alias@
  315. host_cpu = @host_cpu@
  316. host_os = @host_os@
  317. host_vendor = @host_vendor@
  318. htmldir = @htmldir@
  319. includedir = @includedir@
  320. infodir = @infodir@
  321. install_sh = @install_sh@
  322. libdir = @libdir@
  323. libexecdir = @libexecdir@
  324. localedir = @localedir@
  325. localstatedir = @localstatedir@
  326. mandir = @mandir@
  327. mkdir_p = @mkdir_p@
  328. oldincludedir = @oldincludedir@
  329. pdfdir = @pdfdir@
  330. prefix = @prefix@
  331. program_transform_name = @program_transform_name@
  332. psdir = @psdir@
  333. sbindir = @sbindir@
  334. sharedstatedir = @sharedstatedir@
  335. srcdir = @srcdir@
  336. sysconfdir = @sysconfdir@
  337. target = @target@
  338. target_alias = @target_alias@
  339. target_cpu = @target_cpu@
  340. target_os = @target_os@
  341. target_vendor = @target_vendor@
  342. top_build_prefix = @top_build_prefix@
  343. top_builddir = @top_builddir@
  344. top_srcdir = @top_srcdir@
  345. MAINTAINERCLEANFILES = Makefile.in
  346. SUBDIRS = ipmitool
  347. all: all-recursive
  348. .SUFFIXES:
  349. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  350. @for dep in $?; do \
  351. case '$(am__configure_deps)' in \
  352. *$$dep*) \
  353. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  354. && { if test -f $@; then exit 0; else break; fi; }; \
  355. exit 1;; \
  356. esac; \
  357. done; \
  358. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
  359. $(am__cd) $(top_srcdir) && \
  360. $(AUTOMAKE) --foreign include/Makefile
  361. .PRECIOUS: Makefile
  362. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  363. @case '$?' in \
  364. *config.status*) \
  365. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  366. *) \
  367. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  368. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  369. esac;
  370. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  371. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  372. $(top_srcdir)/configure: $(am__configure_deps)
  373. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  374. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  375. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  376. $(am__aclocal_m4_deps):
  377. mostlyclean-libtool:
  378. -rm -f *.lo
  379. clean-libtool:
  380. -rm -rf .libs _libs
  381. # This directory's subdirectories are mostly independent; you can cd
  382. # into them and run 'make' without going through this Makefile.
  383. # To change the values of 'make' variables: instead of editing Makefiles,
  384. # (1) if the variable is set in 'config.status', edit 'config.status'
  385. # (which will cause the Makefiles to be regenerated when you run 'make');
  386. # (2) otherwise, pass the desired values on the 'make' command line.
  387. $(am__recursive_targets):
  388. @fail=; \
  389. if $(am__make_keepgoing); then \
  390. failcom='fail=yes'; \
  391. else \
  392. failcom='exit 1'; \
  393. fi; \
  394. dot_seen=no; \
  395. target=`echo $@ | sed s/-recursive//`; \
  396. case "$@" in \
  397. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  398. *) list='$(SUBDIRS)' ;; \
  399. esac; \
  400. for subdir in $$list; do \
  401. echo "Making $$target in $$subdir"; \
  402. if test "$$subdir" = "."; then \
  403. dot_seen=yes; \
  404. local_target="$$target-am"; \
  405. else \
  406. local_target="$$target"; \
  407. fi; \
  408. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  409. || eval $$failcom; \
  410. done; \
  411. if test "$$dot_seen" = "no"; then \
  412. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  413. fi; test -z "$$fail"
  414. ID: $(am__tagged_files)
  415. $(am__define_uniq_tagged_files); mkid -fID $$unique
  416. tags: tags-recursive
  417. TAGS: tags
  418. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  419. set x; \
  420. here=`pwd`; \
  421. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  422. include_option=--etags-include; \
  423. empty_fix=.; \
  424. else \
  425. include_option=--include; \
  426. empty_fix=; \
  427. fi; \
  428. list='$(SUBDIRS)'; for subdir in $$list; do \
  429. if test "$$subdir" = .; then :; else \
  430. test ! -f $$subdir/TAGS || \
  431. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  432. fi; \
  433. done; \
  434. $(am__define_uniq_tagged_files); \
  435. shift; \
  436. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  437. test -n "$$unique" || unique=$$empty_fix; \
  438. if test $$# -gt 0; then \
  439. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  440. "$$@" $$unique; \
  441. else \
  442. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  443. $$unique; \
  444. fi; \
  445. fi
  446. ctags: ctags-recursive
  447. CTAGS: ctags
  448. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  449. $(am__define_uniq_tagged_files); \
  450. test -z "$(CTAGS_ARGS)$$unique" \
  451. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  452. $$unique
  453. GTAGS:
  454. here=`$(am__cd) $(top_builddir) && pwd` \
  455. && $(am__cd) $(top_srcdir) \
  456. && gtags -i $(GTAGS_ARGS) "$$here"
  457. cscopelist: cscopelist-recursive
  458. cscopelist-am: $(am__tagged_files)
  459. list='$(am__tagged_files)'; \
  460. case "$(srcdir)" in \
  461. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  462. *) sdir=$(subdir)/$(srcdir) ;; \
  463. esac; \
  464. for i in $$list; do \
  465. if test -f "$$i"; then \
  466. echo "$(subdir)/$$i"; \
  467. else \
  468. echo "$$sdir/$$i"; \
  469. fi; \
  470. done >> $(top_builddir)/cscope.files
  471. distclean-tags:
  472. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  473. distdir: $(DISTFILES)
  474. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  475. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  476. list='$(DISTFILES)'; \
  477. dist_files=`for file in $$list; do echo $$file; done | \
  478. sed -e "s|^$$srcdirstrip/||;t" \
  479. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  480. case $$dist_files in \
  481. */*) $(MKDIR_P) `echo "$$dist_files" | \
  482. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  483. sort -u` ;; \
  484. esac; \
  485. for file in $$dist_files; do \
  486. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  487. if test -d $$d/$$file; then \
  488. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  489. if test -d "$(distdir)/$$file"; then \
  490. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  491. fi; \
  492. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  493. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  494. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  495. fi; \
  496. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  497. else \
  498. test -f "$(distdir)/$$file" \
  499. || cp -p $$d/$$file "$(distdir)/$$file" \
  500. || exit 1; \
  501. fi; \
  502. done
  503. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  504. if test "$$subdir" = .; then :; else \
  505. $(am__make_dryrun) \
  506. || test -d "$(distdir)/$$subdir" \
  507. || $(MKDIR_P) "$(distdir)/$$subdir" \
  508. || exit 1; \
  509. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  510. $(am__relativize); \
  511. new_distdir=$$reldir; \
  512. dir1=$$subdir; dir2="$(top_distdir)"; \
  513. $(am__relativize); \
  514. new_top_distdir=$$reldir; \
  515. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  516. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  517. ($(am__cd) $$subdir && \
  518. $(MAKE) $(AM_MAKEFLAGS) \
  519. top_distdir="$$new_top_distdir" \
  520. distdir="$$new_distdir" \
  521. am__remove_distdir=: \
  522. am__skip_length_check=: \
  523. am__skip_mode_fix=: \
  524. distdir) \
  525. || exit 1; \
  526. fi; \
  527. done
  528. check-am: all-am
  529. check: check-recursive
  530. all-am: Makefile
  531. installdirs: installdirs-recursive
  532. installdirs-am:
  533. install: install-recursive
  534. install-exec: install-exec-recursive
  535. install-data: install-data-recursive
  536. uninstall: uninstall-recursive
  537. install-am: all-am
  538. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  539. installcheck: installcheck-recursive
  540. install-strip:
  541. if test -z '$(STRIP)'; then \
  542. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  543. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  544. install; \
  545. else \
  546. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  547. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  548. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  549. fi
  550. mostlyclean-generic:
  551. clean-generic:
  552. distclean-generic:
  553. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  554. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  555. maintainer-clean-generic:
  556. @echo "This command is intended for maintainers to use"
  557. @echo "it deletes files that may require special tools to rebuild."
  558. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  559. clean: clean-recursive
  560. clean-am: clean-generic clean-libtool mostlyclean-am
  561. distclean: distclean-recursive
  562. -rm -f Makefile
  563. distclean-am: clean-am distclean-generic distclean-tags
  564. dvi: dvi-recursive
  565. dvi-am:
  566. html: html-recursive
  567. html-am:
  568. info: info-recursive
  569. info-am:
  570. install-data-am:
  571. install-dvi: install-dvi-recursive
  572. install-dvi-am:
  573. install-exec-am:
  574. install-html: install-html-recursive
  575. install-html-am:
  576. install-info: install-info-recursive
  577. install-info-am:
  578. install-man:
  579. install-pdf: install-pdf-recursive
  580. install-pdf-am:
  581. install-ps: install-ps-recursive
  582. install-ps-am:
  583. installcheck-am:
  584. maintainer-clean: maintainer-clean-recursive
  585. -rm -f Makefile
  586. maintainer-clean-am: distclean-am maintainer-clean-generic
  587. mostlyclean: mostlyclean-recursive
  588. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  589. pdf: pdf-recursive
  590. pdf-am:
  591. ps: ps-recursive
  592. ps-am:
  593. uninstall-am:
  594. .MAKE: $(am__recursive_targets) install-am install-strip
  595. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  596. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  597. ctags-am distclean distclean-generic distclean-libtool \
  598. distclean-tags distdir dvi dvi-am html html-am info info-am \
  599. install install-am install-data install-data-am install-dvi \
  600. install-dvi-am install-exec install-exec-am install-html \
  601. install-html-am install-info install-info-am install-man \
  602. install-pdf install-pdf-am install-ps install-ps-am \
  603. install-strip installcheck installcheck-am installdirs \
  604. installdirs-am maintainer-clean maintainer-clean-generic \
  605. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  606. ps ps-am tags tags-am uninstall uninstall-am
  607. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  608. # Otherwise a system limit (for SysV at least) may be exceeded.
  609. .NOEXPORT: