4
0

Makefile.in 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193
  1. # Makefile.in generated by automake 1.10.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. # Main Makefile for GNU tar.
  14. # Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2007,
  15. # 2009 Free Software Foundation, Inc.
  16. # This file is part of GNU paxutils
  17. #
  18. # Copyright (c) 2009 Free Software Foundation, Inc.
  19. #
  20. # Written by Sergey Poznyakoff
  21. #
  22. # GNU Paxutils is free software; you can redistribute it and/or modify it
  23. # under the terms of the GNU General Public License as published by the
  24. # Free Software Foundation; either version 3, or (at your option) any later
  25. # version.
  26. #
  27. # GNU Paxutils is distributed in the hope that it will be useful, but
  28. # without any warranty; without even the implied warranty of
  29. # merchantability or fitness for a particular purpose. see the gnu general
  30. # public license for more details.
  31. #
  32. # You should have received a copy of the GNU General Public License along
  33. # with GNU Paxutils; if not, write to the Free Software Foundation, Inc.,
  34. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  35. # This file is part of GNU paxutils
  36. #
  37. # Copyright (c) 2009 Free Software Foundation, Inc.
  38. #
  39. # Written by Sergey Poznyakoff
  40. #
  41. # GNU Paxutils is free software; you can redistribute it and/or modify it
  42. # under the terms of the GNU General Public License as published by the
  43. # Free Software Foundation; either version 3, or (at your option) any later
  44. # version.
  45. #
  46. # GNU Paxutils is distributed in the hope that it will be useful, but
  47. # without any warranty; without even the implied warranty of
  48. # merchantability or fitness for a particular purpose. see the gnu general
  49. # public license for more details.
  50. #
  51. # You should have received a copy of the GNU General Public License along
  52. # with GNU Paxutils; if not, write to the Free Software Foundation, Inc.,
  53. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  54. # Define the following variables in order to use the ChangeLog rule below:
  55. # prev_change_log [optional] Name of the previous ChangeLog file.
  56. # gen_start_date [optional] Start ChangeLog from this date.
  57. # changelog_dir [mandatory] Directory where to create ChangeLog
  58. VPATH = @srcdir@
  59. pkgdatadir = $(datadir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkgincludedir = $(includedir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. build_triplet = @build@
  75. host_triplet = @host@
  76. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Make.rules \
  77. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  78. $(srcdir)/config.h.in $(top_srcdir)/configure ABOUT-NLS \
  79. AUTHORS COPYING ChangeLog INSTALL NEWS THANKS TODO \
  80. build-aux/compile build-aux/config.guess \
  81. build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
  82. build-aux/install-sh build-aux/mdate-sh build-aux/missing \
  83. build-aux/texinfo.tex build-aux/ylwrap
  84. subdir = .
  85. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  86. am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
  87. $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/argmatch.m4 \
  88. $(top_srcdir)/m4/argp.m4 $(top_srcdir)/m4/backupfile.m4 \
  89. $(top_srcdir)/m4/bison.m4 $(top_srcdir)/m4/btowc.m4 \
  90. $(top_srcdir)/m4/canonicalize-lgpl.m4 \
  91. $(top_srcdir)/m4/chdir-long.m4 $(top_srcdir)/m4/chown.m4 \
  92. $(top_srcdir)/m4/clock_time.m4 \
  93. $(top_srcdir)/m4/close-stream.m4 $(top_srcdir)/m4/close.m4 \
  94. $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
  95. $(top_srcdir)/m4/d-ino.m4 $(top_srcdir)/m4/dirent_h.m4 \
  96. $(top_srcdir)/m4/dirfd.m4 $(top_srcdir)/m4/dirname.m4 \
  97. $(top_srcdir)/m4/dos.m4 $(top_srcdir)/m4/double-slash-root.m4 \
  98. $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/eealloc.m4 \
  99. $(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/errno_h.m4 \
  100. $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/exclude.m4 \
  101. $(top_srcdir)/m4/exitfail.m4 $(top_srcdir)/m4/extensions.m4 \
  102. $(top_srcdir)/m4/fchdir.m4 $(top_srcdir)/m4/fclose.m4 \
  103. $(top_srcdir)/m4/fcntl-safer.m4 $(top_srcdir)/m4/fcntl_h.m4 \
  104. $(top_srcdir)/m4/fileblocks.m4 $(top_srcdir)/m4/float_h.m4 \
  105. $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \
  106. $(top_srcdir)/m4/fseeko.m4 $(top_srcdir)/m4/ftruncate.m4 \
  107. $(top_srcdir)/m4/getcwd-abort-bug.m4 \
  108. $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
  109. $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
  110. $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getopt.m4 \
  111. $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/gettext.m4 \
  112. $(top_srcdir)/m4/gettime.m4 $(top_srcdir)/m4/gettimeofday.m4 \
  113. $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnulib-common.m4 \
  114. $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/hash.m4 \
  115. $(top_srcdir)/m4/human.m4 $(top_srcdir)/m4/iconv.m4 \
  116. $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inline.m4 \
  117. $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax_t.m4 \
  118. $(top_srcdir)/m4/inttostr.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
  119. $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
  120. $(top_srcdir)/m4/lchown.m4 $(top_srcdir)/m4/lib-ld.m4 \
  121. $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
  122. $(top_srcdir)/m4/localcharset.m4 $(top_srcdir)/m4/locale-fr.m4 \
  123. $(top_srcdir)/m4/locale-ja.m4 $(top_srcdir)/m4/locale-zh.m4 \
  124. $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lseek.m4 \
  125. $(top_srcdir)/m4/lstat.m4 $(top_srcdir)/m4/malloc.m4 \
  126. $(top_srcdir)/m4/malloca.m4 $(top_srcdir)/m4/mbchar.m4 \
  127. $(top_srcdir)/m4/mbiter.m4 $(top_srcdir)/m4/mbrtowc.m4 \
  128. $(top_srcdir)/m4/mbscasecmp.m4 $(top_srcdir)/m4/mbsinit.m4 \
  129. $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mempcpy.m4 \
  130. $(top_srcdir)/m4/memrchr.m4 $(top_srcdir)/m4/mkdtemp.m4 \
  131. $(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/modechange.m4 \
  132. $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/nls.m4 \
  133. $(top_srcdir)/m4/open.m4 $(top_srcdir)/m4/openat.m4 \
  134. $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/paxutils.m4 \
  135. $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf.m4 \
  136. $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quote.m4 \
  137. $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/rawmemchr.m4 \
  138. $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/realloc.m4 \
  139. $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/rmt.m4 \
  140. $(top_srcdir)/m4/rpmatch.m4 $(top_srcdir)/m4/rtapelib.m4 \
  141. $(top_srcdir)/m4/safe-read.m4 $(top_srcdir)/m4/safe-write.m4 \
  142. $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/savedir.m4 \
  143. $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/size_max.m4 \
  144. $(top_srcdir)/m4/sleep.m4 $(top_srcdir)/m4/snprintf.m4 \
  145. $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stat-time.m4 \
  146. $(top_srcdir)/m4/stdarg.m4 $(top_srcdir)/m4/stdbool.m4 \
  147. $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \
  148. $(top_srcdir)/m4/stdio_h.m4 $(top_srcdir)/m4/stdlib_h.m4 \
  149. $(top_srcdir)/m4/stpcpy.m4 $(top_srcdir)/m4/strcase.m4 \
  150. $(top_srcdir)/m4/strchrnul.m4 $(top_srcdir)/m4/strdup.m4 \
  151. $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \
  152. $(top_srcdir)/m4/strings_h.m4 $(top_srcdir)/m4/strndup.m4 \
  153. $(top_srcdir)/m4/strnlen.m4 $(top_srcdir)/m4/strtoimax.m4 \
  154. $(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoll.m4 \
  155. $(top_srcdir)/m4/strtoul.m4 $(top_srcdir)/m4/strtoull.m4 \
  156. $(top_srcdir)/m4/strtoumax.m4 $(top_srcdir)/m4/sys_stat_h.m4 \
  157. $(top_srcdir)/m4/sys_time_h.m4 $(top_srcdir)/m4/sysexits.m4 \
  158. $(top_srcdir)/m4/system.m4 $(top_srcdir)/m4/tempname.m4 \
  159. $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \
  160. $(top_srcdir)/m4/timespec.m4 $(top_srcdir)/m4/tm_gmtoff.m4 \
  161. $(top_srcdir)/m4/unistd-safer.m4 $(top_srcdir)/m4/unistd_h.m4 \
  162. $(top_srcdir)/m4/unlinkdir.m4 $(top_srcdir)/m4/unlocked-io.m4 \
  163. $(top_srcdir)/m4/utimbuf.m4 $(top_srcdir)/m4/utime.m4 \
  164. $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes-null.m4 \
  165. $(top_srcdir)/m4/utimes.m4 $(top_srcdir)/m4/vasnprintf.m4 \
  166. $(top_srcdir)/m4/vsnprintf.m4 $(top_srcdir)/m4/wchar.m4 \
  167. $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wcrtomb.m4 \
  168. $(top_srcdir)/m4/wctype.m4 $(top_srcdir)/m4/wcwidth.m4 \
  169. $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/write.m4 \
  170. $(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xgetcwd.m4 \
  171. $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/m4/xstrndup.m4 \
  172. $(top_srcdir)/m4/xstrtol.m4 $(top_srcdir)/configure.ac
  173. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  174. $(ACLOCAL_M4)
  175. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  176. configure.lineno config.status.lineno
  177. mkinstalldirs = $(install_sh) -d
  178. CONFIG_HEADER = config.h
  179. CONFIG_CLEAN_FILES =
  180. SOURCES =
  181. DIST_SOURCES =
  182. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  183. html-recursive info-recursive install-data-recursive \
  184. install-dvi-recursive install-exec-recursive \
  185. install-html-recursive install-info-recursive \
  186. install-pdf-recursive install-ps-recursive install-recursive \
  187. installcheck-recursive installdirs-recursive pdf-recursive \
  188. ps-recursive uninstall-recursive
  189. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  190. distclean-recursive maintainer-clean-recursive
  191. ETAGS = etags
  192. CTAGS = ctags
  193. DIST_SUBDIRS = $(SUBDIRS)
  194. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  195. distdir = $(PACKAGE)-$(VERSION)
  196. top_distdir = $(distdir)
  197. am__remove_distdir = \
  198. { test ! -d $(distdir) \
  199. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  200. && rm -fr $(distdir); }; }
  201. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 \
  202. $(distdir).shar.gz
  203. GZIP_ENV = --best
  204. distuninstallcheck_listfiles = find . -type f -print
  205. distcleancheck_listfiles = find . -type f -print
  206. ACLOCAL = @ACLOCAL@
  207. ALLOCA = @ALLOCA@
  208. ALLOCA_H = @ALLOCA_H@
  209. AMTAR = @AMTAR@
  210. APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
  211. AUTOCONF = @AUTOCONF@
  212. AUTOHEADER = @AUTOHEADER@
  213. AUTOM4TE = @AUTOM4TE@
  214. AUTOMAKE = @AUTOMAKE@
  215. AWK = @AWK@
  216. BACKUP_LIBEXEC_SCRIPTS = @BACKUP_LIBEXEC_SCRIPTS@
  217. BACKUP_SBIN_SCRIPTS = @BACKUP_SBIN_SCRIPTS@
  218. BACKUP_SED_COND = @BACKUP_SED_COND@
  219. BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
  220. BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
  221. BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
  222. BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
  223. BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
  224. CC = @CC@
  225. CCDEPMODE = @CCDEPMODE@
  226. CFLAGS = @CFLAGS@
  227. CPP = @CPP@
  228. CPPFLAGS = @CPPFLAGS@
  229. CYGPATH_W = @CYGPATH_W@
  230. DEFAULT_ARCHIVE = @DEFAULT_ARCHIVE@
  231. DEFAULT_ARCHIVE_FORMAT = @DEFAULT_ARCHIVE_FORMAT@
  232. DEFAULT_BLOCKING = @DEFAULT_BLOCKING@
  233. DEFAULT_QUOTING_STYLE = @DEFAULT_QUOTING_STYLE@
  234. DEFAULT_RMT_COMMAND = @DEFAULT_RMT_COMMAND@
  235. DEFAULT_RMT_DIR = @DEFAULT_RMT_DIR@
  236. DEFS = @DEFS@
  237. DEPDIR = @DEPDIR@
  238. DIRENT_H = @DIRENT_H@
  239. ECHO_C = @ECHO_C@
  240. ECHO_N = @ECHO_N@
  241. ECHO_T = @ECHO_T@
  242. EGREP = @EGREP@
  243. EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
  244. EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
  245. ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
  246. ENOLINK_VALUE = @ENOLINK_VALUE@
  247. EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
  248. EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
  249. ERRNO_H = @ERRNO_H@
  250. EXEEXT = @EXEEXT@
  251. FCNTL_H = @FCNTL_H@
  252. FLOAT_H = @FLOAT_H@
  253. FNMATCH_H = @FNMATCH_H@
  254. GETOPT_H = @GETOPT_H@
  255. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  256. GLIBC21 = @GLIBC21@
  257. GMSGFMT = @GMSGFMT@
  258. GMSGFMT_015 = @GMSGFMT_015@
  259. GNULIB_ALPHASORT = @GNULIB_ALPHASORT@
  260. GNULIB_ATOLL = @GNULIB_ATOLL@
  261. GNULIB_BTOWC = @GNULIB_BTOWC@
  262. GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
  263. GNULIB_CHOWN = @GNULIB_CHOWN@
  264. GNULIB_CLOSE = @GNULIB_CLOSE@
  265. GNULIB_DIRFD = @GNULIB_DIRFD@
  266. GNULIB_DPRINTF = @GNULIB_DPRINTF@
  267. GNULIB_DUP2 = @GNULIB_DUP2@
  268. GNULIB_ENVIRON = @GNULIB_ENVIRON@
  269. GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
  270. GNULIB_FCHDIR = @GNULIB_FCHDIR@
  271. GNULIB_FCLOSE = @GNULIB_FCLOSE@
  272. GNULIB_FFLUSH = @GNULIB_FFLUSH@
  273. GNULIB_FOPEN = @GNULIB_FOPEN@
  274. GNULIB_FPRINTF = @GNULIB_FPRINTF@
  275. GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
  276. GNULIB_FPUTC = @GNULIB_FPUTC@
  277. GNULIB_FPUTS = @GNULIB_FPUTS@
  278. GNULIB_FREOPEN = @GNULIB_FREOPEN@
  279. GNULIB_FSEEK = @GNULIB_FSEEK@
  280. GNULIB_FSEEKO = @GNULIB_FSEEKO@
  281. GNULIB_FSYNC = @GNULIB_FSYNC@
  282. GNULIB_FTELL = @GNULIB_FTELL@
  283. GNULIB_FTELLO = @GNULIB_FTELLO@
  284. GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
  285. GNULIB_FWRITE = @GNULIB_FWRITE@
  286. GNULIB_GETCWD = @GNULIB_GETCWD@
  287. GNULIB_GETDELIM = @GNULIB_GETDELIM@
  288. GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
  289. GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
  290. GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
  291. GNULIB_GETLINE = @GNULIB_GETLINE@
  292. GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
  293. GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
  294. GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
  295. GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
  296. GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
  297. GNULIB_IMAXABS = @GNULIB_IMAXABS@
  298. GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
  299. GNULIB_LCHMOD = @GNULIB_LCHMOD@
  300. GNULIB_LCHOWN = @GNULIB_LCHOWN@
  301. GNULIB_LINK = @GNULIB_LINK@
  302. GNULIB_LSEEK = @GNULIB_LSEEK@
  303. GNULIB_LSTAT = @GNULIB_LSTAT@
  304. GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
  305. GNULIB_MBRLEN = @GNULIB_MBRLEN@
  306. GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
  307. GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
  308. GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
  309. GNULIB_MBSCHR = @GNULIB_MBSCHR@
  310. GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
  311. GNULIB_MBSINIT = @GNULIB_MBSINIT@
  312. GNULIB_MBSLEN = @GNULIB_MBSLEN@
  313. GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
  314. GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
  315. GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
  316. GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
  317. GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
  318. GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
  319. GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
  320. GNULIB_MBSSEP = @GNULIB_MBSSEP@
  321. GNULIB_MBSSPN = @GNULIB_MBSSPN@
  322. GNULIB_MBSSTR = @GNULIB_MBSSTR@
  323. GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
  324. GNULIB_MEMMEM = @GNULIB_MEMMEM@
  325. GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
  326. GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
  327. GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
  328. GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
  329. GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
  330. GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
  331. GNULIB_OPEN = @GNULIB_OPEN@
  332. GNULIB_PERROR = @GNULIB_PERROR@
  333. GNULIB_PRINTF = @GNULIB_PRINTF@
  334. GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
  335. GNULIB_PUTC = @GNULIB_PUTC@
  336. GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
  337. GNULIB_PUTENV = @GNULIB_PUTENV@
  338. GNULIB_PUTS = @GNULIB_PUTS@
  339. GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
  340. GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
  341. GNULIB_READLINK = @GNULIB_READLINK@
  342. GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
  343. GNULIB_RPMATCH = @GNULIB_RPMATCH@
  344. GNULIB_SCANDIR = @GNULIB_SCANDIR@
  345. GNULIB_SETENV = @GNULIB_SETENV@
  346. GNULIB_SLEEP = @GNULIB_SLEEP@
  347. GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
  348. GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
  349. GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
  350. GNULIB_STPCPY = @GNULIB_STPCPY@
  351. GNULIB_STPNCPY = @GNULIB_STPNCPY@
  352. GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
  353. GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
  354. GNULIB_STRDUP = @GNULIB_STRDUP@
  355. GNULIB_STRERROR = @GNULIB_STRERROR@
  356. GNULIB_STRNDUP = @GNULIB_STRNDUP@
  357. GNULIB_STRNLEN = @GNULIB_STRNLEN@
  358. GNULIB_STRPBRK = @GNULIB_STRPBRK@
  359. GNULIB_STRSEP = @GNULIB_STRSEP@
  360. GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
  361. GNULIB_STRSTR = @GNULIB_STRSTR@
  362. GNULIB_STRTOD = @GNULIB_STRTOD@
  363. GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
  364. GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
  365. GNULIB_STRTOLL = @GNULIB_STRTOLL@
  366. GNULIB_STRTOULL = @GNULIB_STRTOULL@
  367. GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
  368. GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
  369. GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
  370. GNULIB_UNSETENV = @GNULIB_UNSETENV@
  371. GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
  372. GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
  373. GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
  374. GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
  375. GNULIB_VPRINTF = @GNULIB_VPRINTF@
  376. GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
  377. GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
  378. GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
  379. GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
  380. GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
  381. GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
  382. GNULIB_WCTOB = @GNULIB_WCTOB@
  383. GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
  384. GNULIB_WRITE = @GNULIB_WRITE@
  385. GREP = @GREP@
  386. HAVE_ALPHASORT = @HAVE_ALPHASORT@
  387. HAVE_ATOLL = @HAVE_ATOLL@
  388. HAVE_BTOWC = @HAVE_BTOWC@
  389. HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
  390. HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@
  391. HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
  392. HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
  393. HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
  394. HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
  395. HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
  396. HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
  397. HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
  398. HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
  399. HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
  400. HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
  401. HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
  402. HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
  403. HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
  404. HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
  405. HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
  406. HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
  407. HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
  408. HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
  409. HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
  410. HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
  411. HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
  412. HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
  413. HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
  414. HAVE_DPRINTF = @HAVE_DPRINTF@
  415. HAVE_DUP2 = @HAVE_DUP2@
  416. HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
  417. HAVE_FSEEKO = @HAVE_FSEEKO@
  418. HAVE_FSYNC = @HAVE_FSYNC@
  419. HAVE_FTELLO = @HAVE_FTELLO@
  420. HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
  421. HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
  422. HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
  423. HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
  424. HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
  425. HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
  426. HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
  427. HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
  428. HAVE_ISWCNTRL = @HAVE_ISWCNTRL@
  429. HAVE_LCHMOD = @HAVE_LCHMOD@
  430. HAVE_LINK = @HAVE_LINK@
  431. HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
  432. HAVE_LSTAT = @HAVE_LSTAT@
  433. HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
  434. HAVE_MBRLEN = @HAVE_MBRLEN@
  435. HAVE_MBRTOWC = @HAVE_MBRTOWC@
  436. HAVE_MBSINIT = @HAVE_MBSINIT@
  437. HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
  438. HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
  439. HAVE_MEMPCPY = @HAVE_MEMPCPY@
  440. HAVE_MKDTEMP = @HAVE_MKDTEMP@
  441. HAVE_OS_H = @HAVE_OS_H@
  442. HAVE_RANDOM_H = @HAVE_RANDOM_H@
  443. HAVE_RANDOM_R = @HAVE_RANDOM_R@
  444. HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
  445. HAVE_READLINK = @HAVE_READLINK@
  446. HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
  447. HAVE_RPMATCH = @HAVE_RPMATCH@
  448. HAVE_SCANDIR = @HAVE_SCANDIR@
  449. HAVE_SETENV = @HAVE_SETENV@
  450. HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
  451. HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
  452. HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
  453. HAVE_SLEEP = @HAVE_SLEEP@
  454. HAVE_STDINT_H = @HAVE_STDINT_H@
  455. HAVE_STPCPY = @HAVE_STPCPY@
  456. HAVE_STPNCPY = @HAVE_STPNCPY@
  457. HAVE_STRCASECMP = @HAVE_STRCASECMP@
  458. HAVE_STRCASESTR = @HAVE_STRCASESTR@
  459. HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
  460. HAVE_STRNDUP = @HAVE_STRNDUP@
  461. HAVE_STRPBRK = @HAVE_STRPBRK@
  462. HAVE_STRSEP = @HAVE_STRSEP@
  463. HAVE_STRTOD = @HAVE_STRTOD@
  464. HAVE_STRTOLL = @HAVE_STRTOLL@
  465. HAVE_STRTOULL = @HAVE_STRTOULL@
  466. HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
  467. HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
  468. HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
  469. HAVE_SYSEXITS_H = @HAVE_SYSEXITS_H@
  470. HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
  471. HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
  472. HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
  473. HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
  474. HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
  475. HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
  476. HAVE_UNISTD_H = @HAVE_UNISTD_H@
  477. HAVE_UNSETENV = @HAVE_UNSETENV@
  478. HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
  479. HAVE_VASPRINTF = @HAVE_VASPRINTF@
  480. HAVE_VDPRINTF = @HAVE_VDPRINTF@
  481. HAVE_WCHAR_H = @HAVE_WCHAR_H@
  482. HAVE_WCRTOMB = @HAVE_WCRTOMB@
  483. HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
  484. HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
  485. HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
  486. HAVE_WINT_T = @HAVE_WINT_T@
  487. HAVE__BOOL = @HAVE__BOOL@
  488. INCLUDE_NEXT = @INCLUDE_NEXT@
  489. INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
  490. INSTALL = @INSTALL@
  491. INSTALL_DATA = @INSTALL_DATA@
  492. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  493. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  494. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  495. INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
  496. INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
  497. INTLLIBS = @INTLLIBS@
  498. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  499. INTTYPES_H = @INTTYPES_H@
  500. LDFLAGS = @LDFLAGS@
  501. LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
  502. LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
  503. LIBICONV = @LIBICONV@
  504. LIBINTL = @LIBINTL@
  505. LIBOBJS = @LIBOBJS@
  506. LIBS = @LIBS@
  507. LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
  508. LIB_CLOSE = @LIB_CLOSE@
  509. LIB_SETSOCKOPT = @LIB_SETSOCKOPT@
  510. LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
  511. LOCALE_FR = @LOCALE_FR@
  512. LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
  513. LOCALE_JA = @LOCALE_JA@
  514. LOCALE_ZH_CN = @LOCALE_ZH_CN@
  515. LTLIBICONV = @LTLIBICONV@
  516. LTLIBINTL = @LTLIBINTL@
  517. LTLIBOBJS = @LTLIBOBJS@
  518. MAKEINFO = @MAKEINFO@
  519. MKDIR_P = @MKDIR_P@
  520. MSGFMT = @MSGFMT@
  521. MSGFMT_015 = @MSGFMT_015@
  522. MSGMERGE = @MSGMERGE@
  523. NEXT_DIRENT_H = @NEXT_DIRENT_H@
  524. NEXT_ERRNO_H = @NEXT_ERRNO_H@
  525. NEXT_FCNTL_H = @NEXT_FCNTL_H@
  526. NEXT_FLOAT_H = @NEXT_FLOAT_H@
  527. NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
  528. NEXT_STDARG_H = @NEXT_STDARG_H@
  529. NEXT_STDINT_H = @NEXT_STDINT_H@
  530. NEXT_STDIO_H = @NEXT_STDIO_H@
  531. NEXT_STDLIB_H = @NEXT_STDLIB_H@
  532. NEXT_STRINGS_H = @NEXT_STRINGS_H@
  533. NEXT_STRING_H = @NEXT_STRING_H@
  534. NEXT_SYSEXITS_H = @NEXT_SYSEXITS_H@
  535. NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
  536. NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
  537. NEXT_TIME_H = @NEXT_TIME_H@
  538. NEXT_UNISTD_H = @NEXT_UNISTD_H@
  539. NEXT_WCHAR_H = @NEXT_WCHAR_H@
  540. NEXT_WCTYPE_H = @NEXT_WCTYPE_H@
  541. OBJEXT = @OBJEXT@
  542. PACKAGE = @PACKAGE@
  543. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  544. PACKAGE_NAME = @PACKAGE_NAME@
  545. PACKAGE_STRING = @PACKAGE_STRING@
  546. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  547. PACKAGE_VERSION = @PACKAGE_VERSION@
  548. PATH_SEPARATOR = @PATH_SEPARATOR@
  549. POSUB = @POSUB@
  550. PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
  551. PRIPTR_PREFIX = @PRIPTR_PREFIX@
  552. PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
  553. PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
  554. PU_RMT_PROG = @PU_RMT_PROG@
  555. RANLIB = @RANLIB@
  556. REPLACE_BTOWC = @REPLACE_BTOWC@
  557. REPLACE_CHOWN = @REPLACE_CHOWN@
  558. REPLACE_CLOSE = @REPLACE_CLOSE@
  559. REPLACE_DPRINTF = @REPLACE_DPRINTF@
  560. REPLACE_FCHDIR = @REPLACE_FCHDIR@
  561. REPLACE_FCLOSE = @REPLACE_FCLOSE@
  562. REPLACE_FFLUSH = @REPLACE_FFLUSH@
  563. REPLACE_FOPEN = @REPLACE_FOPEN@
  564. REPLACE_FPRINTF = @REPLACE_FPRINTF@
  565. REPLACE_FREOPEN = @REPLACE_FREOPEN@
  566. REPLACE_FSEEK = @REPLACE_FSEEK@
  567. REPLACE_FSEEKO = @REPLACE_FSEEKO@
  568. REPLACE_FTELL = @REPLACE_FTELL@
  569. REPLACE_FTELLO = @REPLACE_FTELLO@
  570. REPLACE_GETCWD = @REPLACE_GETCWD@
  571. REPLACE_GETLINE = @REPLACE_GETLINE@
  572. REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
  573. REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
  574. REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
  575. REPLACE_LCHOWN = @REPLACE_LCHOWN@
  576. REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
  577. REPLACE_LSEEK = @REPLACE_LSEEK@
  578. REPLACE_LSTAT = @REPLACE_LSTAT@
  579. REPLACE_MBRLEN = @REPLACE_MBRLEN@
  580. REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
  581. REPLACE_MBSINIT = @REPLACE_MBSINIT@
  582. REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
  583. REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
  584. REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
  585. REPLACE_MEMMEM = @REPLACE_MEMMEM@
  586. REPLACE_MKDIR = @REPLACE_MKDIR@
  587. REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
  588. REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
  589. REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
  590. REPLACE_OPEN = @REPLACE_OPEN@
  591. REPLACE_PERROR = @REPLACE_PERROR@
  592. REPLACE_PRINTF = @REPLACE_PRINTF@
  593. REPLACE_PUTENV = @REPLACE_PUTENV@
  594. REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
  595. REPLACE_SPRINTF = @REPLACE_SPRINTF@
  596. REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
  597. REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
  598. REPLACE_STRDUP = @REPLACE_STRDUP@
  599. REPLACE_STRERROR = @REPLACE_STRERROR@
  600. REPLACE_STRPTIME = @REPLACE_STRPTIME@
  601. REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
  602. REPLACE_STRSTR = @REPLACE_STRSTR@
  603. REPLACE_STRTOD = @REPLACE_STRTOD@
  604. REPLACE_TIMEGM = @REPLACE_TIMEGM@
  605. REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
  606. REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
  607. REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
  608. REPLACE_VPRINTF = @REPLACE_VPRINTF@
  609. REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
  610. REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
  611. REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
  612. REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
  613. REPLACE_WCTOB = @REPLACE_WCTOB@
  614. REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
  615. REPLACE_WRITE = @REPLACE_WRITE@
  616. SET_MAKE = @SET_MAKE@
  617. SHELL = @SHELL@
  618. SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
  619. SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
  620. STDARG_H = @STDARG_H@
  621. STDBOOL_H = @STDBOOL_H@
  622. STDINT_H = @STDINT_H@
  623. STRIP = @STRIP@
  624. SYSEXITS_H = @SYSEXITS_H@
  625. SYS_STAT_H = @SYS_STAT_H@
  626. SYS_TIME_H = @SYS_TIME_H@
  627. SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
  628. TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
  629. UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
  630. UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
  631. UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
  632. USE_NLS = @USE_NLS@
  633. VERSION = @VERSION@
  634. VOID_UNSETENV = @VOID_UNSETENV@
  635. WCHAR_H = @WCHAR_H@
  636. WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
  637. WCTYPE_H = @WCTYPE_H@
  638. WINT_T_SUFFIX = @WINT_T_SUFFIX@
  639. XGETTEXT = @XGETTEXT@
  640. XGETTEXT_015 = @XGETTEXT_015@
  641. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  642. YACC = @YACC@
  643. YFLAGS = @YFLAGS@
  644. abs_builddir = @abs_builddir@
  645. abs_srcdir = @abs_srcdir@
  646. abs_top_builddir = @abs_top_builddir@
  647. abs_top_srcdir = @abs_top_srcdir@
  648. ac_ct_CC = @ac_ct_CC@
  649. am__include = @am__include@
  650. am__leading_dot = @am__leading_dot@
  651. am__quote = @am__quote@
  652. am__tar = @am__tar@
  653. am__untar = @am__untar@
  654. bindir = @bindir@
  655. build = @build@
  656. build_alias = @build_alias@
  657. build_cpu = @build_cpu@
  658. build_os = @build_os@
  659. build_vendor = @build_vendor@
  660. builddir = @builddir@
  661. datadir = @datadir@
  662. datarootdir = @datarootdir@
  663. docdir = @docdir@
  664. dvidir = @dvidir@
  665. exec_prefix = @exec_prefix@
  666. gl_LIBOBJS = @gl_LIBOBJS@
  667. gl_LTLIBOBJS = @gl_LTLIBOBJS@
  668. gltests_LIBOBJS = @gltests_LIBOBJS@
  669. gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
  670. host = @host@
  671. host_alias = @host_alias@
  672. host_cpu = @host_cpu@
  673. host_os = @host_os@
  674. host_vendor = @host_vendor@
  675. htmldir = @htmldir@
  676. includedir = @includedir@
  677. infodir = @infodir@
  678. install_sh = @install_sh@
  679. libdir = @libdir@
  680. libexecdir = @libexecdir@
  681. localedir = @localedir@
  682. localstatedir = @localstatedir@
  683. mandir = @mandir@
  684. mkdir_p = @mkdir_p@
  685. oldincludedir = @oldincludedir@
  686. pdfdir = @pdfdir@
  687. prefix = @prefix@
  688. program_transform_name = @program_transform_name@
  689. psdir = @psdir@
  690. sbindir = @sbindir@
  691. sharedstatedir = @sharedstatedir@
  692. srcdir = @srcdir@
  693. sysconfdir = @sysconfdir@
  694. target_alias = @target_alias@
  695. top_builddir = @top_builddir@
  696. top_srcdir = @top_srcdir@
  697. ACLOCAL_AMFLAGS = -I m4
  698. EXTRA_DIST = ChangeLog.1 Make.rules
  699. SUBDIRS = doc gnu lib rmt src scripts po tests
  700. gen_start_date = 2009-03-06
  701. prev_change_log = ChangeLog.CVS
  702. changelog_dir = .
  703. all: config.h
  704. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  705. .SUFFIXES:
  706. am--refresh:
  707. @:
  708. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Make.rules $(am__configure_deps)
  709. @for dep in $?; do \
  710. case '$(am__configure_deps)' in \
  711. *$$dep*) \
  712. echo ' cd $(srcdir) && $(AUTOMAKE) --gnits '; \
  713. cd $(srcdir) && $(AUTOMAKE) --gnits \
  714. && exit 0; \
  715. exit 1;; \
  716. esac; \
  717. done; \
  718. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
  719. cd $(top_srcdir) && \
  720. $(AUTOMAKE) --gnits Makefile
  721. .PRECIOUS: Makefile
  722. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  723. @case '$?' in \
  724. *config.status*) \
  725. echo ' $(SHELL) ./config.status'; \
  726. $(SHELL) ./config.status;; \
  727. *) \
  728. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  729. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  730. esac;
  731. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  732. $(SHELL) ./config.status --recheck
  733. $(top_srcdir)/configure: $(am__configure_deps)
  734. cd $(srcdir) && $(AUTOCONF)
  735. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  736. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  737. config.h: stamp-h1
  738. @if test ! -f $@; then \
  739. rm -f stamp-h1; \
  740. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  741. else :; fi
  742. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  743. @rm -f stamp-h1
  744. cd $(top_builddir) && $(SHELL) ./config.status config.h
  745. $(srcdir)/config.h.in: $(am__configure_deps)
  746. cd $(top_srcdir) && $(AUTOHEADER)
  747. rm -f stamp-h1
  748. touch $@
  749. distclean-hdr:
  750. -rm -f config.h stamp-h1
  751. # This directory's subdirectories are mostly independent; you can cd
  752. # into them and run `make' without going through this Makefile.
  753. # To change the values of `make' variables: instead of editing Makefiles,
  754. # (1) if the variable is set in `config.status', edit `config.status'
  755. # (which will cause the Makefiles to be regenerated when you run `make');
  756. # (2) otherwise, pass the desired values on the `make' command line.
  757. $(RECURSIVE_TARGETS):
  758. @failcom='exit 1'; \
  759. for f in x $$MAKEFLAGS; do \
  760. case $$f in \
  761. *=* | --[!k]*);; \
  762. *k*) failcom='fail=yes';; \
  763. esac; \
  764. done; \
  765. dot_seen=no; \
  766. target=`echo $@ | sed s/-recursive//`; \
  767. list='$(SUBDIRS)'; for subdir in $$list; do \
  768. echo "Making $$target in $$subdir"; \
  769. if test "$$subdir" = "."; then \
  770. dot_seen=yes; \
  771. local_target="$$target-am"; \
  772. else \
  773. local_target="$$target"; \
  774. fi; \
  775. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  776. || eval $$failcom; \
  777. done; \
  778. if test "$$dot_seen" = "no"; then \
  779. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  780. fi; test -z "$$fail"
  781. $(RECURSIVE_CLEAN_TARGETS):
  782. @failcom='exit 1'; \
  783. for f in x $$MAKEFLAGS; do \
  784. case $$f in \
  785. *=* | --[!k]*);; \
  786. *k*) failcom='fail=yes';; \
  787. esac; \
  788. done; \
  789. dot_seen=no; \
  790. case "$@" in \
  791. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  792. *) list='$(SUBDIRS)' ;; \
  793. esac; \
  794. rev=''; for subdir in $$list; do \
  795. if test "$$subdir" = "."; then :; else \
  796. rev="$$subdir $$rev"; \
  797. fi; \
  798. done; \
  799. rev="$$rev ."; \
  800. target=`echo $@ | sed s/-recursive//`; \
  801. for subdir in $$rev; do \
  802. echo "Making $$target in $$subdir"; \
  803. if test "$$subdir" = "."; then \
  804. local_target="$$target-am"; \
  805. else \
  806. local_target="$$target"; \
  807. fi; \
  808. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  809. || eval $$failcom; \
  810. done && test -z "$$fail"
  811. tags-recursive:
  812. list='$(SUBDIRS)'; for subdir in $$list; do \
  813. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  814. done
  815. ctags-recursive:
  816. list='$(SUBDIRS)'; for subdir in $$list; do \
  817. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  818. done
  819. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  820. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  821. unique=`for i in $$list; do \
  822. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  823. done | \
  824. $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
  825. END { if (nonempty) { for (i in files) print i; }; }'`; \
  826. mkid -fID $$unique
  827. tags: TAGS
  828. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  829. $(TAGS_FILES) $(LISP)
  830. tags=; \
  831. here=`pwd`; \
  832. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  833. include_option=--etags-include; \
  834. empty_fix=.; \
  835. else \
  836. include_option=--include; \
  837. empty_fix=; \
  838. fi; \
  839. list='$(SUBDIRS)'; for subdir in $$list; do \
  840. if test "$$subdir" = .; then :; else \
  841. test ! -f $$subdir/TAGS || \
  842. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  843. fi; \
  844. done; \
  845. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  846. unique=`for i in $$list; do \
  847. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  848. done | \
  849. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  850. END { if (nonempty) { for (i in files) print i; }; }'`; \
  851. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  852. test -n "$$unique" || unique=$$empty_fix; \
  853. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  854. $$tags $$unique; \
  855. fi
  856. ctags: CTAGS
  857. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  858. $(TAGS_FILES) $(LISP)
  859. tags=; \
  860. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  861. unique=`for i in $$list; do \
  862. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  863. done | \
  864. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  865. END { if (nonempty) { for (i in files) print i; }; }'`; \
  866. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  867. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  868. $$tags $$unique
  869. GTAGS:
  870. here=`$(am__cd) $(top_builddir) && pwd` \
  871. && cd $(top_srcdir) \
  872. && gtags -i $(GTAGS_ARGS) $$here
  873. distclean-tags:
  874. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  875. distdir: $(DISTFILES)
  876. @case `sed 15q $(srcdir)/NEWS` in \
  877. *"$(VERSION)"*) : ;; \
  878. *) \
  879. echo "NEWS not updated; not releasing" 1>&2; \
  880. exit 1;; \
  881. esac
  882. $(am__remove_distdir)
  883. test -d $(distdir) || mkdir $(distdir)
  884. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  885. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  886. list='$(DISTFILES)'; \
  887. dist_files=`for file in $$list; do echo $$file; done | \
  888. sed -e "s|^$$srcdirstrip/||;t" \
  889. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  890. case $$dist_files in \
  891. */*) $(MKDIR_P) `echo "$$dist_files" | \
  892. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  893. sort -u` ;; \
  894. esac; \
  895. for file in $$dist_files; do \
  896. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  897. if test -d $$d/$$file; then \
  898. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  899. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  900. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  901. fi; \
  902. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  903. else \
  904. test -f $(distdir)/$$file \
  905. || cp -p $$d/$$file $(distdir)/$$file \
  906. || exit 1; \
  907. fi; \
  908. done
  909. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  910. if test "$$subdir" = .; then :; else \
  911. test -d "$(distdir)/$$subdir" \
  912. || $(MKDIR_P) "$(distdir)/$$subdir" \
  913. || exit 1; \
  914. distdir=`$(am__cd) $(distdir) && pwd`; \
  915. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  916. (cd $$subdir && \
  917. $(MAKE) $(AM_MAKEFLAGS) \
  918. top_distdir="$$top_distdir" \
  919. distdir="$$distdir/$$subdir" \
  920. am__remove_distdir=: \
  921. am__skip_length_check=: \
  922. distdir) \
  923. || exit 1; \
  924. fi; \
  925. done
  926. $(MAKE) $(AM_MAKEFLAGS) \
  927. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  928. dist-hook
  929. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  930. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  931. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  932. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  933. || chmod -R a+r $(distdir)
  934. dist-gzip: distdir
  935. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  936. $(am__remove_distdir)
  937. dist-bzip2: distdir
  938. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  939. $(am__remove_distdir)
  940. dist-lzma: distdir
  941. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  942. $(am__remove_distdir)
  943. dist-tarZ: distdir
  944. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  945. $(am__remove_distdir)
  946. dist-shar: distdir
  947. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  948. $(am__remove_distdir)
  949. dist-zip: distdir
  950. -rm -f $(distdir).zip
  951. zip -rq $(distdir).zip $(distdir)
  952. $(am__remove_distdir)
  953. dist dist-all: distdir
  954. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  955. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  956. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  957. $(am__remove_distdir)
  958. # This target untars the dist file and tries a VPATH configuration. Then
  959. # it guarantees that the distribution is self-contained by making another
  960. # tarfile.
  961. distcheck: dist
  962. case '$(DIST_ARCHIVES)' in \
  963. *.tar.gz*) \
  964. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  965. *.tar.bz2*) \
  966. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  967. *.tar.lzma*) \
  968. unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
  969. *.tar.Z*) \
  970. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  971. *.shar.gz*) \
  972. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  973. *.zip*) \
  974. unzip $(distdir).zip ;;\
  975. esac
  976. chmod -R a-w $(distdir); chmod a+w $(distdir)
  977. mkdir $(distdir)/_build
  978. mkdir $(distdir)/_inst
  979. chmod a-w $(distdir)
  980. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  981. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  982. && cd $(distdir)/_build \
  983. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  984. $(DISTCHECK_CONFIGURE_FLAGS) \
  985. && $(MAKE) $(AM_MAKEFLAGS) \
  986. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  987. && $(MAKE) $(AM_MAKEFLAGS) check \
  988. && $(MAKE) $(AM_MAKEFLAGS) install \
  989. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  990. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  991. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  992. distuninstallcheck \
  993. && chmod -R a-w "$$dc_install_base" \
  994. && ({ \
  995. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  996. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  997. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  998. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  999. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  1000. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  1001. && rm -rf "$$dc_destdir" \
  1002. && $(MAKE) $(AM_MAKEFLAGS) dist \
  1003. && rm -rf $(DIST_ARCHIVES) \
  1004. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  1005. $(am__remove_distdir)
  1006. @(echo "$(distdir) archives ready for distribution: "; \
  1007. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  1008. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  1009. distuninstallcheck:
  1010. @cd $(distuninstallcheck_dir) \
  1011. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  1012. || { echo "ERROR: files left after uninstall:" ; \
  1013. if test -n "$(DESTDIR)"; then \
  1014. echo " (check DESTDIR support)"; \
  1015. fi ; \
  1016. $(distuninstallcheck_listfiles) ; \
  1017. exit 1; } >&2
  1018. distcleancheck: distclean
  1019. @if test '$(srcdir)' = . ; then \
  1020. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  1021. exit 1 ; \
  1022. fi
  1023. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  1024. || { echo "ERROR: files left in build directory after distclean:" ; \
  1025. $(distcleancheck_listfiles) ; \
  1026. exit 1; } >&2
  1027. check-am: all-am
  1028. check: check-recursive
  1029. all-am: Makefile config.h
  1030. installdirs: installdirs-recursive
  1031. installdirs-am:
  1032. install: install-recursive
  1033. install-exec: install-exec-recursive
  1034. install-data: install-data-recursive
  1035. uninstall: uninstall-recursive
  1036. install-am: all-am
  1037. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1038. installcheck: installcheck-recursive
  1039. install-strip:
  1040. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1041. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1042. `test -z '$(STRIP)' || \
  1043. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  1044. mostlyclean-generic:
  1045. clean-generic:
  1046. distclean-generic:
  1047. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1048. maintainer-clean-generic:
  1049. @echo "This command is intended for maintainers to use"
  1050. @echo "it deletes files that may require special tools to rebuild."
  1051. clean: clean-recursive
  1052. clean-am: clean-generic mostlyclean-am
  1053. distclean: distclean-recursive
  1054. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1055. -rm -f Makefile
  1056. distclean-am: clean-am distclean-generic distclean-hdr distclean-local \
  1057. distclean-tags
  1058. dvi: dvi-recursive
  1059. dvi-am:
  1060. html: html-recursive
  1061. info: info-recursive
  1062. info-am:
  1063. install-data-am:
  1064. install-dvi: install-dvi-recursive
  1065. install-exec-am:
  1066. install-html: install-html-recursive
  1067. install-info: install-info-recursive
  1068. install-man:
  1069. install-pdf: install-pdf-recursive
  1070. install-ps: install-ps-recursive
  1071. installcheck-am:
  1072. maintainer-clean: maintainer-clean-recursive
  1073. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  1074. -rm -rf $(top_srcdir)/autom4te.cache
  1075. -rm -f Makefile
  1076. maintainer-clean-am: distclean-am maintainer-clean-generic
  1077. mostlyclean: mostlyclean-recursive
  1078. mostlyclean-am: mostlyclean-generic
  1079. pdf: pdf-recursive
  1080. pdf-am:
  1081. ps: ps-recursive
  1082. ps-am:
  1083. uninstall-am:
  1084. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  1085. install-strip
  1086. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  1087. all all-am am--refresh check check-am clean clean-generic \
  1088. ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
  1089. dist-hook dist-lzma dist-shar dist-tarZ dist-zip distcheck \
  1090. distclean distclean-generic distclean-hdr distclean-local \
  1091. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  1092. dvi-am html html-am info info-am install install-am \
  1093. install-data install-data-am install-dvi install-dvi-am \
  1094. install-exec install-exec-am install-html install-html-am \
  1095. install-info install-info-am install-man install-pdf \
  1096. install-pdf-am install-ps install-ps-am install-strip \
  1097. installcheck installcheck-am installdirs installdirs-am \
  1098. maintainer-clean maintainer-clean-generic mostlyclean \
  1099. mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
  1100. uninstall uninstall-am
  1101. dist-hook:
  1102. $(MAKE) changelog_dir=$(distdir) make-ChangeLog
  1103. -rm -f $(distdir).cpio
  1104. find $(distdir) | cpio -Hcrc -o | \
  1105. GZIP=$(GZIP_ENV) gzip -c > $(distdir).cpio.gz
  1106. distclean-local:
  1107. -rm -f $(distdir).cpio.gz
  1108. .PHONY: ChangeLog
  1109. ChangeLog:
  1110. if test -d .git; then \
  1111. cmd=$(top_srcdir)/build-aux/gitlog-to-changelog; \
  1112. if test -n "$(gen_start_date)"; then \
  1113. cmd="$$cmd --since=\"$(gen_start_date)\""; \
  1114. fi; \
  1115. $$cmd | \
  1116. sed '/<unknown>$$/d' | fmt -s > $(changelog_dir)/cl-t; \
  1117. if test -n "$(prev_change_log)" && test -f "$(prev_change_log)"; \
  1118. then \
  1119. cat "$(prev_change_log)" | \
  1120. sed '/^Local Variables:/,/^End:/d' >> $(changelog_dir)/cl-t; \
  1121. fi; \
  1122. echo "Local Variables:" >> $(changelog_dir)/cl-t; \
  1123. echo "mode: change-log" >> $(changelog_dir)/cl-t; \
  1124. echo "version-control: never" >> $(changelog_dir)/cl-t; \
  1125. echo "buffer-read-only: t" >> $(changelog_dir)/cl-t; \
  1126. echo "End:" >> $(changelog_dir)/cl-t; \
  1127. rm -f $(changelog_dir)/ChangeLog; \
  1128. mv $(changelog_dir)/cl-t $(changelog_dir)/ChangeLog; \
  1129. fi
  1130. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1131. # Otherwise a system limit (for SysV at least) may be exceeded.
  1132. .NOEXPORT: