Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  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. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. @WANT_STATIC_LIBUSB_TRUE@@WANT_USBUTILS_TRUE@am__append_1 = libusb-1.0
  35. subdir = compat
  36. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
  39. $(top_srcdir)/m4/extensions.m4 \
  40. $(top_srcdir)/m4/gnulib-common.m4 \
  41. $(top_srcdir)/m4/gnulib-comp.m4 \
  42. $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/libtool.m4 \
  43. $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \
  44. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  45. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/memchr.m4 \
  46. $(top_srcdir)/m4/memmem.m4 $(top_srcdir)/m4/mmap-anon.m4 \
  47. $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/onceonly.m4 \
  48. $(top_srcdir)/m4/sigaction.m4 $(top_srcdir)/m4/signal_h.m4 \
  49. $(top_srcdir)/m4/signalblocking.m4 \
  50. $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \
  51. $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/warn-on-use.m4 \
  52. $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/configure.ac
  53. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  54. $(ACLOCAL_M4)
  55. mkinstalldirs = $(install_sh) -d
  56. CONFIG_HEADER = $(top_builddir)/config.h
  57. CONFIG_CLEAN_FILES =
  58. CONFIG_CLEAN_VPATH_FILES =
  59. AM_V_GEN = $(am__v_GEN_$(V))
  60. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  61. am__v_GEN_0 = @echo " GEN " $@;
  62. AM_V_at = $(am__v_at_$(V))
  63. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  64. am__v_at_0 = @
  65. SOURCES =
  66. DIST_SOURCES =
  67. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  68. html-recursive info-recursive install-data-recursive \
  69. install-dvi-recursive install-exec-recursive \
  70. install-html-recursive install-info-recursive \
  71. install-pdf-recursive install-ps-recursive install-recursive \
  72. installcheck-recursive installdirs-recursive pdf-recursive \
  73. ps-recursive uninstall-recursive
  74. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  75. distclean-recursive maintainer-clean-recursive
  76. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  77. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  78. distdir
  79. ETAGS = etags
  80. CTAGS = ctags
  81. DIST_SUBDIRS = jansson-2.5 libusb-1.0
  82. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  83. am__relativize = \
  84. dir0=`pwd`; \
  85. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  86. sed_rest='s,^[^/]*/*,,'; \
  87. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  88. sed_butlast='s,/*[^/]*$$,,'; \
  89. while test -n "$$dir1"; do \
  90. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  91. if test "$$first" != "."; then \
  92. if test "$$first" = ".."; then \
  93. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  94. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  95. else \
  96. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  97. if test "$$first2" = "$$first"; then \
  98. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  99. else \
  100. dir2="../$$dir2"; \
  101. fi; \
  102. dir0="$$dir0"/"$$first"; \
  103. fi; \
  104. fi; \
  105. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  106. done; \
  107. reldir="$$dir2"
  108. ACLOCAL = @ACLOCAL@
  109. ALLOCA = @ALLOCA@
  110. AMTAR = @AMTAR@
  111. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  112. APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
  113. AR = @AR@
  114. AUTOCONF = @AUTOCONF@
  115. AUTOHEADER = @AUTOHEADER@
  116. AUTOMAKE = @AUTOMAKE@
  117. AWK = @AWK@
  118. BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
  119. BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
  120. BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
  121. BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
  122. BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
  123. CC = @CC@
  124. CCDEPMODE = @CCDEPMODE@
  125. CFLAGS = @CFLAGS@
  126. CPP = @CPP@
  127. CPPFLAGS = @CPPFLAGS@
  128. CYGPATH_W = @CYGPATH_W@
  129. DEFS = @DEFS@
  130. DEPDIR = @DEPDIR@
  131. DLLTOOL = @DLLTOOL@
  132. DLOPEN_FLAGS = @DLOPEN_FLAGS@
  133. DSYMUTIL = @DSYMUTIL@
  134. DUMPBIN = @DUMPBIN@
  135. ECHO_C = @ECHO_C@
  136. ECHO_N = @ECHO_N@
  137. ECHO_T = @ECHO_T@
  138. EGREP = @EGREP@
  139. EXEEXT = @EXEEXT@
  140. FGREP = @FGREP@
  141. GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
  142. GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
  143. GNULIB_MBSCHR = @GNULIB_MBSCHR@
  144. GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
  145. GNULIB_MBSLEN = @GNULIB_MBSLEN@
  146. GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
  147. GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
  148. GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
  149. GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
  150. GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
  151. GNULIB_MBSSEP = @GNULIB_MBSSEP@
  152. GNULIB_MBSSPN = @GNULIB_MBSSPN@
  153. GNULIB_MBSSTR = @GNULIB_MBSSTR@
  154. GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
  155. GNULIB_MEMCHR = @GNULIB_MEMCHR@
  156. GNULIB_MEMMEM = @GNULIB_MEMMEM@
  157. GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
  158. GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
  159. GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
  160. GNULIB_SIGACTION = @GNULIB_SIGACTION@
  161. GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@
  162. GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@
  163. GNULIB_STPCPY = @GNULIB_STPCPY@
  164. GNULIB_STPNCPY = @GNULIB_STPNCPY@
  165. GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
  166. GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
  167. GNULIB_STRDUP = @GNULIB_STRDUP@
  168. GNULIB_STRERROR = @GNULIB_STRERROR@
  169. GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
  170. GNULIB_STRNCAT = @GNULIB_STRNCAT@
  171. GNULIB_STRNDUP = @GNULIB_STRNDUP@
  172. GNULIB_STRNLEN = @GNULIB_STRNLEN@
  173. GNULIB_STRPBRK = @GNULIB_STRPBRK@
  174. GNULIB_STRSEP = @GNULIB_STRSEP@
  175. GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
  176. GNULIB_STRSTR = @GNULIB_STRSTR@
  177. GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
  178. GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
  179. GREP = @GREP@
  180. HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
  181. HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
  182. HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
  183. HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
  184. HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
  185. HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
  186. HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
  187. HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
  188. HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
  189. HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
  190. HAVE_MBSLEN = @HAVE_MBSLEN@
  191. HAVE_MEMCHR = @HAVE_MEMCHR@
  192. HAVE_MEMPCPY = @HAVE_MEMPCPY@
  193. HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@
  194. HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
  195. HAVE_SIGACTION = @HAVE_SIGACTION@
  196. HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@
  197. HAVE_SIGINFO_T = @HAVE_SIGINFO_T@
  198. HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
  199. HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
  200. HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
  201. HAVE_SIGSET_T = @HAVE_SIGSET_T@
  202. HAVE_STDINT_H = @HAVE_STDINT_H@
  203. HAVE_STPCPY = @HAVE_STPCPY@
  204. HAVE_STPNCPY = @HAVE_STPNCPY@
  205. HAVE_STRCASESTR = @HAVE_STRCASESTR@
  206. HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
  207. HAVE_STRPBRK = @HAVE_STRPBRK@
  208. HAVE_STRSEP = @HAVE_STRSEP@
  209. HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@
  210. HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
  211. HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
  212. HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
  213. HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
  214. HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@
  215. HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
  216. HAVE_WCHAR_H = @HAVE_WCHAR_H@
  217. HAVE_WCHAR_T = @HAVE_WCHAR_T@
  218. INCLUDE_NEXT = @INCLUDE_NEXT@
  219. INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
  220. INSTALL = @INSTALL@
  221. INSTALL_DATA = @INSTALL_DATA@
  222. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  223. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  224. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  225. JANSSON_LIBS = @JANSSON_LIBS@
  226. LD = @LD@
  227. LDFLAGS = @LDFLAGS@
  228. LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
  229. LIBCURL_LIBS = @LIBCURL_LIBS@
  230. LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
  231. LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
  232. LIBOBJS = @LIBOBJS@
  233. LIBS = @LIBS@
  234. LIBTOOL = @LIBTOOL@
  235. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  236. LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
  237. LIBUSB_LIBS = @LIBUSB_LIBS@
  238. LIPO = @LIPO@
  239. LN_S = @LN_S@
  240. LTLIBOBJS = @LTLIBOBJS@
  241. MAINT = @MAINT@
  242. MAKEINFO = @MAKEINFO@
  243. MANIFEST_TOOL = @MANIFEST_TOOL@
  244. MATH_LIBS = @MATH_LIBS@
  245. MKDIR_P = @MKDIR_P@
  246. MM_LIBS = @MM_LIBS@
  247. NCURSES_LIBS = @NCURSES_LIBS@
  248. NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@
  249. NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
  250. NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
  251. NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
  252. NEXT_SIGNAL_H = @NEXT_SIGNAL_H@
  253. NEXT_STDDEF_H = @NEXT_STDDEF_H@
  254. NEXT_STDINT_H = @NEXT_STDINT_H@
  255. NEXT_STRING_H = @NEXT_STRING_H@
  256. NM = @NM@
  257. NMEDIT = @NMEDIT@
  258. OBJDUMP = @OBJDUMP@
  259. OBJEXT = @OBJEXT@
  260. OTOOL = @OTOOL@
  261. OTOOL64 = @OTOOL64@
  262. PACKAGE = @PACKAGE@
  263. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  264. PACKAGE_NAME = @PACKAGE_NAME@
  265. PACKAGE_STRING = @PACKAGE_STRING@
  266. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  267. PACKAGE_URL = @PACKAGE_URL@
  268. PACKAGE_VERSION = @PACKAGE_VERSION@
  269. PATH_SEPARATOR = @PATH_SEPARATOR@
  270. PDCURSES_LIBS = @PDCURSES_LIBS@
  271. PKG_CONFIG = @PKG_CONFIG@
  272. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  273. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  274. PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
  275. PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
  276. PTHREAD_FLAGS = @PTHREAD_FLAGS@
  277. PTHREAD_LIBS = @PTHREAD_LIBS@
  278. PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
  279. RANLIB = @RANLIB@
  280. REPLACE_MEMCHR = @REPLACE_MEMCHR@
  281. REPLACE_MEMMEM = @REPLACE_MEMMEM@
  282. REPLACE_NULL = @REPLACE_NULL@
  283. REPLACE_STPNCPY = @REPLACE_STPNCPY@
  284. REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
  285. REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
  286. REPLACE_STRDUP = @REPLACE_STRDUP@
  287. REPLACE_STRERROR = @REPLACE_STRERROR@
  288. REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
  289. REPLACE_STRNCAT = @REPLACE_STRNCAT@
  290. REPLACE_STRNDUP = @REPLACE_STRNDUP@
  291. REPLACE_STRNLEN = @REPLACE_STRNLEN@
  292. REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
  293. REPLACE_STRSTR = @REPLACE_STRSTR@
  294. REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
  295. RT_LIBS = @RT_LIBS@
  296. SED = @SED@
  297. SET_MAKE = @SET_MAKE@
  298. SHELL = @SHELL@
  299. SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
  300. SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
  301. STDDEF_H = @STDDEF_H@
  302. STDINT_H = @STDINT_H@
  303. STRIP = @STRIP@
  304. UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
  305. VERSION = @VERSION@
  306. VMAJ = @VMAJ@
  307. WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
  308. WINT_T_SUFFIX = @WINT_T_SUFFIX@
  309. WS2_LIBS = @WS2_LIBS@
  310. abs_builddir = @abs_builddir@
  311. abs_srcdir = @abs_srcdir@
  312. abs_top_builddir = @abs_top_builddir@
  313. abs_top_srcdir = @abs_top_srcdir@
  314. ac_ct_AR = @ac_ct_AR@
  315. ac_ct_CC = @ac_ct_CC@
  316. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  317. am__include = @am__include@
  318. am__leading_dot = @am__leading_dot@
  319. am__quote = @am__quote@
  320. am__tar = @am__tar@
  321. am__untar = @am__untar@
  322. bindir = @bindir@
  323. build = @build@
  324. build_alias = @build_alias@
  325. build_cpu = @build_cpu@
  326. build_os = @build_os@
  327. build_vendor = @build_vendor@
  328. builddir = @builddir@
  329. datadir = @datadir@
  330. datarootdir = @datarootdir@
  331. docdir = @docdir@
  332. dvidir = @dvidir@
  333. exec_prefix = @exec_prefix@
  334. gl_LIBOBJS = @gl_LIBOBJS@
  335. gl_LTLIBOBJS = @gl_LTLIBOBJS@
  336. gltests_LIBOBJS = @gltests_LIBOBJS@
  337. gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
  338. gltests_WITNESS = @gltests_WITNESS@
  339. host = @host@
  340. host_alias = @host_alias@
  341. host_cpu = @host_cpu@
  342. host_os = @host_os@
  343. host_vendor = @host_vendor@
  344. htmldir = @htmldir@
  345. includedir = @includedir@
  346. infodir = @infodir@
  347. install_sh = @install_sh@
  348. libdir = @libdir@
  349. libexecdir = @libexecdir@
  350. localedir = @localedir@
  351. localstatedir = @localstatedir@
  352. mandir = @mandir@
  353. mkdir_p = @mkdir_p@
  354. oldincludedir = @oldincludedir@
  355. pdfdir = @pdfdir@
  356. prefix = @prefix@
  357. program_transform_name = @program_transform_name@
  358. psdir = @psdir@
  359. release_info = @release_info@
  360. sbindir = @sbindir@
  361. sharedstatedir = @sharedstatedir@
  362. srcdir = @srcdir@
  363. subdirs = @subdirs@
  364. sysconfdir = @sysconfdir@
  365. target = @target@
  366. target_alias = @target_alias@
  367. target_cpu = @target_cpu@
  368. target_os = @target_os@
  369. target_vendor = @target_vendor@
  370. top_build_prefix = @top_build_prefix@
  371. top_builddir = @top_builddir@
  372. top_srcdir = @top_srcdir@
  373. version_info = @version_info@
  374. SUBDIRS = jansson-2.5 $(am__append_1)
  375. all: all-recursive
  376. .SUFFIXES:
  377. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  378. @for dep in $?; do \
  379. case '$(am__configure_deps)' in \
  380. *$$dep*) \
  381. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  382. && { if test -f $@; then exit 0; else break; fi; }; \
  383. exit 1;; \
  384. esac; \
  385. done; \
  386. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign compat/Makefile'; \
  387. $(am__cd) $(top_srcdir) && \
  388. $(AUTOMAKE) --foreign compat/Makefile
  389. .PRECIOUS: Makefile
  390. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  391. @case '$?' in \
  392. *config.status*) \
  393. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  394. *) \
  395. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  396. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  397. esac;
  398. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  399. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  400. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  401. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  402. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  403. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  404. $(am__aclocal_m4_deps):
  405. mostlyclean-libtool:
  406. -rm -f *.lo
  407. clean-libtool:
  408. -rm -rf .libs _libs
  409. # This directory's subdirectories are mostly independent; you can cd
  410. # into them and run `make' without going through this Makefile.
  411. # To change the values of `make' variables: instead of editing Makefiles,
  412. # (1) if the variable is set in `config.status', edit `config.status'
  413. # (which will cause the Makefiles to be regenerated when you run `make');
  414. # (2) otherwise, pass the desired values on the `make' command line.
  415. $(RECURSIVE_TARGETS):
  416. @fail= failcom='exit 1'; \
  417. for f in x $$MAKEFLAGS; do \
  418. case $$f in \
  419. *=* | --[!k]*);; \
  420. *k*) failcom='fail=yes';; \
  421. esac; \
  422. done; \
  423. dot_seen=no; \
  424. target=`echo $@ | sed s/-recursive//`; \
  425. list='$(SUBDIRS)'; for subdir in $$list; do \
  426. echo "Making $$target in $$subdir"; \
  427. if test "$$subdir" = "."; then \
  428. dot_seen=yes; \
  429. local_target="$$target-am"; \
  430. else \
  431. local_target="$$target"; \
  432. fi; \
  433. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  434. || eval $$failcom; \
  435. done; \
  436. if test "$$dot_seen" = "no"; then \
  437. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  438. fi; test -z "$$fail"
  439. $(RECURSIVE_CLEAN_TARGETS):
  440. @fail= failcom='exit 1'; \
  441. for f in x $$MAKEFLAGS; do \
  442. case $$f in \
  443. *=* | --[!k]*);; \
  444. *k*) failcom='fail=yes';; \
  445. esac; \
  446. done; \
  447. dot_seen=no; \
  448. case "$@" in \
  449. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  450. *) list='$(SUBDIRS)' ;; \
  451. esac; \
  452. rev=''; for subdir in $$list; do \
  453. if test "$$subdir" = "."; then :; else \
  454. rev="$$subdir $$rev"; \
  455. fi; \
  456. done; \
  457. rev="$$rev ."; \
  458. target=`echo $@ | sed s/-recursive//`; \
  459. for subdir in $$rev; do \
  460. echo "Making $$target in $$subdir"; \
  461. if test "$$subdir" = "."; then \
  462. local_target="$$target-am"; \
  463. else \
  464. local_target="$$target"; \
  465. fi; \
  466. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  467. || eval $$failcom; \
  468. done && test -z "$$fail"
  469. tags-recursive:
  470. list='$(SUBDIRS)'; for subdir in $$list; do \
  471. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  472. done
  473. ctags-recursive:
  474. list='$(SUBDIRS)'; for subdir in $$list; do \
  475. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  476. done
  477. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  478. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  479. unique=`for i in $$list; do \
  480. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  481. done | \
  482. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  483. END { if (nonempty) { for (i in files) print i; }; }'`; \
  484. mkid -fID $$unique
  485. tags: TAGS
  486. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  487. $(TAGS_FILES) $(LISP)
  488. set x; \
  489. here=`pwd`; \
  490. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  491. include_option=--etags-include; \
  492. empty_fix=.; \
  493. else \
  494. include_option=--include; \
  495. empty_fix=; \
  496. fi; \
  497. list='$(SUBDIRS)'; for subdir in $$list; do \
  498. if test "$$subdir" = .; then :; else \
  499. test ! -f $$subdir/TAGS || \
  500. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  501. fi; \
  502. done; \
  503. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  504. unique=`for i in $$list; do \
  505. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  506. done | \
  507. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  508. END { if (nonempty) { for (i in files) print i; }; }'`; \
  509. shift; \
  510. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  511. test -n "$$unique" || unique=$$empty_fix; \
  512. if test $$# -gt 0; then \
  513. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  514. "$$@" $$unique; \
  515. else \
  516. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  517. $$unique; \
  518. fi; \
  519. fi
  520. ctags: CTAGS
  521. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  522. $(TAGS_FILES) $(LISP)
  523. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  524. unique=`for i in $$list; do \
  525. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  526. done | \
  527. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  528. END { if (nonempty) { for (i in files) print i; }; }'`; \
  529. test -z "$(CTAGS_ARGS)$$unique" \
  530. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  531. $$unique
  532. GTAGS:
  533. here=`$(am__cd) $(top_builddir) && pwd` \
  534. && $(am__cd) $(top_srcdir) \
  535. && gtags -i $(GTAGS_ARGS) "$$here"
  536. distclean-tags:
  537. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  538. distdir: $(DISTFILES)
  539. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  540. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  541. list='$(DISTFILES)'; \
  542. dist_files=`for file in $$list; do echo $$file; done | \
  543. sed -e "s|^$$srcdirstrip/||;t" \
  544. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  545. case $$dist_files in \
  546. */*) $(MKDIR_P) `echo "$$dist_files" | \
  547. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  548. sort -u` ;; \
  549. esac; \
  550. for file in $$dist_files; do \
  551. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  552. if test -d $$d/$$file; then \
  553. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  554. if test -d "$(distdir)/$$file"; then \
  555. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  556. fi; \
  557. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  558. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  559. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  560. fi; \
  561. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  562. else \
  563. test -f "$(distdir)/$$file" \
  564. || cp -p $$d/$$file "$(distdir)/$$file" \
  565. || exit 1; \
  566. fi; \
  567. done
  568. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  569. if test "$$subdir" = .; then :; else \
  570. test -d "$(distdir)/$$subdir" \
  571. || $(MKDIR_P) "$(distdir)/$$subdir" \
  572. || exit 1; \
  573. fi; \
  574. done
  575. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  576. if test "$$subdir" = .; then :; else \
  577. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  578. $(am__relativize); \
  579. new_distdir=$$reldir; \
  580. dir1=$$subdir; dir2="$(top_distdir)"; \
  581. $(am__relativize); \
  582. new_top_distdir=$$reldir; \
  583. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  584. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  585. ($(am__cd) $$subdir && \
  586. $(MAKE) $(AM_MAKEFLAGS) \
  587. top_distdir="$$new_top_distdir" \
  588. distdir="$$new_distdir" \
  589. am__remove_distdir=: \
  590. am__skip_length_check=: \
  591. am__skip_mode_fix=: \
  592. distdir) \
  593. || exit 1; \
  594. fi; \
  595. done
  596. check-am: all-am
  597. check: check-recursive
  598. all-am: Makefile
  599. installdirs: installdirs-recursive
  600. installdirs-am:
  601. install: install-recursive
  602. install-exec: install-exec-recursive
  603. install-data: install-data-recursive
  604. uninstall: uninstall-recursive
  605. install-am: all-am
  606. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  607. installcheck: installcheck-recursive
  608. install-strip:
  609. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  610. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  611. `test -z '$(STRIP)' || \
  612. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  613. mostlyclean-generic:
  614. clean-generic:
  615. distclean-generic:
  616. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  617. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  618. maintainer-clean-generic:
  619. @echo "This command is intended for maintainers to use"
  620. @echo "it deletes files that may require special tools to rebuild."
  621. clean: clean-recursive
  622. clean-am: clean-generic clean-libtool mostlyclean-am
  623. distclean: distclean-recursive
  624. -rm -f Makefile
  625. distclean-am: clean-am distclean-generic distclean-tags
  626. dvi: dvi-recursive
  627. dvi-am:
  628. html: html-recursive
  629. html-am:
  630. info: info-recursive
  631. info-am:
  632. install-data-am:
  633. install-dvi: install-dvi-recursive
  634. install-dvi-am:
  635. install-exec-am:
  636. install-html: install-html-recursive
  637. install-html-am:
  638. install-info: install-info-recursive
  639. install-info-am:
  640. install-man:
  641. install-pdf: install-pdf-recursive
  642. install-pdf-am:
  643. install-ps: install-ps-recursive
  644. install-ps-am:
  645. installcheck-am:
  646. maintainer-clean: maintainer-clean-recursive
  647. -rm -f Makefile
  648. maintainer-clean-am: distclean-am maintainer-clean-generic
  649. mostlyclean: mostlyclean-recursive
  650. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  651. pdf: pdf-recursive
  652. pdf-am:
  653. ps: ps-recursive
  654. ps-am:
  655. uninstall-am:
  656. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  657. install-am install-strip tags-recursive
  658. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  659. all all-am check check-am clean clean-generic clean-libtool \
  660. ctags ctags-recursive distclean distclean-generic \
  661. distclean-libtool distclean-tags distdir dvi dvi-am html \
  662. html-am info info-am install install-am install-data \
  663. install-data-am install-dvi install-dvi-am install-exec \
  664. install-exec-am install-html install-html-am install-info \
  665. install-info-am install-man install-pdf install-pdf-am \
  666. install-ps install-ps-am install-strip installcheck \
  667. installcheck-am installdirs installdirs-am maintainer-clean \
  668. maintainer-clean-generic mostlyclean mostlyclean-generic \
  669. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  670. uninstall uninstall-am
  671. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  672. # Otherwise a system limit (for SysV at least) may be exceeded.
  673. .NOEXPORT: