Makefile.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  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. #
  13. # Copyright (C) 1992-2022 Free Software Foundation, Inc.
  14. #
  15. # This program is free software; you can redistribute it and/or modify
  16. # it under the terms of the GNU General Public License as published by
  17. # the Free Software Foundation; either version 3 of the License, or
  18. # (at your option) any later version.
  19. #
  20. # This program is distributed in the hope that it will be useful,
  21. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. # GNU General Public License for more details.
  24. #
  25. # You should have received a copy of the GNU General Public License
  26. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  27. VPATH = @srcdir@
  28. am__is_gnu_make = { \
  29. if test -z '$(MAKELEVEL)'; then \
  30. false; \
  31. elif test -n '$(MAKE_HOST)'; then \
  32. true; \
  33. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  34. true; \
  35. else \
  36. false; \
  37. fi; \
  38. }
  39. am__make_running_with_option = \
  40. case $${target_option-} in \
  41. ?) ;; \
  42. *) echo "am__make_running_with_option: internal error: invalid" \
  43. "target option '$${target_option-}' specified" >&2; \
  44. exit 1;; \
  45. esac; \
  46. has_opt=no; \
  47. sane_makeflags=$$MAKEFLAGS; \
  48. if $(am__is_gnu_make); then \
  49. sane_makeflags=$$MFLAGS; \
  50. else \
  51. case $$MAKEFLAGS in \
  52. *\\[\ \ ]*) \
  53. bs=\\; \
  54. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  55. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  56. esac; \
  57. fi; \
  58. skip_next=no; \
  59. strip_trailopt () \
  60. { \
  61. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  62. }; \
  63. for flg in $$sane_makeflags; do \
  64. test $$skip_next = yes && { skip_next=no; continue; }; \
  65. case $$flg in \
  66. *=*|--*) continue;; \
  67. -*I) strip_trailopt 'I'; skip_next=yes;; \
  68. -*I?*) strip_trailopt 'I';; \
  69. -*O) strip_trailopt 'O'; skip_next=yes;; \
  70. -*O?*) strip_trailopt 'O';; \
  71. -*l) strip_trailopt 'l'; skip_next=yes;; \
  72. -*l?*) strip_trailopt 'l';; \
  73. -[dEDm]) skip_next=yes;; \
  74. -[JT]) skip_next=yes;; \
  75. esac; \
  76. case $$flg in \
  77. *$$target_option*) has_opt=yes; break;; \
  78. esac; \
  79. done; \
  80. test $$has_opt = yes
  81. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  82. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  83. pkgdatadir = $(datadir)/@PACKAGE@
  84. pkgincludedir = $(includedir)/@PACKAGE@
  85. pkglibdir = $(libdir)/@PACKAGE@
  86. pkglibexecdir = $(libexecdir)/@PACKAGE@
  87. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  88. install_sh_DATA = $(install_sh) -c -m 644
  89. install_sh_PROGRAM = $(install_sh) -c
  90. install_sh_SCRIPT = $(install_sh) -c
  91. INSTALL_HEADER = $(INSTALL_DATA)
  92. transform = $(program_transform_name)
  93. NORMAL_INSTALL = :
  94. PRE_INSTALL = :
  95. POST_INSTALL = :
  96. NORMAL_UNINSTALL = :
  97. PRE_UNINSTALL = :
  98. POST_UNINSTALL = :
  99. subdir = .
  100. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  101. am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
  102. $(top_srcdir)/../config/override.m4 $(top_srcdir)/configure.ac
  103. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  104. $(ACLOCAL_M4)
  105. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  106. $(am__configure_deps)
  107. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  108. configure.lineno config.status.lineno
  109. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  110. CONFIG_CLEAN_FILES =
  111. CONFIG_CLEAN_VPATH_FILES =
  112. AM_V_P = $(am__v_P_@AM_V@)
  113. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  114. am__v_P_0 = false
  115. am__v_P_1 = :
  116. AM_V_GEN = $(am__v_GEN_@AM_V@)
  117. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  118. am__v_GEN_0 = @echo " GEN " $@;
  119. am__v_GEN_1 =
  120. AM_V_at = $(am__v_at_@AM_V@)
  121. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  122. am__v_at_0 = @
  123. am__v_at_1 =
  124. SOURCES =
  125. am__can_run_installinfo = \
  126. case $$AM_UPDATE_INFO_DIR in \
  127. n|no|NO) false;; \
  128. *) (install-info --version) >/dev/null 2>&1;; \
  129. esac
  130. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  131. ACLOCAL = @ACLOCAL@
  132. AMTAR = @AMTAR@
  133. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  134. AUTOCONF = @AUTOCONF@
  135. AUTOHEADER = @AUTOHEADER@
  136. AUTOMAKE = @AUTOMAKE@
  137. AWK = @AWK@
  138. CYGPATH_W = @CYGPATH_W@
  139. DEFS = @DEFS@
  140. ECHO_C = @ECHO_C@
  141. ECHO_N = @ECHO_N@
  142. ECHO_T = @ECHO_T@
  143. INSTALL = @INSTALL@
  144. INSTALL_DATA = @INSTALL_DATA@
  145. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  146. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  147. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  148. LIBOBJS = @LIBOBJS@
  149. LIBS = @LIBS@
  150. LTLIBOBJS = @LTLIBOBJS@
  151. MAINT = @MAINT@
  152. MAKEINFO = @MAKEINFO@
  153. MKDIR_P = @MKDIR_P@
  154. PACKAGE = @PACKAGE@
  155. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  156. PACKAGE_NAME = @PACKAGE_NAME@
  157. PACKAGE_STRING = @PACKAGE_STRING@
  158. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  159. PACKAGE_URL = @PACKAGE_URL@
  160. PACKAGE_VERSION = @PACKAGE_VERSION@
  161. PATH_SEPARATOR = @PATH_SEPARATOR@
  162. SET_MAKE = @SET_MAKE@
  163. SHELL = @SHELL@
  164. STRIP = @STRIP@
  165. VERSION = @VERSION@
  166. abs_builddir = @abs_builddir@
  167. abs_srcdir = @abs_srcdir@
  168. abs_top_builddir = @abs_top_builddir@
  169. abs_top_srcdir = @abs_top_srcdir@
  170. am__leading_dot = @am__leading_dot@
  171. am__tar = @am__tar@
  172. am__untar = @am__untar@
  173. bindir = @bindir@
  174. build_alias = @build_alias@
  175. builddir = @builddir@
  176. datadir = @datadir@
  177. datarootdir = @datarootdir@
  178. docdir = @docdir@
  179. dvidir = @dvidir@
  180. exec_prefix = @exec_prefix@
  181. host_alias = @host_alias@
  182. htmldir = @htmldir@
  183. includedir = @includedir@
  184. infodir = @infodir@
  185. install_sh = @install_sh@
  186. libdir = @libdir@
  187. libexecdir = @libexecdir@
  188. localedir = @localedir@
  189. localstatedir = @localstatedir@
  190. mandir = @mandir@
  191. mkdir_p = @mkdir_p@
  192. oldincludedir = @oldincludedir@
  193. pdfdir = @pdfdir@
  194. prefix = @prefix@
  195. program_transform_name = @program_transform_name@
  196. psdir = @psdir@
  197. sbindir = @sbindir@
  198. sharedstatedir = @sharedstatedir@
  199. srcdir = @srcdir@
  200. sysconfdir = @sysconfdir@
  201. target_alias = @target_alias@
  202. top_build_prefix = @top_build_prefix@
  203. top_builddir = @top_builddir@
  204. top_srcdir = @top_srcdir@
  205. AUTOMAKE_OPTIONS = foreign no-dist
  206. ACLOCAL_AMFLAGS = -I.. -I../config
  207. all: all-am
  208. .SUFFIXES:
  209. am--refresh: Makefile
  210. @:
  211. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  212. @for dep in $?; do \
  213. case '$(am__configure_deps)' in \
  214. *$$dep*) \
  215. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  216. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  217. && exit 0; \
  218. exit 1;; \
  219. esac; \
  220. done; \
  221. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  222. $(am__cd) $(top_srcdir) && \
  223. $(AUTOMAKE) --foreign Makefile
  224. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  225. @case '$?' in \
  226. *config.status*) \
  227. echo ' $(SHELL) ./config.status'; \
  228. $(SHELL) ./config.status;; \
  229. *) \
  230. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  231. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  232. esac;
  233. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  234. $(SHELL) ./config.status --recheck
  235. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  236. $(am__cd) $(srcdir) && $(AUTOCONF)
  237. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  238. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  239. $(am__aclocal_m4_deps):
  240. tags TAGS:
  241. ctags CTAGS:
  242. cscope cscopelist:
  243. check-am: all-am
  244. check: check-am
  245. all-am: Makefile
  246. installdirs:
  247. install: install-am
  248. install-exec: install-exec-am
  249. install-data: install-data-am
  250. uninstall: uninstall-am
  251. install-am: all-am
  252. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  253. installcheck: installcheck-am
  254. install-strip:
  255. if test -z '$(STRIP)'; then \
  256. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  257. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  258. install; \
  259. else \
  260. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  261. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  262. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  263. fi
  264. mostlyclean-generic:
  265. clean-generic:
  266. distclean-generic:
  267. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  268. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  269. maintainer-clean-generic:
  270. @echo "This command is intended for maintainers to use"
  271. @echo "it deletes files that may require special tools to rebuild."
  272. clean: clean-am
  273. clean-am: clean-generic mostlyclean-am
  274. distclean: distclean-am
  275. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  276. -rm -f Makefile
  277. distclean-am: clean-am distclean-generic
  278. dvi: dvi-am
  279. dvi-am:
  280. html: html-am
  281. html-am:
  282. info: info-am
  283. info-am:
  284. install-data-am:
  285. install-dvi: install-dvi-am
  286. install-dvi-am:
  287. install-exec-am:
  288. install-html: install-html-am
  289. install-html-am:
  290. install-info: install-info-am
  291. install-info-am:
  292. install-man:
  293. install-pdf: install-pdf-am
  294. install-pdf-am:
  295. install-ps: install-ps-am
  296. install-ps-am:
  297. installcheck-am:
  298. maintainer-clean: maintainer-clean-am
  299. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  300. -rm -rf $(top_srcdir)/autom4te.cache
  301. -rm -f Makefile
  302. maintainer-clean-am: distclean-am maintainer-clean-generic
  303. mostlyclean: mostlyclean-am
  304. mostlyclean-am: mostlyclean-generic
  305. pdf: pdf-am
  306. pdf-am:
  307. ps: ps-am
  308. ps-am:
  309. uninstall-am:
  310. .MAKE: install-am install-strip
  311. .PHONY: all all-am am--refresh check check-am clean clean-generic \
  312. cscopelist-am ctags-am distclean distclean-generic dvi dvi-am \
  313. html html-am info info-am install install-am install-data \
  314. install-data-am install-dvi install-dvi-am install-exec \
  315. install-exec-am install-html install-html-am install-info \
  316. install-info-am install-man install-pdf install-pdf-am \
  317. install-ps install-ps-am install-strip installcheck \
  318. installcheck-am installdirs maintainer-clean \
  319. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  320. pdf-am ps ps-am tags-am uninstall uninstall-am
  321. .PRECIOUS: Makefile
  322. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  323. # Otherwise a system limit (for SysV at least) may be exceeded.
  324. .NOEXPORT: