Makefile 28 KB

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