Makefile.in 26 KB

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