Makefile 25 KB

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