Makefile.in 26 KB

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