Mercurial > emacs
annotate lib/Makefile.in @ 112453:06719a229a46 default tip
* calc/calc.el (calc-default-power-reference-level)
(calc-default-field-reference-level): New variables.
* calc/calc-units.el (math-standard-units): Add dB and Np.
(math-logunits): New variable.
(math-extract-logunits, math-logcombine, calcFunc-luplus)
(calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
(calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New
functions.
(math-find-base-units-rec): Add entry for ln(10).
* calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
(calc-ul-prefix-help): New function.
* calc/calc-ext.el (calc-init-extensions): Autoload new units
functions. Add keybindings for new units functions.
| author | Jay Belanger <jay.p.belanger@gmail.com> |
|---|---|
| date | Sun, 23 Jan 2011 23:08:04 -0600 |
| parents | 16ddab338c43 |
| children |
| rev | line source |
|---|---|
| 112303 | 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 # Copyright (C) 2002-2011 Free Software Foundation, Inc. | |
| 19 # | |
| 20 # This file is free software, distributed under the terms of the GNU | |
| 21 # General Public License. As a special exception to the GNU General | |
| 22 # Public License, this file may be distributed as part of a program | |
| 23 # that contains a configuration script generated by Autoconf, under | |
| 24 # the same distribution terms as the rest of that program. | |
| 25 # | |
| 26 # Generated by gnulib-tool. | |
| 112323 | 27 # 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 mktime |
| 112303 | 28 |
| 29 VPATH = @srcdir@ | |
| 30 pkgdatadir = $(datadir)/@PACKAGE@ | |
| 31 pkgincludedir = $(includedir)/@PACKAGE@ | |
| 32 pkglibdir = $(libdir)/@PACKAGE@ | |
| 33 pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
| 34 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
| 35 install_sh_DATA = $(install_sh) -c -m 644 | |
| 36 install_sh_PROGRAM = $(install_sh) -c | |
| 37 install_sh_SCRIPT = $(install_sh) -c | |
| 38 INSTALL_HEADER = $(INSTALL_DATA) | |
| 39 transform = $(program_transform_name) | |
| 40 NORMAL_INSTALL = : | |
| 41 PRE_INSTALL = : | |
| 42 POST_INSTALL = : | |
| 43 NORMAL_UNINSTALL = : | |
| 44 PRE_UNINSTALL = : | |
| 45 POST_UNINSTALL = : | |
| 46 build_triplet = @build@ | |
| 47 host_triplet = @host@ | |
| 48 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | |
|
112315
e0da33ff5fa5
* lib/Makefile.in: Regenerate.
Paul Eggert <eggert@cs.ucla.edu>
parents:
112311
diff
changeset
|
49 $(srcdir)/gnulib.mk COPYING |
| 112303 | 50 subdir = lib |
| 51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| 112305 | 52 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ |
| 112308 | 53 $(top_srcdir)/m4/c-strtod.m4 $(top_srcdir)/m4/extensions.m4 \ |
| 112311 | 54 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gnulib-common.m4 \ |
| 112308 | 55 $(top_srcdir)/m4/gnulib-comp.m4 \ |
| 56 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/mktime.m4 \ | |
| 57 $(top_srcdir)/m4/multiarch.m4 $(top_srcdir)/m4/stddef_h.m4 \ | |
| 58 $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \ | |
|
112450
16ddab338c43
Remove HAVE_RAW_DECL_CHOWN etc. from config.h
Paul Eggert <eggert@cs.ucla.edu>
parents:
112323
diff
changeset
|
59 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/wchar_t.m4 \ |
|
16ddab338c43
Remove HAVE_RAW_DECL_CHOWN etc. from config.h
Paul Eggert <eggert@cs.ucla.edu>
parents:
112323
diff
changeset
|
60 $(top_srcdir)/configure.in |
| 112303 | 61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 62 $(ACLOCAL_M4) | |
| 63 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
| 64 CONFIG_HEADER = $(top_builddir)/src/config.h | |
| 65 CONFIG_CLEAN_FILES = | |
| 66 CONFIG_CLEAN_VPATH_FILES = | |
| 67 LIBRARIES = $(noinst_LIBRARIES) | |
| 68 AR = ar | |
| 69 ARFLAGS = cru | |
| 70 libgnu_a_AR = $(AR) $(ARFLAGS) | |
| 71 am__DEPENDENCIES_1 = | |
| 112323 | 72 am_libgnu_a_OBJECTS = dtoastr.$(OBJEXT) |
| 112303 | 73 libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) |
| 74 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
| 75 am__depfiles_maybe = depfiles | |
| 76 am__mv = mv -f | |
| 77 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
| 78 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| 79 CCLD = $(CC) | |
| 80 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
| 81 SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | |
| 82 DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) | |
| 83 ETAGS = etags | |
| 84 CTAGS = ctags | |
| 85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 86 ACLOCAL = @ACLOCAL@ | |
| 87 ALLOCA = @ALLOCA@ | |
| 88 ALSA_CFLAGS = @ALSA_CFLAGS@ | |
| 89 ALSA_LIBS = @ALSA_LIBS@ | |
| 90 AMTAR = @AMTAR@ | |
| 112308 | 91 APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ |
| 112303 | 92 AUTOCONF = @AUTOCONF@ |
| 93 AUTOHEADER = @AUTOHEADER@ | |
| 94 AUTOMAKE = @AUTOMAKE@ | |
| 95 AWK = @AWK@ | |
| 96 BLESSMAIL_TARGET = @BLESSMAIL_TARGET@ | |
| 97 CANNOT_DUMP = @CANNOT_DUMP@ | |
| 98 CC = @CC@ | |
| 99 CCDEPMODE = @CCDEPMODE@ | |
| 100 CFLAGS = @CFLAGS@ | |
| 101 CFLAGS_SOUND = @CFLAGS_SOUND@ | |
| 102 COM_ERRLIB = @COM_ERRLIB@ | |
| 103 CPP = @CPP@ | |
| 104 CPPFLAGS = @CPPFLAGS@ | |
| 105 CRT_DIR = @CRT_DIR@ | |
| 106 CRYPTOLIB = @CRYPTOLIB@ | |
| 107 CYGPATH_W = @CYGPATH_W@ | |
| 108 CYGWIN_OBJ = @CYGWIN_OBJ@ | |
| 109 C_SWITCH_MACHINE = @C_SWITCH_MACHINE@ | |
| 110 C_SWITCH_SYSTEM = @C_SWITCH_SYSTEM@ | |
| 111 C_SWITCH_X_SITE = @C_SWITCH_X_SITE@ | |
| 112 C_SWITCH_X_SYSTEM = @C_SWITCH_X_SYSTEM@ | |
| 113 C_WARNINGS_SWITCH = @C_WARNINGS_SWITCH@ | |
| 114 DBUS_CFLAGS = @DBUS_CFLAGS@ | |
| 115 DBUS_LIBS = @DBUS_LIBS@ | |
| 116 DBUS_OBJ = @DBUS_OBJ@ | |
| 117 DEFS = @DEFS@ | |
| 118 DEPDIR = @DEPDIR@ | |
| 119 DEPFLAGS = @DEPFLAGS@ | |
| 120 DESLIB = @DESLIB@ | |
| 121 ECHO_C = @ECHO_C@ | |
| 122 ECHO_N = @ECHO_N@ | |
| 123 ECHO_T = @ECHO_T@ | |
| 124 EGREP = @EGREP@ | |
| 125 EXEEXT = @EXEEXT@ | |
| 126 FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ | |
| 127 FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ | |
| 128 FONT_OBJ = @FONT_OBJ@ | |
| 129 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ | |
| 130 FREETYPE_LIBS = @FREETYPE_LIBS@ | |
| 131 GCONF_CFLAGS = @GCONF_CFLAGS@ | |
| 132 GCONF_LIBS = @GCONF_LIBS@ | |
| 133 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ | |
| 134 GETOPT_H = @GETOPT_H@ | |
| 135 GMALLOC_OBJ = @GMALLOC_OBJ@ | |
| 112311 | 136 GNULIB_CHOWN = @GNULIB_CHOWN@ |
| 137 GNULIB_CLOSE = @GNULIB_CLOSE@ | |
| 138 GNULIB_DUP2 = @GNULIB_DUP2@ | |
| 139 GNULIB_DUP3 = @GNULIB_DUP3@ | |
| 140 GNULIB_ENVIRON = @GNULIB_ENVIRON@ | |
| 141 GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ | |
| 142 GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ | |
| 143 GNULIB_FCHDIR = @GNULIB_FCHDIR@ | |
| 144 GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ | |
| 145 GNULIB_FSYNC = @GNULIB_FSYNC@ | |
| 146 GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ | |
| 147 GNULIB_GETCWD = @GNULIB_GETCWD@ | |
| 148 GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ | |
| 149 GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ | |
| 150 GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ | |
| 151 GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ | |
| 152 GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ | |
| 153 GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ | |
| 154 GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ | |
| 155 GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ | |
| 156 GNULIB_LCHOWN = @GNULIB_LCHOWN@ | |
| 157 GNULIB_LINK = @GNULIB_LINK@ | |
| 158 GNULIB_LINKAT = @GNULIB_LINKAT@ | |
| 159 GNULIB_LSEEK = @GNULIB_LSEEK@ | |
| 112308 | 160 GNULIB_MKTIME = @GNULIB_MKTIME@ |
| 161 GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ | |
| 112311 | 162 GNULIB_PIPE = @GNULIB_PIPE@ |
| 163 GNULIB_PIPE2 = @GNULIB_PIPE2@ | |
| 164 GNULIB_PREAD = @GNULIB_PREAD@ | |
| 165 GNULIB_PWRITE = @GNULIB_PWRITE@ | |
| 166 GNULIB_READLINK = @GNULIB_READLINK@ | |
| 167 GNULIB_READLINKAT = @GNULIB_READLINKAT@ | |
| 168 GNULIB_RMDIR = @GNULIB_RMDIR@ | |
| 169 GNULIB_SLEEP = @GNULIB_SLEEP@ | |
| 112308 | 170 GNULIB_STRPTIME = @GNULIB_STRPTIME@ |
| 112311 | 171 GNULIB_SYMLINK = @GNULIB_SYMLINK@ |
| 172 GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ | |
| 112308 | 173 GNULIB_TIMEGM = @GNULIB_TIMEGM@ |
| 174 GNULIB_TIME_R = @GNULIB_TIME_R@ | |
| 112311 | 175 GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ |
| 176 GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@ | |
| 177 GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ | |
| 178 GNULIB_UNLINK = @GNULIB_UNLINK@ | |
| 179 GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ | |
| 180 GNULIB_USLEEP = @GNULIB_USLEEP@ | |
| 181 GNULIB_WRITE = @GNULIB_WRITE@ | |
| 112303 | 182 GNU_OBJC_CFLAGS = @GNU_OBJC_CFLAGS@ |
| 183 GREP = @GREP@ | |
| 184 GTK_CFLAGS = @GTK_CFLAGS@ | |
| 185 GTK_LIBS = @GTK_LIBS@ | |
| 186 GTK_OBJ = @GTK_OBJ@ | |
| 187 GZIP_INFO = @GZIP_INFO@ | |
| 188 GZIP_PROG = @GZIP_PROG@ | |
| 112311 | 189 HAVE_CHOWN = @HAVE_CHOWN@ |
| 190 HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ | |
| 191 HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ | |
| 192 HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ | |
| 193 HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ | |
| 194 HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ | |
| 195 HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ | |
| 112308 | 196 HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ |
| 112311 | 197 HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ |
| 198 HAVE_DUP2 = @HAVE_DUP2@ | |
| 199 HAVE_DUP3 = @HAVE_DUP3@ | |
| 200 HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ | |
| 201 HAVE_FACCESSAT = @HAVE_FACCESSAT@ | |
| 202 HAVE_FCHDIR = @HAVE_FCHDIR@ | |
| 203 HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ | |
| 204 HAVE_FSYNC = @HAVE_FSYNC@ | |
| 205 HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ | |
| 206 HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ | |
| 207 HAVE_GETGROUPS = @HAVE_GETGROUPS@ | |
| 208 HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ | |
| 209 HAVE_GETLOGIN = @HAVE_GETLOGIN@ | |
| 210 HAVE_GETOPT_H = @HAVE_GETOPT_H@ | |
| 211 HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ | |
| 212 HAVE_LCHOWN = @HAVE_LCHOWN@ | |
| 213 HAVE_LINK = @HAVE_LINK@ | |
| 214 HAVE_LINKAT = @HAVE_LINKAT@ | |
| 112303 | 215 HAVE_MAKEINFO = @HAVE_MAKEINFO@ |
| 112308 | 216 HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ |
| 112311 | 217 HAVE_OS_H = @HAVE_OS_H@ |
| 218 HAVE_PIPE = @HAVE_PIPE@ | |
| 219 HAVE_PIPE2 = @HAVE_PIPE2@ | |
| 220 HAVE_PREAD = @HAVE_PREAD@ | |
| 221 HAVE_PWRITE = @HAVE_PWRITE@ | |
| 222 HAVE_READLINK = @HAVE_READLINK@ | |
| 223 HAVE_READLINKAT = @HAVE_READLINKAT@ | |
| 224 HAVE_SLEEP = @HAVE_SLEEP@ | |
| 112308 | 225 HAVE_STRPTIME = @HAVE_STRPTIME@ |
| 112311 | 226 HAVE_SYMLINK = @HAVE_SYMLINK@ |
| 227 HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ | |
| 228 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ | |
| 112308 | 229 HAVE_TIMEGM = @HAVE_TIMEGM@ |
| 112311 | 230 HAVE_UNISTD_H = @HAVE_UNISTD_H@ |
| 231 HAVE_UNLINKAT = @HAVE_UNLINKAT@ | |
| 232 HAVE_USLEEP = @HAVE_USLEEP@ | |
| 112308 | 233 HAVE_WCHAR_T = @HAVE_WCHAR_T@ |
| 112303 | 234 HAVE_XSERVER = @HAVE_XSERVER@ |
| 235 IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@ | |
| 236 IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@ | |
| 112308 | 237 INCLUDE_NEXT = @INCLUDE_NEXT@ |
| 238 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ | |
| 112303 | 239 INSTALL = @INSTALL@ |
| 240 INSTALL_DATA = @INSTALL_DATA@ | |
| 241 INSTALL_INFO = @INSTALL_INFO@ | |
| 242 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
| 243 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| 244 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| 245 KMEM_GROUP = @KMEM_GROUP@ | |
| 246 KRB4LIB = @KRB4LIB@ | |
| 247 KRB5LIB = @KRB5LIB@ | |
| 248 LDFLAGS = @LDFLAGS@ | |
| 249 LD_FIRSTFLAG = @LD_FIRSTFLAG@ | |
| 250 LD_SWITCH_SYSTEM = @LD_SWITCH_SYSTEM@ | |
| 251 LD_SWITCH_SYSTEM_TEMACS = @LD_SWITCH_SYSTEM_TEMACS@ | |
| 252 LD_SWITCH_X_SITE = @LD_SWITCH_X_SITE@ | |
| 253 LD_SWITCH_X_SITE_AUX = @LD_SWITCH_X_SITE_AUX@ | |
| 254 LD_SWITCH_X_SITE_AUX_RPATH = @LD_SWITCH_X_SITE_AUX_RPATH@ | |
| 255 LIBGIF = @LIBGIF@ | |
| 256 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ | |
| 257 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ | |
| 258 LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ | |
| 259 LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ | |
| 260 LIBGPM = @LIBGPM@ | |
| 261 LIBHESIOD = @LIBHESIOD@ | |
| 112311 | 262 LIBINTL = @LIBINTL@ |
| 112303 | 263 LIBJPEG = @LIBJPEG@ |
| 264 LIBOBJS = @LIBOBJS@ | |
| 265 LIBOTF_CFLAGS = @LIBOTF_CFLAGS@ | |
| 266 LIBOTF_LIBS = @LIBOTF_LIBS@ | |
| 267 LIBPNG = @LIBPNG@ | |
| 268 LIBRESOLV = @LIBRESOLV@ | |
| 269 LIBS = @LIBS@ | |
| 270 LIBSELINUX_LIBS = @LIBSELINUX_LIBS@ | |
| 271 LIBSOUND = @LIBSOUND@ | |
| 272 LIBS_MAIL = @LIBS_MAIL@ | |
| 273 LIBS_SYSTEM = @LIBS_SYSTEM@ | |
| 274 LIBS_TERMCAP = @LIBS_TERMCAP@ | |
| 275 LIBTIFF = @LIBTIFF@ | |
| 276 LIBXMENU = @LIBXMENU@ | |
| 277 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ | |
| 278 LIBXML2_LIBS = @LIBXML2_LIBS@ | |
| 279 LIBXMU = @LIBXMU@ | |
| 280 LIBXPM = @LIBXPM@ | |
| 281 LIBXSM = @LIBXSM@ | |
| 282 LIBXTR6 = @LIBXTR6@ | |
| 283 LIBXT_OTHER = @LIBXT_OTHER@ | |
| 284 LIBX_OTHER = @LIBX_OTHER@ | |
| 285 LIB_GCC = @LIB_GCC@ | |
| 286 LIB_MATH = @LIB_MATH@ | |
| 287 LIB_STANDARD = @LIB_STANDARD@ | |
| 112311 | 288 LTLIBINTL = @LTLIBINTL@ |
| 112303 | 289 LTLIBOBJS = @LTLIBOBJS@ |
| 290 M17N_FLT_CFLAGS = @M17N_FLT_CFLAGS@ | |
| 291 M17N_FLT_LIBS = @M17N_FLT_LIBS@ | |
| 292 MAINT = @MAINT@ | |
| 293 MAKEINFO = @MAKEINFO@ | |
| 294 MKDEPDIR = @MKDEPDIR@ | |
| 295 MKDIR_P = @MKDIR_P@ | |
| 296 MOUSE_SUPPORT = @MOUSE_SUPPORT@ | |
| 297 M_FILE = @M_FILE@ | |
| 298 NEED_SETGID = @NEED_SETGID@ | |
| 112311 | 299 NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ |
| 112308 | 300 NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ |
| 301 NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ | |
| 112311 | 302 NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ |
| 303 NEXT_GETOPT_H = @NEXT_GETOPT_H@ | |
| 112308 | 304 NEXT_STDDEF_H = @NEXT_STDDEF_H@ |
| 305 NEXT_TIME_H = @NEXT_TIME_H@ | |
| 112311 | 306 NEXT_UNISTD_H = @NEXT_UNISTD_H@ |
| 112303 | 307 NS_OBJ = @NS_OBJ@ |
| 308 NS_SUPPORT = @NS_SUPPORT@ | |
| 309 OBJEXT = @OBJEXT@ | |
| 310 OLDXMENU = @OLDXMENU@ | |
| 311 OLDXMENU_DEPS = @OLDXMENU_DEPS@ | |
| 312 OLDXMENU_TARGET = @OLDXMENU_TARGET@ | |
| 313 OTHER_FILES = @OTHER_FILES@ | |
| 314 PACKAGE = @PACKAGE@ | |
| 315 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
| 316 PACKAGE_NAME = @PACKAGE_NAME@ | |
| 317 PACKAGE_STRING = @PACKAGE_STRING@ | |
| 318 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
| 319 PACKAGE_URL = @PACKAGE_URL@ | |
| 320 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
| 321 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
| 322 PKG_CONFIG = @PKG_CONFIG@ | |
| 323 POST_ALLOC_OBJ = @POST_ALLOC_OBJ@ | |
| 112308 | 324 PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ |
| 325 PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ | |
| 112303 | 326 PRE_ALLOC_OBJ = @PRE_ALLOC_OBJ@ |
| 327 PROFILING_CFLAGS = @PROFILING_CFLAGS@ | |
| 112308 | 328 PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ |
| 112303 | 329 RALLOC_OBJ = @RALLOC_OBJ@ |
| 330 RANLIB = @RANLIB@ | |
| 112311 | 331 REPLACE_CHOWN = @REPLACE_CHOWN@ |
| 332 REPLACE_CLOSE = @REPLACE_CLOSE@ | |
| 333 REPLACE_DUP = @REPLACE_DUP@ | |
| 334 REPLACE_DUP2 = @REPLACE_DUP2@ | |
| 335 REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ | |
| 336 REPLACE_GETCWD = @REPLACE_GETCWD@ | |
| 337 REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ | |
| 338 REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ | |
| 339 REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ | |
| 340 REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ | |
| 341 REPLACE_LCHOWN = @REPLACE_LCHOWN@ | |
| 342 REPLACE_LINK = @REPLACE_LINK@ | |
| 343 REPLACE_LINKAT = @REPLACE_LINKAT@ | |
| 112308 | 344 REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ |
| 112311 | 345 REPLACE_LSEEK = @REPLACE_LSEEK@ |
| 112308 | 346 REPLACE_MKTIME = @REPLACE_MKTIME@ |
| 347 REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ | |
| 348 REPLACE_NULL = @REPLACE_NULL@ | |
| 112311 | 349 REPLACE_PREAD = @REPLACE_PREAD@ |
| 350 REPLACE_PWRITE = @REPLACE_PWRITE@ | |
| 351 REPLACE_READLINK = @REPLACE_READLINK@ | |
| 352 REPLACE_RMDIR = @REPLACE_RMDIR@ | |
| 353 REPLACE_SLEEP = @REPLACE_SLEEP@ | |
| 354 REPLACE_SYMLINK = @REPLACE_SYMLINK@ | |
| 112308 | 355 REPLACE_TIMEGM = @REPLACE_TIMEGM@ |
| 112311 | 356 REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ |
| 357 REPLACE_UNLINK = @REPLACE_UNLINK@ | |
| 358 REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ | |
| 359 REPLACE_USLEEP = @REPLACE_USLEEP@ | |
| 360 REPLACE_WRITE = @REPLACE_WRITE@ | |
| 112303 | 361 RSVG_CFLAGS = @RSVG_CFLAGS@ |
| 362 RSVG_LIBS = @RSVG_LIBS@ | |
| 363 SET_MAKE = @SET_MAKE@ | |
| 364 SHELL = @SHELL@ | |
| 365 START_FILES = @START_FILES@ | |
| 112308 | 366 STDDEF_H = @STDDEF_H@ |
| 112303 | 367 STRIP = @STRIP@ |
| 112308 | 368 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ |
| 112303 | 369 S_FILE = @S_FILE@ |
| 370 TEMACS_LDFLAGS2 = @TEMACS_LDFLAGS2@ | |
| 371 TERMCAP_OBJ = @TERMCAP_OBJ@ | |
| 112308 | 372 TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ |
| 112303 | 373 TOOLKIT_LIBW = @TOOLKIT_LIBW@ |
| 374 TOOLTIP_SUPPORT = @TOOLTIP_SUPPORT@ | |
| 375 UNEXEC_OBJ = @UNEXEC_OBJ@ | |
| 112311 | 376 UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ |
| 377 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ | |
| 112303 | 378 VERSION = @VERSION@ |
| 379 VMLIMIT_OBJ = @VMLIMIT_OBJ@ | |
| 380 WIDGET_OBJ = @WIDGET_OBJ@ | |
| 381 WINDOW_SUPPORT = @WINDOW_SUPPORT@ | |
| 382 XFT_CFLAGS = @XFT_CFLAGS@ | |
| 383 XFT_LIBS = @XFT_LIBS@ | |
| 384 XMENU_OBJ = @XMENU_OBJ@ | |
| 385 XMKMF = @XMKMF@ | |
| 386 XOBJ = @XOBJ@ | |
| 387 X_TOOLKIT_TYPE = @X_TOOLKIT_TYPE@ | |
| 388 abs_builddir = @abs_builddir@ | |
| 389 abs_srcdir = @abs_srcdir@ | |
| 390 abs_top_builddir = @abs_top_builddir@ | |
| 391 abs_top_srcdir = @abs_top_srcdir@ | |
| 392 ac_ct_CC = @ac_ct_CC@ | |
| 393 am__include = @am__include@ | |
| 394 am__leading_dot = @am__leading_dot@ | |
| 395 am__quote = @am__quote@ | |
| 396 am__tar = @am__tar@ | |
| 397 am__untar = @am__untar@ | |
| 398 archlibdir = @archlibdir@ | |
| 399 bindir = @bindir@ | |
| 400 bitmapdir = @bitmapdir@ | |
| 401 build = @build@ | |
| 402 build_alias = @build_alias@ | |
| 403 build_cpu = @build_cpu@ | |
| 404 build_os = @build_os@ | |
| 405 build_vendor = @build_vendor@ | |
| 406 builddir = @builddir@ | |
| 407 canonical = @canonical@ | |
| 408 configuration = @configuration@ | |
| 409 datadir = @datadir@ | |
| 410 datarootdir = @datarootdir@ | |
| 411 docdir = @docdir@ | |
| 412 dvidir = @dvidir@ | |
| 413 etcdir = @etcdir@ | |
| 414 exec_prefix = @exec_prefix@ | |
| 415 gamedir = @gamedir@ | |
| 416 gameuser = @gameuser@ | |
| 417 gl_LIBOBJS = @gl_LIBOBJS@ | |
| 418 gl_LTLIBOBJS = @gl_LTLIBOBJS@ | |
| 419 gltests_LIBOBJS = @gltests_LIBOBJS@ | |
| 420 gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ | |
| 421 gltests_WITNESS = @gltests_WITNESS@ | |
| 422 host = @host@ | |
| 423 host_alias = @host_alias@ | |
| 424 host_cpu = @host_cpu@ | |
| 425 host_os = @host_os@ | |
| 426 host_vendor = @host_vendor@ | |
| 427 htmldir = @htmldir@ | |
| 428 includedir = @includedir@ | |
| 429 infodir = @infodir@ | |
| 430 install_sh = @install_sh@ | |
| 431 libdir = @libdir@ | |
| 432 libexecdir = @libexecdir@ | |
| 433 liblockfile = @liblockfile@ | |
| 434 lispdir = @lispdir@ | |
| 435 lisppath = @lisppath@ | |
| 436 localedir = @localedir@ | |
| 437 locallisppath = @locallisppath@ | |
| 438 localstatedir = @localstatedir@ | |
| 439 mandir = @mandir@ | |
| 440 mkdir_p = @mkdir_p@ | |
| 441 ns_appbindir = @ns_appbindir@ | |
| 442 ns_appdir = @ns_appdir@ | |
| 443 ns_appresdir = @ns_appresdir@ | |
| 444 ns_appsrc = @ns_appsrc@ | |
| 445 oldincludedir = @oldincludedir@ | |
| 446 pdfdir = @pdfdir@ | |
| 447 prefix = @prefix@ | |
| 448 program_transform_name = @program_transform_name@ | |
| 449 psdir = @psdir@ | |
| 450 sbindir = @sbindir@ | |
| 451 sharedstatedir = @sharedstatedir@ | |
| 452 srcdir = @srcdir@ | |
| 453 sysconfdir = @sysconfdir@ | |
| 454 target_alias = @target_alias@ | |
| 455 top_build_prefix = @top_build_prefix@ | |
| 456 top_builddir = @top_builddir@ | |
| 457 top_srcdir = @top_srcdir@ | |
| 458 version = @version@ | |
| 459 x_default_search_path = @x_default_search_path@ | |
| 112308 | 460 |
| 461 # The BUILT_SOURCES created by this Makefile snippet are not used via #include | |
| 462 # statements but through direct file reference. Therefore this snippet must be | |
| 463 # present in all Makefile.am that need it. This is ensured by the applicability | |
| 464 # 'all' defined above. | |
| 465 | |
| 466 # The BUILT_SOURCES created by this Makefile snippet are not used via #include | |
| 467 # statements but through direct file reference. Therefore this snippet must be | |
| 468 # present in all Makefile.am that need it. This is ensured by the applicability | |
| 469 # 'all' defined above. | |
| 112311 | 470 BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) $(STDDEF_H) time.h \ |
| 471 unistd.h warn-on-use.h | |
| 112308 | 472 EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \ |
| 112323 | 473 ftoastr.c ftoastr.h getopt.c getopt.in.h getopt1.c \ |
| 474 getopt_int.h intprops.h mktime-internal.h mktime.c stddef.in.h \ | |
| 475 time.in.h time_r.c unistd.in.h $(top_srcdir)/./warn-on-use.h | |
| 112308 | 476 MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ |
| 112311 | 477 c++defs.h c++defs.h-t getopt.h getopt.h-t stddef.h stddef.h-t \ |
| 478 time.h time.h-t unistd.h unistd.h-t warn-on-use.h \ | |
| 479 warn-on-use.h-t | |
| 112303 | 480 noinst_LIBRARIES = libgnu.a |
| 481 DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src | |
| 112323 | 482 libgnu_a_SOURCES = dtoastr.c gettext.h |
| 112303 | 483 libgnu_a_LIBADD = $(gl_LIBOBJS) |
| 484 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) | |
| 112323 | 485 EXTRA_libgnu_a_SOURCES = ftoastr.c getopt.c getopt1.c mktime.c \ |
| 486 time_r.c | |
| 112308 | 487 ARG_NONNULL_H = arg-nonnull.h |
| 488 CXXDEFS_H = c++defs.h | |
| 489 WARN_ON_USE_H = warn-on-use.h | |
| 112303 | 490 all: $(BUILT_SOURCES) |
| 491 $(MAKE) $(AM_MAKEFLAGS) all-am | |
| 492 | |
| 493 .SUFFIXES: | |
| 494 .SUFFIXES: .c .o .obj | |
| 495 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/gnulib.mk $(am__configure_deps) | |
| 496 @for dep in $?; do \ | |
| 497 case '$(am__configure_deps)' in \ | |
| 498 *$$dep*) \ | |
| 499 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
| 500 && { if test -f $@; then exit 0; else break; fi; }; \ | |
| 501 exit 1;; \ | |
| 502 esac; \ | |
| 503 done; \ | |
| 504 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ | |
| 505 $(am__cd) $(top_srcdir) && \ | |
| 506 $(AUTOMAKE) --gnu lib/Makefile | |
| 507 .PRECIOUS: Makefile | |
| 508 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 509 @case '$?' in \ | |
| 510 *config.status*) \ | |
| 511 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
| 512 *) \ | |
| 513 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
| 514 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
| 515 esac; | |
| 516 | |
| 517 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
| 518 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 519 | |
| 520 $(top_srcdir)/configure: $(am__configure_deps) | |
| 521 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 522 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
| 523 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 524 $(am__aclocal_m4_deps): | |
| 525 | |
| 526 clean-noinstLIBRARIES: | |
| 527 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
| 528 libgnu.a: $(libgnu_a_OBJECTS) $(libgnu_a_DEPENDENCIES) | |
| 529 -rm -f libgnu.a | |
| 530 $(libgnu_a_AR) libgnu.a $(libgnu_a_OBJECTS) $(libgnu_a_LIBADD) | |
| 531 $(RANLIB) libgnu.a | |
| 532 | |
| 533 mostlyclean-compile: | |
| 534 -rm -f *.$(OBJEXT) | |
| 535 | |
| 536 distclean-compile: | |
| 537 -rm -f *.tab.c | |
| 538 | |
| 112305 | 539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@ |
| 540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@ | |
| 112311 | 541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ |
| 542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ | |
| 112308 | 543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ |
| 544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@ | |
| 112303 | 545 |
| 546 .c.o: | |
| 547 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | |
| 548 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
| 549 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
| 550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| 551 @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |
| 552 | |
| 553 .c.obj: | |
| 554 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |
| 555 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
| 556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
| 557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| 558 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
| 559 | |
| 560 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
| 561 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 562 unique=`for i in $$list; do \ | |
| 563 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 564 done | \ | |
| 565 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
| 566 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| 567 mkid -fID $$unique | |
| 568 tags: TAGS | |
| 569 | |
| 570 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 571 $(TAGS_FILES) $(LISP) | |
| 572 set x; \ | |
| 573 here=`pwd`; \ | |
| 574 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 575 unique=`for i in $$list; do \ | |
| 576 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 577 done | \ | |
| 578 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
| 579 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| 580 shift; \ | |
| 581 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
| 582 test -n "$$unique" || unique=$$empty_fix; \ | |
| 583 if test $$# -gt 0; then \ | |
| 584 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 585 "$$@" $$unique; \ | |
| 586 else \ | |
| 587 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 588 $$unique; \ | |
| 589 fi; \ | |
| 590 fi | |
| 591 ctags: CTAGS | |
| 592 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 593 $(TAGS_FILES) $(LISP) | |
| 594 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 595 unique=`for i in $$list; do \ | |
| 596 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 597 done | \ | |
| 598 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
| 599 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
| 600 test -z "$(CTAGS_ARGS)$$unique" \ | |
| 601 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| 602 $$unique | |
| 603 | |
| 604 GTAGS: | |
| 605 here=`$(am__cd) $(top_builddir) && pwd` \ | |
| 606 && $(am__cd) $(top_srcdir) \ | |
| 607 && gtags -i $(GTAGS_ARGS) "$$here" | |
| 608 | |
| 609 distclean-tags: | |
| 610 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 611 | |
| 612 distdir: $(DISTFILES) | |
| 613 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| 614 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
| 615 list='$(DISTFILES)'; \ | |
| 616 dist_files=`for file in $$list; do echo $$file; done | \ | |
| 617 sed -e "s|^$$srcdirstrip/||;t" \ | |
| 618 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
| 619 case $$dist_files in \ | |
| 620 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
| 621 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
| 622 sort -u` ;; \ | |
| 623 esac; \ | |
| 624 for file in $$dist_files; do \ | |
| 625 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| 626 if test -d $$d/$$file; then \ | |
| 627 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| 628 if test -d "$(distdir)/$$file"; then \ | |
| 629 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| 630 fi; \ | |
| 631 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| 632 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
| 633 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
| 634 fi; \ | |
| 635 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
| 636 else \ | |
| 637 test -f "$(distdir)/$$file" \ | |
| 638 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
| 639 || exit 1; \ | |
| 640 fi; \ | |
| 641 done | |
| 642 check-am: all-am | |
| 643 check: $(BUILT_SOURCES) | |
| 644 $(MAKE) $(AM_MAKEFLAGS) check-am | |
| 645 all-am: Makefile $(LIBRARIES) | |
| 646 installdirs: | |
| 647 install: $(BUILT_SOURCES) | |
| 648 $(MAKE) $(AM_MAKEFLAGS) install-am | |
| 649 install-exec: install-exec-am | |
| 650 install-data: install-data-am | |
| 651 uninstall: uninstall-am | |
| 652 | |
| 653 install-am: all-am | |
| 654 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 655 | |
| 656 installcheck: installcheck-am | |
| 657 install-strip: | |
| 658 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 659 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 660 `test -z '$(STRIP)' || \ | |
| 661 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
| 662 mostlyclean-generic: | |
| 663 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) | |
| 664 | |
| 665 clean-generic: | |
| 666 | |
| 667 distclean-generic: | |
| 668 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| 669 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
| 670 | |
| 671 maintainer-clean-generic: | |
| 672 @echo "This command is intended for maintainers to use" | |
| 673 @echo "it deletes files that may require special tools to rebuild." | |
| 674 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) | |
| 675 clean: clean-am | |
| 676 | |
| 677 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am | |
| 678 | |
| 679 distclean: distclean-am | |
| 680 -rm -rf ./$(DEPDIR) | |
| 681 -rm -f Makefile | |
| 682 distclean-am: clean-am distclean-compile distclean-generic \ | |
| 683 distclean-tags | |
| 684 | |
| 685 dvi: dvi-am | |
| 686 | |
| 687 dvi-am: | |
| 688 | |
| 689 html: html-am | |
| 690 | |
| 691 html-am: | |
| 692 | |
| 693 info: info-am | |
| 694 | |
| 695 info-am: | |
| 696 | |
| 697 install-data-am: | |
| 698 | |
| 699 install-dvi: install-dvi-am | |
| 700 | |
| 701 install-dvi-am: | |
| 702 | |
| 703 install-exec-am: | |
| 704 | |
| 705 install-html: install-html-am | |
| 706 | |
| 707 install-html-am: | |
| 708 | |
| 709 install-info: install-info-am | |
| 710 | |
| 711 install-info-am: | |
| 712 | |
| 713 install-man: | |
| 714 | |
| 715 install-pdf: install-pdf-am | |
| 716 | |
| 717 install-pdf-am: | |
| 718 | |
| 719 install-ps: install-ps-am | |
| 720 | |
| 721 install-ps-am: | |
| 722 | |
| 723 installcheck-am: | |
| 724 | |
| 725 maintainer-clean: maintainer-clean-am | |
| 726 -rm -rf ./$(DEPDIR) | |
| 727 -rm -f Makefile | |
| 728 maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 729 | |
| 730 mostlyclean: mostlyclean-am | |
| 731 | |
| 732 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
| 733 mostlyclean-local | |
| 734 | |
| 735 pdf: pdf-am | |
| 736 | |
| 737 pdf-am: | |
| 738 | |
| 739 ps: ps-am | |
| 740 | |
| 741 ps-am: | |
| 742 | |
| 743 uninstall-am: | |
| 744 | |
| 745 .MAKE: all check install install-am install-strip | |
| 746 | |
| 747 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
| 748 clean-noinstLIBRARIES ctags distclean distclean-compile \ | |
| 749 distclean-generic distclean-tags distdir dvi dvi-am html \ | |
| 750 html-am info info-am install install-am install-data \ | |
| 751 install-data-am install-dvi install-dvi-am install-exec \ | |
| 752 install-exec-am install-html install-html-am install-info \ | |
| 753 install-info-am install-man install-pdf install-pdf-am \ | |
| 754 install-ps install-ps-am install-strip installcheck \ | |
| 755 installcheck-am installdirs maintainer-clean \ | |
| 756 maintainer-clean-generic mostlyclean mostlyclean-compile \ | |
| 757 mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \ | |
| 758 uninstall uninstall-am | |
| 759 | |
| 112308 | 760 # The arg-nonnull.h that gets inserted into generated .h files is the same as |
| 761 # build-aux/arg-nonnull.h, except that it has the copyright header cut off. | |
| 762 arg-nonnull.h: $(top_srcdir)/./arg-nonnull.h | |
| 763 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 764 sed -n -e '/GL_ARG_NONNULL/,$$p' \ | |
| 765 < $(top_srcdir)/./arg-nonnull.h \ | |
| 766 > $@-t && \ | |
| 767 mv $@-t $@ | |
| 768 # The c++defs.h that gets inserted into generated .h files is the same as | |
| 769 # build-aux/c++defs.h, except that it has the copyright header cut off. | |
| 770 c++defs.h: $(top_srcdir)/./c++defs.h | |
| 771 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 772 sed -n -e '/_GL_CXXDEFS/,$$p' \ | |
| 773 < $(top_srcdir)/./c++defs.h \ | |
| 774 > $@-t && \ | |
| 775 mv $@-t $@ | |
| 776 | |
| 112311 | 777 # We need the following in order to create <getopt.h> when the system |
| 778 # doesn't have one that works with the given compiler. | |
| 779 getopt.h: getopt.in.h $(ARG_NONNULL_H) | |
| 780 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 781 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
| 782 sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ | |
| 783 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | |
| 784 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | |
| 785 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | |
| 786 -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ | |
| 787 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | |
| 788 < $(srcdir)/getopt.in.h; \ | |
| 789 } > $@-t && \ | |
| 790 mv -f $@-t $@ | |
| 791 | |
| 112308 | 792 # We need the following in order to create <stddef.h> when the system |
| 793 # doesn't have one that works with the given compiler. | |
| 794 stddef.h: stddef.in.h | |
| 795 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 796 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
| 797 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | |
| 798 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | |
| 799 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | |
| 800 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ | |
| 801 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ | |
| 802 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ | |
| 803 < $(srcdir)/stddef.in.h; \ | |
| 804 } > $@-t && \ | |
| 805 mv $@-t $@ | |
| 806 | |
| 807 # We need the following in order to create <time.h> when the system | |
| 808 # doesn't have one that works with the given compiler. | |
| 809 time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |
| 810 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 811 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | |
| 812 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | |
| 813 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | |
| 814 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | |
| 815 -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \ | |
| 816 -e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \ | |
| 817 -e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \ | |
| 818 -e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \ | |
| 819 -e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \ | |
| 820 -e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \ | |
| 821 -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \ | |
| 822 -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \ | |
| 823 -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \ | |
| 824 -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \ | |
| 825 -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \ | |
| 826 -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \ | |
| 827 -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \ | |
| 828 -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \ | |
| 829 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \ | |
| 830 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ | |
| 831 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ | |
| 832 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | |
| 833 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | |
| 834 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | |
| 835 < $(srcdir)/time.in.h; \ | |
| 836 } > $@-t && \ | |
| 837 mv $@-t $@ | |
| 112311 | 838 |
| 839 # We need the following in order to create an empty placeholder for | |
| 840 # <unistd.h> when the system doesn't have one. | |
| 841 unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |
| 842 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 843 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | |
| 844 sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ | |
| 845 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | |
| 846 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | |
| 847 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | |
| 848 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ | |
| 849 -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \ | |
| 850 -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \ | |
| 851 -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \ | |
| 852 -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \ | |
| 853 -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \ | |
| 854 -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \ | |
| 855 -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \ | |
| 856 -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \ | |
| 857 -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \ | |
| 858 -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \ | |
| 859 -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \ | |
| 860 -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \ | |
| 861 -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \ | |
| 862 -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \ | |
| 863 -e 's|@''GNULIB_GETGROUPS''@|$(GNULIB_GETGROUPS)|g' \ | |
| 864 -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \ | |
| 865 -e 's|@''GNULIB_GETLOGIN''@|$(GNULIB_GETLOGIN)|g' \ | |
| 866 -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \ | |
| 867 -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \ | |
| 868 -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \ | |
| 869 -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \ | |
| 870 -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \ | |
| 871 -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \ | |
| 872 -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \ | |
| 873 -e 's|@''GNULIB_PIPE''@|$(GNULIB_PIPE)|g' \ | |
| 874 -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \ | |
| 875 -e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \ | |
| 876 -e 's|@''GNULIB_PWRITE''@|$(GNULIB_PWRITE)|g' \ | |
| 877 -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \ | |
| 878 -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \ | |
| 879 -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \ | |
| 880 -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \ | |
| 881 -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \ | |
| 882 -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \ | |
| 883 -e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \ | |
| 884 -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \ | |
| 885 -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \ | |
| 886 -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \ | |
| 887 -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \ | |
| 888 -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \ | |
| 889 -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \ | |
| 890 < $(srcdir)/unistd.in.h | \ | |
| 891 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ | |
| 892 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ | |
| 893 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ | |
| 894 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ | |
| 895 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ | |
| 896 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ | |
| 897 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ | |
| 898 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ | |
| 899 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ | |
| 900 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ | |
| 901 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ | |
| 902 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ | |
| 903 -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \ | |
| 904 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ | |
| 905 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ | |
| 906 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ | |
| 907 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ | |
| 908 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ | |
| 909 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ | |
| 910 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ | |
| 911 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ | |
| 912 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ | |
| 913 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ | |
| 914 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ | |
| 915 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ | |
| 916 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ | |
| 917 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ | |
| 918 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ | |
| 919 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ | |
| 920 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ | |
| 921 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ | |
| 922 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ | |
| 923 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ | |
| 924 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ | |
| 925 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ | |
| 926 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ | |
| 927 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | |
| 928 -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | |
| 929 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ | |
| 930 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ | |
| 931 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ | |
| 932 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ | |
| 933 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ | |
| 934 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ | |
| 935 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ | |
| 936 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ | |
| 937 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ | |
| 938 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ | |
| 939 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ | |
| 940 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ | |
| 941 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ | |
| 942 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ | |
| 943 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ | |
| 944 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ | |
| 945 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ | |
| 946 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ | |
| 947 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ | |
| 948 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ | |
| 949 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ | |
| 950 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ | |
| 951 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ | |
| 952 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ | |
| 953 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ | |
| 954 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ | |
| 955 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | |
| 956 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | |
| 957 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ | |
| 958 } > $@-t && \ | |
| 959 mv $@-t $@ | |
| 112308 | 960 # The warn-on-use.h that gets inserted into generated .h files is the same as |
| 961 # build-aux/warn-on-use.h, except that it has the copyright header cut off. | |
| 962 warn-on-use.h: $(top_srcdir)/./warn-on-use.h | |
| 963 $(AM_V_GEN)rm -f $@-t $@ && \ | |
| 964 sed -n -e '/^.ifndef/,$$p' \ | |
| 965 < $(top_srcdir)/./warn-on-use.h \ | |
| 966 > $@-t && \ | |
| 967 mv $@-t $@ | |
| 112303 | 968 |
| 969 mostlyclean-local: mostlyclean-generic | |
| 970 @for dir in '' $(MOSTLYCLEANDIRS); do \ | |
| 971 if test -n "$$dir" && test -d $$dir; then \ | |
| 972 echo "rmdir $$dir"; rmdir $$dir; \ | |
| 973 fi; \ | |
| 974 done; \ | |
| 975 : | |
| 976 | |
| 977 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 978 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 979 .NOEXPORT: |
