| OLD | NEW |
| 1 # Makefile.in generated by automake 1.11 from Makefile.am. | 1 # Copyright (C) 1989-2012 Free Software Foundation, Inc. |
| 2 # @configure_input@ | 2 |
| 3 | 3 # This file is part of GDB. |
| 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 4 |
| 5 # 2004, 2005, 2006, 2007, 2008, 2009, 2011 Free Software Foundation, Inc. | 5 # This program is free software; you can redistribute it and/or modify |
| 6 # This Makefile.in is free software; the Free Software Foundation | 6 # it under the terms of the GNU General Public License as published by |
| 7 # gives unlimited permission to copy and/or distribute it, | 7 # the Free Software Foundation; either version 3 of the License, or |
| 8 # with or without modifications, as long as this notice is preserved. | 8 # (at your option) any later version. |
| 9 | 9 # |
| 10 # This program is distributed in the hope that it will be useful, | 10 # This program is distributed in the hope that it will be useful, |
| 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 # PARTICULAR PURPOSE. | 13 # GNU General Public License for more details. |
| 14 | |
| 15 @SET_MAKE@ | |
| 16 | |
| 17 # Copyright (C) 2002-2010 Free Software Foundation, Inc. | |
| 18 # | 14 # |
| 19 # This file is free software, distributed under the terms of the GNU | 15 # You should have received a copy of the GNU General Public License |
| 20 # General Public License. As a special exception to the GNU General | 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 21 # Public License, this file may be distributed as part of a program | 17 |
| 22 # that contains a configuration script generated by Autoconf, under | 18 prefix = @prefix@ |
| 23 # the same distribution terms as the rest of that program. | 19 exec_prefix = @exec_prefix@ |
| 24 # | 20 |
| 25 # Generated by gnulib-tool. | 21 host_alias = @host_alias@ |
| 26 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib -
-m4-base=gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=gnulib/extra --no
-libtool --macro-prefix=gl --no-vc-files memmem | 22 target_alias = @target_alias@ |
| 27 | 23 program_transform_name = @program_transform_name@ |
| 28 | |
| 29 | |
| 30 VPATH = @srcdir@ | |
| 31 pkgdatadir = $(datadir)/@PACKAGE@ | |
| 32 pkgincludedir = $(includedir)/@PACKAGE@ | |
| 33 pkglibdir = $(libdir)/@PACKAGE@ | |
| 34 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
| 35 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
| 36 install_sh_DATA = $(install_sh) -c -m 644 | |
| 37 install_sh_PROGRAM = $(install_sh) -c | |
| 38 install_sh_SCRIPT = $(install_sh) -c | |
| 39 INSTALL_HEADER = $(INSTALL_DATA) | |
| 40 transform = $(program_transform_name) | |
| 41 NORMAL_INSTALL = : | |
| 42 PRE_INSTALL = : | |
| 43 POST_INSTALL = : | |
| 44 NORMAL_UNINSTALL = : | |
| 45 PRE_UNINSTALL = : | |
| 46 POST_UNINSTALL = : | |
| 47 build_triplet = @build@ | |
| 48 host_triplet = @host@ | |
| 49 target_triplet = @target@ | |
| 50 subdir = gnulib | |
| 51 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ | |
| 52 $(srcdir)/Makefile.in | |
| 53 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| 54 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ | |
| 55 $(top_srcdir)/gnulib/m4/extensions.m4 \ | |
| 56 $(top_srcdir)/gnulib/m4/gnulib-common.m4 \ | |
| 57 $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \ | |
| 58 $(top_srcdir)/gnulib/m4/include_next.m4 \ | |
| 59 $(top_srcdir)/gnulib/m4/longlong.m4 \ | |
| 60 $(top_srcdir)/gnulib/m4/memchr.m4 \ | |
| 61 $(top_srcdir)/gnulib/m4/memmem.m4 \ | |
| 62 $(top_srcdir)/gnulib/m4/mmap-anon.m4 \ | |
| 63 $(top_srcdir)/gnulib/m4/multiarch.m4 \ | |
| 64 $(top_srcdir)/gnulib/m4/onceonly.m4 \ | |
| 65 $(top_srcdir)/gnulib/m4/stddef_h.m4 \ | |
| 66 $(top_srcdir)/gnulib/m4/stdint.m4 \ | |
| 67 $(top_srcdir)/gnulib/m4/string_h.m4 \ | |
| 68 $(top_srcdir)/gnulib/m4/warn-on-use.m4 \ | |
| 69 $(top_srcdir)/gnulib/m4/wchar_h.m4 \ | |
| 70 $(top_srcdir)/gnulib/m4/wchar_t.m4 \ | |
| 71 $(top_srcdir)/gnulib/m4/wint_t.m4 \ | |
| 72 $(top_srcdir)/../config/largefile.m4 \ | |
| 73 $(top_srcdir)/../config/lead-dot.m4 \ | |
| 74 $(top_srcdir)/../config/plugins.m4 $(top_srcdir)/acinclude.m4 \ | |
| 75 $(top_srcdir)/../bfd/bfd.m4 \ | |
| 76 $(top_srcdir)/../config/acinclude.m4 \ | |
| 77 $(top_srcdir)/../config/override.m4 \ | |
| 78 $(top_srcdir)/../config/gettext-sister.m4 \ | |
| 79 $(top_srcdir)/../config/lib-ld.m4 \ | |
| 80 $(top_srcdir)/../config/lib-prefix.m4 \ | |
| 81 $(top_srcdir)/../config/lib-link.m4 \ | |
| 82 $(top_srcdir)/../config/acx.m4 $(top_srcdir)/../config/tcl.m4 \ | |
| 83 $(top_srcdir)/../config/depstand.m4 \ | |
| 84 $(top_srcdir)/../config/lcmessage.m4 \ | |
| 85 $(top_srcdir)/../config/codeset.m4 \ | |
| 86 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/configure.ac | |
| 87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
| 88 $(ACLOCAL_M4) | |
| 89 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | |
| 90 CONFIG_HEADER = $(top_builddir)/config.h | |
| 91 CONFIG_CLEAN_FILES = | |
| 92 CONFIG_CLEAN_VPATH_FILES = | |
| 93 LIBRARIES = $(noinst_LIBRARIES) | |
| 94 ARFLAGS = cru | |
| 95 libgnu_a_AR = $(AR) $(ARFLAGS) | |
| 96 am__DEPENDENCIES_1 = | |
| 97 am_libgnu_a_OBJECTS = dummy.$(OBJEXT) | |
| 98 libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) | |
| 99 LTLIBRARIES = $(noinst_LTLIBRARIES) | |
| 100 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |
| 101 depcomp = $(SHELL) $(top_srcdir)/../depcomp | |
| 102 am__depfiles_maybe = depfiles | |
| 103 am__mv = mv -f | |
| 104 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
| 105 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| 106 CCLD = $(CC) | |
| 107 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
| 108 SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | |
| 109 DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | |
| 110 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
| 111 html-recursive info-recursive install-data-recursive \ | |
| 112 install-dvi-recursive install-exec-recursive \ | |
| 113 install-html-recursive install-info-recursive \ | |
| 114 install-pdf-recursive install-ps-recursive install-recursive \ | |
| 115 installcheck-recursive installdirs-recursive pdf-recursive \ | |
| 116 ps-recursive uninstall-recursive | |
| 117 HEADERS = $(noinst_HEADERS) | |
| 118 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |
| 119 distclean-recursive maintainer-clean-recursive | |
| 120 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |
| 121 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |
| 122 distdir | |
| 123 ETAGS = etags | |
| 124 CTAGS = ctags | |
| 125 DIST_SUBDIRS = $(SUBDIRS) | |
| 126 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 127 am__relativize = \ | |
| 128 dir0=`pwd`; \ | |
| 129 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | |
| 130 sed_rest='s,^[^/]*/*,,'; \ | |
| 131 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | |
| 132 sed_butlast='s,/*[^/]*$$,,'; \ | |
| 133 while test -n "$$dir1"; do \ | |
| 134 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | |
| 135 if test "$$first" != "."; then \ | |
| 136 if test "$$first" = ".."; then \ | |
| 137 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | |
| 138 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | |
| 139 else \ | |
| 140 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | |
| 141 if test "$$first2" = "$$first"; then \ | |
| 142 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | |
| 143 else \ | |
| 144 dir2="../$$dir2"; \ | |
| 145 fi; \ | |
| 146 dir0="$$dir0"/"$$first"; \ | |
| 147 fi; \ | |
| 148 fi; \ | |
| 149 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |
| 150 done; \ | |
| 151 reldir="$$dir2" | |
| 152 ACLOCAL = @ACLOCAL@ | |
| 153 ALLOCA = @ALLOCA@ | |
| 154 AMTAR = @AMTAR@ | |
| 155 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ | |
| 156 AR = @AR@ | |
| 157 AUTOCONF = @AUTOCONF@ | |
| 158 AUTOHEADER = @AUTOHEADER@ | |
| 159 AUTOMAKE = @AUTOMAKE@ | |
| 160 AWK = @AWK@ | |
| 161 BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ | |
| 162 BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ | |
| 163 BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ | |
| 164 BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ | |
| 165 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ | |
| 166 CATALOGS = @CATALOGS@ | |
| 167 CATOBJEXT = @CATOBJEXT@ | |
| 168 CC = @CC@ | |
| 169 CCDEPMODE = @CCDEPMODE@ | |
| 170 CFLAGS = @CFLAGS@ | |
| 171 CONFIG_ALL = @CONFIG_ALL@ | |
| 172 CONFIG_CLEAN = @CONFIG_CLEAN@ | |
| 173 CONFIG_DEPS = @CONFIG_DEPS@ | |
| 174 CONFIG_INSTALL = @CONFIG_INSTALL@ | |
| 175 CONFIG_LDFLAGS = @CONFIG_LDFLAGS@ | |
| 176 CONFIG_OBS = @CONFIG_OBS@ | |
| 177 CONFIG_SRCS = @CONFIG_SRCS@ | |
| 178 CONFIG_UNINSTALL = @CONFIG_UNINSTALL@ | |
| 179 CPP = @CPP@ | |
| 180 CPPFLAGS = @CPPFLAGS@ | |
| 181 CYGPATH_W = @CYGPATH_W@ | |
| 182 DATADIRNAME = @DATADIRNAME@ | |
| 183 DEBUGDIR = @DEBUGDIR@ | |
| 184 DEFS = @DEFS@ | |
| 185 DEPDIR = @DEPDIR@ | |
| 186 DLLTOOL = @DLLTOOL@ | |
| 187 ECHO_C = @ECHO_C@ | |
| 188 ECHO_N = @ECHO_N@ | |
| 189 ECHO_T = @ECHO_T@ | |
| 190 EGREP = @EGREP@ | |
| 191 ENABLE_CFLAGS = @ENABLE_CFLAGS@ | |
| 192 EXEEXT = @EXEEXT@ | |
| 193 GDBTKLIBS = @GDBTKLIBS@ | |
| 194 GDBTK_CFLAGS = @GDBTK_CFLAGS@ | |
| 195 GDBTK_SRC_DIR = @GDBTK_SRC_DIR@ | |
| 196 GDB_DATADIR = @GDB_DATADIR@ | |
| 197 GDB_NM_FILE = @GDB_NM_FILE@ | |
| 198 GENCAT = @GENCAT@ | |
| 199 GMSGFMT = @GMSGFMT@ | |
| 200 GNULIB_BTOWC = @GNULIB_BTOWC@ | |
| 201 GNULIB_MBRLEN = @GNULIB_MBRLEN@ | |
| 202 GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ | |
| 203 GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ | |
| 204 GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ | |
| 205 GNULIB_MBSCHR = @GNULIB_MBSCHR@ | |
| 206 GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ | |
| 207 GNULIB_MBSINIT = @GNULIB_MBSINIT@ | |
| 208 GNULIB_MBSLEN = @GNULIB_MBSLEN@ | |
| 209 GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ | |
| 210 GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ | |
| 211 GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ | |
| 212 GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ | |
| 213 GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ | |
| 214 GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ | |
| 215 GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ | |
| 216 GNULIB_MBSSEP = @GNULIB_MBSSEP@ | |
| 217 GNULIB_MBSSPN = @GNULIB_MBSSPN@ | |
| 218 GNULIB_MBSSTR = @GNULIB_MBSSTR@ | |
| 219 GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ | |
| 220 GNULIB_MEMCHR = @GNULIB_MEMCHR@ | |
| 221 GNULIB_MEMMEM = @GNULIB_MEMMEM@ | |
| 222 GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ | |
| 223 GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ | |
| 224 GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ | |
| 225 GNULIB_STDINT_H = @GNULIB_STDINT_H@ | |
| 226 GNULIB_STPCPY = @GNULIB_STPCPY@ | |
| 227 GNULIB_STPNCPY = @GNULIB_STPNCPY@ | |
| 228 GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ | |
| 229 GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ | |
| 230 GNULIB_STRDUP = @GNULIB_STRDUP@ | |
| 231 GNULIB_STRERROR = @GNULIB_STRERROR@ | |
| 232 GNULIB_STRNCAT = @GNULIB_STRNCAT@ | |
| 233 GNULIB_STRNDUP = @GNULIB_STRNDUP@ | |
| 234 GNULIB_STRNLEN = @GNULIB_STRNLEN@ | |
| 235 GNULIB_STRPBRK = @GNULIB_STRPBRK@ | |
| 236 GNULIB_STRSEP = @GNULIB_STRSEP@ | |
| 237 GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ | |
| 238 GNULIB_STRSTR = @GNULIB_STRSTR@ | |
| 239 GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ | |
| 240 GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ | |
| 241 GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ | |
| 242 GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ | |
| 243 GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ | |
| 244 GNULIB_WCTOB = @GNULIB_WCTOB@ | |
| 245 GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ | |
| 246 GREP = @GREP@ | |
| 247 GUI_CFLAGS_X = @GUI_CFLAGS_X@ | |
| 248 HAVE_BTOWC = @HAVE_BTOWC@ | |
| 249 HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ | |
| 250 HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ | |
| 251 HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ | |
| 252 HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ | |
| 253 HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ | |
| 254 HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ | |
| 255 HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ | |
| 256 HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ | |
| 257 HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ | |
| 258 HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ | |
| 259 HAVE_LIBEXPAT = @HAVE_LIBEXPAT@ | |
| 260 HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ | |
| 261 HAVE_MBRLEN = @HAVE_MBRLEN@ | |
| 262 HAVE_MBRTOWC = @HAVE_MBRTOWC@ | |
| 263 HAVE_MBSINIT = @HAVE_MBSINIT@ | |
| 264 HAVE_MBSLEN = @HAVE_MBSLEN@ | |
| 265 HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ | |
| 266 HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ | |
| 267 HAVE_MEMCHR = @HAVE_MEMCHR@ | |
| 268 HAVE_MEMPCPY = @HAVE_MEMPCPY@ | |
| 269 HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ | |
| 270 HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ | |
| 271 HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ | |
| 272 HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ | |
| 273 HAVE_STDINT_H = @HAVE_STDINT_H@ | |
| 274 HAVE_STPCPY = @HAVE_STPCPY@ | |
| 275 HAVE_STPNCPY = @HAVE_STPNCPY@ | |
| 276 HAVE_STRCASESTR = @HAVE_STRCASESTR@ | |
| 277 HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ | |
| 278 HAVE_STRPBRK = @HAVE_STRPBRK@ | |
| 279 HAVE_STRSEP = @HAVE_STRSEP@ | |
| 280 HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ | |
| 281 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ | |
| 282 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ | |
| 283 HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ | |
| 284 HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ | |
| 285 HAVE_WCHAR_H = @HAVE_WCHAR_H@ | |
| 286 HAVE_WCHAR_T = @HAVE_WCHAR_T@ | |
| 287 HAVE_WCRTOMB = @HAVE_WCRTOMB@ | |
| 288 HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ | |
| 289 HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ | |
| 290 HAVE_WINT_T = @HAVE_WINT_T@ | |
| 291 INCINTL = @INCINTL@ | |
| 292 INCLUDE_NEXT = @INCLUDE_NEXT@ | |
| 293 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ | |
| 294 INSTALL = @INSTALL@ | |
| 295 INSTALL_DATA = @INSTALL_DATA@ | |
| 296 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
| 297 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| 298 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| 299 INSTOBJEXT = @INSTOBJEXT@ | |
| 300 LDFLAGS = @LDFLAGS@ | |
| 301 LIBEXPAT = @LIBEXPAT@ | |
| 302 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ | |
| 303 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ | |
| 304 LIBGUI = @LIBGUI@ | |
| 305 LIBINTL = @LIBINTL@ | |
| 306 LIBINTL_DEP = @LIBINTL_DEP@ | |
| 307 LIBOBJS = @LIBOBJS@ | |
| 308 LIBS = @LIBS@ | |
| 309 LN_S = @LN_S@ | |
| 310 LTLIBEXPAT = @LTLIBEXPAT@ | |
| 311 LTLIBOBJS = @LTLIBOBJS@ | |
| 312 MAINT = @MAINT@ | |
| 313 MAKE = @MAKE@ | |
| 314 MAKEINFO = @MAKEINFO@ | |
| 315 MIG = @MIG@ | |
| 316 MKDIR_P = @MKDIR_P@ | |
| 317 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ | |
| 318 NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ | |
| 319 NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ | |
| 320 NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ | |
| 321 NEXT_STDDEF_H = @NEXT_STDDEF_H@ | |
| 322 NEXT_STDINT_H = @NEXT_STDINT_H@ | |
| 323 NEXT_STRING_H = @NEXT_STRING_H@ | |
| 324 NEXT_WCHAR_H = @NEXT_WCHAR_H@ | |
| 325 OBJEXT = @OBJEXT@ | |
| 326 PACKAGE = @PACKAGE@ | |
| 327 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
| 328 PACKAGE_NAME = @PACKAGE_NAME@ | |
| 329 PACKAGE_STRING = @PACKAGE_STRING@ | |
| 330 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
| 331 PACKAGE_URL = @PACKAGE_URL@ | |
| 332 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
| 333 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
| 334 PKGVERSION = @PKGVERSION@ | |
| 335 POSUB = @POSUB@ | |
| 336 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ | |
| 337 PROFILE_CFLAGS = @PROFILE_CFLAGS@ | |
| 338 PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ | |
| 339 PYTHON_CFLAGS = @PYTHON_CFLAGS@ | |
| 340 RANLIB = @RANLIB@ | |
| 341 READLINE = @READLINE@ | |
| 342 READLINE_CFLAGS = @READLINE_CFLAGS@ | |
| 343 READLINE_DEPS = @READLINE_DEPS@ | |
| 344 REPLACE_BTOWC = @REPLACE_BTOWC@ | |
| 345 REPLACE_MBRLEN = @REPLACE_MBRLEN@ | |
| 346 REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ | |
| 347 REPLACE_MBSINIT = @REPLACE_MBSINIT@ | |
| 348 REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ | |
| 349 REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ | |
| 350 REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ | |
| 351 REPLACE_MEMCHR = @REPLACE_MEMCHR@ | |
| 352 REPLACE_MEMMEM = @REPLACE_MEMMEM@ | |
| 353 REPLACE_NULL = @REPLACE_NULL@ | |
| 354 REPLACE_STPNCPY = @REPLACE_STPNCPY@ | |
| 355 REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ | |
| 356 REPLACE_STRDUP = @REPLACE_STRDUP@ | |
| 357 REPLACE_STRERROR = @REPLACE_STRERROR@ | |
| 358 REPLACE_STRNCAT = @REPLACE_STRNCAT@ | |
| 359 REPLACE_STRNDUP = @REPLACE_STRNDUP@ | |
| 360 REPLACE_STRNLEN = @REPLACE_STRNLEN@ | |
| 361 REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ | |
| 362 REPLACE_STRSTR = @REPLACE_STRSTR@ | |
| 363 REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ | |
| 364 REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ | |
| 365 REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ | |
| 366 REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ | |
| 367 REPLACE_WCTOB = @REPLACE_WCTOB@ | |
| 368 REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ | |
| 369 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@ | |
| 370 REPORT_BUGS_TO = @REPORT_BUGS_TO@ | |
| 371 SER_HARDWIRE = @SER_HARDWIRE@ | |
| 372 SET_MAKE = @SET_MAKE@ | |
| 373 SHELL = @SHELL@ | |
| 374 SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ | |
| 375 SIM = @SIM@ | |
| 376 SIM_OBS = @SIM_OBS@ | |
| 377 SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ | |
| 378 STDDEF_H = @STDDEF_H@ | |
| 379 STDINT_H = @STDINT_H@ | |
| 380 STRIP = @STRIP@ | |
| 381 SYSTEM_GDBINIT = @SYSTEM_GDBINIT@ | |
| 382 TARGET_OBS = @TARGET_OBS@ | |
| 383 TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@ | |
| 384 TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@ | |
| 385 TCL_BIN_DIR = @TCL_BIN_DIR@ | |
| 386 TCL_DEPS = @TCL_DEPS@ | |
| 387 TCL_INCLUDE = @TCL_INCLUDE@ | |
| 388 TCL_LIBRARY = @TCL_LIBRARY@ | |
| 389 TCL_LIB_FILE = @TCL_LIB_FILE@ | |
| 390 TCL_LIB_FLAG = @TCL_LIB_FLAG@ | |
| 391 TCL_LIB_SPEC = @TCL_LIB_SPEC@ | |
| 392 TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@ | |
| 393 TCL_SRC_DIR = @TCL_SRC_DIR@ | |
| 394 TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@ | |
| 395 TCL_STUB_LIB_FLAG = @TCL_STUB_LIB_FLAG@ | |
| 396 TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@ | |
| 397 TCL_VERSION = @TCL_VERSION@ | |
| 398 TK_BIN_DIR = @TK_BIN_DIR@ | |
| 399 TK_DEPS = @TK_DEPS@ | |
| 400 TK_INCLUDE = @TK_INCLUDE@ | |
| 401 TK_LIBRARY = @TK_LIBRARY@ | |
| 402 TK_LIB_FILE = @TK_LIB_FILE@ | |
| 403 TK_LIB_FLAG = @TK_LIB_FLAG@ | |
| 404 TK_LIB_SPEC = @TK_LIB_SPEC@ | |
| 405 TK_SRC_DIR = @TK_SRC_DIR@ | |
| 406 TK_STUB_LIB_FILE = @TK_STUB_LIB_FILE@ | |
| 407 TK_STUB_LIB_FLAG = @TK_STUB_LIB_FLAG@ | |
| 408 TK_STUB_LIB_SPEC = @TK_STUB_LIB_SPEC@ | |
| 409 TK_VERSION = @TK_VERSION@ | |
| 410 TK_XINCLUDES = @TK_XINCLUDES@ | |
| 411 UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ | |
| 412 USE_NLS = @USE_NLS@ | |
| 413 VERSION = @VERSION@ | |
| 414 WARN_CFLAGS = @WARN_CFLAGS@ | |
| 415 WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ | |
| 416 WERROR_CFLAGS = @WERROR_CFLAGS@ | |
| 417 WIN32LDAPP = @WIN32LDAPP@ | |
| 418 WIN32LIBS = @WIN32LIBS@ | |
| 419 WINDRES = @WINDRES@ | |
| 420 WINT_T_SUFFIX = @WINT_T_SUFFIX@ | |
| 421 XGETTEXT = @XGETTEXT@ | |
| 422 XMKMF = @XMKMF@ | |
| 423 X_CFLAGS = @X_CFLAGS@ | |
| 424 X_LDFLAGS = @X_LDFLAGS@ | |
| 425 X_LIBS = @X_LIBS@ | |
| 426 YACC = @YACC@ | |
| 427 YFLAGS = @YFLAGS@ | |
| 428 abs_builddir = @abs_builddir@ | |
| 429 abs_srcdir = @abs_srcdir@ | |
| 430 abs_top_builddir = @abs_top_builddir@ | |
| 431 abs_top_srcdir = @abs_top_srcdir@ | |
| 432 ac_ct_CC = @ac_ct_CC@ | |
| 433 am__include = @am__include@ | |
| 434 am__leading_dot = @am__leading_dot@ | |
| 435 am__quote = @am__quote@ | |
| 436 am__tar = @am__tar@ | |
| 437 am__untar = @am__untar@ | |
| 438 bindir = @bindir@ | 24 bindir = @bindir@ |
| 439 build = @build@ | 25 libdir = @libdir@ |
| 440 build_alias = @build_alias@ | 26 tooldir = $(libdir)/$(target_alias) |
| 441 build_cpu = @build_cpu@ | 27 |
| 442 build_os = @build_os@ | |
| 443 build_vendor = @build_vendor@ | |
| 444 builddir = @builddir@ | |
| 445 datadir = @datadir@ | 28 datadir = @datadir@ |
| 29 localedir = @localedir@ |
| 30 mandir = @mandir@ |
| 31 man1dir = $(mandir)/man1 |
| 32 man2dir = $(mandir)/man2 |
| 33 man3dir = $(mandir)/man3 |
| 34 man4dir = $(mandir)/man4 |
| 35 man5dir = $(mandir)/man5 |
| 36 man6dir = $(mandir)/man6 |
| 37 man7dir = $(mandir)/man7 |
| 38 man8dir = $(mandir)/man8 |
| 39 man9dir = $(mandir)/man9 |
| 40 infodir = @infodir@ |
| 446 datarootdir = @datarootdir@ | 41 datarootdir = @datarootdir@ |
| 447 docdir = @docdir@ | 42 docdir = @docdir@ |
| 448 dvidir = @dvidir@ | |
| 449 exec_prefix = @exec_prefix@ | |
| 450 frags = @frags@ | |
| 451 gl_LIBOBJS = @gl_LIBOBJS@ | |
| 452 gl_LTLIBOBJS = @gl_LTLIBOBJS@ | |
| 453 gltests_LIBOBJS = @gltests_LIBOBJS@ | |
| 454 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ | |
| 455 gltests_WITNESS = @gltests_WITNESS@ | |
| 456 host = @host@ | |
| 457 host_alias = @host_alias@ | |
| 458 host_cpu = @host_cpu@ | |
| 459 host_os = @host_os@ | |
| 460 host_vendor = @host_vendor@ | |
| 461 htmldir = @htmldir@ | 43 htmldir = @htmldir@ |
| 44 pdfdir = @pdfdir@ |
| 462 includedir = @includedir@ | 45 includedir = @includedir@ |
| 463 infodir = @infodir@ | 46 |
| 464 install_sh = @install_sh@ | 47 SHELL = @SHELL@ |
| 465 libdir = @libdir@ | 48 EXEEXT = @EXEEXT@ |
| 466 libexecdir = @libexecdir@ | 49 |
| 467 localedir = @localedir@ | 50 INSTALL = @INSTALL@ |
| 468 localstatedir = @localstatedir@ | 51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 469 mandir = @mandir@ | 52 INSTALL_DATA = @INSTALL_DATA@ |
| 470 mkdir_p = @mkdir_p@ | 53 |
| 471 oldincludedir = @oldincludedir@ | 54 DESTDIR = |
| 472 pdfdir = @pdfdir@ | 55 |
| 473 prefix = @prefix@ | 56 AR = @AR@ |
| 474 program_transform_name = @program_transform_name@ | 57 AR_FLAGS = qv |
| 475 psdir = @psdir@ | 58 RANLIB = @RANLIB@ |
| 476 sbindir = @sbindir@ | 59 DLLTOOL = @DLLTOOL@ |
| 477 sharedstatedir = @sharedstatedir@ | 60 |
| 61 SUBDIRS = import |
| 62 CLEANDIRS = $(SUBDIRS) |
| 63 REQUIRED_SUBDIRS = $(SUBDIRS) |
| 64 |
| 65 # If you are compiling with GCC, make sure that either 1) You have the |
| 66 # fixed include files where GCC can reach them, or 2) You use the |
| 67 # -traditional flag. Otherwise the ioctl calls in inflow.c |
| 68 # will be incorrectly compiled. The "fixincludes" script in the gcc |
| 69 # distribution will fix your include files up. |
| 70 CC=@CC@ |
| 71 |
| 72 # Directory containing source files. |
| 478 srcdir = @srcdir@ | 73 srcdir = @srcdir@ |
| 479 subdirs = @subdirs@ | 74 VPATH = @srcdir@ |
| 480 sysconfdir = @sysconfdir@ | 75 |
| 481 target = @target@ | 76 CC_LD=$(CC) |
| 482 target_alias = @target_alias@ | 77 |
| 483 target_cpu = @target_cpu@ | 78 # CFLAGS is specifically reserved for setting from the command line |
| 484 target_os = @target_os@ | 79 # when running make. I.E. "make CFLAGS=-Wmissing-prototypes". |
| 485 target_subdir = @target_subdir@ | 80 CFLAGS = @CFLAGS@ |
| 486 target_vendor = @target_vendor@ | 81 |
| 487 top_build_prefix = @top_build_prefix@ | 82 # LDFLAGS is specifically reserved for setting from the command line |
| 488 top_builddir = @top_builddir@ | 83 # when running make. |
| 489 top_srcdir = @top_srcdir@ | 84 LDFLAGS = @LDFLAGS@ |
| 490 AUTOMAKE_OPTIONS = 1.5 gnits | 85 |
| 491 SUBDIRS = | 86 FLAGS_TO_PASS = \ |
| 492 noinst_HEADERS = | 87 » "prefix=$(prefix)" \ |
| 493 noinst_LIBRARIES = libgnu.a | 88 » "exec_prefix=$(exec_prefix)" \ |
| 494 noinst_LTLIBRARIES = | 89 » "infodir=$(infodir)" \ |
| 495 EXTRA_DIST = m4/gnulib-cache.m4 \ | 90 » "datarootdir=$(datarootdir)" \ |
| 496 » $(top_srcdir)/gnulib/extra/arg-nonnull.h \ | 91 » "docdir=$(docdir)" \ |
| 497 » $(top_srcdir)/gnulib/extra/c++defs.h memchr.c memchr.valgrind \ | 92 » "htmldir=$(htmldir)" \ |
| 498 » memmem.c str-two-way.h stddef.in.h stdint.in.h string.in.h \ | 93 » "pdfdir=$(pdfdir)" \ |
| 499 » $(top_srcdir)/gnulib/extra/warn-on-use.h wchar.in.h | 94 » "libdir=$(libdir)" \ |
| 500 | 95 » "mandir=$(mandir)" \ |
| 501 # The BUILT_SOURCES created by this Makefile snippet are not used via #include | 96 » "datadir=$(datadir)" \ |
| 502 # statements but through direct file reference. Therefore this snippet must be | 97 » "includedir=$(includedir)" \ |
| 503 # present in all Makefile.am that need it. This is ensured by the applicability | 98 » "against=$(against)" \ |
| 504 # 'all' defined above. | 99 » "DESTDIR=$(DESTDIR)" \ |
| 505 | 100 » "AR=$(AR)" \ |
| 506 # The BUILT_SOURCES created by this Makefile snippet are not used via #include | 101 » "AR_FLAGS=$(AR_FLAGS)" \ |
| 507 # statements but through direct file reference. Therefore this snippet must be | 102 » "CC=$(CC)" \ |
| 508 # present in all Makefile.am that need it. This is ensured by the applicability | 103 » "CFLAGS=$(CFLAGS)" \ |
| 509 # 'all' defined above. | 104 » "CXX=$(CXX)" \ |
| 510 BUILT_SOURCES = arg-nonnull.h c++defs.h $(STDDEF_H) $(STDINT_H) \ | 105 » "CXXFLAGS=$(CXXFLAGS)" \ |
| 511 » string.h warn-on-use.h wchar.h | 106 » "DLLTOOL=$(DLLTOOL)" \ |
| 512 SUFFIXES = | 107 » "LDFLAGS=$(LDFLAGS)" \ |
| 513 MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ | 108 » "RANLIB=$(RANLIB)" \ |
| 514 » c++defs.h c++defs.h-t stddef.h stddef.h-t stdint.h stdint.h-t \ | 109 » "MAKEINFO=$(MAKEINFO)" \ |
| 515 » string.h string.h-t warn-on-use.h warn-on-use.h-t wchar.h \ | 110 » "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \ |
| 516 » wchar.h-t | 111 » "MAKEINFO_EXTRA_FLAGS=$(MAKEINFO_EXTRA_FLAGS)" \ |
| 517 MOSTLYCLEANDIRS = | 112 » "MAKEHTML=$(MAKEHTML)" \ |
| 518 CLEANFILES = | 113 » "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \ |
| 519 DISTCLEANFILES = | 114 » "INSTALL=$(INSTALL)" \ |
| 520 MAINTAINERCLEANFILES = | 115 » "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ |
| 521 AM_CPPFLAGS = | 116 » "INSTALL_DATA=$(INSTALL_DATA)" \ |
| 522 AM_CFLAGS = | 117 » "RUNTEST=$(RUNTEST)" \ |
| 523 libgnu_a_SOURCES = dummy.c | 118 » "RUNTESTFLAGS=$(RUNTESTFLAGS)" |
| 524 libgnu_a_LIBADD = $(gl_LIBOBJS) | 119 |
| 525 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) | 120 all installcheck check info install-info clean-info dvi pdf install-pdf html ins
tall-html: force |
| 526 EXTRA_libgnu_a_SOURCES = memchr.c memmem.c | 121 » @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do |
| 527 ARG_NONNULL_H = arg-nonnull.h | 122 |
| 528 CXXDEFS_H = c++defs.h | 123 # Traditionally "install" depends on "all". But it may be useful |
| 529 WARN_ON_USE_H = warn-on-use.h | 124 # not to; for example, if the user has made some trivial change to a |
| 530 all: $(BUILT_SOURCES) | 125 # source file and doesn't care about rebuilding or just wants to save the |
| 531 » $(MAKE) $(AM_MAKEFLAGS) all-recursive | 126 # time it takes for make to check that all is up to date. |
| 532 | 127 # install-only is intended to address that need. |
| 533 .SUFFIXES: | 128 install: all |
| 534 .SUFFIXES: .c .o .obj | 129 » @$(MAKE) $(FLAGS_TO_PASS) install-only |
| 535 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
gure_deps) | 130 |
| 536 » @for dep in $?; do \ | 131 install-only: $(CONFIG_INSTALL) |
| 537 » case '$(am__configure_deps)' in \ | 132 » @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do |
| 538 » *$$dep*) \ | 133 |
| 539 » ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | 134 uninstall: force $(CONFIG_UNINSTALL) |
| 540 » && { if test -f $@; then exit 0; else break; fi; }; \ | 135 » @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do |
| 541 » exit 1;; \ | 136 |
| 542 » esac; \ | 137 # Convenience rule to handle recursion. |
| 543 » done; \ | 138 $(LIBGNU) $(GNULIB_H): all-lib |
| 544 » echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gnulib/Makefile'; \ | 139 all-lib: import/Makefile |
| 545 » $(am__cd) $(top_srcdir) && \ | 140 » @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=import subdir_do |
| 546 » $(AUTOMAKE) --gnits gnulib/Makefile | 141 .PHONY: all-lib |
| 547 .PRECIOUS: Makefile | 142 |
| 548 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 143 clean mostlyclean: $(CONFIG_CLEAN) |
| 549 » @case '$?' in \ | 144 » @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(CLEANDIRS)" subdir_do |
| 550 » *config.status*) \ | 145 |
| 551 » cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | 146 distclean: clean |
| 552 » *) \ | 147 » @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(CLEANDIRS)" subdir_do |
| 553 » echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $
(am__depfiles_maybe)'; \ | 148 » rm -f config.status config.h stamp-h |
| 554 » cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de
pfiles_maybe);; \ | 149 » rm -f config.log config.cache |
| 555 » esac; | 150 » rm -f Makefile |
| 556 | 151 » rm -rf $(DEPDIR) |
| 557 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
IES) | 152 |
| 558 » cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | 153 maintainer-clean: local-maintainer-clean do-maintainer-clean distclean |
| 559 | 154 realclean: maintainer-clean |
| 560 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | 155 |
| 561 » cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | 156 local-maintainer-clean: |
| 562 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | 157 » @echo "This command is intended for maintainers to use;" |
| 563 » cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | 158 » @echo "it deletes files that may require special tools to rebuild." |
| 564 $(am__aclocal_m4_deps): | 159 » rm -f config.status |
| 565 | 160 |
| 566 clean-noinstLIBRARIES: | 161 do-maintainer-clean: |
| 567 » -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | 162 » @$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(CLEANDIRS)" \ |
| 568 libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) | 163 » » subdir_do |
| 569 » -rm -f libgnu.a | 164 |
| 570 » $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD) | 165 subdir_do: force |
| 571 » $(RANLIB) libgnu.a | 166 » @for i in $(DODIRS); do \ |
| 572 | 167 » » case $$i in \ |
| 573 clean-noinstLTLIBRARIES: | 168 » » $(REQUIRED_SUBDIRS)) \ |
| 574 » -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | 169 » » » if [ ! -f ./$$i/Makefile ] ; then \ |
| 575 » @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ | 170 » » » » echo "Missing $$i/Makefile" >&2 ; \ |
| 576 » dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | 171 » » » » exit 1 ; \ |
| 577 » test "$$dir" != "$$p" || dir=.; \ | 172 » » » fi ;; \ |
| 578 » echo "rm -f \"$${dir}/so_locations\""; \ | 173 » » esac ; \ |
| 579 » rm -f "$${dir}/so_locations"; \ | 174 » » if [ -f ./$$i/Makefile ] ; then \ |
| 175 » » » if (cd ./$$i; \ |
| 176 » » » » $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \ |
| 177 » » » else exit 1 ; fi ; \ |
| 178 » » else true ; fi ; \ |
| 580 done | 179 done |
| 581 | 180 |
| 582 mostlyclean-compile: | 181 Makefile: Makefile.in config.status |
| 583 -rm -f *.$(OBJEXT) | 182 # Regenerate the Makefile. |
| 584 | 183 CONFIG_FILES="Makefile" \ |
| 585 distclean-compile: | 184 CONFIG_COMMANDS= \ |
| 586 -rm -f *.tab.c | 185 CONFIG_HEADERS= \ |
| 587 | 186 $(SHELL) config.status |
| 588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@ | 187 |
| 589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Po@am__quote@ | 188 gnulib/Makefile: gnulib/Makefile.in config.status |
| 590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@ | 189 CONFIG_FILES="gnulib/Makefile" \ |
| 591 | 190 CONFIG_COMMANDS="depfiles" \ |
| 592 .c.o: | 191 CONFIG_HEADERS= \ |
| 593 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@
$< | 192 CONFIG_LINKS= \ |
| 594 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | 193 $(SHELL) config.status |
| 595 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE
PBACKSLASH@ | 194 |
| 596 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
@AMDEPBACKSLASH@ | 195 config.h: stamp-h ; @true |
| 597 @am__fastdepCC_FALSE@ $(COMPILE) -c $< | 196 stamp-h: $(srcdir)/config.in config.status |
| 598 | 197 CONFIG_HEADERS=config.h:config.in \ |
| 599 .c.obj: | 198 CONFIG_COMMANDS="default depdir" \ |
| 600 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@
`$(CYGPATH_W) '$<'` | 199 CONFIG_FILES= \ |
| 601 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | 200 CONFIG_LINKS= \ |
| 602 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDE
PBACKSLASH@ | 201 $(SHELL) config.status |
| 603 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
@AMDEPBACKSLASH@ | 202 |
| 604 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | 203 config.status: $(srcdir)/configure |
| 605 | 204 $(SHELL) config.status --recheck |
| 606 # This directory's subdirectories are mostly independent; you can cd | 205 |
| 607 # into them and run `make' without going through this Makefile. | 206 ACLOCAL = aclocal |
| 608 # To change the values of `make' variables: instead of editing Makefiles, | 207 ACLOCAL_AMFLAGS = -I import/m4 -I ../../config |
| 609 # (1) if the variable is set in `config.status', edit `config.status' | 208 aclocal_m4_deps = \ |
| 610 # (which will cause the Makefiles to be regenerated when you run `make'); | 209 configure.ac \ |
| 611 # (2) otherwise, pass the desired values on the `make' command line. | 210 import/m4/00gnulib.m4 \ |
| 612 $(RECURSIVE_TARGETS): | 211 import/m4/alloca.m4 \ |
| 613 @failcom='exit 1'; \ | 212 import/m4/codeset.m4 \ |
| 614 for f in x $$MAKEFLAGS; do \ | 213 import/m4/configmake.m4 \ |
| 615 case $$f in \ | 214 import/m4/extensions.m4 \ |
| 616 *=* | --[!k]*);; \ | 215 import/m4/fcntl-o.m4 \ |
| 617 *k*) failcom='fail=yes';; \ | 216 import/m4/fnmatch.m4 \ |
| 618 esac; \ | 217 import/m4/glibc21.m4 \ |
| 619 done; \ | 218 import/m4/gnulib-cache.m4 \ |
| 620 dot_seen=no; \ | 219 import/m4/gnulib-common.m4 \ |
| 621 target=`echo $@ | sed s/-recursive//`; \ | 220 import/m4/gnulib-comp.m4 \ |
| 622 list='$(SUBDIRS)'; for subdir in $$list; do \ | 221 import/m4/gnulib-tool.m4 \ |
| 623 echo "Making $$target in $$subdir"; \ | 222 import/m4/include_next.m4 \ |
| 624 if test "$$subdir" = "."; then \ | 223 import/m4/inttypes-pri.m4 \ |
| 625 dot_seen=yes; \ | 224 import/m4/inttypes.m4 \ |
| 626 local_target="$$target-am"; \ | 225 import/m4/localcharset.m4 \ |
| 627 else \ | 226 import/m4/locale-fr.m4 \ |
| 628 local_target="$$target"; \ | 227 import/m4/locale-ja.m4 \ |
| 629 fi; \ | 228 import/m4/locale-zh.m4 \ |
| 630 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 229 import/m4/longlong.m4 \ |
| 631 || eval $$failcom; \ | 230 import/m4/mbrtowc.m4 \ |
| 632 done; \ | 231 import/m4/mbsinit.m4 \ |
| 633 if test "$$dot_seen" = "no"; then \ | 232 import/m4/mbsrtowcs.m4 \ |
| 634 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 233 import/m4/mbstate_t.m4 \ |
| 635 fi; test -z "$$fail" | 234 import/m4/memchr.m4 \ |
| 636 | 235 import/m4/memmem.m4 \ |
| 637 $(RECURSIVE_CLEAN_TARGETS): | 236 import/m4/mmap-anon.m4 \ |
| 638 @failcom='exit 1'; \ | 237 import/m4/multiarch.m4 \ |
| 639 for f in x $$MAKEFLAGS; do \ | 238 import/m4/onceonly.m4 \ |
| 640 case $$f in \ | 239 import/m4/stdbool.m4 \ |
| 641 *=* | --[!k]*);; \ | 240 import/m4/stddef_h.m4 \ |
| 642 *k*) failcom='fail=yes';; \ | 241 import/m4/stdint.m4 \ |
| 643 esac; \ | 242 import/m4/string_h.m4 \ |
| 644 done; \ | 243 import/m4/warn-on-use.m4 \ |
| 645 dot_seen=no; \ | 244 import/m4/wchar_h.m4 \ |
| 646 case "$@" in \ | 245 import/m4/wchar_t.m4 \ |
| 647 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 246 import/m4/wctype_h.m4 \ |
| 648 *) list='$(SUBDIRS)' ;; \ | 247 import/m4/wint_t.m4 |
| 649 esac; \ | 248 |
| 650 rev=''; for subdir in $$list; do \ | 249 $(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ $(aclocal_m4_deps) |
| 651 if test "$$subdir" = "."; then :; else \ | 250 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| 652 rev="$$subdir $$rev"; \ | 251 |
| 653 fi; \ | 252 AUTOCONF = autoconf |
| 654 done; \ | 253 configure_deps = $(srcdir)/configure.ac $(srcdir)/aclocal.m4 |
| 655 rev="$$rev ."; \ | 254 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(configure_deps) |
| 656 target=`echo $@ | sed s/-recursive//`; \ | 255 cd $(srcdir) && $(AUTOCONF) |
| 657 for subdir in $$rev; do \ | 256 |
| 658 echo "Making $$target in $$subdir"; \ | 257 AUTOHEADER = autoheader |
| 659 if test "$$subdir" = "."; then \ | 258 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(configure_deps) |
| 660 local_target="$$target-am"; \ | 259 cd $(srcdir) && $(AUTOHEADER) |
| 661 else \ | 260 rm -f stamp-h |
| 662 local_target="$$target"; \ | 261 touch $@ |
| 663 fi; \ | 262 |
| 664 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 263 # automatic rebuilding in automake-generated Makefiles requires |
| 665 || eval $$failcom; \ | 264 # this rule in the toplevel Makefile, which, with GNU make, causes |
| 666 done && test -z "$$fail" | 265 # the desired updates through the implicit regeneration of the Makefile |
| 667 tags-recursive: | 266 # and all of its prerequisites. |
| 668 list='$(SUBDIRS)'; for subdir in $$list; do \ | 267 am--refresh: |
| 669 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS)
tags); \ | 268 @: |
| 670 done | 269 |
| 671 ctags-recursive: | 270 force: |
| 672 list='$(SUBDIRS)'; for subdir in $$list; do \ | 271 |
| 673 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS)
ctags); \ | 272 force_update: |
| 674 done | 273 |
| 675 | 274 # GNU Make has an annoying habit of putting *all* the Makefile variables |
| 676 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | 275 # into the environment, unless you include this target as a circumvention. |
| 677 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 276 # Rumor is that this will be fixed (and this target can be removed) |
| 678 unique=`for i in $$list; do \ | 277 # in GNU Make 4.0. |
| 679 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 680 done | \ | |
| 681 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
| 682 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| 683 mkid -fID $$unique | |
| 684 tags: TAGS | |
| 685 | |
| 686 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 687 $(TAGS_FILES) $(LISP) | |
| 688 set x; \ | |
| 689 here=`pwd`; \ | |
| 690 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
| 691 include_option=--etags-include; \ | |
| 692 empty_fix=.; \ | |
| 693 else \ | |
| 694 include_option=--include; \ | |
| 695 empty_fix=; \ | |
| 696 fi; \ | |
| 697 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 698 if test "$$subdir" = .; then :; else \ | |
| 699 test ! -f $$subdir/TAGS || \ | |
| 700 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | |
| 701 fi; \ | |
| 702 done; \ | |
| 703 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 704 unique=`for i in $$list; do \ | |
| 705 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 706 done | \ | |
| 707 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
| 708 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| 709 shift; \ | |
| 710 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
| 711 test -n "$$unique" || unique=$$empty_fix; \ | |
| 712 if test $$# -gt 0; then \ | |
| 713 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 714 "$$@" $$unique; \ | |
| 715 else \ | |
| 716 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 717 $$unique; \ | |
| 718 fi; \ | |
| 719 fi | |
| 720 ctags: CTAGS | |
| 721 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 722 $(TAGS_FILES) $(LISP) | |
| 723 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 724 unique=`for i in $$list; do \ | |
| 725 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 726 done | \ | |
| 727 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
| 728 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| 729 test -z "$(CTAGS_ARGS)$$unique" \ | |
| 730 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| 731 $$unique | |
| 732 | |
| 733 GTAGS: | |
| 734 here=`$(am__cd) $(top_builddir) && pwd` \ | |
| 735 && $(am__cd) $(top_srcdir) \ | |
| 736 && gtags -i $(GTAGS_ARGS) "$$here" | |
| 737 | |
| 738 distclean-tags: | |
| 739 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 740 | |
| 741 distdir: $(DISTFILES) | |
| 742 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| 743 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| 744 list='$(DISTFILES)'; \ | |
| 745 dist_files=`for file in $$list; do echo $$file; done | \ | |
| 746 sed -e "s|^$$srcdirstrip/||;t" \ | |
| 747 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
| 748 case $$dist_files in \ | |
| 749 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
| 750 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
| 751 sort -u` ;; \ | |
| 752 esac; \ | |
| 753 for file in $$dist_files; do \ | |
| 754 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| 755 if test -d $$d/$$file; then \ | |
| 756 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| 757 if test -d "$(distdir)/$$file"; then \ | |
| 758 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \ | |
| 759 fi; \ | |
| 760 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| 761 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
| 762 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {}
\;; \ | |
| 763 fi; \ | |
| 764 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
| 765 else \ | |
| 766 test -f "$(distdir)/$$file" \ | |
| 767 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
| 768 || exit 1; \ | |
| 769 fi; \ | |
| 770 done | |
| 771 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
| 772 if test "$$subdir" = .; then :; else \ | |
| 773 test -d "$(distdir)/$$subdir" \ | |
| 774 || $(MKDIR_P) "$(distdir)/$$subdir" \ | |
| 775 || exit 1; \ | |
| 776 fi; \ | |
| 777 done | |
| 778 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
| 779 if test "$$subdir" = .; then :; else \ | |
| 780 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |
| 781 $(am__relativize); \ | |
| 782 new_distdir=$$reldir; \ | |
| 783 dir1=$$subdir; dir2="$(top_distdir)"; \ | |
| 784 $(am__relativize); \ | |
| 785 new_top_distdir=$$reldir; \ | |
| 786 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_to
p_distdir" distdir="$$new_distdir" \\"; \ | |
| 787 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mod
e_fix=: distdir)"; \ | |
| 788 ($(am__cd) $$subdir && \ | |
| 789 $(MAKE) $(AM_MAKEFLAGS) \ | |
| 790 top_distdir="$$new_top_distdir" \ | |
| 791 distdir="$$new_distdir" \ | |
| 792 am__remove_distdir=: \ | |
| 793 am__skip_length_check=: \ | |
| 794 am__skip_mode_fix=: \ | |
| 795 distdir) \ | |
| 796 || exit 1; \ | |
| 797 fi; \ | |
| 798 done | |
| 799 check-am: all-am | |
| 800 check: $(BUILT_SOURCES) | |
| 801 $(MAKE) $(AM_MAKEFLAGS) check-recursive | |
| 802 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) | |
| 803 installdirs: installdirs-recursive | |
| 804 installdirs-am: | |
| 805 install: $(BUILT_SOURCES) | |
| 806 $(MAKE) $(AM_MAKEFLAGS) install-recursive | |
| 807 install-exec: install-exec-recursive | |
| 808 install-data: install-data-recursive | |
| 809 uninstall: uninstall-recursive | |
| 810 | |
| 811 install-am: all-am | |
| 812 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 813 | |
| 814 installcheck: installcheck-recursive | |
| 815 install-strip: | |
| 816 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 817 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 818 `test -z '$(STRIP)' || \ | |
| 819 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
| 820 mostlyclean-generic: | |
| 821 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) | |
| 822 | |
| 823 clean-generic: | |
| 824 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) | |
| 825 | |
| 826 distclean-generic: | |
| 827 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| 828 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f
$(CONFIG_CLEAN_VPATH_FILES) | |
| 829 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) | |
| 830 | |
| 831 maintainer-clean-generic: | |
| 832 @echo "This command is intended for maintainers to use" | |
| 833 @echo "it deletes files that may require special tools to rebuild." | |
| 834 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | |
| 835 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | |
| 836 clean: clean-recursive | |
| 837 | |
| 838 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \ | |
| 839 mostlyclean-am | |
| 840 | |
| 841 distclean: distclean-recursive | |
| 842 -rm -rf ./$(DEPDIR) | |
| 843 -rm -f Makefile | |
| 844 distclean-am: clean-am distclean-compile distclean-generic \ | |
| 845 distclean-tags | |
| 846 | |
| 847 dvi: dvi-recursive | |
| 848 | |
| 849 dvi-am: | |
| 850 | |
| 851 html: html-recursive | |
| 852 | |
| 853 html-am: | |
| 854 | |
| 855 info: info-recursive | |
| 856 | |
| 857 info-am: | |
| 858 | |
| 859 install-data-am: | |
| 860 | |
| 861 install-dvi: install-dvi-recursive | |
| 862 | |
| 863 install-dvi-am: | |
| 864 | |
| 865 install-exec-am: | |
| 866 | |
| 867 install-html: install-html-recursive | |
| 868 | |
| 869 install-html-am: | |
| 870 | |
| 871 install-info: install-info-recursive | |
| 872 | |
| 873 install-info-am: | |
| 874 | |
| 875 install-man: | |
| 876 | |
| 877 install-pdf: install-pdf-recursive | |
| 878 | |
| 879 install-pdf-am: | |
| 880 | |
| 881 install-ps: install-ps-recursive | |
| 882 | |
| 883 install-ps-am: | |
| 884 | |
| 885 installcheck-am: | |
| 886 | |
| 887 maintainer-clean: maintainer-clean-recursive | |
| 888 -rm -rf ./$(DEPDIR) | |
| 889 -rm -f Makefile | |
| 890 maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 891 | |
| 892 mostlyclean: mostlyclean-recursive | |
| 893 | |
| 894 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
| 895 mostlyclean-local | |
| 896 | |
| 897 pdf: pdf-recursive | |
| 898 | |
| 899 pdf-am: | |
| 900 | |
| 901 ps: ps-recursive | |
| 902 | |
| 903 ps-am: | |
| 904 | |
| 905 uninstall-am: | |
| 906 | |
| 907 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ | |
| 908 ctags-recursive install install-am install-strip \ | |
| 909 tags-recursive | |
| 910 | |
| 911 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ | |
| 912 all all-am check check-am clean clean-generic \ | |
| 913 clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \ | |
| 914 ctags-recursive distclean distclean-compile distclean-generic \ | |
| 915 distclean-tags distdir dvi dvi-am html html-am info info-am \ | |
| 916 install install-am install-data install-data-am install-dvi \ | |
| 917 install-dvi-am install-exec install-exec-am install-html \ | |
| 918 install-html-am install-info install-info-am install-man \ | |
| 919 install-pdf install-pdf-am install-ps install-ps-am \ | |
| 920 install-strip installcheck installcheck-am installdirs \ | |
| 921 installdirs-am maintainer-clean maintainer-clean-generic \ | |
| 922 mostlyclean mostlyclean-compile mostlyclean-generic \ | |
| 923 mostlyclean-local pdf pdf-am ps ps-am tags tags-recursive \ | |
| 924 uninstall uninstall-am | |
| 925 | |
| 926 # The arg-nonnull.h that gets inserted into generated .h files is the same as | |
| 927 # build-aux/arg-nonnull.h, except that it has the copyright header cut off. | |
| 928 arg-nonnull.h: $(top_srcdir)/gnulib/extra/arg-nonnull.h | |
| 929 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 930 sed -n -e '/GL_ARG_NONNULL/,$$p' \ | |
| 931 < $(top_srcdir)/gnulib/extra/arg-nonnull.h \ | |
| 932 > $@-t && \ | |
| 933 mv $@-t $@ | |
| 934 # The c++defs.h that gets inserted into generated .h files is the same as | |
| 935 # build-aux/c++defs.h, except that it has the copyright header cut off. | |
| 936 c++defs.h: $(top_srcdir)/gnulib/extra/c++defs.h | |
| 937 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 938 sed -n -e '/_GL_CXXDEFS/,$$p' \ | |
| 939 < $(top_srcdir)/gnulib/extra/c++defs.h \ | |
| 940 > $@-t && \ | |
| 941 mv $@-t $@ | |
| 942 | |
| 943 # We need the following in order to create <stddef.h> when the system | |
| 944 # doesn't have one that works with the given compiler. | |
| 945 stddef.h: stddef.in.h | |
| 946 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 947 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
| 948 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | |
| 949 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | |
| 950 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ | |
| 951 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ | |
| 952 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ | |
| 953 < $(srcdir)/stddef.in.h; \ | |
| 954 } > $@-t && \ | |
| 955 mv $@-t $@ | |
| 956 | |
| 957 # We need the following in order to create <stdint.h> when the system | |
| 958 # doesn't have one that works with the given compiler. | |
| 959 stdint.h: stdint.in.h | |
| 960 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 961 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
| 962 sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ | |
| 963 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | |
| 964 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | |
| 965 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ | |
| 966 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ | |
| 967 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ | |
| 968 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ | |
| 969 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ | |
| 970 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ | |
| 971 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_
INT)/g' \ | |
| 972 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ | |
| 973 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ | |
| 974 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ | |
| 975 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ | |
| 976 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g
' \ | |
| 977 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ | |
| 978 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ | |
| 979 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ | |
| 980 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ | |
| 981 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ | |
| 982 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ | |
| 983 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ | |
| 984 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ | |
| 985 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ | |
| 986 < $(srcdir)/stdint.in.h; \ | |
| 987 } > $@-t && \ | |
| 988 mv $@-t $@ | |
| 989 | |
| 990 # We need the following in order to create <string.h> when the system | |
| 991 # doesn't have one that works with the given compiler. | |
| 992 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |
| 993 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 994 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
| 995 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | |
| 996 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | |
| 997 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ | |
| 998 -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \ | |
| 999 -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \ | |
| 1000 -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \ | |
| 1001 -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \ | |
| 1002 -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \ | |
| 1003 -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \ | |
| 1004 -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \ | |
| 1005 -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \ | |
| 1006 -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \ | |
| 1007 -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \ | |
| 1008 -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \ | |
| 1009 -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \ | |
| 1010 -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \ | |
| 1011 -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \ | |
| 1012 -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \ | |
| 1013 -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \ | |
| 1014 -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \ | |
| 1015 -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \ | |
| 1016 -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \ | |
| 1017 -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \ | |
| 1018 -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \ | |
| 1019 -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \ | |
| 1020 -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \ | |
| 1021 -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \ | |
| 1022 -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \ | |
| 1023 -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \ | |
| 1024 -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \ | |
| 1025 -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \ | |
| 1026 -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \ | |
| 1027 -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \ | |
| 1028 -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \ | |
| 1029 -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \ | |
| 1030 -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \ | |
| 1031 -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \ | |
| 1032 < $(srcdir)/string.in.h | \ | |
| 1033 sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ | |
| 1034 -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ | |
| 1035 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ | |
| 1036 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ | |
| 1037 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ | |
| 1038 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ | |
| 1039 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ | |
| 1040 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ | |
| 1041 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ | |
| 1042 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ | |
| 1043 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ | |
| 1044 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ | |
| 1045 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ | |
| 1046 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ | |
| 1047 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ | |
| 1048 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ | |
| 1049 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ | |
| 1050 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ | |
| 1051 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ | |
| 1052 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ | |
| 1053 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ | |
| 1054 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ | |
| 1055 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ | |
| 1056 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ | |
| 1057 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ | |
| 1058 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ | |
| 1059 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ | |
| 1060 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ | |
| 1061 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ | |
| 1062 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ | |
| 1063 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ | |
| 1064 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | |
| 1065 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | |
| 1066 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ | |
| 1067 < $(srcdir)/string.in.h; \ | |
| 1068 } > $@-t && \ | |
| 1069 mv $@-t $@ | |
| 1070 # The warn-on-use.h that gets inserted into generated .h files is the same as | |
| 1071 # build-aux/warn-on-use.h, except that it has the copyright header cut off. | |
| 1072 warn-on-use.h: $(top_srcdir)/gnulib/extra/warn-on-use.h | |
| 1073 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 1074 sed -n -e '/^.ifndef/,$$p' \ | |
| 1075 < $(top_srcdir)/gnulib/extra/warn-on-use.h \ | |
| 1076 > $@-t && \ | |
| 1077 mv $@-t $@ | |
| 1078 | |
| 1079 # We need the following in order to create <wchar.h> when the system | |
| 1080 # version does not work standalone. | |
| 1081 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |
| 1082 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 1083 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
| 1084 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | |
| 1085 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | |
| 1086 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ | |
| 1087 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ | |
| 1088 -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \ | |
| 1089 -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \ | |
| 1090 -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \ | |
| 1091 -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \ | |
| 1092 -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \ | |
| 1093 -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \ | |
| 1094 -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \ | |
| 1095 -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \ | |
| 1096 -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \ | |
| 1097 -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \ | |
| 1098 -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \ | |
| 1099 -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ | |
| 1100 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ | |
| 1101 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ | |
| 1102 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ | |
| 1103 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ | |
| 1104 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ | |
| 1105 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ | |
| 1106 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ | |
| 1107 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ | |
| 1108 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ | |
| 1109 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ | |
| 1110 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ | |
| 1111 -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ | |
| 1112 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ | |
| 1113 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ | |
| 1114 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ | |
| 1115 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ | |
| 1116 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ | |
| 1117 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ | |
| 1118 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ | |
| 1119 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ | |
| 1120 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ | |
| 1121 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ | |
| 1122 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ | |
| 1123 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | |
| 1124 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | |
| 1125 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | |
| 1126 < $(srcdir)/wchar.in.h; \ | |
| 1127 } > $@-t && \ | |
| 1128 mv $@-t $@ | |
| 1129 | |
| 1130 mostlyclean-local: mostlyclean-generic | |
| 1131 @for dir in '' $(MOSTLYCLEANDIRS); do \ | |
| 1132 if test -n "$$dir" && test -d $$dir; then \ | |
| 1133 echo "rmdir $$dir"; rmdir $$dir; \ | |
| 1134 fi; \ | |
| 1135 done; \ | |
| 1136 : | |
| 1137 | |
| 1138 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 1139 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 1140 .NOEXPORT: | 278 .NOEXPORT: |
| 279 |
| 280 # GNU Make 3.63 has a different problem: it keeps tacking command line |
| 281 # overrides onto the definition of $(MAKE). This variable setting |
| 282 # will remove them. |
| 283 MAKEOVERRIDES= |
| 284 |
| 285 ### end of the libgnu Makefile.in. |
| OLD | NEW |