Makefile 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # lib/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. # Copyright (C) 2002-2011 Free Software Foundation, Inc.
  12. #
  13. # This file is free software, distributed under the terms of the GNU
  14. # General Public License. As a special exception to the GNU General
  15. # Public License, this file may be distributed as part of a program
  16. # that contains a configuration script generated by Autoconf, under
  17. # the same distribution terms as the rest of that program.
  18. #
  19. # Generated by gnulib-tool.
  20. # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files memmem sigaction signal
  21. am__is_gnu_make = { \
  22. if test -z '$(MAKELEVEL)'; then \
  23. false; \
  24. elif test -n '$(MAKE_HOST)'; then \
  25. true; \
  26. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  27. true; \
  28. else \
  29. false; \
  30. fi; \
  31. }
  32. am__make_running_with_option = \
  33. case $${target_option-} in \
  34. ?) ;; \
  35. *) echo "am__make_running_with_option: internal error: invalid" \
  36. "target option '$${target_option-}' specified" >&2; \
  37. exit 1;; \
  38. esac; \
  39. has_opt=no; \
  40. sane_makeflags=$$MAKEFLAGS; \
  41. if $(am__is_gnu_make); then \
  42. sane_makeflags=$$MFLAGS; \
  43. else \
  44. case $$MAKEFLAGS in \
  45. *\\[\ \ ]*) \
  46. bs=\\; \
  47. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  48. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  49. esac; \
  50. fi; \
  51. skip_next=no; \
  52. strip_trailopt () \
  53. { \
  54. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  55. }; \
  56. for flg in $$sane_makeflags; do \
  57. test $$skip_next = yes && { skip_next=no; continue; }; \
  58. case $$flg in \
  59. *=*|--*) continue;; \
  60. -*I) strip_trailopt 'I'; skip_next=yes;; \
  61. -*I?*) strip_trailopt 'I';; \
  62. -*O) strip_trailopt 'O'; skip_next=yes;; \
  63. -*O?*) strip_trailopt 'O';; \
  64. -*l) strip_trailopt 'l'; skip_next=yes;; \
  65. -*l?*) strip_trailopt 'l';; \
  66. -[dEDm]) skip_next=yes;; \
  67. -[JT]) skip_next=yes;; \
  68. esac; \
  69. case $$flg in \
  70. *$$target_option*) has_opt=yes; break;; \
  71. esac; \
  72. done; \
  73. test $$has_opt = yes
  74. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  75. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  76. pkgdatadir = $(datadir)/cgminer
  77. pkgincludedir = $(includedir)/cgminer
  78. pkglibdir = $(libdir)/cgminer
  79. pkglibexecdir = $(libexecdir)/cgminer
  80. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  81. install_sh_DATA = $(install_sh) -c -m 644
  82. install_sh_PROGRAM = $(install_sh) -c
  83. install_sh_SCRIPT = $(install_sh) -c
  84. INSTALL_HEADER = $(INSTALL_DATA)
  85. transform = $(program_transform_name)
  86. NORMAL_INSTALL = :
  87. PRE_INSTALL = :
  88. POST_INSTALL = :
  89. NORMAL_UNINSTALL = :
  90. PRE_UNINSTALL = :
  91. POST_UNINSTALL = :
  92. build_triplet = x86_64-pc-linux-gnu
  93. host_triplet = x86_64-pc-linux-gnu
  94. target_triplet = x86_64-pc-linux-gnu
  95. subdir = lib
  96. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  97. am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
  98. $(top_srcdir)/m4/extensions.m4 \
  99. $(top_srcdir)/m4/gnulib-common.m4 \
  100. $(top_srcdir)/m4/gnulib-comp.m4 \
  101. $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/longlong.m4 \
  102. $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/memmem.m4 \
  103. $(top_srcdir)/m4/mmap-anon.m4 $(top_srcdir)/m4/multiarch.m4 \
  104. $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/sigaction.m4 \
  105. $(top_srcdir)/m4/signal_h.m4 \
  106. $(top_srcdir)/m4/signalblocking.m4 \
  107. $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \
  108. $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/warn-on-use.m4 \
  109. $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/configure.ac
  110. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  111. $(ACLOCAL_M4)
  112. DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
  113. $(am__DIST_COMMON)
  114. mkinstalldirs = $(install_sh) -d
  115. CONFIG_HEADER = $(top_builddir)/config.h
  116. CONFIG_CLEAN_FILES =
  117. CONFIG_CLEAN_VPATH_FILES =
  118. LIBRARIES = $(noinst_LIBRARIES)
  119. AR = ar
  120. ARFLAGS = cru
  121. AM_V_AR = $(am__v_AR_$(V))
  122. am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
  123. am__v_AR_0 = @echo " AR " $@;
  124. am__v_AR_1 =
  125. libgnu_a_AR = $(AR) $(ARFLAGS)
  126. am__DEPENDENCIES_1 =
  127. am_libgnu_a_OBJECTS = dummy.$(OBJEXT)
  128. libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
  129. LTLIBRARIES = $(noinst_LTLIBRARIES)
  130. AM_V_P = $(am__v_P_$(V))
  131. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  132. am__v_P_0 = false
  133. am__v_P_1 = :
  134. AM_V_GEN = $(am__v_GEN_$(V))
  135. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  136. am__v_GEN_0 = @echo " GEN " $@;
  137. am__v_GEN_1 =
  138. AM_V_at = $(am__v_at_$(V))
  139. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  140. am__v_at_0 = @
  141. am__v_at_1 =
  142. DEFAULT_INCLUDES = -I. -I$(top_builddir)
  143. depcomp = $(SHELL) $(top_srcdir)/depcomp
  144. am__depfiles_maybe = depfiles
  145. am__mv = mv -f
  146. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  147. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  148. AM_V_CC = $(am__v_CC_$(V))
  149. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  150. am__v_CC_0 = @echo " CC " $@;
  151. am__v_CC_1 =
  152. CCLD = $(CC)
  153. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  154. AM_V_CCLD = $(am__v_CCLD_$(V))
  155. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  156. am__v_CCLD_0 = @echo " CCLD " $@;
  157. am__v_CCLD_1 =
  158. SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
  159. DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
  160. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  161. ctags-recursive dvi-recursive html-recursive info-recursive \
  162. install-data-recursive install-dvi-recursive \
  163. install-exec-recursive install-html-recursive \
  164. install-info-recursive install-pdf-recursive \
  165. install-ps-recursive install-recursive installcheck-recursive \
  166. installdirs-recursive pdf-recursive ps-recursive \
  167. tags-recursive uninstall-recursive
  168. am__can_run_installinfo = \
  169. case $$AM_UPDATE_INFO_DIR in \
  170. n|no|NO) false;; \
  171. *) (install-info --version) >/dev/null 2>&1;; \
  172. esac
  173. HEADERS = $(noinst_HEADERS)
  174. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  175. distclean-recursive maintainer-clean-recursive
  176. am__recursive_targets = \
  177. $(RECURSIVE_TARGETS) \
  178. $(RECURSIVE_CLEAN_TARGETS) \
  179. $(am__extra_recursive_targets)
  180. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  181. distdir
  182. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  183. # Read a list of newline-separated strings from the standard input,
  184. # and print each of them once, without duplicates. Input order is
  185. # *not* preserved.
  186. am__uniquify_input = $(AWK) '\
  187. BEGIN { nonempty = 0; } \
  188. { items[$$0] = 1; nonempty = 1; } \
  189. END { if (nonempty) { for (i in items) print i; }; } \
  190. '
  191. # Make sure the list of sources is unique. This is necessary because,
  192. # e.g., the same source file might be shared among _SOURCES variables
  193. # for different programs/libraries.
  194. am__define_uniq_tagged_files = \
  195. list='$(am__tagged_files)'; \
  196. unique=`for i in $$list; do \
  197. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  198. done | $(am__uniquify_input)`
  199. ETAGS = etags
  200. CTAGS = ctags
  201. DIST_SUBDIRS = $(SUBDIRS)
  202. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  203. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  204. am__relativize = \
  205. dir0=`pwd`; \
  206. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  207. sed_rest='s,^[^/]*/*,,'; \
  208. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  209. sed_butlast='s,/*[^/]*$$,,'; \
  210. while test -n "$$dir1"; do \
  211. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  212. if test "$$first" != "."; then \
  213. if test "$$first" = ".."; then \
  214. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  215. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  216. else \
  217. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  218. if test "$$first2" = "$$first"; then \
  219. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  220. else \
  221. dir2="../$$dir2"; \
  222. fi; \
  223. dir0="$$dir0"/"$$first"; \
  224. fi; \
  225. fi; \
  226. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  227. done; \
  228. reldir="$$dir2"
  229. ACLOCAL = ${SHELL} /home/wareck/cgminer-ants3/missing aclocal-1.15
  230. ALLOCA =
  231. AMTAR = $${TAR-tar}
  232. AM_DEFAULT_VERBOSITY = 0
  233. APPLE_UNIVERSAL_BUILD = 0
  234. AUTOCONF = ${SHELL} /home/wareck/cgminer-ants3/missing autoconf
  235. AUTOHEADER = ${SHELL} /home/wareck/cgminer-ants3/missing autoheader
  236. AUTOMAKE = ${SHELL} /home/wareck/cgminer-ants3/missing automake-1.15
  237. AWK = gawk
  238. BITSIZEOF_PTRDIFF_T =
  239. BITSIZEOF_SIG_ATOMIC_T =
  240. BITSIZEOF_SIZE_T =
  241. BITSIZEOF_WCHAR_T =
  242. BITSIZEOF_WINT_T =
  243. CC = gcc
  244. CCDEPMODE = depmode=gcc3
  245. CFLAGS = -g -O2
  246. CPP = gcc -E
  247. CPPFLAGS =
  248. CYGPATH_W = echo
  249. DEFS = -DHAVE_CONFIG_H
  250. DEPDIR = .deps
  251. DLOPEN_FLAGS = -ldl
  252. ECHO_C =
  253. ECHO_N = -n
  254. ECHO_T =
  255. EGREP = /bin/grep -E
  256. EXEEXT =
  257. GNULIB_MBSCASECMP = 0
  258. GNULIB_MBSCASESTR = 0
  259. GNULIB_MBSCHR = 0
  260. GNULIB_MBSCSPN = 0
  261. GNULIB_MBSLEN = 0
  262. GNULIB_MBSNCASECMP = 0
  263. GNULIB_MBSNLEN = 0
  264. GNULIB_MBSPBRK = 0
  265. GNULIB_MBSPCASECMP = 0
  266. GNULIB_MBSRCHR = 0
  267. GNULIB_MBSSEP = 0
  268. GNULIB_MBSSPN = 0
  269. GNULIB_MBSSTR = 0
  270. GNULIB_MBSTOK_R = 0
  271. GNULIB_MEMCHR = 1
  272. GNULIB_MEMMEM = 1
  273. GNULIB_MEMPCPY = 0
  274. GNULIB_MEMRCHR = 0
  275. GNULIB_RAWMEMCHR = 0
  276. GNULIB_SIGACTION = 1
  277. GNULIB_SIGNAL_H_SIGPIPE = 0
  278. GNULIB_SIGPROCMASK = 1
  279. GNULIB_STPCPY = 0
  280. GNULIB_STPNCPY = 0
  281. GNULIB_STRCASESTR = 0
  282. GNULIB_STRCHRNUL = 0
  283. GNULIB_STRDUP = 0
  284. GNULIB_STRERROR = 0
  285. GNULIB_STRERROR_R = 0
  286. GNULIB_STRNCAT = 0
  287. GNULIB_STRNDUP = 0
  288. GNULIB_STRNLEN = 0
  289. GNULIB_STRPBRK = 0
  290. GNULIB_STRSEP = 0
  291. GNULIB_STRSIGNAL = 0
  292. GNULIB_STRSTR = 0
  293. GNULIB_STRTOK_R = 0
  294. GNULIB_STRVERSCMP = 0
  295. GREP = /bin/grep
  296. HAVE_DECL_MEMMEM = 1
  297. HAVE_DECL_MEMRCHR = 1
  298. HAVE_DECL_STRDUP = 1
  299. HAVE_DECL_STRERROR_R = 1
  300. HAVE_DECL_STRNDUP = 1
  301. HAVE_DECL_STRNLEN = 1
  302. HAVE_DECL_STRSIGNAL = 1
  303. HAVE_DECL_STRTOK_R = 1
  304. HAVE_INTTYPES_H = 1
  305. HAVE_LONG_LONG_INT = 1
  306. HAVE_MBSLEN = 0
  307. HAVE_MEMCHR = 1
  308. HAVE_MEMPCPY = 1
  309. HAVE_POSIX_SIGNALBLOCKING = 1
  310. HAVE_RAWMEMCHR = 1
  311. HAVE_SIGACTION = 1
  312. HAVE_SIGHANDLER_T = 1
  313. HAVE_SIGINFO_T = 1
  314. HAVE_SIGNED_SIG_ATOMIC_T =
  315. HAVE_SIGNED_WCHAR_T =
  316. HAVE_SIGNED_WINT_T =
  317. HAVE_SIGSET_T = 1
  318. HAVE_STDINT_H = 1
  319. HAVE_STPCPY = 1
  320. HAVE_STPNCPY = 1
  321. HAVE_STRCASESTR = 1
  322. HAVE_STRCHRNUL = 1
  323. HAVE_STRPBRK = 1
  324. HAVE_STRSEP = 1
  325. HAVE_STRUCT_SIGACTION_SA_SIGACTION = 1
  326. HAVE_STRVERSCMP = 1
  327. HAVE_SYS_BITYPES_H =
  328. HAVE_SYS_INTTYPES_H =
  329. HAVE_SYS_TYPES_H = 1
  330. HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = 1
  331. HAVE_UNSIGNED_LONG_LONG_INT = 1
  332. HAVE_WCHAR_H = 1
  333. HAVE_WCHAR_T = 1
  334. INCLUDE_NEXT = include_next
  335. INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
  336. INSTALL = /usr/bin/install -c
  337. INSTALL_DATA = ${INSTALL} -m 644
  338. INSTALL_PROGRAM = ${INSTALL}
  339. INSTALL_SCRIPT = ${INSTALL}
  340. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  341. JANSSON_CFLAGS =
  342. JANSSON_LIBS = compat/jansson-2.9/src/.libs/libjansson.a
  343. LDFLAGS =
  344. LIBCURL_CFLAGS =
  345. LIBCURL_LIBS = -lcurl
  346. LIBGNU_LIBDEPS =
  347. LIBGNU_LTLIBDEPS =
  348. LIBOBJS =
  349. LIBS = -lncurses -lpthread
  350. LIBSYSTEMD_CFLAGS =
  351. LIBSYSTEMD_LIBS =
  352. LIBUSB_CFLAGS =
  353. LIBUSB_LIBS = compat/libusb-1.0/libusb/.libs/libusb-1.0.a -ludev
  354. LIBZ_LIBS =
  355. LTLIBOBJS =
  356. MAINT = #
  357. MAKEINFO = ${SHELL} /home/wareck/cgminer-ants3/missing makeinfo
  358. MATH_LIBS = -lm
  359. MKDIR_P = /bin/mkdir -p
  360. MM_LIBS =
  361. NCURSES_LIBS =
  362. NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = <signal.h>
  363. NEXT_AS_FIRST_DIRECTIVE_STDDEF_H =
  364. NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h>
  365. NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h>
  366. NEXT_SIGNAL_H = <signal.h>
  367. NEXT_STDDEF_H =
  368. NEXT_STDINT_H = <stdint.h>
  369. NEXT_STRING_H = <string.h>
  370. OBJEXT = o
  371. PACKAGE = cgminer
  372. PACKAGE_BUGREPORT = kernel@kolivas.org
  373. PACKAGE_NAME = cgminer
  374. PACKAGE_STRING = cgminer 4.11.1-xnsub-mod4
  375. PACKAGE_TARNAME = cgminer
  376. PACKAGE_URL =
  377. PACKAGE_VERSION = 4.11.1-xnsub-mod4
  378. PATH_SEPARATOR = :
  379. PDCURSES_LIBS =
  380. PKG_CONFIG = /usr/bin/pkg-config
  381. PKG_CONFIG_LIBDIR =
  382. PKG_CONFIG_PATH =
  383. PRAGMA_COLUMNS =
  384. PRAGMA_SYSTEM_HEADER = #pragma GCC system_header
  385. PTHREAD_FLAGS = -lpthread
  386. PTHREAD_LIBS = -lpthread
  387. PTRDIFF_T_SUFFIX =
  388. RANLIB = ranlib
  389. REPLACE_MEMCHR = 0
  390. REPLACE_MEMMEM = 0
  391. REPLACE_NULL = 0
  392. REPLACE_STPNCPY = 0
  393. REPLACE_STRCASESTR = 0
  394. REPLACE_STRCHRNUL = 0
  395. REPLACE_STRDUP = 0
  396. REPLACE_STRERROR = 0
  397. REPLACE_STRERROR_R = 0
  398. REPLACE_STRNCAT = 0
  399. REPLACE_STRNDUP = 0
  400. REPLACE_STRNLEN = 0
  401. REPLACE_STRSIGNAL = 0
  402. REPLACE_STRSTR = 0
  403. REPLACE_STRTOK_R = 0
  404. RT_LIBS = -lrt
  405. SET_MAKE =
  406. SHELL = /bin/bash
  407. SIG_ATOMIC_T_SUFFIX =
  408. SIZE_T_SUFFIX =
  409. STDDEF_H =
  410. STDINT_H =
  411. STRIP =
  412. UNDEFINE_STRTOK_R = 0
  413. VERSION = 4.11.1-xnsub-mod4
  414. VMAJ = 4
  415. WCHAR_T_SUFFIX =
  416. WINT_T_SUFFIX =
  417. WS2_LIBS =
  418. abs_builddir = /home/wareck/cgminer-ants3/lib
  419. abs_srcdir = /home/wareck/cgminer-ants3/lib
  420. abs_top_builddir = /home/wareck/cgminer-ants3
  421. abs_top_srcdir = /home/wareck/cgminer-ants3
  422. ac_ct_CC = gcc
  423. am__include = include
  424. am__leading_dot = .
  425. am__quote =
  426. am__tar = $${TAR-tar} chof - "$$tardir"
  427. am__untar = $${TAR-tar} xf -
  428. bindir = ${exec_prefix}/bin
  429. build = x86_64-pc-linux-gnu
  430. build_alias =
  431. build_cpu = x86_64
  432. build_os = linux-gnu
  433. build_vendor = pc
  434. builddir = .
  435. datadir = ${datarootdir}
  436. datarootdir = ${prefix}/share
  437. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  438. dvidir = ${docdir}
  439. exec_prefix = ${prefix}
  440. gl_LIBOBJS =
  441. gl_LTLIBOBJS =
  442. gltests_LIBOBJS =
  443. gltests_LTLIBOBJS =
  444. gltests_WITNESS = IN_CGMINER_GNULIB_TESTS
  445. host = x86_64-pc-linux-gnu
  446. host_alias =
  447. host_cpu = x86_64
  448. host_os = linux-gnu
  449. host_vendor = pc
  450. htmldir = ${docdir}
  451. includedir = ${prefix}/include
  452. infodir = ${datarootdir}/info
  453. install_sh = ${SHELL} /home/wareck/cgminer-ants3/install-sh
  454. libdir = ${exec_prefix}/lib
  455. libexecdir = ${exec_prefix}/libexec
  456. localedir = ${datarootdir}/locale
  457. localstatedir = ${prefix}/var
  458. mandir = ${datarootdir}/man
  459. mkdir_p = $(MKDIR_P)
  460. oldincludedir = /usr/include
  461. pdfdir = ${docdir}
  462. prefix = /usr/local
  463. program_transform_name = s,x,x,
  464. psdir = ${docdir}
  465. release_info =
  466. runstatedir = ${localstatedir}/run
  467. sbindir = ${exec_prefix}/sbin
  468. sharedstatedir = ${prefix}/com
  469. srcdir = .
  470. subdirs = compat/libusb-1.0 compat/jansson-2.9
  471. sysconfdir = ${prefix}/etc
  472. target = x86_64-pc-linux-gnu
  473. target_alias =
  474. target_cpu = x86_64
  475. target_os = linux-gnu
  476. target_vendor = pc
  477. top_build_prefix = ../
  478. top_builddir = ..
  479. top_srcdir = ..
  480. version_info = 15:1:11
  481. AUTOMAKE_OPTIONS = 1.5 gnits
  482. SUBDIRS =
  483. noinst_HEADERS =
  484. noinst_LIBRARIES = libgnu.a
  485. noinst_LTLIBRARIES =
  486. EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \
  487. memchr.c memchr.valgrind memmem.c str-two-way.h sig-handler.h \
  488. sigaction.c signal.in.h sigprocmask.c stddef.in.h stdint.in.h \
  489. string.in.h $(top_srcdir)/./warn-on-use.h
  490. # The BUILT_SOURCES created by this Makefile snippet are not used via #include
  491. # statements but through direct file reference. Therefore this snippet must be
  492. # present in all Makefile.am that need it. This is ensured by the applicability
  493. # 'all' defined above.
  494. # The BUILT_SOURCES created by this Makefile snippet are not used via #include
  495. # statements but through direct file reference. Therefore this snippet must be
  496. # present in all Makefile.am that need it. This is ensured by the applicability
  497. # 'all' defined above.
  498. BUILT_SOURCES = arg-nonnull.h c++defs.h signal.h $(STDDEF_H) \
  499. $(STDINT_H) string.h warn-on-use.h
  500. SUFFIXES =
  501. MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
  502. c++defs.h c++defs.h-t signal.h signal.h-t stddef.h stddef.h-t \
  503. stdint.h stdint.h-t string.h string.h-t warn-on-use.h \
  504. warn-on-use.h-t
  505. MOSTLYCLEANDIRS =
  506. CLEANFILES =
  507. DISTCLEANFILES =
  508. MAINTAINERCLEANFILES =
  509. AM_CPPFLAGS =
  510. AM_CFLAGS =
  511. libgnu_a_SOURCES = dummy.c
  512. libgnu_a_LIBADD = $(gl_LIBOBJS)
  513. libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
  514. EXTRA_libgnu_a_SOURCES = memchr.c memmem.c sigaction.c sigprocmask.c
  515. ARG_NONNULL_H = arg-nonnull.h
  516. CXXDEFS_H = c++defs.h
  517. WARN_ON_USE_H = warn-on-use.h
  518. all: $(BUILT_SOURCES)
  519. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  520. .SUFFIXES:
  521. .SUFFIXES: .c .o .obj
  522. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  523. @for dep in $?; do \
  524. case '$(am__configure_deps)' in \
  525. *$$dep*) \
  526. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  527. && { if test -f $@; then exit 0; else break; fi; }; \
  528. exit 1;; \
  529. esac; \
  530. done; \
  531. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
  532. $(am__cd) $(top_srcdir) && \
  533. $(AUTOMAKE) --gnits lib/Makefile
  534. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  535. @case '$?' in \
  536. *config.status*) \
  537. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  538. *) \
  539. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  540. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  541. esac;
  542. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  543. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  544. $(top_srcdir)/configure: # $(am__configure_deps)
  545. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  546. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  547. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  548. $(am__aclocal_m4_deps):
  549. clean-noinstLIBRARIES:
  550. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  551. libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) $(EXTRA_libgnu_a_DEPENDENCIES)
  552. $(AM_V_at)-rm -f libgnu.a
  553. $(AM_V_AR)$(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
  554. $(AM_V_at)$(RANLIB) libgnu.a
  555. clean-noinstLTLIBRARIES:
  556. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  557. @list='$(noinst_LTLIBRARIES)'; \
  558. locs=`for p in $$list; do echo $$p; done | \
  559. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  560. sort -u`; \
  561. test -z "$$locs" || { \
  562. echo rm -f $${locs}; \
  563. rm -f $${locs}; \
  564. }
  565. mostlyclean-compile:
  566. -rm -f *.$(OBJEXT)
  567. distclean-compile:
  568. -rm -f *.tab.c
  569. include ./$(DEPDIR)/dummy.Po
  570. include ./$(DEPDIR)/memchr.Po
  571. include ./$(DEPDIR)/memmem.Po
  572. include ./$(DEPDIR)/sigaction.Po
  573. include ./$(DEPDIR)/sigprocmask.Po
  574. .c.o:
  575. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  576. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  577. $(am__mv) $$depbase.Tpo $$depbase.Po
  578. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  579. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  580. # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
  581. .c.obj:
  582. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  583. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  584. $(am__mv) $$depbase.Tpo $$depbase.Po
  585. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  586. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  587. # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  588. # This directory's subdirectories are mostly independent; you can cd
  589. # into them and run 'make' without going through this Makefile.
  590. # To change the values of 'make' variables: instead of editing Makefiles,
  591. # (1) if the variable is set in 'config.status', edit 'config.status'
  592. # (which will cause the Makefiles to be regenerated when you run 'make');
  593. # (2) otherwise, pass the desired values on the 'make' command line.
  594. $(am__recursive_targets):
  595. @fail=; \
  596. if $(am__make_keepgoing); then \
  597. failcom='fail=yes'; \
  598. else \
  599. failcom='exit 1'; \
  600. fi; \
  601. dot_seen=no; \
  602. target=`echo $@ | sed s/-recursive//`; \
  603. case "$@" in \
  604. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  605. *) list='$(SUBDIRS)' ;; \
  606. esac; \
  607. for subdir in $$list; do \
  608. echo "Making $$target in $$subdir"; \
  609. if test "$$subdir" = "."; then \
  610. dot_seen=yes; \
  611. local_target="$$target-am"; \
  612. else \
  613. local_target="$$target"; \
  614. fi; \
  615. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  616. || eval $$failcom; \
  617. done; \
  618. if test "$$dot_seen" = "no"; then \
  619. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  620. fi; test -z "$$fail"
  621. ID: $(am__tagged_files)
  622. $(am__define_uniq_tagged_files); mkid -fID $$unique
  623. tags: tags-recursive
  624. TAGS: tags
  625. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  626. set x; \
  627. here=`pwd`; \
  628. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  629. include_option=--etags-include; \
  630. empty_fix=.; \
  631. else \
  632. include_option=--include; \
  633. empty_fix=; \
  634. fi; \
  635. list='$(SUBDIRS)'; for subdir in $$list; do \
  636. if test "$$subdir" = .; then :; else \
  637. test ! -f $$subdir/TAGS || \
  638. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  639. fi; \
  640. done; \
  641. $(am__define_uniq_tagged_files); \
  642. shift; \
  643. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  644. test -n "$$unique" || unique=$$empty_fix; \
  645. if test $$# -gt 0; then \
  646. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  647. "$$@" $$unique; \
  648. else \
  649. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  650. $$unique; \
  651. fi; \
  652. fi
  653. ctags: ctags-recursive
  654. CTAGS: ctags
  655. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  656. $(am__define_uniq_tagged_files); \
  657. test -z "$(CTAGS_ARGS)$$unique" \
  658. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  659. $$unique
  660. GTAGS:
  661. here=`$(am__cd) $(top_builddir) && pwd` \
  662. && $(am__cd) $(top_srcdir) \
  663. && gtags -i $(GTAGS_ARGS) "$$here"
  664. cscopelist: cscopelist-recursive
  665. cscopelist-am: $(am__tagged_files)
  666. list='$(am__tagged_files)'; \
  667. case "$(srcdir)" in \
  668. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  669. *) sdir=$(subdir)/$(srcdir) ;; \
  670. esac; \
  671. for i in $$list; do \
  672. if test -f "$$i"; then \
  673. echo "$(subdir)/$$i"; \
  674. else \
  675. echo "$$sdir/$$i"; \
  676. fi; \
  677. done >> $(top_builddir)/cscope.files
  678. distclean-tags:
  679. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  680. distdir: $(DISTFILES)
  681. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  682. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  683. list='$(DISTFILES)'; \
  684. dist_files=`for file in $$list; do echo $$file; done | \
  685. sed -e "s|^$$srcdirstrip/||;t" \
  686. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  687. case $$dist_files in \
  688. */*) $(MKDIR_P) `echo "$$dist_files" | \
  689. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  690. sort -u` ;; \
  691. esac; \
  692. for file in $$dist_files; do \
  693. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  694. if test -d $$d/$$file; then \
  695. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  696. if test -d "$(distdir)/$$file"; then \
  697. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  698. fi; \
  699. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  700. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  701. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  702. fi; \
  703. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  704. else \
  705. test -f "$(distdir)/$$file" \
  706. || cp -p $$d/$$file "$(distdir)/$$file" \
  707. || exit 1; \
  708. fi; \
  709. done
  710. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  711. if test "$$subdir" = .; then :; else \
  712. $(am__make_dryrun) \
  713. || test -d "$(distdir)/$$subdir" \
  714. || $(MKDIR_P) "$(distdir)/$$subdir" \
  715. || exit 1; \
  716. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  717. $(am__relativize); \
  718. new_distdir=$$reldir; \
  719. dir1=$$subdir; dir2="$(top_distdir)"; \
  720. $(am__relativize); \
  721. new_top_distdir=$$reldir; \
  722. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  723. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  724. ($(am__cd) $$subdir && \
  725. $(MAKE) $(AM_MAKEFLAGS) \
  726. top_distdir="$$new_top_distdir" \
  727. distdir="$$new_distdir" \
  728. am__remove_distdir=: \
  729. am__skip_length_check=: \
  730. am__skip_mode_fix=: \
  731. distdir) \
  732. || exit 1; \
  733. fi; \
  734. done
  735. check-am: all-am
  736. check: $(BUILT_SOURCES)
  737. $(MAKE) $(AM_MAKEFLAGS) check-recursive
  738. all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
  739. installdirs: installdirs-recursive
  740. installdirs-am:
  741. install: $(BUILT_SOURCES)
  742. $(MAKE) $(AM_MAKEFLAGS) install-recursive
  743. install-exec: install-exec-recursive
  744. install-data: install-data-recursive
  745. uninstall: uninstall-recursive
  746. install-am: all-am
  747. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  748. installcheck: installcheck-recursive
  749. install-strip:
  750. if test -z '$(STRIP)'; then \
  751. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  752. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  753. install; \
  754. else \
  755. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  756. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  757. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  758. fi
  759. mostlyclean-generic:
  760. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  761. clean-generic:
  762. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  763. distclean-generic:
  764. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  765. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  766. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  767. maintainer-clean-generic:
  768. @echo "This command is intended for maintainers to use"
  769. @echo "it deletes files that may require special tools to rebuild."
  770. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  771. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  772. clean: clean-recursive
  773. clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
  774. mostlyclean-am
  775. distclean: distclean-recursive
  776. -rm -rf ./$(DEPDIR)
  777. -rm -f Makefile
  778. distclean-am: clean-am distclean-compile distclean-generic \
  779. distclean-tags
  780. dvi: dvi-recursive
  781. dvi-am:
  782. html: html-recursive
  783. html-am:
  784. info: info-recursive
  785. info-am:
  786. install-data-am:
  787. install-dvi: install-dvi-recursive
  788. install-dvi-am:
  789. install-exec-am:
  790. install-html: install-html-recursive
  791. install-html-am:
  792. install-info: install-info-recursive
  793. install-info-am:
  794. install-man:
  795. install-pdf: install-pdf-recursive
  796. install-pdf-am:
  797. install-ps: install-ps-recursive
  798. install-ps-am:
  799. installcheck-am:
  800. maintainer-clean: maintainer-clean-recursive
  801. -rm -rf ./$(DEPDIR)
  802. -rm -f Makefile
  803. maintainer-clean-am: distclean-am maintainer-clean-generic
  804. mostlyclean: mostlyclean-recursive
  805. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  806. mostlyclean-local
  807. pdf: pdf-recursive
  808. pdf-am:
  809. ps: ps-recursive
  810. ps-am:
  811. uninstall-am:
  812. .MAKE: $(am__recursive_targets) all check install install-am \
  813. install-strip
  814. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  815. check-am clean clean-generic clean-noinstLIBRARIES \
  816. clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
  817. distclean-compile distclean-generic distclean-tags distdir dvi \
  818. dvi-am html html-am info info-am install install-am \
  819. install-data install-data-am install-dvi install-dvi-am \
  820. install-exec install-exec-am install-html install-html-am \
  821. install-info install-info-am install-man install-pdf \
  822. install-pdf-am install-ps install-ps-am install-strip \
  823. installcheck installcheck-am installdirs installdirs-am \
  824. maintainer-clean maintainer-clean-generic mostlyclean \
  825. mostlyclean-compile mostlyclean-generic mostlyclean-local pdf \
  826. pdf-am ps ps-am tags tags-am uninstall uninstall-am
  827. .PRECIOUS: Makefile
  828. # The arg-nonnull.h that gets inserted into generated .h files is the same as
  829. # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
  830. arg-nonnull.h: $(top_srcdir)/./arg-nonnull.h
  831. $(AM_V_GEN)rm -f $@-t $@ && \
  832. sed -n -e '/GL_ARG_NONNULL/,$$p' \
  833. < $(top_srcdir)/./arg-nonnull.h \
  834. > $@-t && \
  835. mv $@-t $@
  836. # The c++defs.h that gets inserted into generated .h files is the same as
  837. # build-aux/c++defs.h, except that it has the copyright header cut off.
  838. c++defs.h: $(top_srcdir)/./c++defs.h
  839. $(AM_V_GEN)rm -f $@-t $@ && \
  840. sed -n -e '/_GL_CXXDEFS/,$$p' \
  841. < $(top_srcdir)/./c++defs.h \
  842. > $@-t && \
  843. mv $@-t $@
  844. # We need the following in order to create <signal.h> when the system
  845. # doesn't have a complete one.
  846. signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
  847. $(AM_V_GEN)rm -f $@-t $@ && \
  848. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  849. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  850. -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  851. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  852. -e 's|@''PRAGMA_COLUMNS''@||g' \
  853. -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
  854. -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
  855. -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
  856. -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
  857. -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
  858. -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
  859. -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
  860. -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
  861. -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
  862. -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
  863. -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
  864. -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
  865. -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
  866. -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
  867. < $(srcdir)/signal.in.h; \
  868. } > $@-t && \
  869. mv $@-t $@
  870. # We need the following in order to create <stddef.h> when the system
  871. # doesn't have one that works with the given compiler.
  872. #stddef.h: stddef.in.h $(top_builddir)/config.status
  873. # $(AM_V_GEN)rm -f $@-t $@ && \
  874. # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  875. # sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  876. # -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  877. # -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  878. # -e 's|@''PRAGMA_COLUMNS''@||g' \
  879. # -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
  880. # -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
  881. # -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
  882. # < $(srcdir)/stddef.in.h; \
  883. # } > $@-t && \
  884. # mv $@-t $@
  885. stddef.h: $(top_builddir)/config.status
  886. rm -f $@
  887. # We need the following in order to create <stdint.h> when the system
  888. # doesn't have one that works with the given compiler.
  889. #stdint.h: stdint.in.h $(top_builddir)/config.status
  890. # $(AM_V_GEN)rm -f $@-t $@ && \
  891. # { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  892. # sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  893. # -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
  894. # -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  895. # -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  896. # -e 's|@''PRAGMA_COLUMNS''@||g' \
  897. # -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
  898. # -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
  899. # -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
  900. # -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
  901. # -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
  902. # -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
  903. # -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
  904. # -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
  905. # -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
  906. # -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
  907. # -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
  908. # -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
  909. # -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
  910. # -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
  911. # -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
  912. # -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
  913. # -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
  914. # -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
  915. # -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
  916. # -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
  917. # -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
  918. # -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
  919. # < $(srcdir)/stdint.in.h; \
  920. # } > $@-t && \
  921. # mv $@-t $@
  922. stdint.h: $(top_builddir)/config.status
  923. rm -f $@
  924. # We need the following in order to create <string.h> when the system
  925. # doesn't have one that works with the given compiler.
  926. string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
  927. $(AM_V_GEN)rm -f $@-t $@ && \
  928. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  929. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  930. -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  931. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  932. -e 's|@''PRAGMA_COLUMNS''@||g' \
  933. -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
  934. -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
  935. -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
  936. -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
  937. -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
  938. -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
  939. -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
  940. -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
  941. -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
  942. -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
  943. -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
  944. -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
  945. -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
  946. -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
  947. -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
  948. -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
  949. -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
  950. -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
  951. -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
  952. -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
  953. -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
  954. -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
  955. -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
  956. -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
  957. -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
  958. -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
  959. -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
  960. -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
  961. -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
  962. -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
  963. -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
  964. -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
  965. -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
  966. -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
  967. -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
  968. -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
  969. < $(srcdir)/string.in.h | \
  970. sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
  971. -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
  972. -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
  973. -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
  974. -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
  975. -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
  976. -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
  977. -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
  978. -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
  979. -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
  980. -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
  981. -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
  982. -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
  983. -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
  984. -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
  985. -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
  986. -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
  987. -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
  988. -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
  989. -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
  990. -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
  991. -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
  992. -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
  993. -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
  994. -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
  995. -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
  996. -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
  997. -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
  998. -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
  999. -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
  1000. -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
  1001. -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
  1002. -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
  1003. -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
  1004. -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
  1005. -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
  1006. -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
  1007. < $(srcdir)/string.in.h; \
  1008. } > $@-t && \
  1009. mv $@-t $@
  1010. # The warn-on-use.h that gets inserted into generated .h files is the same as
  1011. # build-aux/warn-on-use.h, except that it has the copyright header cut off.
  1012. warn-on-use.h: $(top_srcdir)/./warn-on-use.h
  1013. $(AM_V_GEN)rm -f $@-t $@ && \
  1014. sed -n -e '/^.ifndef/,$$p' \
  1015. < $(top_srcdir)/./warn-on-use.h \
  1016. > $@-t && \
  1017. mv $@-t $@
  1018. mostlyclean-local: mostlyclean-generic
  1019. @for dir in '' $(MOSTLYCLEANDIRS); do \
  1020. if test -n "$$dir" && test -d $$dir; then \
  1021. echo "rmdir $$dir"; rmdir $$dir; \
  1022. fi; \
  1023. done; \
  1024. :
  1025. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1026. # Otherwise a system limit (for SysV at least) may be exceeded.
  1027. .NOEXPORT: