Makefile.in 26 KB

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