Makefile.in 27 KB

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