Makefile.in 41 KB

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