mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
996 lines
36 KiB
Makefile
996 lines
36 KiB
Makefile
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
|
# Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
@SET_MAKE@
|
|
|
|
# Copyright (C) 2002-2011 Free Software Foundation, Inc.
|
|
#
|
|
# This file is free software, distributed under the terms of the GNU
|
|
# General Public License. As a special exception to the GNU General
|
|
# Public License, this file may be distributed as part of a program
|
|
# that contains a configuration script generated by Autoconf, under
|
|
# the same distribution terms as the rest of that program.
|
|
#
|
|
# Generated by gnulib-tool.
|
|
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files dtoastr getopt-gnu ignore-value mktime strftime
|
|
|
|
VPATH = @srcdir@
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = $(program_transform_name)
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
build_triplet = @build@
|
|
host_triplet = @host@
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
|
$(srcdir)/gnulib.mk COPYING
|
|
subdir = lib
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
|
|
$(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/extensions.m4 \
|
|
$(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gl-comp.m4 \
|
|
$(top_srcdir)/m4/gnulib-common.m4 \
|
|
$(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/mktime.m4 \
|
|
$(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/stdbool.m4 \
|
|
$(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/strftime.m4 \
|
|
$(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \
|
|
$(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/unistd_h.m4 \
|
|
$(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/configure.in
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/src/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
LIBRARIES = $(noinst_LIBRARIES)
|
|
AR = ar
|
|
ARFLAGS = cru
|
|
libgnu_a_AR = $(AR) $(ARFLAGS)
|
|
am__DEPENDENCIES_1 =
|
|
am_libgnu_a_OBJECTS = dtoastr.$(OBJEXT)
|
|
libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
am__mv = mv -f
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
|
|
DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
ACLOCAL = @ACLOCAL@
|
|
ALLOCA = @ALLOCA@
|
|
ALSA_CFLAGS = @ALSA_CFLAGS@
|
|
ALSA_LIBS = @ALSA_LIBS@
|
|
AMTAR = @AMTAR@
|
|
APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
BLESSMAIL_TARGET = @BLESSMAIL_TARGET@
|
|
CANNOT_DUMP = @CANNOT_DUMP@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
CFLAGS = @CFLAGS@
|
|
CFLAGS_SOUND = @CFLAGS_SOUND@
|
|
COM_ERRLIB = @COM_ERRLIB@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
CRT_DIR = @CRT_DIR@
|
|
CRYPTOLIB = @CRYPTOLIB@
|
|
CYGPATH_W = @CYGPATH_W@
|
|
CYGWIN_OBJ = @CYGWIN_OBJ@
|
|
C_SWITCH_MACHINE = @C_SWITCH_MACHINE@
|
|
C_SWITCH_SYSTEM = @C_SWITCH_SYSTEM@
|
|
C_SWITCH_X_SITE = @C_SWITCH_X_SITE@
|
|
C_SWITCH_X_SYSTEM = @C_SWITCH_X_SYSTEM@
|
|
C_WARNINGS_SWITCH = @C_WARNINGS_SWITCH@
|
|
DBUS_CFLAGS = @DBUS_CFLAGS@
|
|
DBUS_LIBS = @DBUS_LIBS@
|
|
DBUS_OBJ = @DBUS_OBJ@
|
|
DEFS = @DEFS@
|
|
DEPDIR = @DEPDIR@
|
|
DEPFLAGS = @DEPFLAGS@
|
|
DESLIB = @DESLIB@
|
|
ECHO_C = @ECHO_C@
|
|
ECHO_N = @ECHO_N@
|
|
ECHO_T = @ECHO_T@
|
|
EGREP = @EGREP@
|
|
EXEEXT = @EXEEXT@
|
|
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
|
|
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
|
|
FONT_OBJ = @FONT_OBJ@
|
|
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
|
|
FREETYPE_LIBS = @FREETYPE_LIBS@
|
|
GCONF_CFLAGS = @GCONF_CFLAGS@
|
|
GCONF_LIBS = @GCONF_LIBS@
|
|
GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
|
|
GETOPT_H = @GETOPT_H@
|
|
GMALLOC_OBJ = @GMALLOC_OBJ@
|
|
GNULIB_CHOWN = @GNULIB_CHOWN@
|
|
GNULIB_CLOSE = @GNULIB_CLOSE@
|
|
GNULIB_DUP2 = @GNULIB_DUP2@
|
|
GNULIB_DUP3 = @GNULIB_DUP3@
|
|
GNULIB_ENVIRON = @GNULIB_ENVIRON@
|
|
GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
|
|
GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
|
|
GNULIB_FCHDIR = @GNULIB_FCHDIR@
|
|
GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
|
|
GNULIB_FSYNC = @GNULIB_FSYNC@
|
|
GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
|
|
GNULIB_GETCWD = @GNULIB_GETCWD@
|
|
GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
|
|
GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
|
|
GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
|
|
GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
|
|
GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
|
|
GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
|
|
GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
|
|
GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
|
|
GNULIB_LCHOWN = @GNULIB_LCHOWN@
|
|
GNULIB_LINK = @GNULIB_LINK@
|
|
GNULIB_LINKAT = @GNULIB_LINKAT@
|
|
GNULIB_LSEEK = @GNULIB_LSEEK@
|
|
GNULIB_MKTIME = @GNULIB_MKTIME@
|
|
GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@
|
|
GNULIB_PIPE = @GNULIB_PIPE@
|
|
GNULIB_PIPE2 = @GNULIB_PIPE2@
|
|
GNULIB_PREAD = @GNULIB_PREAD@
|
|
GNULIB_PWRITE = @GNULIB_PWRITE@
|
|
GNULIB_READLINK = @GNULIB_READLINK@
|
|
GNULIB_READLINKAT = @GNULIB_READLINKAT@
|
|
GNULIB_RMDIR = @GNULIB_RMDIR@
|
|
GNULIB_SLEEP = @GNULIB_SLEEP@
|
|
GNULIB_STRPTIME = @GNULIB_STRPTIME@
|
|
GNULIB_SYMLINK = @GNULIB_SYMLINK@
|
|
GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
|
|
GNULIB_TIMEGM = @GNULIB_TIMEGM@
|
|
GNULIB_TIME_R = @GNULIB_TIME_R@
|
|
GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
|
|
GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@
|
|
GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
|
|
GNULIB_UNLINK = @GNULIB_UNLINK@
|
|
GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
|
|
GNULIB_USLEEP = @GNULIB_USLEEP@
|
|
GNULIB_WRITE = @GNULIB_WRITE@
|
|
GNU_OBJC_CFLAGS = @GNU_OBJC_CFLAGS@
|
|
GREP = @GREP@
|
|
GTK_CFLAGS = @GTK_CFLAGS@
|
|
GTK_LIBS = @GTK_LIBS@
|
|
GTK_OBJ = @GTK_OBJ@
|
|
GZIP_INFO = @GZIP_INFO@
|
|
GZIP_PROG = @GZIP_PROG@
|
|
HAVE_CHOWN = @HAVE_CHOWN@
|
|
HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
|
|
HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
|
|
HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
|
|
HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
|
|
HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
|
|
HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
|
|
HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
|
|
HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
|
|
HAVE_DUP2 = @HAVE_DUP2@
|
|
HAVE_DUP3 = @HAVE_DUP3@
|
|
HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
|
|
HAVE_FACCESSAT = @HAVE_FACCESSAT@
|
|
HAVE_FCHDIR = @HAVE_FCHDIR@
|
|
HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
|
|
HAVE_FSYNC = @HAVE_FSYNC@
|
|
HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
|
|
HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
|
|
HAVE_GETGROUPS = @HAVE_GETGROUPS@
|
|
HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
|
|
HAVE_GETLOGIN = @HAVE_GETLOGIN@
|
|
HAVE_GETOPT_H = @HAVE_GETOPT_H@
|
|
HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
|
|
HAVE_LCHOWN = @HAVE_LCHOWN@
|
|
HAVE_LINK = @HAVE_LINK@
|
|
HAVE_LINKAT = @HAVE_LINKAT@
|
|
HAVE_MAKEINFO = @HAVE_MAKEINFO@
|
|
HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
|
|
HAVE_OS_H = @HAVE_OS_H@
|
|
HAVE_PIPE = @HAVE_PIPE@
|
|
HAVE_PIPE2 = @HAVE_PIPE2@
|
|
HAVE_PREAD = @HAVE_PREAD@
|
|
HAVE_PWRITE = @HAVE_PWRITE@
|
|
HAVE_READLINK = @HAVE_READLINK@
|
|
HAVE_READLINKAT = @HAVE_READLINKAT@
|
|
HAVE_SLEEP = @HAVE_SLEEP@
|
|
HAVE_STRPTIME = @HAVE_STRPTIME@
|
|
HAVE_SYMLINK = @HAVE_SYMLINK@
|
|
HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
|
|
HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
|
|
HAVE_TIMEGM = @HAVE_TIMEGM@
|
|
HAVE_UNISTD_H = @HAVE_UNISTD_H@
|
|
HAVE_UNLINKAT = @HAVE_UNLINKAT@
|
|
HAVE_USLEEP = @HAVE_USLEEP@
|
|
HAVE_WCHAR_T = @HAVE_WCHAR_T@
|
|
HAVE_XSERVER = @HAVE_XSERVER@
|
|
HAVE__BOOL = @HAVE__BOOL@
|
|
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
|
|
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
|
|
INCLUDE_NEXT = @INCLUDE_NEXT@
|
|
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_INFO = @INSTALL_INFO@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
KMEM_GROUP = @KMEM_GROUP@
|
|
KRB4LIB = @KRB4LIB@
|
|
KRB5LIB = @KRB5LIB@
|
|
LDFLAGS = @LDFLAGS@
|
|
LD_FIRSTFLAG = @LD_FIRSTFLAG@
|
|
LD_SWITCH_SYSTEM = @LD_SWITCH_SYSTEM@
|
|
LD_SWITCH_SYSTEM_TEMACS = @LD_SWITCH_SYSTEM_TEMACS@
|
|
LD_SWITCH_X_SITE = @LD_SWITCH_X_SITE@
|
|
LD_SWITCH_X_SITE_AUX = @LD_SWITCH_X_SITE_AUX@
|
|
LD_SWITCH_X_SITE_AUX_RPATH = @LD_SWITCH_X_SITE_AUX_RPATH@
|
|
LIBGIF = @LIBGIF@
|
|
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
|
|
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
|
|
LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
|
|
LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
|
|
LIBGPM = @LIBGPM@
|
|
LIBHESIOD = @LIBHESIOD@
|
|
LIBINTL = @LIBINTL@
|
|
LIBJPEG = @LIBJPEG@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBOTF_CFLAGS = @LIBOTF_CFLAGS@
|
|
LIBOTF_LIBS = @LIBOTF_LIBS@
|
|
LIBPNG = @LIBPNG@
|
|
LIBRESOLV = @LIBRESOLV@
|
|
LIBS = @LIBS@
|
|
LIBSELINUX_LIBS = @LIBSELINUX_LIBS@
|
|
LIBSOUND = @LIBSOUND@
|
|
LIBS_MAIL = @LIBS_MAIL@
|
|
LIBS_SYSTEM = @LIBS_SYSTEM@
|
|
LIBS_TERMCAP = @LIBS_TERMCAP@
|
|
LIBTIFF = @LIBTIFF@
|
|
LIBXMENU = @LIBXMENU@
|
|
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
|
|
LIBXML2_LIBS = @LIBXML2_LIBS@
|
|
LIBXMU = @LIBXMU@
|
|
LIBXPM = @LIBXPM@
|
|
LIBXSM = @LIBXSM@
|
|
LIBXTR6 = @LIBXTR6@
|
|
LIBXT_OTHER = @LIBXT_OTHER@
|
|
LIBX_OTHER = @LIBX_OTHER@
|
|
LIB_GCC = @LIB_GCC@
|
|
LIB_MATH = @LIB_MATH@
|
|
LIB_STANDARD = @LIB_STANDARD@
|
|
LTLIBINTL = @LTLIBINTL@
|
|
LTLIBOBJS = @LTLIBOBJS@
|
|
M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@
|
|
M17N_FLT_LIBS = @M17N_FLT_LIBS@
|
|
MAINT = @MAINT@
|
|
MAKEINFO = @MAKEINFO@
|
|
MKDEPDIR = @MKDEPDIR@
|
|
MKDIR_P = @MKDIR_P@
|
|
MOUSE_SUPPORT = @MOUSE_SUPPORT@
|
|
M_FILE = @M_FILE@
|
|
NEED_SETGID = @NEED_SETGID@
|
|
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
|
|
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
|
|
NEXT_GETOPT_H = @NEXT_GETOPT_H@
|
|
NEXT_STDDEF_H = @NEXT_STDDEF_H@
|
|
NEXT_TIME_H = @NEXT_TIME_H@
|
|
NEXT_UNISTD_H = @NEXT_UNISTD_H@
|
|
NS_OBJ = @NS_OBJ@
|
|
NS_OBJC_OBJ = @NS_OBJC_OBJ@
|
|
NS_SUPPORT = @NS_SUPPORT@
|
|
OBJEXT = @OBJEXT@
|
|
OLDXMENU = @OLDXMENU@
|
|
OLDXMENU_DEPS = @OLDXMENU_DEPS@
|
|
OLDXMENU_TARGET = @OLDXMENU_TARGET@
|
|
OTHER_FILES = @OTHER_FILES@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_URL = @PACKAGE_URL@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
PKG_CONFIG = @PKG_CONFIG@
|
|
POST_ALLOC_OBJ = @POST_ALLOC_OBJ@
|
|
PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
|
|
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
|
|
PRE_ALLOC_OBJ = @PRE_ALLOC_OBJ@
|
|
PROFILING_CFLAGS = @PROFILING_CFLAGS@
|
|
PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
|
|
RALLOC_OBJ = @RALLOC_OBJ@
|
|
RANLIB = @RANLIB@
|
|
REPLACE_CHOWN = @REPLACE_CHOWN@
|
|
REPLACE_CLOSE = @REPLACE_CLOSE@
|
|
REPLACE_DUP = @REPLACE_DUP@
|
|
REPLACE_DUP2 = @REPLACE_DUP2@
|
|
REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
|
|
REPLACE_GETCWD = @REPLACE_GETCWD@
|
|
REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
|
|
REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
|
|
REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
|
|
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
|
|
REPLACE_LCHOWN = @REPLACE_LCHOWN@
|
|
REPLACE_LINK = @REPLACE_LINK@
|
|
REPLACE_LINKAT = @REPLACE_LINKAT@
|
|
REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
|
|
REPLACE_LSEEK = @REPLACE_LSEEK@
|
|
REPLACE_MKTIME = @REPLACE_MKTIME@
|
|
REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
|
|
REPLACE_NULL = @REPLACE_NULL@
|
|
REPLACE_PREAD = @REPLACE_PREAD@
|
|
REPLACE_PWRITE = @REPLACE_PWRITE@
|
|
REPLACE_READLINK = @REPLACE_READLINK@
|
|
REPLACE_RMDIR = @REPLACE_RMDIR@
|
|
REPLACE_SLEEP = @REPLACE_SLEEP@
|
|
REPLACE_SYMLINK = @REPLACE_SYMLINK@
|
|
REPLACE_TIMEGM = @REPLACE_TIMEGM@
|
|
REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
|
|
REPLACE_UNLINK = @REPLACE_UNLINK@
|
|
REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
|
|
REPLACE_USLEEP = @REPLACE_USLEEP@
|
|
REPLACE_WRITE = @REPLACE_WRITE@
|
|
RSVG_CFLAGS = @RSVG_CFLAGS@
|
|
RSVG_LIBS = @RSVG_LIBS@
|
|
SET_MAKE = @SET_MAKE@
|
|
SHELL = @SHELL@
|
|
START_FILES = @START_FILES@
|
|
STDBOOL_H = @STDBOOL_H@
|
|
STDDEF_H = @STDDEF_H@
|
|
STRIP = @STRIP@
|
|
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
|
|
S_FILE = @S_FILE@
|
|
TEMACS_LDFLAGS2 = @TEMACS_LDFLAGS2@
|
|
TERMCAP_OBJ = @TERMCAP_OBJ@
|
|
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
|
|
TOOLKIT_LIBW = @TOOLKIT_LIBW@
|
|
TOOLTIP_SUPPORT = @TOOLTIP_SUPPORT@
|
|
UNEXEC_OBJ = @UNEXEC_OBJ@
|
|
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
|
|
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
|
|
VERSION = @VERSION@
|
|
VMLIMIT_OBJ = @VMLIMIT_OBJ@
|
|
WIDGET_OBJ = @WIDGET_OBJ@
|
|
WINDOW_SUPPORT = @WINDOW_SUPPORT@
|
|
XFT_CFLAGS = @XFT_CFLAGS@
|
|
XFT_LIBS = @XFT_LIBS@
|
|
XMENU_OBJ = @XMENU_OBJ@
|
|
XMKMF = @XMKMF@
|
|
XOBJ = @XOBJ@
|
|
X_TOOLKIT_TYPE = @X_TOOLKIT_TYPE@
|
|
abs_builddir = @abs_builddir@
|
|
abs_srcdir = @abs_srcdir@
|
|
abs_top_builddir = @abs_top_builddir@
|
|
abs_top_srcdir = @abs_top_srcdir@
|
|
ac_ct_CC = @ac_ct_CC@
|
|
am__include = @am__include@
|
|
am__leading_dot = @am__leading_dot@
|
|
am__quote = @am__quote@
|
|
am__tar = @am__tar@
|
|
am__untar = @am__untar@
|
|
archlibdir = @archlibdir@
|
|
bindir = @bindir@
|
|
bitmapdir = @bitmapdir@
|
|
build = @build@
|
|
build_alias = @build_alias@
|
|
build_cpu = @build_cpu@
|
|
build_os = @build_os@
|
|
build_vendor = @build_vendor@
|
|
builddir = @builddir@
|
|
canonical = @canonical@
|
|
configuration = @configuration@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
docdir = @docdir@
|
|
dvidir = @dvidir@
|
|
etcdir = @etcdir@
|
|
exec_prefix = @exec_prefix@
|
|
gamedir = @gamedir@
|
|
gameuser = @gameuser@
|
|
gl_LIBOBJS = @gl_LIBOBJS@
|
|
gl_LTLIBOBJS = @gl_LTLIBOBJS@
|
|
gltests_LIBOBJS = @gltests_LIBOBJS@
|
|
gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
|
|
gltests_WITNESS = @gltests_WITNESS@
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|
|
host_os = @host_os@
|
|
host_vendor = @host_vendor@
|
|
htmldir = @htmldir@
|
|
includedir = @includedir@
|
|
infodir = @infodir@
|
|
install_sh = @install_sh@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
liblockfile = @liblockfile@
|
|
lispdir = @lispdir@
|
|
lisppath = @lisppath@
|
|
localedir = @localedir@
|
|
locallisppath = @locallisppath@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
mkdir_p = @mkdir_p@
|
|
ns_appbindir = @ns_appbindir@
|
|
ns_appdir = @ns_appdir@
|
|
ns_appresdir = @ns_appresdir@
|
|
ns_appsrc = @ns_appsrc@
|
|
oldincludedir = @oldincludedir@
|
|
pdfdir = @pdfdir@
|
|
prefix = @prefix@
|
|
program_transform_name = @program_transform_name@
|
|
psdir = @psdir@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
srcdir = @srcdir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
version = @version@
|
|
x_default_search_path = @x_default_search_path@
|
|
|
|
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
|
|
# statements but through direct file reference. Therefore this snippet must be
|
|
# present in all Makefile.am that need it. This is ensured by the applicability
|
|
# 'all' defined above.
|
|
|
|
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
|
|
# statements but through direct file reference. Therefore this snippet must be
|
|
# present in all Makefile.am that need it. This is ensured by the applicability
|
|
# 'all' defined above.
|
|
BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) $(STDBOOL_H) \
|
|
$(STDDEF_H) time.h unistd.h warn-on-use.h
|
|
EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \
|
|
ftoastr.c ftoastr.h getopt.c getopt.in.h getopt1.c \
|
|
getopt_int.h intprops.h mktime-internal.h mktime.c \
|
|
stdbool.in.h stddef.in.h strftime.c strftime.h time.in.h \
|
|
time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h
|
|
MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \
|
|
c++defs.h c++defs.h-t getopt.h getopt.h-t stdbool.h \
|
|
stdbool.h-t stddef.h stddef.h-t time.h time.h-t unistd.h \
|
|
unistd.h-t warn-on-use.h warn-on-use.h-t
|
|
noinst_LIBRARIES = libgnu.a
|
|
DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
|
|
libgnu_a_SOURCES = dtoastr.c gettext.h ignore-value.h
|
|
libgnu_a_LIBADD = $(gl_LIBOBJS)
|
|
libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
|
|
EXTRA_libgnu_a_SOURCES = ftoastr.c getopt.c getopt1.c mktime.c \
|
|
strftime.c time_r.c
|
|
ARG_NONNULL_H = arg-nonnull.h
|
|
CXXDEFS_H = c++defs.h
|
|
WARN_ON_USE_H = warn-on-use.h
|
|
all: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .c .o .obj
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/gnulib.mk $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
|
|
$(am__cd) $(top_srcdir) && \
|
|
$(AUTOMAKE) --gnu lib/Makefile
|
|
.PRECIOUS: Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
@case '$?' in \
|
|
*config.status*) \
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
*) \
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
esac;
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
$(am__aclocal_m4_deps):
|
|
|
|
clean-noinstLIBRARIES:
|
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
|
libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES)
|
|
-rm -f libgnu.a
|
|
$(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD)
|
|
$(RANLIB) libgnu.a
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strftime.Po@am__quote@
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@
|
|
|
|
.c.o:
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
|
|
|
.c.obj:
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
mkid -fID $$unique
|
|
tags: TAGS
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
set x; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
shift; \
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
if test $$# -gt 0; then \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
"$$@" $$unique; \
|
|
else \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$unique; \
|
|
fi; \
|
|
fi
|
|
ctags: CTAGS
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$unique
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& $(am__cd) $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
distdir: $(DISTFILES)
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
list='$(DISTFILES)'; \
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
case $$dist_files in \
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
sort -u` ;; \
|
|
esac; \
|
|
for file in $$dist_files; do \
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
if test -d $$d/$$file; then \
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test -d "$(distdir)/$$file"; then \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
else \
|
|
test -f "$(distdir)/$$file" \
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
check-am: all-am
|
|
check: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
|
all-am: Makefile $(LIBRARIES)
|
|
installdirs:
|
|
install: $(BUILT_SOURCES)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-am
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
|
|
|
clean-generic:
|
|
|
|
distclean-generic:
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
|
clean: clean-am
|
|
|
|
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
distclean-tags
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am:
|
|
|
|
html: html-am
|
|
|
|
html-am:
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am:
|
|
|
|
install-dvi: install-dvi-am
|
|
|
|
install-dvi-am:
|
|
|
|
install-exec-am:
|
|
|
|
install-html: install-html-am
|
|
|
|
install-html-am:
|
|
|
|
install-info: install-info-am
|
|
|
|
install-info-am:
|
|
|
|
install-man:
|
|
|
|
install-pdf: install-pdf-am
|
|
|
|
install-pdf-am:
|
|
|
|
install-ps: install-ps-am
|
|
|
|
install-ps-am:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
mostlyclean-local
|
|
|
|
pdf: pdf-am
|
|
|
|
pdf-am:
|
|
|
|
ps: ps-am
|
|
|
|
ps-am:
|
|
|
|
uninstall-am:
|
|
|
|
.MAKE: all check install install-am install-strip
|
|
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
|
clean-noinstLIBRARIES ctags distclean distclean-compile \
|
|
distclean-generic distclean-tags distdir dvi dvi-am html \
|
|
html-am info info-am install install-am install-data \
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
|
install-exec-am install-html install-html-am install-info \
|
|
install-info-am install-man install-pdf install-pdf-am \
|
|
install-ps install-ps-am install-strip installcheck \
|
|
installcheck-am installdirs maintainer-clean \
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
|
|
uninstall uninstall-am
|
|
|
|
# The arg-nonnull.h that gets inserted into generated .h files is the same as
|
|
# build-aux/arg-nonnull.h, except that it has the copyright header cut off.
|
|
arg-nonnull.h: $(top_srcdir)/./arg-nonnull.h
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
sed -n -e '/GL_ARG_NONNULL/,$$p' \
|
|
< $(top_srcdir)/./arg-nonnull.h \
|
|
> $@-t && \
|
|
mv $@-t $@
|
|
# The c++defs.h that gets inserted into generated .h files is the same as
|
|
# build-aux/c++defs.h, except that it has the copyright header cut off.
|
|
c++defs.h: $(top_srcdir)/./c++defs.h
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
sed -n -e '/_GL_CXXDEFS/,$$p' \
|
|
< $(top_srcdir)/./c++defs.h \
|
|
> $@-t && \
|
|
mv $@-t $@
|
|
|
|
# We need the following in order to create <getopt.h> when the system
|
|
# doesn't have one that works with the given compiler.
|
|
getopt.h: getopt.in.h $(ARG_NONNULL_H)
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
|
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
-e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
|
|
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
|
|
< $(srcdir)/getopt.in.h; \
|
|
} > $@-t && \
|
|
mv -f $@-t $@
|
|
|
|
# We need the following in order to create <stdbool.h> when the system
|
|
# doesn't have one that works.
|
|
stdbool.h: stdbool.in.h
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
|
|
} > $@-t && \
|
|
mv $@-t $@
|
|
|
|
# We need the following in order to create <stddef.h> when the system
|
|
# doesn't have one that works with the given compiler.
|
|
stddef.h: stddef.in.h
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
|
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
-e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
|
|
-e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
|
|
-e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
|
|
< $(srcdir)/stddef.in.h; \
|
|
} > $@-t && \
|
|
mv $@-t $@
|
|
|
|
# We need the following in order to create <time.h> when the system
|
|
# doesn't have one that works with the given compiler.
|
|
time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
|
|
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
-e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
|
|
-e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
|
|
-e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
|
|
-e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
|
|
-e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
|
|
-e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \
|
|
-e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
|
|
-e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
|
|
-e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
|
|
-e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
|
|
-e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
|
|
-e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
|
|
-e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
|
|
-e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
|
|
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
|
|
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
|
|
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
|
|
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
|
|
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
|
|
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
|
|
< $(srcdir)/time.in.h; \
|
|
} > $@-t && \
|
|
mv $@-t $@
|
|
|
|
# We need the following in order to create an empty placeholder for
|
|
# <unistd.h> when the system doesn't have one.
|
|
unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
|
|
sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
|
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
-e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
|
|
-e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
|
|
-e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
|
|
-e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
|
|
-e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
|
|
-e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
|
|
-e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
|
|
-e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
|
|
-e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
|
|
-e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
|
|
-e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
|
|
-e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
|
|
-e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
|
|
-e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
|
|
-e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
|
|
-e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \
|
|
-e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
|
|
-e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \
|
|
-e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
|
|
-e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
|
|
-e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
|
|
-e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
|
|
-e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
|
|
-e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
|
|
-e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
|
|
-e 's|@''GNULIB_PIPE''@|$(GNULIB_PIPE)|g' \
|
|
-e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
|
|
-e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
|
|
-e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \
|
|
-e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
|
|
-e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
|
|
-e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
|
|
-e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
|
|
-e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
|
|
-e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
|
|
-e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
|
|
-e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
|
|
-e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
|
|
-e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
|
|
-e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
|
|
-e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
|
|
-e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
|
|
< $(srcdir)/unistd.in.h | \
|
|
sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
|
|
-e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
|
|
-e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
|
|
-e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
|
|
-e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
|
|
-e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
|
|
-e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
|
|
-e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
|
|
-e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
|
|
-e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
|
|
-e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
|
|
-e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
|
|
-e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
|
|
-e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
|
|
-e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
|
|
-e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
|
|
-e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
|
|
-e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
|
|
-e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
|
|
-e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
|
|
-e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
|
|
-e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
|
|
-e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
|
|
-e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
|
|
-e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
|
|
-e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
|
|
-e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
|
|
-e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
|
|
-e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
|
|
-e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
|
|
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
|
|
-e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
|
|
-e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
|
|
-e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
|
|
-e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
|
|
-e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
|
|
-e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
|
|
| \
|
|
sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
|
|
-e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
|
|
-e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
|
|
-e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
|
|
-e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
|
|
-e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
|
|
-e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
|
|
-e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
|
|
-e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
|
|
-e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
|
|
-e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
|
|
-e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
|
|
-e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
|
|
-e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
|
|
-e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
|
|
-e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
|
|
-e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
|
|
-e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
|
|
-e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
|
|
-e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
|
|
-e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
|
|
-e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
|
|
-e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
|
|
-e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
|
|
-e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
|
|
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
|
|
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
|
|
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
|
|
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
|
|
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
|
|
} > $@-t && \
|
|
mv $@-t $@
|
|
# The warn-on-use.h that gets inserted into generated .h files is the same as
|
|
# build-aux/warn-on-use.h, except that it has the copyright header cut off.
|
|
warn-on-use.h: $(top_srcdir)/./warn-on-use.h
|
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
|
sed -n -e '/^.ifndef/,$$p' \
|
|
< $(top_srcdir)/./warn-on-use.h \
|
|
> $@-t && \
|
|
mv $@-t $@
|
|
|
|
mostlyclean-local: mostlyclean-generic
|
|
@for dir in '' $(MOSTLYCLEANDIRS); do \
|
|
if test -n "$$dir" && test -d $$dir; then \
|
|
echo "rmdir $$dir"; rmdir $$dir; \
|
|
fi; \
|
|
done; \
|
|
:
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|