~ubuntu-branches/debian/jessie/liblouis/jessie

« back to all changes in this revision

Viewing changes to gnulib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-01-12 23:48:47 UTC
  • mto: (1.1.4 upstream) (5.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100112234847-ph9xdk3lrjdox6ks
ImportĀ upstreamĀ versionĀ 1.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (C) 2002-2009 Free Software Foundation, Inc.
 
18
#
 
19
# This file is free software, distributed under the terms of the GNU
 
20
# General Public License.  As a special exception to the GNU General
 
21
# Public License, this file may be distributed as part of a program
 
22
# that contains a configuration script generated by Autoconf, under
 
23
# the same distribution terms as the rest of that program.
 
24
#
 
25
# Generated by gnulib-tool.
 
26
# Reproduce by: gnulib-tool --import --dir=. --local-dir=gnulib/override --lib=libgnu --source-base=gnulib --m4-base=gnulib/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --libtool --macro-prefix=gl getopt-gnu progname version-etc
 
27
 
 
28
 
 
29
 
 
30
srcdir = @srcdir@
 
31
top_srcdir = @top_srcdir@
 
32
VPATH = @srcdir@
 
33
pkgdatadir = $(datadir)/@PACKAGE@
 
34
pkglibdir = $(libdir)/@PACKAGE@
 
35
pkgincludedir = $(includedir)/@PACKAGE@
 
36
top_builddir = ..
 
37
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
38
INSTALL = @INSTALL@
 
39
install_sh_DATA = $(install_sh) -c -m 644
 
40
install_sh_PROGRAM = $(install_sh) -c
 
41
install_sh_SCRIPT = $(install_sh) -c
 
42
INSTALL_HEADER = $(INSTALL_DATA)
 
43
transform = $(program_transform_name)
 
44
NORMAL_INSTALL = :
 
45
PRE_INSTALL = :
 
46
POST_INSTALL = :
 
47
NORMAL_UNINSTALL = :
 
48
PRE_UNINSTALL = :
 
49
POST_UNINSTALL = :
 
50
build_triplet = @build@
 
51
host_triplet = @host@
 
52
subdir = gnulib
 
53
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
54
        $(srcdir)/Makefile.in
 
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
56
am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
 
57
        $(top_srcdir)/gnulib/m4/extensions.m4 \
 
58
        $(top_srcdir)/gnulib/m4/getopt.m4 \
 
59
        $(top_srcdir)/gnulib/m4/gnulib-common.m4 \
 
60
        $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \
 
61
        $(top_srcdir)/gnulib/m4/include_next.m4 \
 
62
        $(top_srcdir)/gnulib/m4/onceonly.m4 \
 
63
        $(top_srcdir)/gnulib/m4/stdarg.m4 \
 
64
        $(top_srcdir)/gnulib/m4/stddef_h.m4 \
 
65
        $(top_srcdir)/gnulib/m4/unistd_h.m4 \
 
66
        $(top_srcdir)/gnulib/m4/version-etc.m4 \
 
67
        $(top_srcdir)/gnulib/m4/wchar_t.m4 $(top_srcdir)/configure.ac
 
68
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
69
        $(ACLOCAL_M4)
 
70
mkinstalldirs = $(install_sh) -d
 
71
CONFIG_HEADER = $(top_builddir)/liblouis/config.h
 
72
CONFIG_CLEAN_FILES =
 
73
LIBRARIES = $(noinst_LIBRARIES)
 
74
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
75
am__DEPENDENCIES_1 =
 
76
am_libgnu_la_OBJECTS = progname.lo version-etc.lo
 
77
libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)
 
78
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/liblouis
 
79
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
80
am__depfiles_maybe = depfiles
 
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
83
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
84
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
85
        $(AM_CFLAGS) $(CFLAGS)
 
86
CCLD = $(CC)
 
87
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
88
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
89
SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
 
90
DIST_SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
 
91
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
92
        html-recursive info-recursive install-data-recursive \
 
93
        install-exec-recursive install-info-recursive \
 
94
        install-recursive installcheck-recursive installdirs-recursive \
 
95
        pdf-recursive ps-recursive uninstall-info-recursive \
 
96
        uninstall-recursive
 
97
HEADERS = $(noinst_HEADERS)
 
98
ETAGS = etags
 
99
CTAGS = ctags
 
100
DIST_SUBDIRS = $(SUBDIRS)
 
101
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
102
ACLOCAL = @ACLOCAL@
 
103
AMDEP_FALSE = @AMDEP_FALSE@
 
104
AMDEP_TRUE = @AMDEP_TRUE@
 
105
AMTAR = @AMTAR@
 
106
AR = @AR@
 
107
AS = @AS@
 
108
AUTOCONF = @AUTOCONF@
 
109
AUTOHEADER = @AUTOHEADER@
 
110
AUTOMAKE = @AUTOMAKE@
 
111
AWK = @AWK@
 
112
CC = @CC@
 
113
CCDEPMODE = @CCDEPMODE@
 
114
CFLAGS = @CFLAGS@
 
115
CPP = @CPP@
 
116
CPPFLAGS = @CPPFLAGS@
 
117
CXX = @CXX@
 
118
CXXCPP = @CXXCPP@
 
119
CXXDEPMODE = @CXXDEPMODE@
 
120
CXXFLAGS = @CXXFLAGS@
 
121
CYGPATH_W = @CYGPATH_W@
 
122
DEFS = @DEFS@
 
123
DEPDIR = @DEPDIR@
 
124
DLLTOOL = @DLLTOOL@
 
125
ECHO = @ECHO@
 
126
ECHO_C = @ECHO_C@
 
127
ECHO_N = @ECHO_N@
 
128
ECHO_T = @ECHO_T@
 
129
EGREP = @EGREP@
 
130
EXEEXT = @EXEEXT@
 
131
F77 = @F77@
 
132
FFLAGS = @FFLAGS@
 
133
GETOPT_H = @GETOPT_H@
 
134
GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@
 
135
GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@
 
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_GETHOSTNAME = @GNULIB_GETHOSTNAME@
 
151
GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
 
152
GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
 
153
GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
 
154
GNULIB_LCHOWN = @GNULIB_LCHOWN@
 
155
GNULIB_LINK = @GNULIB_LINK@
 
156
GNULIB_LINKAT = @GNULIB_LINKAT@
 
157
GNULIB_LSEEK = @GNULIB_LSEEK@
 
158
GNULIB_PIPE2 = @GNULIB_PIPE2@
 
159
GNULIB_READLINK = @GNULIB_READLINK@
 
160
GNULIB_READLINKAT = @GNULIB_READLINKAT@
 
161
GNULIB_RMDIR = @GNULIB_RMDIR@
 
162
GNULIB_SLEEP = @GNULIB_SLEEP@
 
163
GNULIB_SYMLINK = @GNULIB_SYMLINK@
 
164
GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
 
165
GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@
 
166
GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
 
167
GNULIB_UNLINK = @GNULIB_UNLINK@
 
168
GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
 
169
GNULIB_WRITE = @GNULIB_WRITE@
 
170
HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
 
171
HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
 
172
HAVE_DUP2 = @HAVE_DUP2@
 
173
HAVE_DUP3 = @HAVE_DUP3@
 
174
HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
 
175
HAVE_FACCESSAT = @HAVE_FACCESSAT@
 
176
HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
 
177
HAVE_FSYNC = @HAVE_FSYNC@
 
178
HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
 
179
HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
 
180
HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
 
181
HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
 
182
HAVE_GETOPT_H = @HAVE_GETOPT_H@
 
183
HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
 
184
HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
 
185
HAVE_HELP2MAN_FALSE = @HAVE_HELP2MAN_FALSE@
 
186
HAVE_HELP2MAN_TRUE = @HAVE_HELP2MAN_TRUE@
 
187
HAVE_LINK = @HAVE_LINK@
 
188
HAVE_LINKAT = @HAVE_LINKAT@
 
189
HAVE_OS_H = @HAVE_OS_H@
 
190
HAVE_PIPE2 = @HAVE_PIPE2@
 
191
HAVE_READLINK = @HAVE_READLINK@
 
192
HAVE_READLINKAT = @HAVE_READLINKAT@
 
193
HAVE_SLEEP = @HAVE_SLEEP@
 
194
HAVE_SYMLINK = @HAVE_SYMLINK@
 
195
HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
 
196
HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
 
197
HAVE_UNISTD_H = @HAVE_UNISTD_H@
 
198
HAVE_UNLINKAT = @HAVE_UNLINKAT@
 
199
HAVE_WCHAR_T = @HAVE_WCHAR_T@
 
200
HELP2MAN = @HELP2MAN@
 
201
INCLUDE_NEXT = @INCLUDE_NEXT@
 
202
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
 
203
INSTALL_DATA = @INSTALL_DATA@
 
204
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
205
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
206
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
207
LDFLAGS = @LDFLAGS@
 
208
LIBINTL = @LIBINTL@
 
209
LIBLOUIS_AGE = @LIBLOUIS_AGE@
 
210
LIBLOUIS_CURRENT = @LIBLOUIS_CURRENT@
 
211
LIBLOUIS_REVISION = @LIBLOUIS_REVISION@
 
212
LIBOBJS = @LIBOBJS@
 
213
LIBS = @LIBS@
 
214
LIBTOOL = @LIBTOOL@
 
215
LN_S = @LN_S@
 
216
LTLIBINTL = @LTLIBINTL@
 
217
LTLIBOBJS = @LTLIBOBJS@
 
218
MAKEINFO = @MAKEINFO@
 
219
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
 
220
NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
 
221
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
 
222
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
 
223
NEXT_GETOPT_H = @NEXT_GETOPT_H@
 
224
NEXT_STDARG_H = @NEXT_STDARG_H@
 
225
NEXT_STDDEF_H = @NEXT_STDDEF_H@
 
226
NEXT_UNISTD_H = @NEXT_UNISTD_H@
 
227
OBJDUMP = @OBJDUMP@
 
228
OBJEXT = @OBJEXT@
 
229
PACKAGE = @PACKAGE@
 
230
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
231
PACKAGE_NAME = @PACKAGE_NAME@
 
232
PACKAGE_STRING = @PACKAGE_STRING@
 
233
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
234
PACKAGE_VERSION = @PACKAGE_VERSION@
 
235
PATH_SEPARATOR = @PATH_SEPARATOR@
 
236
PKG_CONFIG = @PKG_CONFIG@
 
237
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
 
238
RANLIB = @RANLIB@
 
239
REPLACE_CHOWN = @REPLACE_CHOWN@
 
240
REPLACE_CLOSE = @REPLACE_CLOSE@
 
241
REPLACE_DUP = @REPLACE_DUP@
 
242
REPLACE_DUP2 = @REPLACE_DUP2@
 
243
REPLACE_FCHDIR = @REPLACE_FCHDIR@
 
244
REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
 
245
REPLACE_GETCWD = @REPLACE_GETCWD@
 
246
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
 
247
REPLACE_LCHOWN = @REPLACE_LCHOWN@
 
248
REPLACE_LINK = @REPLACE_LINK@
 
249
REPLACE_LINKAT = @REPLACE_LINKAT@
 
250
REPLACE_LSEEK = @REPLACE_LSEEK@
 
251
REPLACE_NULL = @REPLACE_NULL@
 
252
REPLACE_READLINK = @REPLACE_READLINK@
 
253
REPLACE_RMDIR = @REPLACE_RMDIR@
 
254
REPLACE_SYMLINK = @REPLACE_SYMLINK@
 
255
REPLACE_UNLINK = @REPLACE_UNLINK@
 
256
REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
 
257
REPLACE_WRITE = @REPLACE_WRITE@
 
258
SED = @SED@
 
259
SET_MAKE = @SET_MAKE@
 
260
SHELL = @SHELL@
 
261
STDARG_H = @STDARG_H@
 
262
STDDEF_H = @STDDEF_H@
 
263
STRIP = @STRIP@
 
264
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
 
265
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
 
266
VERSION = @VERSION@
 
267
WIDECHAR_TYPE = @WIDECHAR_TYPE@
 
268
ac_ct_AR = @ac_ct_AR@
 
269
ac_ct_AS = @ac_ct_AS@
 
270
ac_ct_CC = @ac_ct_CC@
 
271
ac_ct_CXX = @ac_ct_CXX@
 
272
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
273
ac_ct_F77 = @ac_ct_F77@
 
274
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
275
ac_ct_RANLIB = @ac_ct_RANLIB@
 
276
ac_ct_STRIP = @ac_ct_STRIP@
 
277
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
278
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
279
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
280
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
281
am__include = @am__include@
 
282
am__leading_dot = @am__leading_dot@
 
283
am__quote = @am__quote@
 
284
am__tar = @am__tar@
 
285
am__untar = @am__untar@
 
286
bindir = @bindir@
 
287
build = @build@
 
288
build_alias = @build_alias@
 
289
build_cpu = @build_cpu@
 
290
build_os = @build_os@
 
291
build_vendor = @build_vendor@
 
292
datadir = @datadir@
 
293
exec_prefix = @exec_prefix@
 
294
gl_LIBOBJS = @gl_LIBOBJS@
 
295
gl_LTLIBOBJS = @gl_LTLIBOBJS@
 
296
gltests_LIBOBJS = @gltests_LIBOBJS@
 
297
gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
 
298
host = @host@
 
299
host_alias = @host_alias@
 
300
host_cpu = @host_cpu@
 
301
host_os = @host_os@
 
302
host_vendor = @host_vendor@
 
303
includedir = @includedir@
 
304
infodir = @infodir@
 
305
install_sh = @install_sh@
 
306
libdir = @libdir@
 
307
libexecdir = @libexecdir@
 
308
localstatedir = @localstatedir@
 
309
mandir = @mandir@
 
310
mkdir_p = @mkdir_p@
 
311
oldincludedir = @oldincludedir@
 
312
prefix = @prefix@
 
313
program_transform_name = @program_transform_name@
 
314
sbindir = @sbindir@
 
315
sharedstatedir = @sharedstatedir@
 
316
sysconfdir = @sysconfdir@
 
317
target_alias = @target_alias@
 
318
AUTOMAKE_OPTIONS = 1.5 gnits
 
319
SUBDIRS = 
 
320
noinst_HEADERS = 
 
321
noinst_LIBRARIES = 
 
322
noinst_LTLIBRARIES = libgnu.la
 
323
EXTRA_DIST = m4/gnulib-cache.m4 getopt.c getopt.in.h getopt1.c \
 
324
        getopt_int.h $(top_srcdir)/build-aux/link-warning.h \
 
325
        stdarg.in.h stddef.in.h unistd.in.h
 
326
BUILT_SOURCES = $(GETOPT_H) $(STDARG_H) $(STDDEF_H) unistd.h
 
327
SUFFIXES = 
 
328
MOSTLYCLEANFILES = core *.stackdump getopt.h getopt.h-t stdarg.h \
 
329
        stdarg.h-t stddef.h stddef.h-t unistd.h unistd.h-t
 
330
MOSTLYCLEANDIRS = 
 
331
CLEANFILES = 
 
332
DISTCLEANFILES = 
 
333
MAINTAINERCLEANFILES = 
 
334
AM_CPPFLAGS = 
 
335
AM_CFLAGS = 
 
336
libgnu_la_SOURCES = gettext.h progname.h progname.c version-etc.h \
 
337
        version-etc.c
 
338
libgnu_la_LIBADD = $(gl_LTLIBOBJS)
 
339
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
 
340
EXTRA_libgnu_la_SOURCES = getopt.c getopt1.c
 
341
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
 
342
LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h
 
343
all: $(BUILT_SOURCES)
 
344
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
345
 
 
346
.SUFFIXES:
 
347
.SUFFIXES: .c .lo .o .obj
 
348
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
349
        @for dep in $?; do \
 
350
          case '$(am__configure_deps)' in \
 
351
            *$$dep*) \
 
352
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
353
                && exit 0; \
 
354
              exit 1;; \
 
355
          esac; \
 
356
        done; \
 
357
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  gnulib/Makefile'; \
 
358
        cd $(top_srcdir) && \
 
359
          $(AUTOMAKE) --gnits  gnulib/Makefile
 
360
.PRECIOUS: Makefile
 
361
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
362
        @case '$?' in \
 
363
          *config.status*) \
 
364
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
365
          *) \
 
366
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
367
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
368
        esac;
 
369
 
 
370
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
371
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
372
 
 
373
$(top_srcdir)/configure:  $(am__configure_deps)
 
374
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
375
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
376
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
377
 
 
378
clean-noinstLIBRARIES:
 
379
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
380
 
 
381
clean-noinstLTLIBRARIES:
 
382
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
383
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
384
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
385
          test "$$dir" != "$$p" || dir=.; \
 
386
          echo "rm -f \"$${dir}/so_locations\""; \
 
387
          rm -f "$${dir}/so_locations"; \
 
388
        done
 
389
libgnu.la: $(libgnu_la_OBJECTS) $(libgnu_la_DEPENDENCIES) 
 
390
        $(LINK)  $(libgnu_la_LDFLAGS) $(libgnu_la_OBJECTS) $(libgnu_la_LIBADD) $(LIBS)
 
391
 
 
392
mostlyclean-compile:
 
393
        -rm -f *.$(OBJEXT)
 
394
 
 
395
distclean-compile:
 
396
        -rm -f *.tab.c
 
397
 
 
398
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Plo@am__quote@
 
399
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Plo@am__quote@
 
400
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname.Plo@am__quote@
 
401
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc.Plo@am__quote@
 
402
 
 
403
.c.o:
 
404
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
405
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
408
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
409
 
 
410
.c.obj:
 
411
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
412
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
415
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
416
 
 
417
.c.lo:
 
418
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
419
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
420
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
422
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
423
 
 
424
mostlyclean-libtool:
 
425
        -rm -f *.lo
 
426
 
 
427
clean-libtool:
 
428
        -rm -rf .libs _libs
 
429
 
 
430
distclean-libtool:
 
431
        -rm -f libtool
 
432
uninstall-info-am:
 
433
 
 
434
# This directory's subdirectories are mostly independent; you can cd
 
435
# into them and run `make' without going through this Makefile.
 
436
# To change the values of `make' variables: instead of editing Makefiles,
 
437
# (1) if the variable is set in `config.status', edit `config.status'
 
438
#     (which will cause the Makefiles to be regenerated when you run `make');
 
439
# (2) otherwise, pass the desired values on the `make' command line.
 
440
$(RECURSIVE_TARGETS):
 
441
        @failcom='exit 1'; \
 
442
        for f in x $$MAKEFLAGS; do \
 
443
          case $$f in \
 
444
            *=* | --[!k]*);; \
 
445
            *k*) failcom='fail=yes';; \
 
446
          esac; \
 
447
        done; \
 
448
        dot_seen=no; \
 
449
        target=`echo $@ | sed s/-recursive//`; \
 
450
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
451
          echo "Making $$target in $$subdir"; \
 
452
          if test "$$subdir" = "."; then \
 
453
            dot_seen=yes; \
 
454
            local_target="$$target-am"; \
 
455
          else \
 
456
            local_target="$$target"; \
 
457
          fi; \
 
458
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
459
          || eval $$failcom; \
 
460
        done; \
 
461
        if test "$$dot_seen" = "no"; then \
 
462
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
463
        fi; test -z "$$fail"
 
464
 
 
465
mostlyclean-recursive clean-recursive distclean-recursive \
 
466
maintainer-clean-recursive:
 
467
        @failcom='exit 1'; \
 
468
        for f in x $$MAKEFLAGS; do \
 
469
          case $$f in \
 
470
            *=* | --[!k]*);; \
 
471
            *k*) failcom='fail=yes';; \
 
472
          esac; \
 
473
        done; \
 
474
        dot_seen=no; \
 
475
        case "$@" in \
 
476
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
477
          *) list='$(SUBDIRS)' ;; \
 
478
        esac; \
 
479
        rev=''; for subdir in $$list; do \
 
480
          if test "$$subdir" = "."; then :; else \
 
481
            rev="$$subdir $$rev"; \
 
482
          fi; \
 
483
        done; \
 
484
        rev="$$rev ."; \
 
485
        target=`echo $@ | sed s/-recursive//`; \
 
486
        for subdir in $$rev; do \
 
487
          echo "Making $$target in $$subdir"; \
 
488
          if test "$$subdir" = "."; then \
 
489
            local_target="$$target-am"; \
 
490
          else \
 
491
            local_target="$$target"; \
 
492
          fi; \
 
493
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
494
          || eval $$failcom; \
 
495
        done && test -z "$$fail"
 
496
tags-recursive:
 
497
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
498
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
499
        done
 
500
ctags-recursive:
 
501
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
502
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
503
        done
 
504
 
 
505
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
506
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
507
        unique=`for i in $$list; do \
 
508
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
509
          done | \
 
510
          $(AWK) '    { files[$$0] = 1; } \
 
511
               END { for (i in files) print i; }'`; \
 
512
        mkid -fID $$unique
 
513
tags: TAGS
 
514
 
 
515
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
516
                $(TAGS_FILES) $(LISP)
 
517
        tags=; \
 
518
        here=`pwd`; \
 
519
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
520
          include_option=--etags-include; \
 
521
          empty_fix=.; \
 
522
        else \
 
523
          include_option=--include; \
 
524
          empty_fix=; \
 
525
        fi; \
 
526
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
527
          if test "$$subdir" = .; then :; else \
 
528
            test ! -f $$subdir/TAGS || \
 
529
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
530
          fi; \
 
531
        done; \
 
532
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
533
        unique=`for i in $$list; do \
 
534
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
535
          done | \
 
536
          $(AWK) '    { files[$$0] = 1; } \
 
537
               END { for (i in files) print i; }'`; \
 
538
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
539
          test -n "$$unique" || unique=$$empty_fix; \
 
540
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
541
            $$tags $$unique; \
 
542
        fi
 
543
ctags: CTAGS
 
544
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
545
                $(TAGS_FILES) $(LISP)
 
546
        tags=; \
 
547
        here=`pwd`; \
 
548
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
549
        unique=`for i in $$list; do \
 
550
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
551
          done | \
 
552
          $(AWK) '    { files[$$0] = 1; } \
 
553
               END { for (i in files) print i; }'`; \
 
554
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
555
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
556
             $$tags $$unique
 
557
 
 
558
GTAGS:
 
559
        here=`$(am__cd) $(top_builddir) && pwd` \
 
560
          && cd $(top_srcdir) \
 
561
          && gtags -i $(GTAGS_ARGS) $$here
 
562
 
 
563
distclean-tags:
 
564
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
565
 
 
566
distdir: $(DISTFILES)
 
567
        $(mkdir_p) $(distdir)/$(top_srcdir)/build-aux $(distdir)/m4
 
568
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
569
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
570
        list='$(DISTFILES)'; for file in $$list; do \
 
571
          case $$file in \
 
572
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
573
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
574
          esac; \
 
575
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
576
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
577
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
578
            dir="/$$dir"; \
 
579
            $(mkdir_p) "$(distdir)$$dir"; \
 
580
          else \
 
581
            dir=''; \
 
582
          fi; \
 
583
          if test -d $$d/$$file; then \
 
584
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
585
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
586
            fi; \
 
587
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
588
          else \
 
589
            test -f $(distdir)/$$file \
 
590
            || cp -p $$d/$$file $(distdir)/$$file \
 
591
            || exit 1; \
 
592
          fi; \
 
593
        done
 
594
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
595
          if test "$$subdir" = .; then :; else \
 
596
            test -d "$(distdir)/$$subdir" \
 
597
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
598
            || exit 1; \
 
599
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
600
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
601
            (cd $$subdir && \
 
602
              $(MAKE) $(AM_MAKEFLAGS) \
 
603
                top_distdir="$$top_distdir" \
 
604
                distdir="$$distdir/$$subdir" \
 
605
                distdir) \
 
606
              || exit 1; \
 
607
          fi; \
 
608
        done
 
609
check-am: all-am
 
610
check: $(BUILT_SOURCES)
 
611
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
 
612
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
 
613
installdirs: installdirs-recursive
 
614
installdirs-am:
 
615
install: $(BUILT_SOURCES)
 
616
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
 
617
install-exec: install-exec-recursive
 
618
install-data: install-data-recursive
 
619
uninstall: uninstall-recursive
 
620
 
 
621
install-am: all-am
 
622
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
623
 
 
624
installcheck: installcheck-recursive
 
625
install-strip:
 
626
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
627
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
628
          `test -z '$(STRIP)' || \
 
629
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
630
mostlyclean-generic:
 
631
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
632
 
 
633
clean-generic:
 
634
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
635
 
 
636
distclean-generic:
 
637
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
638
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
639
 
 
640
maintainer-clean-generic:
 
641
        @echo "This command is intended for maintainers to use"
 
642
        @echo "it deletes files that may require special tools to rebuild."
 
643
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
644
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
645
clean: clean-recursive
 
646
 
 
647
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
648
        clean-noinstLTLIBRARIES mostlyclean-am
 
649
 
 
650
distclean: distclean-recursive
 
651
        -rm -rf ./$(DEPDIR)
 
652
        -rm -f Makefile
 
653
distclean-am: clean-am distclean-compile distclean-generic \
 
654
        distclean-libtool distclean-tags
 
655
 
 
656
dvi: dvi-recursive
 
657
 
 
658
dvi-am:
 
659
 
 
660
html: html-recursive
 
661
 
 
662
info: info-recursive
 
663
 
 
664
info-am:
 
665
 
 
666
install-data-am:
 
667
 
 
668
install-exec-am:
 
669
 
 
670
install-info: install-info-recursive
 
671
 
 
672
install-man:
 
673
 
 
674
installcheck-am:
 
675
 
 
676
maintainer-clean: maintainer-clean-recursive
 
677
        -rm -rf ./$(DEPDIR)
 
678
        -rm -f Makefile
 
679
maintainer-clean-am: distclean-am maintainer-clean-generic
 
680
 
 
681
mostlyclean: mostlyclean-recursive
 
682
 
 
683
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
684
        mostlyclean-libtool mostlyclean-local
 
685
 
 
686
pdf: pdf-recursive
 
687
 
 
688
pdf-am:
 
689
 
 
690
ps: ps-recursive
 
691
 
 
692
ps-am:
 
693
 
 
694
uninstall-am: uninstall-info-am
 
695
 
 
696
uninstall-info: uninstall-info-recursive
 
697
 
 
698
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
699
        clean clean-generic clean-libtool clean-noinstLIBRARIES \
 
700
        clean-noinstLTLIBRARIES clean-recursive ctags ctags-recursive \
 
701
        distclean distclean-compile distclean-generic \
 
702
        distclean-libtool distclean-recursive distclean-tags distdir \
 
703
        dvi dvi-am html html-am info info-am install install-am \
 
704
        install-data install-data-am install-exec install-exec-am \
 
705
        install-info install-info-am install-man install-strip \
 
706
        installcheck installcheck-am installdirs installdirs-am \
 
707
        maintainer-clean maintainer-clean-generic \
 
708
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
709
        mostlyclean-generic mostlyclean-libtool mostlyclean-local \
 
710
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
711
        uninstall uninstall-am uninstall-info-am
 
712
 
 
713
 
 
714
# We need the following in order to create <getopt.h> when the system
 
715
# doesn't have one that works with the given compiler.
 
716
getopt.h: getopt.in.h
 
717
        $(AM_V_GEN)rm -f $@-t $@ && \
 
718
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
719
          sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
 
720
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
721
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
722
              -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
 
723
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
 
724
              < $(srcdir)/getopt.in.h; \
 
725
        } > $@-t && \
 
726
        mv -f $@-t $@
 
727
 
 
728
# We need the following in order to create <stdarg.h> when the system
 
729
# doesn't have one that works with the given compiler.
 
730
stdarg.h: stdarg.in.h
 
731
        $(AM_V_GEN)rm -f $@-t $@ && \
 
732
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
733
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
734
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
735
              -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
 
736
              < $(srcdir)/stdarg.in.h; \
 
737
        } > $@-t && \
 
738
        mv $@-t $@
 
739
 
 
740
# We need the following in order to create <stddef.h> when the system
 
741
# doesn't have one that works with the given compiler.
 
742
stddef.h: stddef.in.h
 
743
        $(AM_V_GEN)rm -f $@-t $@ && \
 
744
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
745
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
746
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
747
              -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
 
748
              -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
 
749
              -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
 
750
              < $(srcdir)/stddef.in.h; \
 
751
        } > $@-t && \
 
752
        mv $@-t $@
 
753
 
 
754
# We need the following in order to create an empty placeholder for
 
755
# <unistd.h> when the system doesn't have one.
 
756
unistd.h: unistd.in.h
 
757
        $(AM_V_GEN)rm -f $@-t $@ && \
 
758
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
759
          sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
 
760
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
761
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
762
              -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
 
763
              -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
 
764
              -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
 
765
              -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
 
766
              -e 's|@''GNULIB_DUP3''@|$(GNULIB_DUP3)|g' \
 
767
              -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
 
768
              -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
 
769
              -e 's|@''GNULIB_FACCESSAT''@|$(GNULIB_FACCESSAT)|g' \
 
770
              -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
 
771
              -e 's|@''GNULIB_FCHOWNAT''@|$(GNULIB_FCHOWNAT)|g' \
 
772
              -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
 
773
              -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
 
774
              -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
 
775
              -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
 
776
              -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
 
777
              -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
 
778
              -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
 
779
              -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
 
780
              -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
 
781
              -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
 
782
              -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
 
783
              -e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
 
784
              -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
 
785
              -e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
 
786
              -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
 
787
              -e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
 
788
              -e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
 
789
              -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
 
790
              -e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
 
791
              -e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
 
792
              -e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
 
793
              -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
 
794
              -e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
 
795
              -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
 
796
              -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
 
797
              -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
 
798
              -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
 
799
              -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
 
800
              -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
 
801
              -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
 
802
              -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
 
803
              -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
 
804
              -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
 
805
              -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
 
806
              -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
 
807
              -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
 
808
              -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
 
809
              -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
 
810
              -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
 
811
              -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
 
812
              -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
 
813
              -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
 
814
              -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
 
815
              -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
 
816
              -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
 
817
              -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
 
818
              -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
 
819
              -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
 
820
              -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
 
821
              -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
 
822
              -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
 
823
              -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
 
824
              -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
 
825
              -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
 
826
              -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
 
827
              -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
 
828
              -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
 
829
              -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
 
830
              -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
 
831
              -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
 
832
              -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
 
833
              -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
 
834
              -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
 
835
              -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
 
836
              -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
 
837
              -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
 
838
              -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
 
839
              -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
 
840
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
 
841
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
 
842
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
 
843
              < $(srcdir)/unistd.in.h; \
 
844
        } > $@-t && \
 
845
        mv $@-t $@
 
846
 
 
847
mostlyclean-local: mostlyclean-generic
 
848
        @for dir in '' $(MOSTLYCLEANDIRS); do \
 
849
          if test -n "$$dir" && test -d $$dir; then \
 
850
            echo "rmdir $$dir"; rmdir $$dir; \
 
851
          fi; \
 
852
        done; \
 
853
        :
 
854
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
855
# Otherwise a system limit (for SysV at least) may be exceeded.
 
856
.NOEXPORT: