Makefile.in 27 KB

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