Makefile.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  1. # Makefile.in generated by automake 1.12.4 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. VPATH = @srcdir@
  13. am__make_dryrun = \
  14. { \
  15. am__dry=no; \
  16. case $$MAKEFLAGS in \
  17. *\\[\ \ ]*) \
  18. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  19. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  20. *) \
  21. for am__flg in $$MAKEFLAGS; do \
  22. case $$am__flg in \
  23. *=*|--*) ;; \
  24. *n*) am__dry=yes; break;; \
  25. esac; \
  26. done;; \
  27. esac; \
  28. test $$am__dry = yes; \
  29. }
  30. pkgincludedir = $(includedir)/@PACKAGE@
  31. pkglibdir = $(libdir)/@PACKAGE@
  32. pkglibexecdir = $(libexecdir)/@PACKAGE@
  33. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  34. install_sh_DATA = $(install_sh) -c -m 644
  35. install_sh_PROGRAM = $(install_sh) -c
  36. install_sh_SCRIPT = $(install_sh) -c
  37. INSTALL_HEADER = $(INSTALL_DATA)
  38. transform = $(program_transform_name)
  39. NORMAL_INSTALL = :
  40. PRE_INSTALL = :
  41. POST_INSTALL = :
  42. NORMAL_UNINSTALL = :
  43. PRE_UNINSTALL = :
  44. POST_UNINSTALL = :
  45. build_triplet = @build@
  46. host_triplet = @host@
  47. subdir = .
  48. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  49. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  50. $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
  51. TODO compile config.guess config.sub depcomp install-sh \
  52. ltmain.sh missing
  53. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  54. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  55. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  56. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  57. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  58. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  59. $(ACLOCAL_M4)
  60. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  61. configure.lineno config.status.lineno
  62. mkinstalldirs = $(install_sh) -d
  63. CONFIG_HEADER = config.h
  64. CONFIG_CLEAN_FILES =
  65. CONFIG_CLEAN_VPATH_FILES =
  66. AM_V_P = $(am__v_P_@AM_V@)
  67. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  68. am__v_P_0 = false
  69. am__v_P_1 = :
  70. AM_V_GEN = $(am__v_GEN_@AM_V@)
  71. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  72. am__v_GEN_0 = @echo " GEN " $@;
  73. am__v_GEN_1 =
  74. AM_V_at = $(am__v_at_@AM_V@)
  75. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  76. am__v_at_0 = @
  77. am__v_at_1 =
  78. SOURCES =
  79. DIST_SOURCES =
  80. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  81. html-recursive info-recursive install-data-recursive \
  82. install-dvi-recursive install-exec-recursive \
  83. install-html-recursive install-info-recursive \
  84. install-pdf-recursive install-ps-recursive install-recursive \
  85. installcheck-recursive installdirs-recursive pdf-recursive \
  86. ps-recursive uninstall-recursive
  87. am__can_run_installinfo = \
  88. case $$AM_UPDATE_INFO_DIR in \
  89. n|no|NO) false;; \
  90. *) (install-info --version) >/dev/null 2>&1;; \
  91. esac
  92. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  93. distclean-recursive maintainer-clean-recursive
  94. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  95. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  96. cscope distdir dist dist-all distcheck
  97. ETAGS = etags
  98. CTAGS = ctags
  99. CSCOPE = cscope
  100. DIST_SUBDIRS = $(SUBDIRS)
  101. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  102. distdir = $(PACKAGE)-$(VERSION)
  103. top_distdir = $(distdir)
  104. am__remove_distdir = \
  105. if test -d "$(distdir)"; then \
  106. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  107. && rm -rf "$(distdir)" \
  108. || { sleep 5 && rm -rf "$(distdir)"; }; \
  109. else :; fi
  110. am__post_remove_distdir = $(am__remove_distdir)
  111. am__relativize = \
  112. dir0=`pwd`; \
  113. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  114. sed_rest='s,^[^/]*/*,,'; \
  115. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  116. sed_butlast='s,/*[^/]*$$,,'; \
  117. while test -n "$$dir1"; do \
  118. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  119. if test "$$first" != "."; then \
  120. if test "$$first" = ".."; then \
  121. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  122. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  123. else \
  124. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  125. if test "$$first2" = "$$first"; then \
  126. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  127. else \
  128. dir2="../$$dir2"; \
  129. fi; \
  130. dir0="$$dir0"/"$$first"; \
  131. fi; \
  132. fi; \
  133. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  134. done; \
  135. reldir="$$dir2"
  136. DIST_ARCHIVES = $(distdir).tar.gz
  137. GZIP_ENV = --best
  138. DIST_TARGETS = dist-gzip
  139. distuninstallcheck_listfiles = find . -type f -print
  140. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  141. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  142. distcleancheck_listfiles = find . -type f -print
  143. pkgdatadir = @pkgdatadir@
  144. ACLOCAL = @ACLOCAL@
  145. AMTAR = @AMTAR@
  146. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  147. AR = @AR@
  148. AUTOCONF = @AUTOCONF@
  149. AUTOHEADER = @AUTOHEADER@
  150. AUTOMAKE = @AUTOMAKE@
  151. AWK = @AWK@
  152. CC = @CC@
  153. CCDEPMODE = @CCDEPMODE@
  154. CFLAGS = @CFLAGS@
  155. CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
  156. CPP = @CPP@
  157. CPPFLAGS = @CPPFLAGS@
  158. CYGPATH_W = @CYGPATH_W@
  159. DEFS = @DEFS@
  160. DEPDIR = @DEPDIR@
  161. DSYMUTIL = @DSYMUTIL@
  162. DUMPBIN = @DUMPBIN@
  163. ECHO_C = @ECHO_C@
  164. ECHO_N = @ECHO_N@
  165. ECHO_T = @ECHO_T@
  166. EGREP = @EGREP@
  167. EXEEXT = @EXEEXT@
  168. FGREP = @FGREP@
  169. GREP = @GREP@
  170. HAVE_VISIBILITY = @HAVE_VISIBILITY@
  171. INSTALL = @INSTALL@
  172. INSTALL_DATA = @INSTALL_DATA@
  173. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  174. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  175. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  176. LD = @LD@
  177. LDFLAGS = @LDFLAGS@
  178. LIBOBJS = @LIBOBJS@
  179. LIBS = @LIBS@
  180. LIBTOOL = @LIBTOOL@
  181. LIPO = @LIPO@
  182. LN_S = @LN_S@
  183. LTLIBOBJS = @LTLIBOBJS@
  184. MAKEINFO = @MAKEINFO@
  185. MINGW = @MINGW@
  186. MKDIR_P = @MKDIR_P@
  187. NM = @NM@
  188. NMEDIT = @NMEDIT@
  189. OBJDUMP = @OBJDUMP@
  190. OBJEXT = @OBJEXT@
  191. OTOOL = @OTOOL@
  192. OTOOL64 = @OTOOL64@
  193. PACKAGE = @PACKAGE@
  194. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  195. PACKAGE_NAME = @PACKAGE_NAME@
  196. PACKAGE_STRING = @PACKAGE_STRING@
  197. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  198. PACKAGE_URL = @PACKAGE_URL@
  199. PACKAGE_VERSION = @PACKAGE_VERSION@
  200. PATH_SEPARATOR = @PATH_SEPARATOR@
  201. RANLIB = @RANLIB@
  202. SED = @SED@
  203. SET_MAKE = @SET_MAKE@
  204. SHELL = @SHELL@
  205. STRIP = @STRIP@
  206. VERSION = @VERSION@
  207. WARNINGS = @WARNINGS@
  208. abs_builddir = @abs_builddir@
  209. abs_srcdir = @abs_srcdir@
  210. abs_top_builddir = @abs_top_builddir@
  211. abs_top_srcdir = @abs_top_srcdir@
  212. ac_ct_CC = @ac_ct_CC@
  213. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  214. am__include = @am__include@
  215. am__leading_dot = @am__leading_dot@
  216. am__quote = @am__quote@
  217. am__tar = @am__tar@
  218. am__untar = @am__untar@
  219. bindir = @bindir@
  220. build = @build@
  221. build_alias = @build_alias@
  222. build_cpu = @build_cpu@
  223. build_os = @build_os@
  224. build_vendor = @build_vendor@
  225. builddir = @builddir@
  226. datadir = @datadir@
  227. datarootdir = @datarootdir@
  228. docdir = @docdir@
  229. dvidir = @dvidir@
  230. exec_prefix = @exec_prefix@
  231. fsect = @fsect@
  232. host = @host@
  233. host_alias = @host_alias@
  234. host_cpu = @host_cpu@
  235. host_os = @host_os@
  236. host_vendor = @host_vendor@
  237. htmldir = @htmldir@
  238. includedir = @includedir@
  239. infodir = @infodir@
  240. install_sh = @install_sh@
  241. libdir = @libdir@
  242. libexecdir = @libexecdir@
  243. localedir = @localedir@
  244. localstatedir = @localstatedir@
  245. lt_ECHO = @lt_ECHO@
  246. mandir = @mandir@
  247. mkdir_p = @mkdir_p@
  248. oldincludedir = @oldincludedir@
  249. pdfdir = @pdfdir@
  250. prefix = @prefix@
  251. program_transform_name = @program_transform_name@
  252. psdir = @psdir@
  253. sbindir = @sbindir@
  254. sharedstatedir = @sharedstatedir@
  255. srcdir = @srcdir@
  256. sysconfdir = @sysconfdir@
  257. target_alias = @target_alias@
  258. top_build_prefix = @top_build_prefix@
  259. top_builddir = @top_builddir@
  260. top_srcdir = @top_srcdir@
  261. ACLOCAL_AMFLAGS = -I m4
  262. EXTRA_DIST = MAINT
  263. SUBDIRS = src magic tests doc python
  264. all: config.h
  265. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  266. .SUFFIXES:
  267. am--refresh: Makefile
  268. @:
  269. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  270. @for dep in $?; do \
  271. case '$(am__configure_deps)' in \
  272. *$$dep*) \
  273. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  274. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  275. && exit 0; \
  276. exit 1;; \
  277. esac; \
  278. done; \
  279. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  280. $(am__cd) $(top_srcdir) && \
  281. $(AUTOMAKE) --foreign Makefile
  282. .PRECIOUS: Makefile
  283. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  284. @case '$?' in \
  285. *config.status*) \
  286. echo ' $(SHELL) ./config.status'; \
  287. $(SHELL) ./config.status;; \
  288. *) \
  289. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  290. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  291. esac;
  292. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  293. $(SHELL) ./config.status --recheck
  294. $(top_srcdir)/configure: $(am__configure_deps)
  295. $(am__cd) $(srcdir) && $(AUTOCONF)
  296. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  297. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  298. $(am__aclocal_m4_deps):
  299. config.h: stamp-h1
  300. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  301. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  302. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  303. @rm -f stamp-h1
  304. cd $(top_builddir) && $(SHELL) ./config.status config.h
  305. $(srcdir)/config.h.in: $(am__configure_deps)
  306. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  307. rm -f stamp-h1
  308. touch $@
  309. distclean-hdr:
  310. -rm -f config.h stamp-h1
  311. mostlyclean-libtool:
  312. -rm -f *.lo
  313. clean-libtool:
  314. -rm -rf .libs _libs
  315. distclean-libtool:
  316. -rm -f libtool config.lt
  317. # This directory's subdirectories are mostly independent; you can cd
  318. # into them and run 'make' without going through this Makefile.
  319. # To change the values of 'make' variables: instead of editing Makefiles,
  320. # (1) if the variable is set in 'config.status', edit 'config.status'
  321. # (which will cause the Makefiles to be regenerated when you run 'make');
  322. # (2) otherwise, pass the desired values on the 'make' command line.
  323. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  324. @fail= failcom='exit 1'; \
  325. for f in x $$MAKEFLAGS; do \
  326. case $$f in \
  327. *=* | --[!k]*);; \
  328. *k*) failcom='fail=yes';; \
  329. esac; \
  330. done; \
  331. dot_seen=no; \
  332. target=`echo $@ | sed s/-recursive//`; \
  333. case "$@" in \
  334. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  335. *) list='$(SUBDIRS)' ;; \
  336. esac; \
  337. for subdir in $$list; do \
  338. echo "Making $$target in $$subdir"; \
  339. if test "$$subdir" = "."; then \
  340. dot_seen=yes; \
  341. local_target="$$target-am"; \
  342. else \
  343. local_target="$$target"; \
  344. fi; \
  345. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  346. || eval $$failcom; \
  347. done; \
  348. if test "$$dot_seen" = "no"; then \
  349. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  350. fi; test -z "$$fail"
  351. tags-recursive:
  352. list='$(SUBDIRS)'; for subdir in $$list; do \
  353. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  354. done
  355. ctags-recursive:
  356. list='$(SUBDIRS)'; for subdir in $$list; do \
  357. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  358. done
  359. cscopelist-recursive:
  360. list='$(SUBDIRS)'; for subdir in $$list; do \
  361. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  362. done
  363. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  364. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  365. unique=`for i in $$list; do \
  366. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  367. done | \
  368. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  369. END { if (nonempty) { for (i in files) print i; }; }'`; \
  370. mkid -fID $$unique
  371. tags: TAGS
  372. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  373. $(TAGS_FILES) $(LISP)
  374. set x; \
  375. here=`pwd`; \
  376. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  377. include_option=--etags-include; \
  378. empty_fix=.; \
  379. else \
  380. include_option=--include; \
  381. empty_fix=; \
  382. fi; \
  383. list='$(SUBDIRS)'; for subdir in $$list; do \
  384. if test "$$subdir" = .; then :; else \
  385. test ! -f $$subdir/TAGS || \
  386. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  387. fi; \
  388. done; \
  389. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  390. unique=`for i in $$list; do \
  391. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  392. done | \
  393. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  394. END { if (nonempty) { for (i in files) print i; }; }'`; \
  395. shift; \
  396. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  397. test -n "$$unique" || unique=$$empty_fix; \
  398. if test $$# -gt 0; then \
  399. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  400. "$$@" $$unique; \
  401. else \
  402. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  403. $$unique; \
  404. fi; \
  405. fi
  406. ctags: CTAGS
  407. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  408. $(TAGS_FILES) $(LISP)
  409. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  410. unique=`for i in $$list; do \
  411. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  412. done | \
  413. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  414. END { if (nonempty) { for (i in files) print i; }; }'`; \
  415. test -z "$(CTAGS_ARGS)$$unique" \
  416. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  417. $$unique
  418. GTAGS:
  419. here=`$(am__cd) $(top_builddir) && pwd` \
  420. && $(am__cd) $(top_srcdir) \
  421. && gtags -i $(GTAGS_ARGS) "$$here"
  422. cscope: cscope.files
  423. test ! -s cscope.files \
  424. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  425. clean-cscope:
  426. -rm -f cscope.files
  427. cscope.files: clean-cscope cscopelist-recursive cscopelist
  428. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  429. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  430. case "$(srcdir)" in \
  431. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  432. *) sdir=$(subdir)/$(srcdir) ;; \
  433. esac; \
  434. for i in $$list; do \
  435. if test -f "$$i"; then \
  436. echo "$(subdir)/$$i"; \
  437. else \
  438. echo "$$sdir/$$i"; \
  439. fi; \
  440. done >> $(top_builddir)/cscope.files
  441. distclean-tags:
  442. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  443. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  444. distdir: $(DISTFILES)
  445. $(am__remove_distdir)
  446. test -d "$(distdir)" || mkdir "$(distdir)"
  447. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  448. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  449. list='$(DISTFILES)'; \
  450. dist_files=`for file in $$list; do echo $$file; done | \
  451. sed -e "s|^$$srcdirstrip/||;t" \
  452. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  453. case $$dist_files in \
  454. */*) $(MKDIR_P) `echo "$$dist_files" | \
  455. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  456. sort -u` ;; \
  457. esac; \
  458. for file in $$dist_files; do \
  459. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  460. if test -d $$d/$$file; then \
  461. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  462. if test -d "$(distdir)/$$file"; then \
  463. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  464. fi; \
  465. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  466. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  467. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  468. fi; \
  469. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  470. else \
  471. test -f "$(distdir)/$$file" \
  472. || cp -p $$d/$$file "$(distdir)/$$file" \
  473. || exit 1; \
  474. fi; \
  475. done
  476. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  477. if test "$$subdir" = .; then :; else \
  478. $(am__make_dryrun) \
  479. || test -d "$(distdir)/$$subdir" \
  480. || $(MKDIR_P) "$(distdir)/$$subdir" \
  481. || exit 1; \
  482. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  483. $(am__relativize); \
  484. new_distdir=$$reldir; \
  485. dir1=$$subdir; dir2="$(top_distdir)"; \
  486. $(am__relativize); \
  487. new_top_distdir=$$reldir; \
  488. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  489. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  490. ($(am__cd) $$subdir && \
  491. $(MAKE) $(AM_MAKEFLAGS) \
  492. top_distdir="$$new_top_distdir" \
  493. distdir="$$new_distdir" \
  494. am__remove_distdir=: \
  495. am__skip_length_check=: \
  496. am__skip_mode_fix=: \
  497. distdir) \
  498. || exit 1; \
  499. fi; \
  500. done
  501. -test -n "$(am__skip_mode_fix)" \
  502. || find "$(distdir)" -type d ! -perm -755 \
  503. -exec chmod u+rwx,go+rx {} \; -o \
  504. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  505. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  506. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  507. || chmod -R a+r "$(distdir)"
  508. dist-gzip: distdir
  509. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  510. $(am__post_remove_distdir)
  511. dist-bzip2: distdir
  512. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  513. $(am__post_remove_distdir)
  514. dist-lzip: distdir
  515. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  516. $(am__post_remove_distdir)
  517. dist-xz: distdir
  518. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  519. $(am__post_remove_distdir)
  520. dist-tarZ: distdir
  521. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  522. $(am__post_remove_distdir)
  523. dist-shar: distdir
  524. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  525. $(am__post_remove_distdir)
  526. dist-zip: distdir
  527. -rm -f $(distdir).zip
  528. zip -rq $(distdir).zip $(distdir)
  529. $(am__post_remove_distdir)
  530. dist dist-all:
  531. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  532. $(am__post_remove_distdir)
  533. # This target untars the dist file and tries a VPATH configuration. Then
  534. # it guarantees that the distribution is self-contained by making another
  535. # tarfile.
  536. distcheck: dist
  537. case '$(DIST_ARCHIVES)' in \
  538. *.tar.gz*) \
  539. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  540. *.tar.bz2*) \
  541. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  542. *.tar.lz*) \
  543. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  544. *.tar.xz*) \
  545. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  546. *.tar.Z*) \
  547. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  548. *.shar.gz*) \
  549. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  550. *.zip*) \
  551. unzip $(distdir).zip ;;\
  552. esac
  553. chmod -R a-w $(distdir)
  554. chmod u+w $(distdir)
  555. mkdir $(distdir)/_build $(distdir)/_inst
  556. chmod a-w $(distdir)
  557. test -d $(distdir)/_build || exit 0; \
  558. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  559. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  560. && am__cwd=`pwd` \
  561. && $(am__cd) $(distdir)/_build \
  562. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  563. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  564. $(DISTCHECK_CONFIGURE_FLAGS) \
  565. && $(MAKE) $(AM_MAKEFLAGS) \
  566. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  567. && $(MAKE) $(AM_MAKEFLAGS) check \
  568. && $(MAKE) $(AM_MAKEFLAGS) install \
  569. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  570. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  571. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  572. distuninstallcheck \
  573. && chmod -R a-w "$$dc_install_base" \
  574. && ({ \
  575. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  576. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  577. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  578. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  579. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  580. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  581. && rm -rf "$$dc_destdir" \
  582. && $(MAKE) $(AM_MAKEFLAGS) dist \
  583. && rm -rf $(DIST_ARCHIVES) \
  584. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  585. && cd "$$am__cwd" \
  586. || exit 1
  587. $(am__post_remove_distdir)
  588. @(echo "$(distdir) archives ready for distribution: "; \
  589. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  590. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  591. distuninstallcheck:
  592. @test -n '$(distuninstallcheck_dir)' || { \
  593. echo 'ERROR: trying to run $@ with an empty' \
  594. '$$(distuninstallcheck_dir)' >&2; \
  595. exit 1; \
  596. }; \
  597. $(am__cd) '$(distuninstallcheck_dir)' || { \
  598. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  599. exit 1; \
  600. }; \
  601. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  602. || { echo "ERROR: files left after uninstall:" ; \
  603. if test -n "$(DESTDIR)"; then \
  604. echo " (check DESTDIR support)"; \
  605. fi ; \
  606. $(distuninstallcheck_listfiles) ; \
  607. exit 1; } >&2
  608. distcleancheck: distclean
  609. @if test '$(srcdir)' = . ; then \
  610. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  611. exit 1 ; \
  612. fi
  613. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  614. || { echo "ERROR: files left in build directory after distclean:" ; \
  615. $(distcleancheck_listfiles) ; \
  616. exit 1; } >&2
  617. check-am: all-am
  618. check: check-recursive
  619. all-am: Makefile config.h
  620. installdirs: installdirs-recursive
  621. installdirs-am:
  622. install: install-recursive
  623. install-exec: install-exec-recursive
  624. install-data: install-data-recursive
  625. uninstall: uninstall-recursive
  626. install-am: all-am
  627. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  628. installcheck: installcheck-recursive
  629. install-strip:
  630. if test -z '$(STRIP)'; then \
  631. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  632. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  633. install; \
  634. else \
  635. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  636. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  637. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  638. fi
  639. mostlyclean-generic:
  640. clean-generic:
  641. distclean-generic:
  642. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  643. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  644. maintainer-clean-generic:
  645. @echo "This command is intended for maintainers to use"
  646. @echo "it deletes files that may require special tools to rebuild."
  647. clean: clean-recursive
  648. clean-am: clean-generic clean-libtool mostlyclean-am
  649. distclean: distclean-recursive
  650. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  651. -rm -f Makefile
  652. distclean-am: clean-am distclean-generic distclean-hdr \
  653. distclean-libtool distclean-tags
  654. dvi: dvi-recursive
  655. dvi-am:
  656. html: html-recursive
  657. html-am:
  658. info: info-recursive
  659. info-am:
  660. install-data-am:
  661. install-dvi: install-dvi-recursive
  662. install-dvi-am:
  663. install-exec-am:
  664. install-html: install-html-recursive
  665. install-html-am:
  666. install-info: install-info-recursive
  667. install-info-am:
  668. install-man:
  669. install-pdf: install-pdf-recursive
  670. install-pdf-am:
  671. install-ps: install-ps-recursive
  672. install-ps-am:
  673. installcheck-am:
  674. maintainer-clean: maintainer-clean-recursive
  675. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  676. -rm -rf $(top_srcdir)/autom4te.cache
  677. -rm -f Makefile
  678. maintainer-clean-am: distclean-am maintainer-clean-generic
  679. mostlyclean: mostlyclean-recursive
  680. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  681. pdf: pdf-recursive
  682. pdf-am:
  683. ps: ps-recursive
  684. ps-am:
  685. uninstall-am:
  686. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  687. cscopelist-recursive ctags-recursive install-am install-strip \
  688. tags-recursive
  689. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  690. all all-am am--refresh check check-am clean clean-cscope \
  691. clean-generic clean-libtool cscope cscopelist \
  692. cscopelist-recursive ctags ctags-recursive dist dist-all \
  693. dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
  694. dist-zip distcheck distclean distclean-generic distclean-hdr \
  695. distclean-libtool distclean-tags distcleancheck distdir \
  696. distuninstallcheck dvi dvi-am html html-am info info-am \
  697. install install-am install-data install-data-am install-dvi \
  698. install-dvi-am install-exec install-exec-am install-html \
  699. install-html-am install-info install-info-am install-man \
  700. install-pdf install-pdf-am install-ps install-ps-am \
  701. install-strip installcheck installcheck-am installdirs \
  702. installdirs-am maintainer-clean maintainer-clean-generic \
  703. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  704. ps ps-am tags tags-recursive uninstall uninstall-am
  705. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  706. # Otherwise a system limit (for SysV at least) may be exceeded.
  707. .NOEXPORT: