Makefile.in 24 KB

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