Makefile.in 25 KB

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