Makefile.in 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. # Makefile.in generated by automake 1.12.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2012 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 2005 Adam Jackson.
  13. #
  14. # Permission is hereby granted, free of charge, to any person obtaining a
  15. # copy of this software and associated documentation files (the "Software"),
  16. # to deal in the Software without restriction, including without limitation
  17. # on the rights to use, copy, modify, merge, publish, distribute, sub
  18. # license, and/or sell copies of the Software, and to permit persons to whom
  19. # the Software is furnished to do so, subject to the following conditions:
  20. #
  21. # The above copyright notice and this permission notice (including the next
  22. # paragraph) shall be included in all copies or substantial portions of the
  23. # Software.
  24. #
  25. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  26. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  27. # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
  28. # ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  29. # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  30. # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  31. VPATH = @srcdir@
  32. am__make_dryrun = \
  33. { \
  34. am__dry=no; \
  35. case $$MAKEFLAGS in \
  36. *\\[\ \ ]*) \
  37. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  38. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  39. *) \
  40. for am__flg in $$MAKEFLAGS; do \
  41. case $$am__flg in \
  42. *=*|--*) ;; \
  43. *n*) am__dry=yes; break;; \
  44. esac; \
  45. done;; \
  46. esac; \
  47. test $$am__dry = yes; \
  48. }
  49. pkgdatadir = $(datadir)/@PACKAGE@
  50. pkgincludedir = $(includedir)/@PACKAGE@
  51. pkglibdir = $(libdir)/@PACKAGE@
  52. pkglibexecdir = $(libexecdir)/@PACKAGE@
  53. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  54. install_sh_DATA = $(install_sh) -c -m 644
  55. install_sh_PROGRAM = $(install_sh) -c
  56. install_sh_SCRIPT = $(install_sh) -c
  57. INSTALL_HEADER = $(INSTALL_DATA)
  58. transform = $(program_transform_name)
  59. NORMAL_INSTALL = :
  60. PRE_INSTALL = :
  61. POST_INSTALL = :
  62. NORMAL_UNINSTALL = :
  63. PRE_UNINSTALL = :
  64. POST_UNINSTALL = :
  65. build_triplet = @build@
  66. host_triplet = @host@
  67. subdir = .
  68. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  69. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  70. $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
  71. config.sub depcomp install-sh ltmain.sh missing
  72. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  73. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  74. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  75. $(ACLOCAL_M4)
  76. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  77. configure.lineno config.status.lineno
  78. mkinstalldirs = $(install_sh) -d
  79. CONFIG_HEADER = config.h
  80. CONFIG_CLEAN_FILES =
  81. CONFIG_CLEAN_VPATH_FILES =
  82. AM_V_P = $(am__v_P_@AM_V@)
  83. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  84. am__v_P_0 = false
  85. am__v_P_1 = :
  86. AM_V_GEN = $(am__v_GEN_@AM_V@)
  87. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  88. am__v_GEN_0 = @echo " GEN " $@;
  89. am__v_GEN_1 =
  90. AM_V_at = $(am__v_at_@AM_V@)
  91. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  92. am__v_at_0 = @
  93. am__v_at_1 =
  94. SOURCES =
  95. DIST_SOURCES =
  96. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  97. html-recursive info-recursive install-data-recursive \
  98. install-dvi-recursive install-exec-recursive \
  99. install-html-recursive install-info-recursive \
  100. install-pdf-recursive install-ps-recursive install-recursive \
  101. installcheck-recursive installdirs-recursive pdf-recursive \
  102. ps-recursive uninstall-recursive
  103. am__can_run_installinfo = \
  104. case $$AM_UPDATE_INFO_DIR in \
  105. n|no|NO) false;; \
  106. *) (install-info --version) >/dev/null 2>&1;; \
  107. esac
  108. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  109. distclean-recursive maintainer-clean-recursive
  110. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  111. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  112. cscope distdir dist dist-all distcheck
  113. ETAGS = etags
  114. CTAGS = ctags
  115. CSCOPE = cscope
  116. DIST_SUBDIRS = $(SUBDIRS)
  117. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  118. distdir = $(PACKAGE)-$(VERSION)
  119. top_distdir = $(distdir)
  120. am__remove_distdir = \
  121. if test -d "$(distdir)"; then \
  122. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  123. && rm -rf "$(distdir)" \
  124. || { sleep 5 && rm -rf "$(distdir)"; }; \
  125. else :; fi
  126. am__post_remove_distdir = $(am__remove_distdir)
  127. am__relativize = \
  128. dir0=`pwd`; \
  129. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  130. sed_rest='s,^[^/]*/*,,'; \
  131. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  132. sed_butlast='s,/*[^/]*$$,,'; \
  133. while test -n "$$dir1"; do \
  134. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  135. if test "$$first" != "."; then \
  136. if test "$$first" = ".."; then \
  137. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  138. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  139. else \
  140. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  141. if test "$$first2" = "$$first"; then \
  142. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  143. else \
  144. dir2="../$$dir2"; \
  145. fi; \
  146. dir0="$$dir0"/"$$first"; \
  147. fi; \
  148. fi; \
  149. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  150. done; \
  151. reldir="$$dir2"
  152. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  153. GZIP_ENV = --best
  154. DIST_TARGETS = dist-bzip2 dist-gzip
  155. distuninstallcheck_listfiles = find . -type f -print
  156. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  157. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  158. distcleancheck_listfiles = find . -type f -print
  159. ACLOCAL = @ACLOCAL@
  160. ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
  161. ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
  162. AMTAR = @AMTAR@
  163. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  164. APP_MAN_DIR = @APP_MAN_DIR@
  165. APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
  166. AR = @AR@
  167. AUTOCONF = @AUTOCONF@
  168. AUTOHEADER = @AUTOHEADER@
  169. AUTOMAKE = @AUTOMAKE@
  170. AWK = @AWK@
  171. BASE_CFLAGS = @BASE_CFLAGS@
  172. CC = @CC@
  173. CCAS = @CCAS@
  174. CCASDEPMODE = @CCASDEPMODE@
  175. CCASFLAGS = @CCASFLAGS@
  176. CCDEPMODE = @CCDEPMODE@
  177. CFLAGS = @CFLAGS@
  178. CHANGELOG_CMD = @CHANGELOG_CMD@
  179. CPP = @CPP@
  180. CPPFLAGS = @CPPFLAGS@
  181. CWARNFLAGS = @CWARNFLAGS@
  182. CYGPATH_W = @CYGPATH_W@
  183. DEFS = @DEFS@
  184. DEPDIR = @DEPDIR@
  185. DLLTOOL = @DLLTOOL@
  186. DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
  187. DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
  188. DRIVER_NAME = @DRIVER_NAME@
  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. FILE_MAN_DIR = @FILE_MAN_DIR@
  198. FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
  199. GREP = @GREP@
  200. INSTALL = @INSTALL@
  201. INSTALL_CMD = @INSTALL_CMD@
  202. INSTALL_DATA = @INSTALL_DATA@
  203. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  204. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  205. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  206. LD = @LD@
  207. LDFLAGS = @LDFLAGS@
  208. LIBOBJS = @LIBOBJS@
  209. LIBS = @LIBS@
  210. LIBTOOL = @LIBTOOL@
  211. LIB_MAN_DIR = @LIB_MAN_DIR@
  212. LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
  213. LIPO = @LIPO@
  214. LN_S = @LN_S@
  215. LTLIBOBJS = @LTLIBOBJS@
  216. MAINT = @MAINT@
  217. MAKEINFO = @MAKEINFO@
  218. MANIFEST_TOOL = @MANIFEST_TOOL@
  219. MAN_SUBSTS = @MAN_SUBSTS@
  220. MISC_MAN_DIR = @MISC_MAN_DIR@
  221. MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
  222. MKDIR_P = @MKDIR_P@
  223. NM = @NM@
  224. NMEDIT = @NMEDIT@
  225. OBJDUMP = @OBJDUMP@
  226. OBJEXT = @OBJEXT@
  227. OTOOL = @OTOOL@
  228. OTOOL64 = @OTOOL64@
  229. PACKAGE = @PACKAGE@
  230. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  231. PACKAGE_NAME = @PACKAGE_NAME@
  232. PACKAGE_STRING = @PACKAGE_STRING@
  233. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  234. PACKAGE_URL = @PACKAGE_URL@
  235. PACKAGE_VERSION = @PACKAGE_VERSION@
  236. PATH_SEPARATOR = @PATH_SEPARATOR@
  237. PKG_CONFIG = @PKG_CONFIG@
  238. RANLIB = @RANLIB@
  239. SED = @SED@
  240. SET_MAKE = @SET_MAKE@
  241. SHELL = @SHELL@
  242. STRICT_CFLAGS = @STRICT_CFLAGS@
  243. STRIP = @STRIP@
  244. VERSION = @VERSION@
  245. XEXT_CFLAGS = @XEXT_CFLAGS@
  246. XEXT_LIBS = @XEXT_LIBS@
  247. XORG_CFLAGS = @XORG_CFLAGS@
  248. XORG_LIBS = @XORG_LIBS@
  249. XORG_MAN_PAGE = @XORG_MAN_PAGE@
  250. abs_builddir = @abs_builddir@
  251. abs_srcdir = @abs_srcdir@
  252. abs_top_builddir = @abs_top_builddir@
  253. abs_top_srcdir = @abs_top_srcdir@
  254. ac_ct_AR = @ac_ct_AR@
  255. ac_ct_CC = @ac_ct_CC@
  256. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  257. am__include = @am__include@
  258. am__leading_dot = @am__leading_dot@
  259. am__quote = @am__quote@
  260. am__tar = @am__tar@
  261. am__untar = @am__untar@
  262. bindir = @bindir@
  263. build = @build@
  264. build_alias = @build_alias@
  265. build_cpu = @build_cpu@
  266. build_os = @build_os@
  267. build_vendor = @build_vendor@
  268. builddir = @builddir@
  269. datadir = @datadir@
  270. datarootdir = @datarootdir@
  271. docdir = @docdir@
  272. dvidir = @dvidir@
  273. exec_prefix = @exec_prefix@
  274. host = @host@
  275. host_alias = @host_alias@
  276. host_cpu = @host_cpu@
  277. host_os = @host_os@
  278. host_vendor = @host_vendor@
  279. htmldir = @htmldir@
  280. includedir = @includedir@
  281. infodir = @infodir@
  282. install_sh = @install_sh@
  283. libdir = @libdir@
  284. libexecdir = @libexecdir@
  285. localedir = @localedir@
  286. localstatedir = @localstatedir@
  287. mandir = @mandir@
  288. mkdir_p = @mkdir_p@
  289. moduledir = @moduledir@
  290. oldincludedir = @oldincludedir@
  291. pdfdir = @pdfdir@
  292. prefix = @prefix@
  293. program_transform_name = @program_transform_name@
  294. psdir = @psdir@
  295. sbindir = @sbindir@
  296. sharedstatedir = @sharedstatedir@
  297. srcdir = @srcdir@
  298. sysconfdir = @sysconfdir@
  299. target_alias = @target_alias@
  300. top_build_prefix = @top_build_prefix@
  301. top_builddir = @top_builddir@
  302. top_srcdir = @top_srcdir@
  303. SUBDIRS = src man
  304. MAINTAINERCLEANFILES = ChangeLog INSTALL
  305. all: config.h
  306. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  307. .SUFFIXES:
  308. am--refresh: Makefile
  309. @:
  310. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  311. @for dep in $?; do \
  312. case '$(am__configure_deps)' in \
  313. *$$dep*) \
  314. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  315. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  316. && exit 0; \
  317. exit 1;; \
  318. esac; \
  319. done; \
  320. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  321. $(am__cd) $(top_srcdir) && \
  322. $(AUTOMAKE) --foreign Makefile
  323. .PRECIOUS: Makefile
  324. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  325. @case '$?' in \
  326. *config.status*) \
  327. echo ' $(SHELL) ./config.status'; \
  328. $(SHELL) ./config.status;; \
  329. *) \
  330. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  331. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  332. esac;
  333. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  334. $(SHELL) ./config.status --recheck
  335. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  336. $(am__cd) $(srcdir) && $(AUTOCONF)
  337. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  338. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  339. $(am__aclocal_m4_deps):
  340. config.h: stamp-h1
  341. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  342. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  343. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  344. @rm -f stamp-h1
  345. cd $(top_builddir) && $(SHELL) ./config.status config.h
  346. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  347. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  348. rm -f stamp-h1
  349. touch $@
  350. distclean-hdr:
  351. -rm -f config.h stamp-h1
  352. mostlyclean-libtool:
  353. -rm -f *.lo
  354. clean-libtool:
  355. -rm -rf .libs _libs
  356. distclean-libtool:
  357. -rm -f libtool config.lt
  358. # This directory's subdirectories are mostly independent; you can cd
  359. # into them and run 'make' without going through this Makefile.
  360. # To change the values of 'make' variables: instead of editing Makefiles,
  361. # (1) if the variable is set in 'config.status', edit 'config.status'
  362. # (which will cause the Makefiles to be regenerated when you run 'make');
  363. # (2) otherwise, pass the desired values on the 'make' command line.
  364. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  365. @fail= failcom='exit 1'; \
  366. for f in x $$MAKEFLAGS; do \
  367. case $$f in \
  368. *=* | --[!k]*);; \
  369. *k*) failcom='fail=yes';; \
  370. esac; \
  371. done; \
  372. dot_seen=no; \
  373. target=`echo $@ | sed s/-recursive//`; \
  374. case "$@" in \
  375. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  376. *) list='$(SUBDIRS)' ;; \
  377. esac; \
  378. for subdir in $$list; do \
  379. echo "Making $$target in $$subdir"; \
  380. if test "$$subdir" = "."; then \
  381. dot_seen=yes; \
  382. local_target="$$target-am"; \
  383. else \
  384. local_target="$$target"; \
  385. fi; \
  386. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  387. || eval $$failcom; \
  388. done; \
  389. if test "$$dot_seen" = "no"; then \
  390. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  391. fi; test -z "$$fail"
  392. tags-recursive:
  393. list='$(SUBDIRS)'; for subdir in $$list; do \
  394. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  395. done
  396. ctags-recursive:
  397. list='$(SUBDIRS)'; for subdir in $$list; do \
  398. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  399. done
  400. cscopelist-recursive:
  401. list='$(SUBDIRS)'; for subdir in $$list; do \
  402. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  403. done
  404. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  405. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  406. unique=`for i in $$list; do \
  407. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  408. done | \
  409. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  410. END { if (nonempty) { for (i in files) print i; }; }'`; \
  411. mkid -fID $$unique
  412. tags: TAGS
  413. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  414. $(TAGS_FILES) $(LISP)
  415. set x; \
  416. here=`pwd`; \
  417. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  418. include_option=--etags-include; \
  419. empty_fix=.; \
  420. else \
  421. include_option=--include; \
  422. empty_fix=; \
  423. fi; \
  424. list='$(SUBDIRS)'; for subdir in $$list; do \
  425. if test "$$subdir" = .; then :; else \
  426. test ! -f $$subdir/TAGS || \
  427. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  428. fi; \
  429. done; \
  430. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  431. unique=`for i in $$list; do \
  432. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  433. done | \
  434. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  435. END { if (nonempty) { for (i in files) print i; }; }'`; \
  436. shift; \
  437. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  438. test -n "$$unique" || unique=$$empty_fix; \
  439. if test $$# -gt 0; then \
  440. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  441. "$$@" $$unique; \
  442. else \
  443. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  444. $$unique; \
  445. fi; \
  446. fi
  447. ctags: CTAGS
  448. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  449. $(TAGS_FILES) $(LISP)
  450. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  451. unique=`for i in $$list; do \
  452. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  453. done | \
  454. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  455. END { if (nonempty) { for (i in files) print i; }; }'`; \
  456. test -z "$(CTAGS_ARGS)$$unique" \
  457. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  458. $$unique
  459. GTAGS:
  460. here=`$(am__cd) $(top_builddir) && pwd` \
  461. && $(am__cd) $(top_srcdir) \
  462. && gtags -i $(GTAGS_ARGS) "$$here"
  463. cscope: cscope.files
  464. test ! -s cscope.files \
  465. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  466. clean-cscope:
  467. -rm -f cscope.files
  468. cscope.files: clean-cscope cscopelist-recursive cscopelist
  469. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  470. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  471. case "$(srcdir)" in \
  472. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  473. *) sdir=$(subdir)/$(srcdir) ;; \
  474. esac; \
  475. for i in $$list; do \
  476. if test -f "$$i"; then \
  477. echo "$(subdir)/$$i"; \
  478. else \
  479. echo "$$sdir/$$i"; \
  480. fi; \
  481. done >> $(top_builddir)/cscope.files
  482. distclean-tags:
  483. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  484. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  485. distdir: $(DISTFILES)
  486. $(am__remove_distdir)
  487. test -d "$(distdir)" || mkdir "$(distdir)"
  488. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  489. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  490. list='$(DISTFILES)'; \
  491. dist_files=`for file in $$list; do echo $$file; done | \
  492. sed -e "s|^$$srcdirstrip/||;t" \
  493. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  494. case $$dist_files in \
  495. */*) $(MKDIR_P) `echo "$$dist_files" | \
  496. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  497. sort -u` ;; \
  498. esac; \
  499. for file in $$dist_files; do \
  500. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  501. if test -d $$d/$$file; then \
  502. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  503. if test -d "$(distdir)/$$file"; then \
  504. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  505. fi; \
  506. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  507. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  508. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  509. fi; \
  510. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  511. else \
  512. test -f "$(distdir)/$$file" \
  513. || cp -p $$d/$$file "$(distdir)/$$file" \
  514. || exit 1; \
  515. fi; \
  516. done
  517. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  518. if test "$$subdir" = .; then :; else \
  519. $(am__make_dryrun) \
  520. || test -d "$(distdir)/$$subdir" \
  521. || $(MKDIR_P) "$(distdir)/$$subdir" \
  522. || exit 1; \
  523. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  524. $(am__relativize); \
  525. new_distdir=$$reldir; \
  526. dir1=$$subdir; dir2="$(top_distdir)"; \
  527. $(am__relativize); \
  528. new_top_distdir=$$reldir; \
  529. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  530. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  531. ($(am__cd) $$subdir && \
  532. $(MAKE) $(AM_MAKEFLAGS) \
  533. top_distdir="$$new_top_distdir" \
  534. distdir="$$new_distdir" \
  535. am__remove_distdir=: \
  536. am__skip_length_check=: \
  537. am__skip_mode_fix=: \
  538. distdir) \
  539. || exit 1; \
  540. fi; \
  541. done
  542. $(MAKE) $(AM_MAKEFLAGS) \
  543. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  544. dist-hook
  545. -test -n "$(am__skip_mode_fix)" \
  546. || find "$(distdir)" -type d ! -perm -755 \
  547. -exec chmod u+rwx,go+rx {} \; -o \
  548. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  549. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  550. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  551. || chmod -R a+r "$(distdir)"
  552. dist-gzip: distdir
  553. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  554. $(am__post_remove_distdir)
  555. dist-bzip2: distdir
  556. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  557. $(am__post_remove_distdir)
  558. dist-lzip: distdir
  559. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  560. $(am__post_remove_distdir)
  561. dist-xz: distdir
  562. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  563. $(am__post_remove_distdir)
  564. dist-tarZ: distdir
  565. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  566. $(am__post_remove_distdir)
  567. dist-shar: distdir
  568. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  569. $(am__post_remove_distdir)
  570. dist-zip: distdir
  571. -rm -f $(distdir).zip
  572. zip -rq $(distdir).zip $(distdir)
  573. $(am__post_remove_distdir)
  574. dist dist-all:
  575. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  576. $(am__post_remove_distdir)
  577. # This target untars the dist file and tries a VPATH configuration. Then
  578. # it guarantees that the distribution is self-contained by making another
  579. # tarfile.
  580. distcheck: dist
  581. case '$(DIST_ARCHIVES)' in \
  582. *.tar.gz*) \
  583. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  584. *.tar.bz2*) \
  585. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  586. *.tar.lz*) \
  587. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  588. *.tar.xz*) \
  589. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  590. *.tar.Z*) \
  591. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  592. *.shar.gz*) \
  593. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  594. *.zip*) \
  595. unzip $(distdir).zip ;;\
  596. esac
  597. chmod -R a-w $(distdir)
  598. chmod u+w $(distdir)
  599. mkdir $(distdir)/_build $(distdir)/_inst
  600. chmod a-w $(distdir)
  601. test -d $(distdir)/_build || exit 0; \
  602. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  603. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  604. && am__cwd=`pwd` \
  605. && $(am__cd) $(distdir)/_build \
  606. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  607. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  608. $(DISTCHECK_CONFIGURE_FLAGS) \
  609. && $(MAKE) $(AM_MAKEFLAGS) \
  610. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  611. && $(MAKE) $(AM_MAKEFLAGS) check \
  612. && $(MAKE) $(AM_MAKEFLAGS) install \
  613. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  614. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  615. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  616. distuninstallcheck \
  617. && chmod -R a-w "$$dc_install_base" \
  618. && ({ \
  619. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  620. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  621. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  622. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  623. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  624. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  625. && rm -rf "$$dc_destdir" \
  626. && $(MAKE) $(AM_MAKEFLAGS) dist \
  627. && rm -rf $(DIST_ARCHIVES) \
  628. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  629. && cd "$$am__cwd" \
  630. || exit 1
  631. $(am__post_remove_distdir)
  632. @(echo "$(distdir) archives ready for distribution: "; \
  633. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  634. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  635. distuninstallcheck:
  636. @test -n '$(distuninstallcheck_dir)' || { \
  637. echo 'ERROR: trying to run $@ with an empty' \
  638. '$$(distuninstallcheck_dir)' >&2; \
  639. exit 1; \
  640. }; \
  641. $(am__cd) '$(distuninstallcheck_dir)' || { \
  642. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  643. exit 1; \
  644. }; \
  645. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  646. || { echo "ERROR: files left after uninstall:" ; \
  647. if test -n "$(DESTDIR)"; then \
  648. echo " (check DESTDIR support)"; \
  649. fi ; \
  650. $(distuninstallcheck_listfiles) ; \
  651. exit 1; } >&2
  652. distcleancheck: distclean
  653. @if test '$(srcdir)' = . ; then \
  654. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  655. exit 1 ; \
  656. fi
  657. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  658. || { echo "ERROR: files left in build directory after distclean:" ; \
  659. $(distcleancheck_listfiles) ; \
  660. exit 1; } >&2
  661. check-am: all-am
  662. check: check-recursive
  663. all-am: Makefile config.h
  664. installdirs: installdirs-recursive
  665. installdirs-am:
  666. install: install-recursive
  667. install-exec: install-exec-recursive
  668. install-data: install-data-recursive
  669. uninstall: uninstall-recursive
  670. install-am: all-am
  671. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  672. installcheck: installcheck-recursive
  673. install-strip:
  674. if test -z '$(STRIP)'; then \
  675. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  676. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  677. install; \
  678. else \
  679. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  680. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  681. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  682. fi
  683. mostlyclean-generic:
  684. clean-generic:
  685. distclean-generic:
  686. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  687. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  688. maintainer-clean-generic:
  689. @echo "This command is intended for maintainers to use"
  690. @echo "it deletes files that may require special tools to rebuild."
  691. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  692. clean: clean-recursive
  693. clean-am: clean-generic clean-libtool mostlyclean-am
  694. distclean: distclean-recursive
  695. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  696. -rm -f Makefile
  697. distclean-am: clean-am distclean-generic distclean-hdr \
  698. distclean-libtool distclean-tags
  699. dvi: dvi-recursive
  700. dvi-am:
  701. html: html-recursive
  702. html-am:
  703. info: info-recursive
  704. info-am:
  705. install-data-am:
  706. install-dvi: install-dvi-recursive
  707. install-dvi-am:
  708. install-exec-am:
  709. install-html: install-html-recursive
  710. install-html-am:
  711. install-info: install-info-recursive
  712. install-info-am:
  713. install-man:
  714. install-pdf: install-pdf-recursive
  715. install-pdf-am:
  716. install-ps: install-ps-recursive
  717. install-ps-am:
  718. installcheck-am:
  719. maintainer-clean: maintainer-clean-recursive
  720. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  721. -rm -rf $(top_srcdir)/autom4te.cache
  722. -rm -f Makefile
  723. maintainer-clean-am: distclean-am maintainer-clean-generic
  724. mostlyclean: mostlyclean-recursive
  725. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  726. pdf: pdf-recursive
  727. pdf-am:
  728. ps: ps-recursive
  729. ps-am:
  730. uninstall-am:
  731. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  732. cscopelist-recursive ctags-recursive install-am install-strip \
  733. tags-recursive
  734. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  735. all all-am am--refresh check check-am clean clean-cscope \
  736. clean-generic clean-libtool cscope cscopelist \
  737. cscopelist-recursive ctags ctags-recursive dist dist-all \
  738. dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
  739. dist-xz dist-zip distcheck distclean distclean-generic \
  740. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  741. distdir distuninstallcheck dvi dvi-am html html-am info \
  742. info-am install install-am install-data install-data-am \
  743. install-dvi install-dvi-am install-exec install-exec-am \
  744. install-html install-html-am install-info install-info-am \
  745. install-man install-pdf install-pdf-am install-ps \
  746. install-ps-am install-strip installcheck installcheck-am \
  747. installdirs installdirs-am maintainer-clean \
  748. maintainer-clean-generic mostlyclean mostlyclean-generic \
  749. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  750. uninstall uninstall-am
  751. .PHONY: ChangeLog INSTALL
  752. INSTALL:
  753. $(INSTALL_CMD)
  754. ChangeLog:
  755. $(CHANGELOG_CMD)
  756. dist-hook: ChangeLog INSTALL
  757. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  758. # Otherwise a system limit (for SysV at least) may be exceeded.
  759. .NOEXPORT: