Makefile.in 26 KB

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