1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# Makefile.am for gv/ 19# 20# Time-stamp: "07/06/25 19:48:00 jemarch" 21# 22# Copyrigh (C) 2004 José E. Marchesi 23 24# Process this file with automake to get Makefile.in 25VPATH = @srcdir@ 26pkgdatadir = $(datadir)/@PACKAGE@ 27pkgincludedir = $(includedir)/@PACKAGE@ 28pkglibdir = $(libdir)/@PACKAGE@ 29pkglibexecdir = $(libexecdir)/@PACKAGE@ 30am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 31install_sh_DATA = $(install_sh) -c -m 644 32install_sh_PROGRAM = $(install_sh) -c 33install_sh_SCRIPT = $(install_sh) -c 34INSTALL_HEADER = $(INSTALL_DATA) 35transform = $(program_transform_name) 36NORMAL_INSTALL = : 37PRE_INSTALL = : 38POST_INSTALL = : 39NORMAL_UNINSTALL = : 40PRE_UNINSTALL = : 41POST_UNINSTALL = : 42build_triplet = @build@ 43host_triplet = @host@ 44subdir = . 45DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 46 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ 47 ChangeLog INSTALL NEWS config.guess config.sub depcomp \ 48 install-sh missing 49ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 50am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ 51 $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/canonicalize.m4 \ 52 $(top_srcdir)/m4/double-slash-root.m4 \ 53 $(top_srcdir)/m4/eealloc.m4 $(top_srcdir)/m4/errno_h.m4 \ 54 $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/getopt.m4 \ 55 $(top_srcdir)/m4/gettimeofday.m4 \ 56 $(top_srcdir)/m4/gnulib-common.m4 \ 57 $(top_srcdir)/m4/gnulib-comp.m4 \ 58 $(top_srcdir)/m4/include_next.m4 \ 59 $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \ 60 $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lstat.m4 \ 61 $(top_srcdir)/m4/malloca.m4 $(top_srcdir)/m4/mkdtemp.m4 \ 62 $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/multiarch.m4 \ 63 $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/pathmax.m4 \ 64 $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/signal_h.m4 \ 65 $(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdbool.m4 \ 66 $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \ 67 $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/sys_stat_h.m4 \ 68 $(top_srcdir)/m4/sys_time_h.m4 $(top_srcdir)/m4/tempname.m4 \ 69 $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/unistd_h.m4 \ 70 $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/wchar_t.m4 \ 71 $(top_srcdir)/configure.ac 72am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 73 $(ACLOCAL_M4) 74am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 75 configure.lineno config.status.lineno 76mkinstalldirs = $(install_sh) -d 77CONFIG_HEADER = $(top_builddir)/src/ac_config.h 78CONFIG_CLEAN_FILES = 79CONFIG_CLEAN_VPATH_FILES = 80SOURCES = 81DIST_SOURCES = 82RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 83 html-recursive info-recursive install-data-recursive \ 84 install-dvi-recursive install-exec-recursive \ 85 install-html-recursive install-info-recursive \ 86 install-pdf-recursive install-ps-recursive install-recursive \ 87 installcheck-recursive installdirs-recursive pdf-recursive \ 88 ps-recursive uninstall-recursive 89RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 90 distclean-recursive maintainer-clean-recursive 91AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 92 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 93 distdir dist dist-all distcheck 94ETAGS = etags 95CTAGS = ctags 96DIST_SUBDIRS = $(SUBDIRS) 97DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 98distdir = $(PACKAGE)-$(VERSION) 99top_distdir = $(distdir) 100am__remove_distdir = \ 101 { test ! -d "$(distdir)" \ 102 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 103 && rm -fr "$(distdir)"; }; } 104am__relativize = \ 105 dir0=`pwd`; \ 106 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 107 sed_rest='s,^[^/]*/*,,'; \ 108 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 109 sed_butlast='s,/*[^/]*$$,,'; \ 110 while test -n "$$dir1"; do \ 111 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 112 if test "$$first" != "."; then \ 113 if test "$$first" = ".."; then \ 114 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 115 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 116 else \ 117 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 118 if test "$$first2" = "$$first"; then \ 119 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 120 else \ 121 dir2="../$$dir2"; \ 122 fi; \ 123 dir0="$$dir0"/"$$first"; \ 124 fi; \ 125 fi; \ 126 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 127 done; \ 128 reldir="$$dir2" 129DIST_ARCHIVES = $(distdir).tar.gz 130GZIP_ENV = --best 131distuninstallcheck_listfiles = find . -type f -print 132distcleancheck_listfiles = find . -type f -print 133ACLOCAL = @ACLOCAL@ 134ALLOCA = @ALLOCA@ 135ALLOCA_H = @ALLOCA_H@ 136AMTAR = @AMTAR@ 137APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ 138AUTOCONF = @AUTOCONF@ 139AUTOHEADER = @AUTOHEADER@ 140AUTOMAKE = @AUTOMAKE@ 141AWK = @AWK@ 142BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ 143BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ 144BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ 145BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ 146BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ 147CC = @CC@ 148CCDEPMODE = @CCDEPMODE@ 149CFLAGS = @CFLAGS@ 150CPP = @CPP@ 151CPPFLAGS = @CPPFLAGS@ 152CYGPATH_W = @CYGPATH_W@ 153DEFS = @DEFS@ 154DEPDIR = @DEPDIR@ 155DEPS_CFLAGS = @DEPS_CFLAGS@ 156DEPS_LIBS = @DEPS_LIBS@ 157ECHO_C = @ECHO_C@ 158ECHO_N = @ECHO_N@ 159ECHO_T = @ECHO_T@ 160EGREP = @EGREP@ 161EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ 162EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ 163ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ 164ENOLINK_VALUE = @ENOLINK_VALUE@ 165EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ 166EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ 167ERRNO_H = @ERRNO_H@ 168EXEEXT = @EXEEXT@ 169GETOPT_H = @GETOPT_H@ 170GNULIB_ATOLL = @GNULIB_ATOLL@ 171GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ 172GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ 173GNULIB_CHOWN = @GNULIB_CHOWN@ 174GNULIB_CLOSE = @GNULIB_CLOSE@ 175GNULIB_DUP2 = @GNULIB_DUP2@ 176GNULIB_DUP3 = @GNULIB_DUP3@ 177GNULIB_ENVIRON = @GNULIB_ENVIRON@ 178GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ 179GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ 180GNULIB_FCHDIR = @GNULIB_FCHDIR@ 181GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ 182GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ 183GNULIB_FSTATAT = @GNULIB_FSTATAT@ 184GNULIB_FSYNC = @GNULIB_FSYNC@ 185GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ 186GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ 187GNULIB_GETCWD = @GNULIB_GETCWD@ 188GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ 189GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ 190GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ 191GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ 192GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ 193GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ 194GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ 195GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ 196GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ 197GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ 198GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ 199GNULIB_GRANTPT = @GNULIB_GRANTPT@ 200GNULIB_IMAXABS = @GNULIB_IMAXABS@ 201GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ 202GNULIB_LCHMOD = @GNULIB_LCHMOD@ 203GNULIB_LCHOWN = @GNULIB_LCHOWN@ 204GNULIB_LINK = @GNULIB_LINK@ 205GNULIB_LINKAT = @GNULIB_LINKAT@ 206GNULIB_LSEEK = @GNULIB_LSEEK@ 207GNULIB_LSTAT = @GNULIB_LSTAT@ 208GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ 209GNULIB_MBTOWC = @GNULIB_MBTOWC@ 210GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ 211GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ 212GNULIB_MKFIFO = @GNULIB_MKFIFO@ 213GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ 214GNULIB_MKNOD = @GNULIB_MKNOD@ 215GNULIB_MKNODAT = @GNULIB_MKNODAT@ 216GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ 217GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ 218GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ 219GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ 220GNULIB_MKTIME = @GNULIB_MKTIME@ 221GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ 222GNULIB_PIPE = @GNULIB_PIPE@ 223GNULIB_PIPE2 = @GNULIB_PIPE2@ 224GNULIB_PREAD = @GNULIB_PREAD@ 225GNULIB_PTSNAME = @GNULIB_PTSNAME@ 226GNULIB_PUTENV = @GNULIB_PUTENV@ 227GNULIB_PWRITE = @GNULIB_PWRITE@ 228GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ 229GNULIB_READ = @GNULIB_READ@ 230GNULIB_READLINK = @GNULIB_READLINK@ 231GNULIB_READLINKAT = @GNULIB_READLINKAT@ 232GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ 233GNULIB_REALPATH = @GNULIB_REALPATH@ 234GNULIB_RMDIR = @GNULIB_RMDIR@ 235GNULIB_RPMATCH = @GNULIB_RPMATCH@ 236GNULIB_SETENV = @GNULIB_SETENV@ 237GNULIB_SIGACTION = @GNULIB_SIGACTION@ 238GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ 239GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ 240GNULIB_SLEEP = @GNULIB_SLEEP@ 241GNULIB_STAT = @GNULIB_STAT@ 242GNULIB_STRPTIME = @GNULIB_STRPTIME@ 243GNULIB_STRTOD = @GNULIB_STRTOD@ 244GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ 245GNULIB_STRTOLL = @GNULIB_STRTOLL@ 246GNULIB_STRTOULL = @GNULIB_STRTOULL@ 247GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ 248GNULIB_SYMLINK = @GNULIB_SYMLINK@ 249GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ 250GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ 251GNULIB_TIMEGM = @GNULIB_TIMEGM@ 252GNULIB_TIME_R = @GNULIB_TIME_R@ 253GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ 254GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@ 255GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ 256GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ 257GNULIB_UNLINK = @GNULIB_UNLINK@ 258GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ 259GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ 260GNULIB_UNSETENV = @GNULIB_UNSETENV@ 261GNULIB_USLEEP = @GNULIB_USLEEP@ 262GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ 263GNULIB_WCTOMB = @GNULIB_WCTOMB@ 264GNULIB_WRITE = @GNULIB_WRITE@ 265GNULIB__EXIT = @GNULIB__EXIT@ 266GREP = @GREP@ 267HAVE_ATOLL = @HAVE_ATOLL@ 268HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ 269HAVE_CHOWN = @HAVE_CHOWN@ 270HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ 271HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ 272HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ 273HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ 274HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ 275HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ 276HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ 277HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ 278HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ 279HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ 280HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ 281HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ 282HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ 283HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ 284HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ 285HAVE_DUP2 = @HAVE_DUP2@ 286HAVE_DUP3 = @HAVE_DUP3@ 287HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ 288HAVE_FACCESSAT = @HAVE_FACCESSAT@ 289HAVE_FCHDIR = @HAVE_FCHDIR@ 290HAVE_FCHMODAT = @HAVE_FCHMODAT@ 291HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ 292HAVE_FSTATAT = @HAVE_FSTATAT@ 293HAVE_FSYNC = @HAVE_FSYNC@ 294HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ 295HAVE_FUTIMENS = @HAVE_FUTIMENS@ 296HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ 297HAVE_GETGROUPS = @HAVE_GETGROUPS@ 298HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ 299HAVE_GETLOGIN = @HAVE_GETLOGIN@ 300HAVE_GETOPT_H = @HAVE_GETOPT_H@ 301HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ 302HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ 303HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ 304HAVE_GRANTPT = @HAVE_GRANTPT@ 305HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ 306HAVE_LCHMOD = @HAVE_LCHMOD@ 307HAVE_LCHOWN = @HAVE_LCHOWN@ 308HAVE_LINK = @HAVE_LINK@ 309HAVE_LINKAT = @HAVE_LINKAT@ 310HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ 311HAVE_LSTAT = @HAVE_LSTAT@ 312HAVE_MKDIRAT = @HAVE_MKDIRAT@ 313HAVE_MKDTEMP = @HAVE_MKDTEMP@ 314HAVE_MKFIFO = @HAVE_MKFIFO@ 315HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ 316HAVE_MKNOD = @HAVE_MKNOD@ 317HAVE_MKNODAT = @HAVE_MKNODAT@ 318HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ 319HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ 320HAVE_MKSTEMP = @HAVE_MKSTEMP@ 321HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ 322HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ 323HAVE_OS_H = @HAVE_OS_H@ 324HAVE_PIPE = @HAVE_PIPE@ 325HAVE_PIPE2 = @HAVE_PIPE2@ 326HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ 327HAVE_PREAD = @HAVE_PREAD@ 328HAVE_PTSNAME = @HAVE_PTSNAME@ 329HAVE_PWRITE = @HAVE_PWRITE@ 330HAVE_RANDOM_H = @HAVE_RANDOM_H@ 331HAVE_RANDOM_R = @HAVE_RANDOM_R@ 332HAVE_READLINK = @HAVE_READLINK@ 333HAVE_READLINKAT = @HAVE_READLINKAT@ 334HAVE_REALPATH = @HAVE_REALPATH@ 335HAVE_RPMATCH = @HAVE_RPMATCH@ 336HAVE_SETENV = @HAVE_SETENV@ 337HAVE_SIGACTION = @HAVE_SIGACTION@ 338HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ 339HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ 340HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ 341HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ 342HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ 343HAVE_SIGSET_T = @HAVE_SIGSET_T@ 344HAVE_SLEEP = @HAVE_SLEEP@ 345HAVE_STDINT_H = @HAVE_STDINT_H@ 346HAVE_STRPTIME = @HAVE_STRPTIME@ 347HAVE_STRTOD = @HAVE_STRTOD@ 348HAVE_STRTOLL = @HAVE_STRTOLL@ 349HAVE_STRTOULL = @HAVE_STRTOULL@ 350HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ 351HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ 352HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ 353HAVE_SYMLINK = @HAVE_SYMLINK@ 354HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ 355HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ 356HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ 357HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ 358HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ 359HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ 360HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ 361HAVE_TIMEGM = @HAVE_TIMEGM@ 362HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ 363HAVE_UNISTD_H = @HAVE_UNISTD_H@ 364HAVE_UNLINKAT = @HAVE_UNLINKAT@ 365HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ 366HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ 367HAVE_USLEEP = @HAVE_USLEEP@ 368HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ 369HAVE_WCHAR_H = @HAVE_WCHAR_H@ 370HAVE_WCHAR_T = @HAVE_WCHAR_T@ 371HAVE__BOOL = @HAVE__BOOL@ 372HAVE__EXIT = @HAVE__EXIT@ 373INCLUDE_NEXT = @INCLUDE_NEXT@ 374INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ 375INSTALL = @INSTALL@ 376INSTALL_DATA = @INSTALL_DATA@ 377INSTALL_PROGRAM = @INSTALL_PROGRAM@ 378INSTALL_SCRIPT = @INSTALL_SCRIPT@ 379INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 380INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ 381INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ 382LDFLAGS = @LDFLAGS@ 383LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ 384LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ 385LIBINTL = @LIBINTL@ 386LIBOBJS = @LIBOBJS@ 387LIBS = @LIBS@ 388LTLIBINTL = @LTLIBINTL@ 389LTLIBOBJS = @LTLIBOBJS@ 390MAINT = @MAINT@ 391MAKEINFO = @MAKEINFO@ 392MANUALEDITION = @MANUALEDITION@ 393MKDIR_P = @MKDIR_P@ 394NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ 395NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ 396NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ 397NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ 398NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ 399NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ 400NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ 401NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ 402NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ 403NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ 404NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ 405NEXT_ERRNO_H = @NEXT_ERRNO_H@ 406NEXT_GETOPT_H = @NEXT_GETOPT_H@ 407NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ 408NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ 409NEXT_STDDEF_H = @NEXT_STDDEF_H@ 410NEXT_STDINT_H = @NEXT_STDINT_H@ 411NEXT_STDLIB_H = @NEXT_STDLIB_H@ 412NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ 413NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ 414NEXT_TIME_H = @NEXT_TIME_H@ 415NEXT_UNISTD_H = @NEXT_UNISTD_H@ 416OBJEXT = @OBJEXT@ 417PACKAGE = @PACKAGE@ 418PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 419PACKAGE_NAME = @PACKAGE_NAME@ 420PACKAGE_STRING = @PACKAGE_STRING@ 421PACKAGE_TARNAME = @PACKAGE_TARNAME@ 422PACKAGE_URL = @PACKAGE_URL@ 423PACKAGE_VERSION = @PACKAGE_VERSION@ 424PAPERSIZE = @PAPERSIZE@ 425PATH_SEPARATOR = @PATH_SEPARATOR@ 426PKG_CONFIG = @PKG_CONFIG@ 427PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ 428PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ 429PRINT_COMMAND = @PRINT_COMMAND@ 430PRIPTR_PREFIX = @PRIPTR_PREFIX@ 431PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ 432PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ 433PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ 434RANLIB = @RANLIB@ 435REPLACE_CALLOC = @REPLACE_CALLOC@ 436REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ 437REPLACE_CHOWN = @REPLACE_CHOWN@ 438REPLACE_CLOSE = @REPLACE_CLOSE@ 439REPLACE_DUP = @REPLACE_DUP@ 440REPLACE_DUP2 = @REPLACE_DUP2@ 441REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ 442REPLACE_FSTAT = @REPLACE_FSTAT@ 443REPLACE_FSTATAT = @REPLACE_FSTATAT@ 444REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ 445REPLACE_GETCWD = @REPLACE_GETCWD@ 446REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ 447REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ 448REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ 449REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ 450REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ 451REPLACE_LCHOWN = @REPLACE_LCHOWN@ 452REPLACE_LINK = @REPLACE_LINK@ 453REPLACE_LINKAT = @REPLACE_LINKAT@ 454REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ 455REPLACE_LSEEK = @REPLACE_LSEEK@ 456REPLACE_LSTAT = @REPLACE_LSTAT@ 457REPLACE_MALLOC = @REPLACE_MALLOC@ 458REPLACE_MBTOWC = @REPLACE_MBTOWC@ 459REPLACE_MKDIR = @REPLACE_MKDIR@ 460REPLACE_MKFIFO = @REPLACE_MKFIFO@ 461REPLACE_MKNOD = @REPLACE_MKNOD@ 462REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ 463REPLACE_MKTIME = @REPLACE_MKTIME@ 464REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ 465REPLACE_NULL = @REPLACE_NULL@ 466REPLACE_PREAD = @REPLACE_PREAD@ 467REPLACE_PUTENV = @REPLACE_PUTENV@ 468REPLACE_PWRITE = @REPLACE_PWRITE@ 469REPLACE_READ = @REPLACE_READ@ 470REPLACE_READLINK = @REPLACE_READLINK@ 471REPLACE_REALLOC = @REPLACE_REALLOC@ 472REPLACE_REALPATH = @REPLACE_REALPATH@ 473REPLACE_RMDIR = @REPLACE_RMDIR@ 474REPLACE_SETENV = @REPLACE_SETENV@ 475REPLACE_SLEEP = @REPLACE_SLEEP@ 476REPLACE_STAT = @REPLACE_STAT@ 477REPLACE_STRTOD = @REPLACE_STRTOD@ 478REPLACE_SYMLINK = @REPLACE_SYMLINK@ 479REPLACE_TIMEGM = @REPLACE_TIMEGM@ 480REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ 481REPLACE_UNLINK = @REPLACE_UNLINK@ 482REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ 483REPLACE_UNSETENV = @REPLACE_UNSETENV@ 484REPLACE_USLEEP = @REPLACE_USLEEP@ 485REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ 486REPLACE_WCTOMB = @REPLACE_WCTOMB@ 487REPLACE_WRITE = @REPLACE_WRITE@ 488SAVE_DIR = @SAVE_DIR@ 489SCRATCH_DIR = @SCRATCH_DIR@ 490SET_MAKE = @SET_MAKE@ 491SHELL = @SHELL@ 492SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ 493SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ 494STDBOOL_H = @STDBOOL_H@ 495STDDEF_H = @STDDEF_H@ 496STDINT_H = @STDINT_H@ 497STRIP = @STRIP@ 498SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ 499TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ 500UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ 501UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ 502UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ 503UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ 504USE_BACKING_PIXMAP = @USE_BACKING_PIXMAP@ 505VERSION = @VERSION@ 506WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ 507WINT_T_SUFFIX = @WINT_T_SUFFIX@ 508XMKMF = @XMKMF@ 509X_CFLAGS = @X_CFLAGS@ 510X_EXTRA_LIBS = @X_EXTRA_LIBS@ 511X_LIBS = @X_LIBS@ 512X_PRE_LIBS = @X_PRE_LIBS@ 513abs_builddir = @abs_builddir@ 514abs_srcdir = @abs_srcdir@ 515abs_top_builddir = @abs_top_builddir@ 516abs_top_srcdir = @abs_top_srcdir@ 517ac_ct_CC = @ac_ct_CC@ 518am__include = @am__include@ 519am__leading_dot = @am__leading_dot@ 520am__quote = @am__quote@ 521am__tar = @am__tar@ 522am__untar = @am__untar@ 523bindir = @bindir@ 524build = @build@ 525build_alias = @build_alias@ 526build_cpu = @build_cpu@ 527build_os = @build_os@ 528build_vendor = @build_vendor@ 529builddir = @builddir@ 530datadir = @datadir@ 531datarootdir = @datarootdir@ 532docdir = @docdir@ 533dvidir = @dvidir@ 534exec_prefix = @exec_prefix@ 535gl_LIBOBJS = @gl_LIBOBJS@ 536gl_LTLIBOBJS = @gl_LTLIBOBJS@ 537gltests_LIBOBJS = @gltests_LIBOBJS@ 538gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ 539gltests_WITNESS = @gltests_WITNESS@ 540host = @host@ 541host_alias = @host_alias@ 542host_cpu = @host_cpu@ 543host_os = @host_os@ 544host_vendor = @host_vendor@ 545htmldir = @htmldir@ 546includedir = @includedir@ 547infodir = @infodir@ 548install_sh = @install_sh@ 549libdir = @libdir@ 550libexecdir = @libexecdir@ 551localedir = @localedir@ 552localstatedir = @localstatedir@ 553mandir = @mandir@ 554mkdir_p = @mkdir_p@ 555oldincludedir = @oldincludedir@ 556pdfdir = @pdfdir@ 557prefix = @prefix@ 558program_transform_name = @program_transform_name@ 559psdir = @psdir@ 560sbindir = @sbindir@ 561sharedstatedir = @sharedstatedir@ 562srcdir = @srcdir@ 563sysconfdir = @sysconfdir@ 564target_alias = @target_alias@ 565top_build_prefix = @top_build_prefix@ 566top_builddir = @top_builddir@ 567top_srcdir = @top_srcdir@ 568ACLOCAL_AMFLAGS = -I m4 569SUBDIRS = lib src doc 570EXTRA_DIST = README.I18N README.TRANSLATION 571all: all-recursive 572 573.SUFFIXES: 574am--refresh: 575 @: 576$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 577 @for dep in $?; do \ 578 case '$(am__configure_deps)' in \ 579 *$$dep*) \ 580 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 581 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 582 && exit 0; \ 583 exit 1;; \ 584 esac; \ 585 done; \ 586 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 587 $(am__cd) $(top_srcdir) && \ 588 $(AUTOMAKE) --gnu Makefile 589.PRECIOUS: Makefile 590Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 591 @case '$?' in \ 592 *config.status*) \ 593 echo ' $(SHELL) ./config.status'; \ 594 $(SHELL) ./config.status;; \ 595 *) \ 596 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 597 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 598 esac; 599 600$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 601 $(SHELL) ./config.status --recheck 602 603$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 604 $(am__cd) $(srcdir) && $(AUTOCONF) 605$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 606 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 607$(am__aclocal_m4_deps): 608 609# This directory's subdirectories are mostly independent; you can cd 610# into them and run `make' without going through this Makefile. 611# To change the values of `make' variables: instead of editing Makefiles, 612# (1) if the variable is set in `config.status', edit `config.status' 613# (which will cause the Makefiles to be regenerated when you run `make'); 614# (2) otherwise, pass the desired values on the `make' command line. 615$(RECURSIVE_TARGETS): 616 @fail= failcom='exit 1'; \ 617 for f in x $$MAKEFLAGS; do \ 618 case $$f in \ 619 *=* | --[!k]*);; \ 620 *k*) failcom='fail=yes';; \ 621 esac; \ 622 done; \ 623 dot_seen=no; \ 624 target=`echo $@ | sed s/-recursive//`; \ 625 list='$(SUBDIRS)'; for subdir in $$list; do \ 626 echo "Making $$target in $$subdir"; \ 627 if test "$$subdir" = "."; then \ 628 dot_seen=yes; \ 629 local_target="$$target-am"; \ 630 else \ 631 local_target="$$target"; \ 632 fi; \ 633 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 634 || eval $$failcom; \ 635 done; \ 636 if test "$$dot_seen" = "no"; then \ 637 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 638 fi; test -z "$$fail" 639 640$(RECURSIVE_CLEAN_TARGETS): 641 @fail= failcom='exit 1'; \ 642 for f in x $$MAKEFLAGS; do \ 643 case $$f in \ 644 *=* | --[!k]*);; \ 645 *k*) failcom='fail=yes';; \ 646 esac; \ 647 done; \ 648 dot_seen=no; \ 649 case "$@" in \ 650 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 651 *) list='$(SUBDIRS)' ;; \ 652 esac; \ 653 rev=''; for subdir in $$list; do \ 654 if test "$$subdir" = "."; then :; else \ 655 rev="$$subdir $$rev"; \ 656 fi; \ 657 done; \ 658 rev="$$rev ."; \ 659 target=`echo $@ | sed s/-recursive//`; \ 660 for subdir in $$rev; do \ 661 echo "Making $$target in $$subdir"; \ 662 if test "$$subdir" = "."; then \ 663 local_target="$$target-am"; \ 664 else \ 665 local_target="$$target"; \ 666 fi; \ 667 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 668 || eval $$failcom; \ 669 done && test -z "$$fail" 670tags-recursive: 671 list='$(SUBDIRS)'; for subdir in $$list; do \ 672 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 673 done 674ctags-recursive: 675 list='$(SUBDIRS)'; for subdir in $$list; do \ 676 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 677 done 678 679ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 680 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 681 unique=`for i in $$list; do \ 682 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 683 done | \ 684 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 685 END { if (nonempty) { for (i in files) print i; }; }'`; \ 686 mkid -fID $$unique 687tags: TAGS 688 689TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 690 $(TAGS_FILES) $(LISP) 691 set x; \ 692 here=`pwd`; \ 693 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 694 include_option=--etags-include; \ 695 empty_fix=.; \ 696 else \ 697 include_option=--include; \ 698 empty_fix=; \ 699 fi; \ 700 list='$(SUBDIRS)'; for subdir in $$list; do \ 701 if test "$$subdir" = .; then :; else \ 702 test ! -f $$subdir/TAGS || \ 703 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 704 fi; \ 705 done; \ 706 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 707 unique=`for i in $$list; do \ 708 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 709 done | \ 710 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 711 END { if (nonempty) { for (i in files) print i; }; }'`; \ 712 shift; \ 713 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 714 test -n "$$unique" || unique=$$empty_fix; \ 715 if test $$# -gt 0; then \ 716 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 717 "$$@" $$unique; \ 718 else \ 719 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 720 $$unique; \ 721 fi; \ 722 fi 723ctags: CTAGS 724CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 725 $(TAGS_FILES) $(LISP) 726 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 727 unique=`for i in $$list; do \ 728 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 729 done | \ 730 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 731 END { if (nonempty) { for (i in files) print i; }; }'`; \ 732 test -z "$(CTAGS_ARGS)$$unique" \ 733 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 734 $$unique 735 736GTAGS: 737 here=`$(am__cd) $(top_builddir) && pwd` \ 738 && $(am__cd) $(top_srcdir) \ 739 && gtags -i $(GTAGS_ARGS) "$$here" 740 741distclean-tags: 742 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 743 744distdir: $(DISTFILES) 745 $(am__remove_distdir) 746 test -d "$(distdir)" || mkdir "$(distdir)" 747 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 748 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 749 list='$(DISTFILES)'; \ 750 dist_files=`for file in $$list; do echo $$file; done | \ 751 sed -e "s|^$$srcdirstrip/||;t" \ 752 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 753 case $$dist_files in \ 754 */*) $(MKDIR_P) `echo "$$dist_files" | \ 755 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 756 sort -u` ;; \ 757 esac; \ 758 for file in $$dist_files; do \ 759 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 760 if test -d $$d/$$file; then \ 761 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 762 if test -d "$(distdir)/$$file"; then \ 763 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 764 fi; \ 765 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 766 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 767 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 768 fi; \ 769 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 770 else \ 771 test -f "$(distdir)/$$file" \ 772 || cp -p $$d/$$file "$(distdir)/$$file" \ 773 || exit 1; \ 774 fi; \ 775 done 776 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 777 if test "$$subdir" = .; then :; else \ 778 test -d "$(distdir)/$$subdir" \ 779 || $(MKDIR_P) "$(distdir)/$$subdir" \ 780 || exit 1; \ 781 fi; \ 782 done 783 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 784 if test "$$subdir" = .; then :; else \ 785 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 786 $(am__relativize); \ 787 new_distdir=$$reldir; \ 788 dir1=$$subdir; dir2="$(top_distdir)"; \ 789 $(am__relativize); \ 790 new_top_distdir=$$reldir; \ 791 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 792 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 793 ($(am__cd) $$subdir && \ 794 $(MAKE) $(AM_MAKEFLAGS) \ 795 top_distdir="$$new_top_distdir" \ 796 distdir="$$new_distdir" \ 797 am__remove_distdir=: \ 798 am__skip_length_check=: \ 799 am__skip_mode_fix=: \ 800 distdir) \ 801 || exit 1; \ 802 fi; \ 803 done 804 -test -n "$(am__skip_mode_fix)" \ 805 || find "$(distdir)" -type d ! -perm -755 \ 806 -exec chmod u+rwx,go+rx {} \; -o \ 807 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 808 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 809 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 810 || chmod -R a+r "$(distdir)" 811dist-gzip: distdir 812 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 813 $(am__remove_distdir) 814 815dist-bzip2: distdir 816 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 817 $(am__remove_distdir) 818 819dist-lzma: distdir 820 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 821 $(am__remove_distdir) 822 823dist-xz: distdir 824 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 825 $(am__remove_distdir) 826 827dist-tarZ: distdir 828 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 829 $(am__remove_distdir) 830 831dist-shar: distdir 832 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 833 $(am__remove_distdir) 834 835dist-zip: distdir 836 -rm -f $(distdir).zip 837 zip -rq $(distdir).zip $(distdir) 838 $(am__remove_distdir) 839 840dist dist-all: distdir 841 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 842 $(am__remove_distdir) 843 844# This target untars the dist file and tries a VPATH configuration. Then 845# it guarantees that the distribution is self-contained by making another 846# tarfile. 847distcheck: dist 848 case '$(DIST_ARCHIVES)' in \ 849 *.tar.gz*) \ 850 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 851 *.tar.bz2*) \ 852 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 853 *.tar.lzma*) \ 854 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 855 *.tar.xz*) \ 856 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 857 *.tar.Z*) \ 858 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 859 *.shar.gz*) \ 860 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 861 *.zip*) \ 862 unzip $(distdir).zip ;;\ 863 esac 864 chmod -R a-w $(distdir); chmod u+w $(distdir) 865 mkdir $(distdir)/_build 866 mkdir $(distdir)/_inst 867 chmod a-w $(distdir) 868 test -d $(distdir)/_build || exit 0; \ 869 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 870 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 871 && am__cwd=`pwd` \ 872 && $(am__cd) $(distdir)/_build \ 873 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 874 $(DISTCHECK_CONFIGURE_FLAGS) \ 875 && $(MAKE) $(AM_MAKEFLAGS) \ 876 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 877 && $(MAKE) $(AM_MAKEFLAGS) check \ 878 && $(MAKE) $(AM_MAKEFLAGS) install \ 879 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 880 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 881 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 882 distuninstallcheck \ 883 && chmod -R a-w "$$dc_install_base" \ 884 && ({ \ 885 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 886 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 887 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 888 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 889 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 890 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 891 && rm -rf "$$dc_destdir" \ 892 && $(MAKE) $(AM_MAKEFLAGS) dist \ 893 && rm -rf $(DIST_ARCHIVES) \ 894 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 895 && cd "$$am__cwd" \ 896 || exit 1 897 $(am__remove_distdir) 898 @(echo "$(distdir) archives ready for distribution: "; \ 899 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 900 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 901distuninstallcheck: 902 @$(am__cd) '$(distuninstallcheck_dir)' \ 903 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 904 || { echo "ERROR: files left after uninstall:" ; \ 905 if test -n "$(DESTDIR)"; then \ 906 echo " (check DESTDIR support)"; \ 907 fi ; \ 908 $(distuninstallcheck_listfiles) ; \ 909 exit 1; } >&2 910distcleancheck: distclean 911 @if test '$(srcdir)' = . ; then \ 912 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 913 exit 1 ; \ 914 fi 915 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 916 || { echo "ERROR: files left in build directory after distclean:" ; \ 917 $(distcleancheck_listfiles) ; \ 918 exit 1; } >&2 919check-am: all-am 920check: check-recursive 921all-am: Makefile 922installdirs: installdirs-recursive 923installdirs-am: 924install: install-recursive 925install-exec: install-exec-recursive 926install-data: install-data-recursive 927uninstall: uninstall-recursive 928 929install-am: all-am 930 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 931 932installcheck: installcheck-recursive 933install-strip: 934 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 935 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 936 `test -z '$(STRIP)' || \ 937 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 938mostlyclean-generic: 939 940clean-generic: 941 942distclean-generic: 943 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 944 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 945 946maintainer-clean-generic: 947 @echo "This command is intended for maintainers to use" 948 @echo "it deletes files that may require special tools to rebuild." 949clean: clean-recursive 950 951clean-am: clean-generic mostlyclean-am 952 953distclean: distclean-recursive 954 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 955 -rm -f Makefile 956distclean-am: clean-am distclean-generic distclean-tags 957 958dvi: dvi-recursive 959 960dvi-am: 961 962html: html-recursive 963 964html-am: 965 966info: info-recursive 967 968info-am: 969 970install-data-am: 971 972install-dvi: install-dvi-recursive 973 974install-dvi-am: 975 976install-exec-am: 977 978install-html: install-html-recursive 979 980install-html-am: 981 982install-info: install-info-recursive 983 984install-info-am: 985 986install-man: 987 988install-pdf: install-pdf-recursive 989 990install-pdf-am: 991 992install-ps: install-ps-recursive 993 994install-ps-am: 995 996installcheck-am: 997 998maintainer-clean: maintainer-clean-recursive 999 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1000 -rm -rf $(top_srcdir)/autom4te.cache 1001 -rm -f Makefile 1002maintainer-clean-am: distclean-am maintainer-clean-generic 1003 1004mostlyclean: mostlyclean-recursive 1005 1006mostlyclean-am: mostlyclean-generic 1007 1008pdf: pdf-recursive 1009 1010pdf-am: 1011 1012ps: ps-recursive 1013 1014ps-am: 1015 1016uninstall-am: 1017 1018.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 1019 install-am install-strip tags-recursive 1020 1021.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 1022 all all-am am--refresh check check-am clean clean-generic \ 1023 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 1024 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ 1025 distclean distclean-generic distclean-tags distcleancheck \ 1026 distdir distuninstallcheck dvi dvi-am html html-am info \ 1027 info-am install install-am install-data install-data-am \ 1028 install-dvi install-dvi-am install-exec install-exec-am \ 1029 install-html install-html-am install-info install-info-am \ 1030 install-man install-pdf install-pdf-am install-ps \ 1031 install-ps-am install-strip installcheck installcheck-am \ 1032 installdirs installdirs-am maintainer-clean \ 1033 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 1034 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am 1035 1036 1037# Tell versions [3.59,3.63) of GNU make to not export all variables. 1038# Otherwise a system limit (for SysV at least) may be exceeded. 1039.NOEXPORT: 1040