Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  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. srcdir = @srcdir@
  32. top_srcdir = @top_srcdir@
  33. VPATH = @srcdir@
  34. pkgdatadir = $(datadir)/@PACKAGE@
  35. pkglibdir = $(libdir)/@PACKAGE@
  36. pkgincludedir = $(includedir)/@PACKAGE@
  37. top_builddir = .
  38. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  39. INSTALL = @INSTALL@
  40. install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
  41. install_sh_PROGRAM = ${SHELL} $(install_sh) -c
  42. install_sh_SCRIPT = ${SHELL} $(install_sh) -c
  43. INSTALL_HEADER = $(INSTALL_DATA)
  44. transform = $(program_transform_name)
  45. NORMAL_INSTALL = :
  46. PRE_INSTALL = :
  47. POST_INSTALL = :
  48. NORMAL_UNINSTALL = :
  49. PRE_UNINSTALL = :
  50. POST_UNINSTALL = :
  51. build_triplet = @build@
  52. host_triplet = @host@
  53. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  54. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  55. $(top_srcdir)/configure COPYING ChangeLog config.guess \
  56. config.sub depcomp install-sh ltmain.sh missing
  57. subdir = .
  58. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  59. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  60. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  61. $(ACLOCAL_M4)
  62. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  63. configure.lineno configure.status.lineno
  64. mkinstalldirs = $(SHELL) $(install_sh) -d
  65. CONFIG_HEADER = config.h
  66. CONFIG_CLEAN_FILES =
  67. SOURCES =
  68. DIST_SOURCES =
  69. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  70. html-recursive info-recursive install-data-recursive \
  71. install-exec-recursive install-info-recursive \
  72. install-recursive installcheck-recursive installdirs-recursive \
  73. pdf-recursive ps-recursive uninstall-info-recursive \
  74. uninstall-recursive
  75. ETAGS = etags
  76. CTAGS = ctags
  77. DIST_SUBDIRS = $(SUBDIRS)
  78. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  79. distdir = $(PACKAGE)-$(VERSION)
  80. top_distdir = $(distdir)
  81. am__remove_distdir = \
  82. { test ! -d $(distdir) \
  83. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  84. && rm -fr $(distdir); }; }
  85. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  86. GZIP_ENV = --best
  87. distuninstallcheck_listfiles = find . -type f -print
  88. distcleancheck_listfiles = find . -type f -print
  89. ACLOCAL = @ACLOCAL@
  90. ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
  91. ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
  92. AMDEP_FALSE = @AMDEP_FALSE@
  93. AMDEP_TRUE = @AMDEP_TRUE@
  94. AMTAR = @AMTAR@
  95. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  96. APP_MAN_DIR = @APP_MAN_DIR@
  97. APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
  98. AR = @AR@
  99. AUTOCONF = @AUTOCONF@
  100. AUTOHEADER = @AUTOHEADER@
  101. AUTOMAKE = @AUTOMAKE@
  102. AWK = @AWK@
  103. CC = @CC@
  104. CCDEPMODE = @CCDEPMODE@
  105. CFLAGS = @CFLAGS@
  106. CHANGELOG_CMD = @CHANGELOG_CMD@
  107. CPP = @CPP@
  108. CPPFLAGS = @CPPFLAGS@
  109. CWARNFLAGS = @CWARNFLAGS@
  110. CXX = @CXX@
  111. CXXCPP = @CXXCPP@
  112. CXXDEPMODE = @CXXDEPMODE@
  113. CXXFLAGS = @CXXFLAGS@
  114. CYGPATH_W = @CYGPATH_W@
  115. DEFS = @DEFS@
  116. DEPDIR = @DEPDIR@
  117. DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
  118. DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
  119. DRIVER_NAME = @DRIVER_NAME@
  120. DSYMUTIL = @DSYMUTIL@
  121. ECHO = @ECHO@
  122. ECHO_C = @ECHO_C@
  123. ECHO_N = @ECHO_N@
  124. ECHO_T = @ECHO_T@
  125. EGREP = @EGREP@
  126. EXEEXT = @EXEEXT@
  127. F77 = @F77@
  128. FFLAGS = @FFLAGS@
  129. FILE_MAN_DIR = @FILE_MAN_DIR@
  130. FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
  131. GREP = @GREP@
  132. HAS_XORG_CONF_DIR_FALSE = @HAS_XORG_CONF_DIR_FALSE@
  133. HAS_XORG_CONF_DIR_TRUE = @HAS_XORG_CONF_DIR_TRUE@
  134. INSTALL_CMD = @INSTALL_CMD@
  135. INSTALL_DATA = @INSTALL_DATA@
  136. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  137. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  138. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  139. LDFLAGS = @LDFLAGS@
  140. LIBOBJS = @LIBOBJS@
  141. LIBS = @LIBS@
  142. LIBTOOL = @LIBTOOL@
  143. LIB_MAN_DIR = @LIB_MAN_DIR@
  144. LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
  145. LN_S = @LN_S@
  146. LTLIBOBJS = @LTLIBOBJS@
  147. MAINT = @MAINT@
  148. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  149. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  150. MAKEINFO = @MAKEINFO@
  151. MAN_SUBSTS = @MAN_SUBSTS@
  152. MISC_MAN_DIR = @MISC_MAN_DIR@
  153. MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
  154. NMEDIT = @NMEDIT@
  155. OBJEXT = @OBJEXT@
  156. PACKAGE = @PACKAGE@
  157. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  158. PACKAGE_NAME = @PACKAGE_NAME@
  159. PACKAGE_STRING = @PACKAGE_STRING@
  160. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  161. PACKAGE_VERSION = @PACKAGE_VERSION@
  162. PATH_SEPARATOR = @PATH_SEPARATOR@
  163. PKG_CONFIG = @PKG_CONFIG@
  164. RANLIB = @RANLIB@
  165. SED = @SED@
  166. SET_MAKE = @SET_MAKE@
  167. SHELL = @SHELL@
  168. STRICT_CFLAGS = @STRICT_CFLAGS@
  169. STRIP = @STRIP@
  170. VERSION = @VERSION@
  171. XORG_CFLAGS = @XORG_CFLAGS@
  172. XORG_LIBS = @XORG_LIBS@
  173. XORG_MAN_PAGE = @XORG_MAN_PAGE@
  174. ac_ct_CC = @ac_ct_CC@
  175. ac_ct_CXX = @ac_ct_CXX@
  176. ac_ct_F77 = @ac_ct_F77@
  177. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  178. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  179. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  180. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  181. am__include = @am__include@
  182. am__leading_dot = @am__leading_dot@
  183. am__quote = @am__quote@
  184. am__tar = @am__tar@
  185. am__untar = @am__untar@
  186. bindir = @bindir@
  187. build = @build@
  188. build_alias = @build_alias@
  189. build_cpu = @build_cpu@
  190. build_os = @build_os@
  191. build_vendor = @build_vendor@
  192. configdir = @configdir@
  193. datadir = @datadir@
  194. datarootdir = @datarootdir@
  195. docdir = @docdir@
  196. dvidir = @dvidir@
  197. exec_prefix = @exec_prefix@
  198. host = @host@
  199. host_alias = @host_alias@
  200. host_cpu = @host_cpu@
  201. host_os = @host_os@
  202. host_vendor = @host_vendor@
  203. htmldir = @htmldir@
  204. includedir = @includedir@
  205. infodir = @infodir@
  206. inputdir = @inputdir@
  207. install_sh = @install_sh@
  208. libdir = @libdir@
  209. libexecdir = @libexecdir@
  210. localedir = @localedir@
  211. localstatedir = @localstatedir@
  212. mandir = @mandir@
  213. mkdir_p = @mkdir_p@
  214. oldincludedir = @oldincludedir@
  215. pdfdir = @pdfdir@
  216. prefix = @prefix@
  217. program_transform_name = @program_transform_name@
  218. psdir = @psdir@
  219. sbindir = @sbindir@
  220. sharedstatedir = @sharedstatedir@
  221. sysconfdir = @sysconfdir@
  222. target_alias = @target_alias@
  223. # During distcheck, system locations (as provided by pkg-config) are
  224. # not writable; provide instead relative locations.
  225. DISTCHECK_CONFIGURE_FLAGS = \
  226. --with-xorg-conf-dir='$${sysconfdir}/xorg'
  227. AUTOMAKE_OPTIONS = foreign
  228. SUBDIRS = src man conf
  229. EXTRA_DIST = readme.txt
  230. MAINTAINERCLEANFILES = ChangeLog
  231. all: config.h
  232. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  233. .SUFFIXES:
  234. am--refresh:
  235. @:
  236. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  237. @for dep in $?; do \
  238. case '$(am__configure_deps)' in \
  239. *$$dep*) \
  240. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
  241. cd $(srcdir) && $(AUTOMAKE) --foreign \
  242. && exit 0; \
  243. exit 1;; \
  244. esac; \
  245. done; \
  246. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  247. cd $(top_srcdir) && \
  248. $(AUTOMAKE) --foreign Makefile
  249. .PRECIOUS: Makefile
  250. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  251. @case '$?' in \
  252. *config.status*) \
  253. echo ' $(SHELL) ./config.status'; \
  254. $(SHELL) ./config.status;; \
  255. *) \
  256. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  257. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  258. esac;
  259. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  260. $(SHELL) ./config.status --recheck
  261. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  262. cd $(srcdir) && $(AUTOCONF)
  263. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  264. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  265. config.h: stamp-h1
  266. @if test ! -f $@; then \
  267. rm -f stamp-h1; \
  268. $(MAKE) stamp-h1; \
  269. else :; fi
  270. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  271. @rm -f stamp-h1
  272. cd $(top_builddir) && $(SHELL) ./config.status config.h
  273. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  274. cd $(top_srcdir) && $(AUTOHEADER)
  275. rm -f stamp-h1
  276. touch $@
  277. distclean-hdr:
  278. -rm -f config.h stamp-h1
  279. mostlyclean-libtool:
  280. -rm -f *.lo
  281. clean-libtool:
  282. -rm -rf .libs _libs
  283. distclean-libtool:
  284. -rm -f libtool
  285. uninstall-info-am:
  286. # This directory's subdirectories are mostly independent; you can cd
  287. # into them and run `make' without going through this Makefile.
  288. # To change the values of `make' variables: instead of editing Makefiles,
  289. # (1) if the variable is set in `config.status', edit `config.status'
  290. # (which will cause the Makefiles to be regenerated when you run `make');
  291. # (2) otherwise, pass the desired values on the `make' command line.
  292. $(RECURSIVE_TARGETS):
  293. @failcom='exit 1'; \
  294. for f in x $$MAKEFLAGS; do \
  295. case $$f in \
  296. *=* | --[!k]*);; \
  297. *k*) failcom='fail=yes';; \
  298. esac; \
  299. done; \
  300. dot_seen=no; \
  301. target=`echo $@ | sed s/-recursive//`; \
  302. list='$(SUBDIRS)'; for subdir in $$list; do \
  303. echo "Making $$target in $$subdir"; \
  304. if test "$$subdir" = "."; then \
  305. dot_seen=yes; \
  306. local_target="$$target-am"; \
  307. else \
  308. local_target="$$target"; \
  309. fi; \
  310. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  311. || eval $$failcom; \
  312. done; \
  313. if test "$$dot_seen" = "no"; then \
  314. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  315. fi; test -z "$$fail"
  316. mostlyclean-recursive clean-recursive distclean-recursive \
  317. maintainer-clean-recursive:
  318. @failcom='exit 1'; \
  319. for f in x $$MAKEFLAGS; do \
  320. case $$f in \
  321. *=* | --[!k]*);; \
  322. *k*) failcom='fail=yes';; \
  323. esac; \
  324. done; \
  325. dot_seen=no; \
  326. case "$@" in \
  327. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  328. *) list='$(SUBDIRS)' ;; \
  329. esac; \
  330. rev=''; for subdir in $$list; do \
  331. if test "$$subdir" = "."; then :; else \
  332. rev="$$subdir $$rev"; \
  333. fi; \
  334. done; \
  335. rev="$$rev ."; \
  336. target=`echo $@ | sed s/-recursive//`; \
  337. for subdir in $$rev; do \
  338. echo "Making $$target in $$subdir"; \
  339. if test "$$subdir" = "."; then \
  340. local_target="$$target-am"; \
  341. else \
  342. local_target="$$target"; \
  343. fi; \
  344. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  345. || eval $$failcom; \
  346. done && test -z "$$fail"
  347. tags-recursive:
  348. list='$(SUBDIRS)'; for subdir in $$list; do \
  349. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  350. done
  351. ctags-recursive:
  352. list='$(SUBDIRS)'; for subdir in $$list; do \
  353. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  354. done
  355. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  356. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  357. unique=`for i in $$list; do \
  358. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  359. done | \
  360. $(AWK) ' { files[$$0] = 1; } \
  361. END { for (i in files) print i; }'`; \
  362. mkid -fID $$unique
  363. tags: TAGS
  364. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  365. $(TAGS_FILES) $(LISP)
  366. tags=; \
  367. here=`pwd`; \
  368. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  369. include_option=--etags-include; \
  370. empty_fix=.; \
  371. else \
  372. include_option=--include; \
  373. empty_fix=; \
  374. fi; \
  375. list='$(SUBDIRS)'; for subdir in $$list; do \
  376. if test "$$subdir" = .; then :; else \
  377. test ! -f $$subdir/TAGS || \
  378. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  379. fi; \
  380. done; \
  381. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  382. unique=`for i in $$list; do \
  383. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  384. done | \
  385. $(AWK) ' { files[$$0] = 1; } \
  386. END { for (i in files) print i; }'`; \
  387. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  388. test -n "$$unique" || unique=$$empty_fix; \
  389. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  390. $$tags $$unique; \
  391. fi
  392. ctags: CTAGS
  393. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  394. $(TAGS_FILES) $(LISP)
  395. tags=; \
  396. here=`pwd`; \
  397. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  398. unique=`for i in $$list; do \
  399. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  400. done | \
  401. $(AWK) ' { files[$$0] = 1; } \
  402. END { for (i in files) print i; }'`; \
  403. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  404. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  405. $$tags $$unique
  406. GTAGS:
  407. here=`$(am__cd) $(top_builddir) && pwd` \
  408. && cd $(top_srcdir) \
  409. && gtags -i $(GTAGS_ARGS) $$here
  410. distclean-tags:
  411. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  412. distdir: $(DISTFILES)
  413. $(am__remove_distdir)
  414. mkdir $(distdir)
  415. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  416. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  417. list='$(DISTFILES)'; for file in $$list; do \
  418. case $$file in \
  419. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  420. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  421. esac; \
  422. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  423. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  424. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  425. dir="/$$dir"; \
  426. $(mkdir_p) "$(distdir)$$dir"; \
  427. else \
  428. dir=''; \
  429. fi; \
  430. if test -d $$d/$$file; then \
  431. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  432. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  433. fi; \
  434. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  435. else \
  436. test -f $(distdir)/$$file \
  437. || cp -p $$d/$$file $(distdir)/$$file \
  438. || exit 1; \
  439. fi; \
  440. done
  441. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  442. if test "$$subdir" = .; then :; else \
  443. test -d "$(distdir)/$$subdir" \
  444. || $(mkdir_p) "$(distdir)/$$subdir" \
  445. || exit 1; \
  446. distdir=`$(am__cd) $(distdir) && pwd`; \
  447. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  448. (cd $$subdir && \
  449. $(MAKE) $(AM_MAKEFLAGS) \
  450. top_distdir="$$top_distdir" \
  451. distdir="$$distdir/$$subdir" \
  452. distdir) \
  453. || exit 1; \
  454. fi; \
  455. done
  456. $(MAKE) $(AM_MAKEFLAGS) \
  457. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  458. dist-hook
  459. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  460. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  461. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  462. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  463. || chmod -R a+r $(distdir)
  464. dist-gzip: distdir
  465. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  466. $(am__remove_distdir)
  467. dist-bzip2: distdir
  468. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  469. $(am__remove_distdir)
  470. dist-tarZ: distdir
  471. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  472. $(am__remove_distdir)
  473. dist-shar: distdir
  474. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  475. $(am__remove_distdir)
  476. dist-zip: distdir
  477. -rm -f $(distdir).zip
  478. zip -rq $(distdir).zip $(distdir)
  479. $(am__remove_distdir)
  480. dist dist-all: distdir
  481. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  482. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  483. $(am__remove_distdir)
  484. # This target untars the dist file and tries a VPATH configuration. Then
  485. # it guarantees that the distribution is self-contained by making another
  486. # tarfile.
  487. distcheck: dist
  488. case '$(DIST_ARCHIVES)' in \
  489. *.tar.gz*) \
  490. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  491. *.tar.bz2*) \
  492. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  493. *.tar.Z*) \
  494. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  495. *.shar.gz*) \
  496. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  497. *.zip*) \
  498. unzip $(distdir).zip ;;\
  499. esac
  500. chmod -R a-w $(distdir); chmod a+w $(distdir)
  501. mkdir $(distdir)/_build
  502. mkdir $(distdir)/_inst
  503. chmod a-w $(distdir)
  504. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  505. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  506. && cd $(distdir)/_build \
  507. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  508. $(DISTCHECK_CONFIGURE_FLAGS) \
  509. && $(MAKE) $(AM_MAKEFLAGS) \
  510. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  511. && $(MAKE) $(AM_MAKEFLAGS) check \
  512. && $(MAKE) $(AM_MAKEFLAGS) install \
  513. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  514. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  515. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  516. distuninstallcheck \
  517. && chmod -R a-w "$$dc_install_base" \
  518. && ({ \
  519. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  520. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  521. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  522. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  523. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  524. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  525. && rm -rf "$$dc_destdir" \
  526. && $(MAKE) $(AM_MAKEFLAGS) dist \
  527. && rm -rf $(DIST_ARCHIVES) \
  528. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  529. $(am__remove_distdir)
  530. @(echo "$(distdir) archives ready for distribution: "; \
  531. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  532. sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  533. distuninstallcheck:
  534. @cd $(distuninstallcheck_dir) \
  535. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  536. || { echo "ERROR: files left after uninstall:" ; \
  537. if test -n "$(DESTDIR)"; then \
  538. echo " (check DESTDIR support)"; \
  539. fi ; \
  540. $(distuninstallcheck_listfiles) ; \
  541. exit 1; } >&2
  542. distcleancheck: distclean
  543. @if test '$(srcdir)' = . ; then \
  544. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  545. exit 1 ; \
  546. fi
  547. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  548. || { echo "ERROR: files left in build directory after distclean:" ; \
  549. $(distcleancheck_listfiles) ; \
  550. exit 1; } >&2
  551. check-am: all-am
  552. check: check-recursive
  553. all-am: Makefile config.h
  554. installdirs: installdirs-recursive
  555. installdirs-am:
  556. install: install-recursive
  557. install-exec: install-exec-recursive
  558. install-data: install-data-recursive
  559. uninstall: uninstall-recursive
  560. install-am: all-am
  561. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  562. installcheck: installcheck-recursive
  563. install-strip:
  564. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  565. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  566. `test -z '$(STRIP)' || \
  567. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  568. mostlyclean-generic:
  569. clean-generic:
  570. distclean-generic:
  571. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  572. maintainer-clean-generic:
  573. @echo "This command is intended for maintainers to use"
  574. @echo "it deletes files that may require special tools to rebuild."
  575. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  576. clean: clean-recursive
  577. clean-am: clean-generic clean-libtool mostlyclean-am
  578. distclean: distclean-recursive
  579. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  580. -rm -f Makefile
  581. distclean-am: clean-am distclean-generic distclean-hdr \
  582. distclean-libtool distclean-tags
  583. dvi: dvi-recursive
  584. dvi-am:
  585. html: html-recursive
  586. info: info-recursive
  587. info-am:
  588. install-data-am:
  589. install-exec-am:
  590. install-info: install-info-recursive
  591. install-man:
  592. installcheck-am:
  593. maintainer-clean: maintainer-clean-recursive
  594. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  595. -rm -rf $(top_srcdir)/autom4te.cache
  596. -rm -f Makefile
  597. maintainer-clean-am: distclean-am maintainer-clean-generic
  598. mostlyclean: mostlyclean-recursive
  599. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  600. pdf: pdf-recursive
  601. pdf-am:
  602. ps: ps-recursive
  603. ps-am:
  604. uninstall-am: uninstall-info-am
  605. uninstall-info: uninstall-info-recursive
  606. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
  607. check-am clean clean-generic clean-libtool clean-recursive \
  608. ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
  609. dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
  610. distclean-generic distclean-hdr distclean-libtool \
  611. distclean-recursive distclean-tags distcleancheck distdir \
  612. distuninstallcheck dvi dvi-am html html-am info info-am \
  613. install install-am install-data install-data-am install-exec \
  614. install-exec-am install-info install-info-am install-man \
  615. install-strip installcheck installcheck-am installdirs \
  616. installdirs-am maintainer-clean maintainer-clean-generic \
  617. maintainer-clean-recursive mostlyclean mostlyclean-generic \
  618. mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
  619. tags tags-recursive uninstall uninstall-am uninstall-info-am
  620. .PHONY: ChangeLog
  621. ChangeLog:
  622. $(CHANGELOG_CMD)
  623. dist-hook: ChangeLog
  624. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  625. # Otherwise a system limit (for SysV at least) may be exceeded.
  626. .NOEXPORT: