Makefile.in 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. # Makefile.in generated by automake 1.12.2 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 TODO \
  71. config.guess 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. CCDEPMODE = @CCDEPMODE@
  174. CFLAGS = @CFLAGS@
  175. CHANGELOG_CMD = @CHANGELOG_CMD@
  176. CPP = @CPP@
  177. CPPFLAGS = @CPPFLAGS@
  178. CWARNFLAGS = @CWARNFLAGS@
  179. CYGPATH_W = @CYGPATH_W@
  180. DEFS = @DEFS@
  181. DEPDIR = @DEPDIR@
  182. DLLTOOL = @DLLTOOL@
  183. DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
  184. DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
  185. DRIVER_NAME = @DRIVER_NAME@
  186. DSYMUTIL = @DSYMUTIL@
  187. DUMPBIN = @DUMPBIN@
  188. ECHO_C = @ECHO_C@
  189. ECHO_N = @ECHO_N@
  190. ECHO_T = @ECHO_T@
  191. EGREP = @EGREP@
  192. EXEEXT = @EXEEXT@
  193. FGREP = @FGREP@
  194. FILE_MAN_DIR = @FILE_MAN_DIR@
  195. FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
  196. GREP = @GREP@
  197. INSTALL = @INSTALL@
  198. INSTALL_CMD = @INSTALL_CMD@
  199. INSTALL_DATA = @INSTALL_DATA@
  200. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  201. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  202. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  203. LD = @LD@
  204. LDFLAGS = @LDFLAGS@
  205. LIBOBJS = @LIBOBJS@
  206. LIBS = @LIBS@
  207. LIBTOOL = @LIBTOOL@
  208. LIB_MAN_DIR = @LIB_MAN_DIR@
  209. LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
  210. LIPO = @LIPO@
  211. LN_S = @LN_S@
  212. LTLIBOBJS = @LTLIBOBJS@
  213. MAINT = @MAINT@
  214. MAKEINFO = @MAKEINFO@
  215. MANIFEST_TOOL = @MANIFEST_TOOL@
  216. MAN_SUBSTS = @MAN_SUBSTS@
  217. MISC_MAN_DIR = @MISC_MAN_DIR@
  218. MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
  219. MKDIR_P = @MKDIR_P@
  220. NM = @NM@
  221. NMEDIT = @NMEDIT@
  222. OBJDUMP = @OBJDUMP@
  223. OBJEXT = @OBJEXT@
  224. OTOOL = @OTOOL@
  225. OTOOL64 = @OTOOL64@
  226. PACKAGE = @PACKAGE@
  227. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  228. PACKAGE_NAME = @PACKAGE_NAME@
  229. PACKAGE_STRING = @PACKAGE_STRING@
  230. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  231. PACKAGE_URL = @PACKAGE_URL@
  232. PACKAGE_VERSION = @PACKAGE_VERSION@
  233. PATH_SEPARATOR = @PATH_SEPARATOR@
  234. PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
  235. PCIACCESS_LIBS = @PCIACCESS_LIBS@
  236. PKG_CONFIG = @PKG_CONFIG@
  237. RANLIB = @RANLIB@
  238. SED = @SED@
  239. SET_MAKE = @SET_MAKE@
  240. SHELL = @SHELL@
  241. STRICT_CFLAGS = @STRICT_CFLAGS@
  242. STRIP = @STRIP@
  243. VERSION = @VERSION@
  244. XEXT_CFLAGS = @XEXT_CFLAGS@
  245. XEXT_LIBS = @XEXT_LIBS@
  246. XORG_CFLAGS = @XORG_CFLAGS@
  247. XORG_LIBS = @XORG_LIBS@
  248. XORG_MAN_PAGE = @XORG_MAN_PAGE@
  249. abs_builddir = @abs_builddir@
  250. abs_srcdir = @abs_srcdir@
  251. abs_top_builddir = @abs_top_builddir@
  252. abs_top_srcdir = @abs_top_srcdir@
  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. moduledir = @moduledir@
  289. oldincludedir = @oldincludedir@
  290. pdfdir = @pdfdir@
  291. prefix = @prefix@
  292. program_transform_name = @program_transform_name@
  293. psdir = @psdir@
  294. sbindir = @sbindir@
  295. sharedstatedir = @sharedstatedir@
  296. srcdir = @srcdir@
  297. sysconfdir = @sysconfdir@
  298. target_alias = @target_alias@
  299. top_build_prefix = @top_build_prefix@
  300. top_builddir = @top_builddir@
  301. top_srcdir = @top_srcdir@
  302. SUBDIRS = src man
  303. MAINTAINERCLEANFILES = ChangeLog INSTALL
  304. all: config.h
  305. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  306. .SUFFIXES:
  307. am--refresh: Makefile
  308. @:
  309. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  310. @for dep in $?; do \
  311. case '$(am__configure_deps)' in \
  312. *$$dep*) \
  313. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  314. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  315. && exit 0; \
  316. exit 1;; \
  317. esac; \
  318. done; \
  319. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  320. $(am__cd) $(top_srcdir) && \
  321. $(AUTOMAKE) --foreign Makefile
  322. .PRECIOUS: Makefile
  323. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  324. @case '$?' in \
  325. *config.status*) \
  326. echo ' $(SHELL) ./config.status'; \
  327. $(SHELL) ./config.status;; \
  328. *) \
  329. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  330. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  331. esac;
  332. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  333. $(SHELL) ./config.status --recheck
  334. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  335. $(am__cd) $(srcdir) && $(AUTOCONF)
  336. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  337. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  338. $(am__aclocal_m4_deps):
  339. config.h: stamp-h1
  340. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  341. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  342. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  343. @rm -f stamp-h1
  344. cd $(top_builddir) && $(SHELL) ./config.status config.h
  345. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  346. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  347. rm -f stamp-h1
  348. touch $@
  349. distclean-hdr:
  350. -rm -f config.h stamp-h1
  351. mostlyclean-libtool:
  352. -rm -f *.lo
  353. clean-libtool:
  354. -rm -rf .libs _libs
  355. distclean-libtool:
  356. -rm -f libtool config.lt
  357. # This directory's subdirectories are mostly independent; you can cd
  358. # into them and run 'make' without going through this Makefile.
  359. # To change the values of 'make' variables: instead of editing Makefiles,
  360. # (1) if the variable is set in 'config.status', edit 'config.status'
  361. # (which will cause the Makefiles to be regenerated when you run 'make');
  362. # (2) otherwise, pass the desired values on the 'make' command line.
  363. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  364. @fail= failcom='exit 1'; \
  365. for f in x $$MAKEFLAGS; do \
  366. case $$f in \
  367. *=* | --[!k]*);; \
  368. *k*) failcom='fail=yes';; \
  369. esac; \
  370. done; \
  371. dot_seen=no; \
  372. target=`echo $@ | sed s/-recursive//`; \
  373. case "$@" in \
  374. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  375. *) list='$(SUBDIRS)' ;; \
  376. esac; \
  377. for subdir in $$list; do \
  378. echo "Making $$target in $$subdir"; \
  379. if test "$$subdir" = "."; then \
  380. dot_seen=yes; \
  381. local_target="$$target-am"; \
  382. else \
  383. local_target="$$target"; \
  384. fi; \
  385. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  386. || eval $$failcom; \
  387. done; \
  388. if test "$$dot_seen" = "no"; then \
  389. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  390. fi; test -z "$$fail"
  391. tags-recursive:
  392. list='$(SUBDIRS)'; for subdir in $$list; do \
  393. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  394. done
  395. ctags-recursive:
  396. list='$(SUBDIRS)'; for subdir in $$list; do \
  397. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  398. done
  399. cscopelist-recursive:
  400. list='$(SUBDIRS)'; for subdir in $$list; do \
  401. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  402. done
  403. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  404. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  405. unique=`for i in $$list; do \
  406. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  407. done | \
  408. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  409. END { if (nonempty) { for (i in files) print i; }; }'`; \
  410. mkid -fID $$unique
  411. tags: TAGS
  412. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  413. $(TAGS_FILES) $(LISP)
  414. set x; \
  415. here=`pwd`; \
  416. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  417. include_option=--etags-include; \
  418. empty_fix=.; \
  419. else \
  420. include_option=--include; \
  421. empty_fix=; \
  422. fi; \
  423. list='$(SUBDIRS)'; for subdir in $$list; do \
  424. if test "$$subdir" = .; then :; else \
  425. test ! -f $$subdir/TAGS || \
  426. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  427. fi; \
  428. done; \
  429. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  430. unique=`for i in $$list; do \
  431. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  432. done | \
  433. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  434. END { if (nonempty) { for (i in files) print i; }; }'`; \
  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
  447. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  448. $(TAGS_FILES) $(LISP)
  449. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  450. unique=`for i in $$list; do \
  451. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  452. done | \
  453. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  454. END { if (nonempty) { for (i in files) print i; }; }'`; \
  455. test -z "$(CTAGS_ARGS)$$unique" \
  456. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  457. $$unique
  458. GTAGS:
  459. here=`$(am__cd) $(top_builddir) && pwd` \
  460. && $(am__cd) $(top_srcdir) \
  461. && gtags -i $(GTAGS_ARGS) "$$here"
  462. cscope: cscope.files
  463. test ! -s cscope.files \
  464. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  465. clean-cscope:
  466. -rm -f cscope.files
  467. cscope.files: clean-cscope cscopelist-recursive cscopelist
  468. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  469. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  470. case "$(srcdir)" in \
  471. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  472. *) sdir=$(subdir)/$(srcdir) ;; \
  473. esac; \
  474. for i in $$list; do \
  475. if test -f "$$i"; then \
  476. echo "$(subdir)/$$i"; \
  477. else \
  478. echo "$$sdir/$$i"; \
  479. fi; \
  480. done >> $(top_builddir)/cscope.files
  481. distclean-tags:
  482. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  483. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  484. distdir: $(DISTFILES)
  485. $(am__remove_distdir)
  486. test -d "$(distdir)" || mkdir "$(distdir)"
  487. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  488. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  489. list='$(DISTFILES)'; \
  490. dist_files=`for file in $$list; do echo $$file; done | \
  491. sed -e "s|^$$srcdirstrip/||;t" \
  492. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  493. case $$dist_files in \
  494. */*) $(MKDIR_P) `echo "$$dist_files" | \
  495. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  496. sort -u` ;; \
  497. esac; \
  498. for file in $$dist_files; do \
  499. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  500. if test -d $$d/$$file; then \
  501. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  502. if test -d "$(distdir)/$$file"; then \
  503. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  504. fi; \
  505. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  506. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  507. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  508. fi; \
  509. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  510. else \
  511. test -f "$(distdir)/$$file" \
  512. || cp -p $$d/$$file "$(distdir)/$$file" \
  513. || exit 1; \
  514. fi; \
  515. done
  516. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  517. if test "$$subdir" = .; then :; else \
  518. $(am__make_dryrun) \
  519. || test -d "$(distdir)/$$subdir" \
  520. || $(MKDIR_P) "$(distdir)/$$subdir" \
  521. || exit 1; \
  522. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  523. $(am__relativize); \
  524. new_distdir=$$reldir; \
  525. dir1=$$subdir; dir2="$(top_distdir)"; \
  526. $(am__relativize); \
  527. new_top_distdir=$$reldir; \
  528. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  529. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  530. ($(am__cd) $$subdir && \
  531. $(MAKE) $(AM_MAKEFLAGS) \
  532. top_distdir="$$new_top_distdir" \
  533. distdir="$$new_distdir" \
  534. am__remove_distdir=: \
  535. am__skip_length_check=: \
  536. am__skip_mode_fix=: \
  537. distdir) \
  538. || exit 1; \
  539. fi; \
  540. done
  541. $(MAKE) $(AM_MAKEFLAGS) \
  542. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  543. dist-hook
  544. -test -n "$(am__skip_mode_fix)" \
  545. || find "$(distdir)" -type d ! -perm -755 \
  546. -exec chmod u+rwx,go+rx {} \; -o \
  547. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  548. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  549. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  550. || chmod -R a+r "$(distdir)"
  551. dist-gzip: distdir
  552. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  553. $(am__post_remove_distdir)
  554. dist-bzip2: distdir
  555. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  556. $(am__post_remove_distdir)
  557. dist-lzip: distdir
  558. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  559. $(am__post_remove_distdir)
  560. dist-xz: distdir
  561. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  562. $(am__post_remove_distdir)
  563. dist-tarZ: distdir
  564. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  565. $(am__post_remove_distdir)
  566. dist-shar: distdir
  567. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  568. $(am__post_remove_distdir)
  569. dist-zip: distdir
  570. -rm -f $(distdir).zip
  571. zip -rq $(distdir).zip $(distdir)
  572. $(am__post_remove_distdir)
  573. dist dist-all:
  574. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  575. $(am__post_remove_distdir)
  576. # This target untars the dist file and tries a VPATH configuration. Then
  577. # it guarantees that the distribution is self-contained by making another
  578. # tarfile.
  579. distcheck: dist
  580. case '$(DIST_ARCHIVES)' in \
  581. *.tar.gz*) \
  582. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  583. *.tar.bz2*) \
  584. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  585. *.tar.lz*) \
  586. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  587. *.tar.xz*) \
  588. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  589. *.tar.Z*) \
  590. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  591. *.shar.gz*) \
  592. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  593. *.zip*) \
  594. unzip $(distdir).zip ;;\
  595. esac
  596. chmod -R a-w $(distdir); chmod u+w $(distdir)
  597. mkdir $(distdir)/_build
  598. mkdir $(distdir)/_inst
  599. chmod a-w $(distdir)
  600. test -d $(distdir)/_build || exit 0; \
  601. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  602. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  603. && am__cwd=`pwd` \
  604. && $(am__cd) $(distdir)/_build \
  605. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  606. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  607. $(DISTCHECK_CONFIGURE_FLAGS) \
  608. && $(MAKE) $(AM_MAKEFLAGS) \
  609. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  610. && $(MAKE) $(AM_MAKEFLAGS) check \
  611. && $(MAKE) $(AM_MAKEFLAGS) install \
  612. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  613. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  614. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  615. distuninstallcheck \
  616. && chmod -R a-w "$$dc_install_base" \
  617. && ({ \
  618. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  619. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  620. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  621. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  622. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  623. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  624. && rm -rf "$$dc_destdir" \
  625. && $(MAKE) $(AM_MAKEFLAGS) dist \
  626. && rm -rf $(DIST_ARCHIVES) \
  627. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  628. && cd "$$am__cwd" \
  629. || exit 1
  630. $(am__post_remove_distdir)
  631. @(echo "$(distdir) archives ready for distribution: "; \
  632. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  633. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  634. distuninstallcheck:
  635. @test -n '$(distuninstallcheck_dir)' || { \
  636. echo 'ERROR: trying to run $@ with an empty' \
  637. '$$(distuninstallcheck_dir)' >&2; \
  638. exit 1; \
  639. }; \
  640. $(am__cd) '$(distuninstallcheck_dir)' || { \
  641. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  642. exit 1; \
  643. }; \
  644. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  645. || { echo "ERROR: files left after uninstall:" ; \
  646. if test -n "$(DESTDIR)"; then \
  647. echo " (check DESTDIR support)"; \
  648. fi ; \
  649. $(distuninstallcheck_listfiles) ; \
  650. exit 1; } >&2
  651. distcleancheck: distclean
  652. @if test '$(srcdir)' = . ; then \
  653. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  654. exit 1 ; \
  655. fi
  656. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  657. || { echo "ERROR: files left in build directory after distclean:" ; \
  658. $(distcleancheck_listfiles) ; \
  659. exit 1; } >&2
  660. check-am: all-am
  661. check: check-recursive
  662. all-am: Makefile config.h
  663. installdirs: installdirs-recursive
  664. installdirs-am:
  665. install: install-recursive
  666. install-exec: install-exec-recursive
  667. install-data: install-data-recursive
  668. uninstall: uninstall-recursive
  669. install-am: all-am
  670. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  671. installcheck: installcheck-recursive
  672. install-strip:
  673. if test -z '$(STRIP)'; then \
  674. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  675. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  676. install; \
  677. else \
  678. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  679. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  680. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  681. fi
  682. mostlyclean-generic:
  683. clean-generic:
  684. distclean-generic:
  685. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  686. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  687. maintainer-clean-generic:
  688. @echo "This command is intended for maintainers to use"
  689. @echo "it deletes files that may require special tools to rebuild."
  690. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  691. clean: clean-recursive
  692. clean-am: clean-generic clean-libtool mostlyclean-am
  693. distclean: distclean-recursive
  694. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  695. -rm -f Makefile
  696. distclean-am: clean-am distclean-generic distclean-hdr \
  697. distclean-libtool distclean-tags
  698. dvi: dvi-recursive
  699. dvi-am:
  700. html: html-recursive
  701. html-am:
  702. info: info-recursive
  703. info-am:
  704. install-data-am:
  705. install-dvi: install-dvi-recursive
  706. install-dvi-am:
  707. install-exec-am:
  708. install-html: install-html-recursive
  709. install-html-am:
  710. install-info: install-info-recursive
  711. install-info-am:
  712. install-man:
  713. install-pdf: install-pdf-recursive
  714. install-pdf-am:
  715. install-ps: install-ps-recursive
  716. install-ps-am:
  717. installcheck-am:
  718. maintainer-clean: maintainer-clean-recursive
  719. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  720. -rm -rf $(top_srcdir)/autom4te.cache
  721. -rm -f Makefile
  722. maintainer-clean-am: distclean-am maintainer-clean-generic
  723. mostlyclean: mostlyclean-recursive
  724. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  725. pdf: pdf-recursive
  726. pdf-am:
  727. ps: ps-recursive
  728. ps-am:
  729. uninstall-am:
  730. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  731. cscopelist-recursive ctags-recursive install-am install-strip \
  732. tags-recursive
  733. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  734. all all-am am--refresh check check-am clean clean-cscope \
  735. clean-generic clean-libtool cscope cscopelist \
  736. cscopelist-recursive ctags ctags-recursive dist dist-all \
  737. dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
  738. dist-xz dist-zip distcheck distclean distclean-generic \
  739. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  740. distdir distuninstallcheck dvi dvi-am html html-am info \
  741. info-am install install-am install-data install-data-am \
  742. install-dvi install-dvi-am install-exec install-exec-am \
  743. install-html install-html-am install-info install-info-am \
  744. install-man install-pdf install-pdf-am install-ps \
  745. install-ps-am install-strip installcheck installcheck-am \
  746. installdirs installdirs-am maintainer-clean \
  747. maintainer-clean-generic mostlyclean mostlyclean-generic \
  748. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  749. uninstall uninstall-am
  750. .PHONY: ChangeLog INSTALL
  751. INSTALL:
  752. $(INSTALL_CMD)
  753. ChangeLog:
  754. $(CHANGELOG_CMD)
  755. dist-hook: ChangeLog INSTALL
  756. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  757. # Otherwise a system limit (for SysV at least) may be exceeded.
  758. .NOEXPORT: