Makefile.in 25 KB

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