comparison lib/Makefile.am @ 272:d5392bb5da3c 2.5

Added generated files
author lost
date Sun, 16 Aug 2009 17:16:49 +0000
parents
children
comparison
equal deleted inserted replaced
271:3b793ba7a6c6 272:d5392bb5da3c
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2008 Free Software Foundation, Inc.
4 #
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License. As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
10 #
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-libtool --macro-prefix=gl argp
13
14 AUTOMAKE_OPTIONS = 1.5 gnits
15
16 SUBDIRS =
17 noinst_HEADERS =
18 noinst_LIBRARIES =
19 noinst_LTLIBRARIES =
20 EXTRA_DIST =
21 BUILT_SOURCES =
22 SUFFIXES =
23 MOSTLYCLEANFILES = core *.stackdump
24 MOSTLYCLEANDIRS =
25 CLEANFILES =
26 DISTCLEANFILES =
27 MAINTAINERCLEANFILES =
28
29 AM_CPPFLAGS =
30
31 noinst_LIBRARIES += libgnu.a
32
33 libgnu_a_SOURCES =
34 libgnu_a_LIBADD = $(gl_LIBOBJS)
35 libgnu_a_DEPENDENCIES = $(gl_LIBOBJS)
36 EXTRA_libgnu_a_SOURCES =
37
38 ## begin gnulib module alloca
39
40
41 EXTRA_DIST += alloca.c
42
43 EXTRA_libgnu_a_SOURCES += alloca.c
44
45 libgnu_a_LIBADD += @ALLOCA@
46 libgnu_a_DEPENDENCIES += @ALLOCA@
47 ## end gnulib module alloca
48
49 ## begin gnulib module alloca-opt
50
51 BUILT_SOURCES += $(ALLOCA_H)
52
53 # We need the following in order to create <alloca.h> when the system
54 # doesn't have one that works with the given compiler.
55 alloca.h: alloca.in.h
56 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
57 cat $(srcdir)/alloca.in.h; \
58 } > $@-t
59 mv -f $@-t $@
60 MOSTLYCLEANFILES += alloca.h alloca.h-t
61
62 EXTRA_DIST += alloca.in.h
63
64 ## end gnulib module alloca-opt
65
66 ## begin gnulib module argp
67
68 libgnu_a_SOURCES += argp.h argp-ba.c argp-eexst.c \
69 argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
70 argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
71 argp-xinl.c
72
73 ## end gnulib module argp
74
75 ## begin gnulib module dirname
76
77
78 EXTRA_DIST += basename.c dirname.c dirname.h stripslash.c
79
80 EXTRA_libgnu_a_SOURCES += basename.c dirname.c stripslash.c
81
82 ## end gnulib module dirname
83
84 ## begin gnulib module errno
85
86 BUILT_SOURCES += $(ERRNO_H)
87
88 # We need the following in order to create <errno.h> when the system
89 # doesn't have one that is POSIX compliant.
90 errno.h: errno.in.h
91 rm -f $@-t $@
92 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
93 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
94 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
95 -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
96 -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
97 -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
98 -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
99 -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
100 -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
101 -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
102 < $(srcdir)/errno.in.h; \
103 } > $@-t
104 mv $@-t $@
105 MOSTLYCLEANFILES += errno.h errno.h-t
106
107 EXTRA_DIST += errno.in.h
108
109 ## end gnulib module errno
110
111 ## begin gnulib module error
112
113
114 EXTRA_DIST += error.c error.h
115
116 EXTRA_libgnu_a_SOURCES += error.c
117
118 ## end gnulib module error
119
120 ## begin gnulib module exitfail
121
122
123 EXTRA_DIST += exitfail.c exitfail.h
124
125 EXTRA_libgnu_a_SOURCES += exitfail.c
126
127 ## end gnulib module exitfail
128
129 ## begin gnulib module float
130
131 BUILT_SOURCES += $(FLOAT_H)
132
133 # We need the following in order to create <float.h> when the system
134 # doesn't have one that works with the given compiler.
135 float.h: float.in.h
136 rm -f $@-t $@
137 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
138 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
139 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
140 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
141 < $(srcdir)/float.in.h; \
142 } > $@-t
143 mv $@-t $@
144 MOSTLYCLEANFILES += float.h float.h-t
145
146 EXTRA_DIST += float.in.h
147
148 ## end gnulib module float
149
150 ## begin gnulib module getopt
151
152 BUILT_SOURCES += $(GETOPT_H)
153
154 # We need the following in order to create <getopt.h> when the system
155 # doesn't have one that works with the given compiler.
156 getopt.h: getopt.in.h
157 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
158 cat $(srcdir)/getopt.in.h; \
159 } > $@-t
160 mv -f $@-t $@
161 MOSTLYCLEANFILES += getopt.h getopt.h-t
162
163 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
164
165 EXTRA_libgnu_a_SOURCES += getopt.c getopt1.c
166
167 ## end gnulib module getopt
168
169 ## begin gnulib module gettext-h
170
171 libgnu_a_SOURCES += gettext.h
172
173 ## end gnulib module gettext-h
174
175 ## begin gnulib module intprops
176
177
178 EXTRA_DIST += intprops.h
179
180 ## end gnulib module intprops
181
182 ## begin gnulib module link-warning
183
184 LINK_WARNING_H=$(top_srcdir)/./link-warning.h
185
186 EXTRA_DIST += $(top_srcdir)/./link-warning.h
187
188 ## end gnulib module link-warning
189
190 ## begin gnulib module malloc
191
192
193 EXTRA_DIST += malloc.c
194
195 EXTRA_libgnu_a_SOURCES += malloc.c
196
197 ## end gnulib module malloc
198
199 ## begin gnulib module malloc-posix
200
201
202 EXTRA_DIST += malloc.c
203
204 EXTRA_libgnu_a_SOURCES += malloc.c
205
206 ## end gnulib module malloc-posix
207
208 ## begin gnulib module mempcpy
209
210
211 EXTRA_DIST += mempcpy.c
212
213 EXTRA_libgnu_a_SOURCES += mempcpy.c
214
215 ## end gnulib module mempcpy
216
217 ## begin gnulib module rawmemchr
218
219
220 EXTRA_DIST += rawmemchr.c rawmemchr.valgrind
221
222 EXTRA_libgnu_a_SOURCES += rawmemchr.c
223
224 ## end gnulib module rawmemchr
225
226 ## begin gnulib module size_max
227
228 libgnu_a_SOURCES += size_max.h
229
230 ## end gnulib module size_max
231
232 ## begin gnulib module sleep
233
234
235 EXTRA_DIST += sleep.c
236
237 EXTRA_libgnu_a_SOURCES += sleep.c
238
239 ## end gnulib module sleep
240
241 ## begin gnulib module stdbool
242
243 BUILT_SOURCES += $(STDBOOL_H)
244
245 # We need the following in order to create <stdbool.h> when the system
246 # doesn't have one that works.
247 stdbool.h: stdbool.in.h
248 rm -f $@-t $@
249 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
250 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
251 } > $@-t
252 mv $@-t $@
253 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
254
255 EXTRA_DIST += stdbool.in.h
256
257 ## end gnulib module stdbool
258
259 ## begin gnulib module stdint
260
261 BUILT_SOURCES += $(STDINT_H)
262
263 # We need the following in order to create <stdint.h> when the system
264 # doesn't have one that works with the given compiler.
265 stdint.h: stdint.in.h
266 rm -f $@-t $@
267 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
268 sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
269 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
270 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
271 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
272 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
273 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
274 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
275 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
276 -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
277 -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
278 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
279 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
280 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
281 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
282 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
283 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
284 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
285 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
286 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
287 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
288 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
289 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
290 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
291 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
292 < $(srcdir)/stdint.in.h; \
293 } > $@-t
294 mv $@-t $@
295 MOSTLYCLEANFILES += stdint.h stdint.h-t
296
297 EXTRA_DIST += stdint.in.h
298
299 ## end gnulib module stdint
300
301 ## begin gnulib module stdio
302
303 BUILT_SOURCES += stdio.h
304
305 # We need the following in order to create <stdio.h> when the system
306 # doesn't have one that works with the given compiler.
307 stdio.h: stdio.in.h
308 rm -f $@-t $@
309 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
310 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
311 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
312 -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
313 -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
314 -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
315 -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
316 -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
317 -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
318 -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
319 -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
320 -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
321 -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
322 -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
323 -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
324 -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
325 -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
326 -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
327 -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
328 -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
329 -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
330 -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
331 -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
332 -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
333 -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
334 -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
335 -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
336 -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
337 -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
338 -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
339 -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
340 -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
341 -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
342 -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
343 -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
344 -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
345 -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
346 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
347 -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
348 -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
349 -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
350 -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
351 -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
352 -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
353 -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
354 -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
355 -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
356 -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
357 -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
358 -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
359 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
360 -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
361 -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
362 -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
363 -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
364 -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
365 -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
366 -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
367 -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
368 -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
369 -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
370 -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
371 -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
372 -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
373 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
374 < $(srcdir)/stdio.in.h; \
375 } > $@-t
376 mv $@-t $@
377 MOSTLYCLEANFILES += stdio.h stdio.h-t
378
379 EXTRA_DIST += stdio-write.c stdio.in.h
380
381 EXTRA_libgnu_a_SOURCES += stdio-write.c
382
383 ## end gnulib module stdio
384
385 ## begin gnulib module stdlib
386
387 BUILT_SOURCES += stdlib.h
388
389 # We need the following in order to create <stdlib.h> when the system
390 # doesn't have one that works with the given compiler.
391 stdlib.h: stdlib.in.h
392 rm -f $@-t $@
393 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
394 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
395 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
396 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
397 -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
398 -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
399 -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
400 -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
401 -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
402 -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
403 -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
404 -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
405 -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
406 -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
407 -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
408 -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
409 -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
410 -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
411 -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
412 -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
413 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
414 -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
415 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
416 -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
417 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
418 -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
419 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
420 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
421 -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
422 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
423 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
424 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
425 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
426 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
427 -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
428 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
429 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
430 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
431 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
432 -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \
433 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
434 < $(srcdir)/stdlib.in.h; \
435 } > $@-t
436 mv $@-t $@
437 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
438
439 EXTRA_DIST += stdlib.in.h
440
441 ## end gnulib module stdlib
442
443 ## begin gnulib module strcase
444
445
446 EXTRA_DIST += strcasecmp.c strncasecmp.c
447
448 EXTRA_libgnu_a_SOURCES += strcasecmp.c strncasecmp.c
449
450 ## end gnulib module strcase
451
452 ## begin gnulib module strchrnul
453
454
455 EXTRA_DIST += strchrnul.c strchrnul.valgrind
456
457 EXTRA_libgnu_a_SOURCES += strchrnul.c
458
459 ## end gnulib module strchrnul
460
461 ## begin gnulib module strerror
462
463
464 EXTRA_DIST += strerror.c
465
466 EXTRA_libgnu_a_SOURCES += strerror.c
467
468 ## end gnulib module strerror
469
470 ## begin gnulib module string
471
472 BUILT_SOURCES += string.h
473
474 # We need the following in order to create <string.h> when the system
475 # doesn't have one that works with the given compiler.
476 string.h: string.in.h
477 rm -f $@-t $@
478 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
479 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
480 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
481 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
482 -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
483 -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
484 -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
485 -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
486 -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
487 -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
488 -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
489 -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
490 -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
491 -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
492 -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
493 -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
494 -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
495 -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
496 -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
497 -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
498 -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
499 -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
500 -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
501 -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
502 -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
503 -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
504 -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
505 -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
506 -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
507 -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
508 -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
509 -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
510 -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
511 -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
512 -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
513 -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
514 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
515 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
516 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
517 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
518 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
519 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
520 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
521 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
522 -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \
523 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
524 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
525 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
526 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
527 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
528 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
529 -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
530 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
531 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
532 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
533 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
534 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
535 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
536 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
537 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
538 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
539 < $(srcdir)/string.in.h; \
540 } > $@-t
541 mv $@-t $@
542 MOSTLYCLEANFILES += string.h string.h-t
543
544 EXTRA_DIST += string.in.h
545
546 ## end gnulib module string
547
548 ## begin gnulib module strings
549
550 BUILT_SOURCES += strings.h
551
552 # We need the following in order to create <strings.h> when the system
553 # doesn't have one that works with the given compiler.
554 strings.h: strings.in.h
555 rm -f $@-t $@
556 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
557 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
558 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
559 -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
560 -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
561 -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
562 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
563 < $(srcdir)/strings.in.h; \
564 } > $@-t
565 mv $@-t $@
566 MOSTLYCLEANFILES += strings.h strings.h-t
567
568 EXTRA_DIST += strings.in.h
569
570 ## end gnulib module strings
571
572 ## begin gnulib module strndup
573
574
575 EXTRA_DIST += strndup.c
576
577 EXTRA_libgnu_a_SOURCES += strndup.c
578
579 ## end gnulib module strndup
580
581 ## begin gnulib module strnlen
582
583
584 EXTRA_DIST += strnlen.c
585
586 EXTRA_libgnu_a_SOURCES += strnlen.c
587
588 ## end gnulib module strnlen
589
590 ## begin gnulib module sysexits
591
592 BUILT_SOURCES += $(SYSEXITS_H)
593
594 # We need the following in order to create <sysexits.h> when the system
595 # doesn't have one that works with the given compiler.
596 sysexits.h: sysexits.in.h
597 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
598 sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
599 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
600 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
601 -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
602 < $(srcdir)/sysexits.in.h; \
603 } > $@-t
604 mv -f $@-t $@
605 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
606
607 EXTRA_DIST += sysexits.in.h
608
609 ## end gnulib module sysexits
610
611 ## begin gnulib module unistd
612
613 BUILT_SOURCES += unistd.h
614
615 # We need the following in order to create an empty placeholder for
616 # <unistd.h> when the system doesn't have one.
617 unistd.h: unistd.in.h
618 rm -f $@-t $@
619 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
620 sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
621 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
622 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
623 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
624 -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
625 -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
626 -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
627 -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
628 -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
629 -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
630 -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
631 -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
632 -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
633 -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
634 -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
635 -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
636 -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
637 -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
638 -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
639 -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
640 -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
641 -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
642 -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
643 -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
644 -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
645 -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
646 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
647 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
648 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
649 -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
650 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
651 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
652 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
653 -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
654 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
655 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
656 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
657 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
658 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
659 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
660 -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
661 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
662 -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
663 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
664 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
665 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
666 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
667 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
668 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
669 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
670 < $(srcdir)/unistd.in.h; \
671 } > $@-t
672 mv $@-t $@
673 MOSTLYCLEANFILES += unistd.h unistd.h-t
674
675 EXTRA_DIST += unistd.in.h
676
677 ## end gnulib module unistd
678
679 ## begin gnulib module vasnprintf
680
681
682 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
683
684 EXTRA_libgnu_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
685
686 ## end gnulib module vasnprintf
687
688 ## begin gnulib module vsnprintf
689
690
691 EXTRA_DIST += vsnprintf.c
692
693 EXTRA_libgnu_a_SOURCES += vsnprintf.c
694
695 ## end gnulib module vsnprintf
696
697 ## begin gnulib module wchar
698
699 BUILT_SOURCES += $(WCHAR_H)
700
701 # We need the following in order to create <wchar.h> when the system
702 # version does not work standalone.
703 wchar.h: wchar.in.h
704 rm -f $@-t $@
705 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
706 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
707 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
708 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
709 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
710 -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
711 -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
712 -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
713 -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
714 -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
715 -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
716 -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
717 -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
718 -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
719 -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
720 -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
721 -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
722 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
723 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
724 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
725 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
726 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
727 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
728 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
729 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
730 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
731 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
732 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
733 -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
734 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
735 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
736 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
737 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
738 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
739 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
740 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
741 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
742 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
743 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
744 -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
745 < $(srcdir)/wchar.in.h; \
746 } > $@-t
747 mv $@-t $@
748 MOSTLYCLEANFILES += wchar.h wchar.h-t
749
750 EXTRA_DIST += wchar.in.h
751
752 ## end gnulib module wchar
753
754 ## begin gnulib module xalloc
755
756
757 EXTRA_DIST += xalloc.h xmalloc.c
758
759 EXTRA_libgnu_a_SOURCES += xmalloc.c
760
761 ## end gnulib module xalloc
762
763 ## begin gnulib module xalloc-die
764
765 libgnu_a_SOURCES += xalloc-die.c
766
767 ## end gnulib module xalloc-die
768
769 ## begin gnulib module xsize
770
771 libgnu_a_SOURCES += xsize.h
772
773 ## end gnulib module xsize
774
775 ## begin gnulib module xstrndup
776
777 libgnu_a_SOURCES += xstrndup.h xstrndup.c
778
779 ## end gnulib module xstrndup
780
781
782 mostlyclean-local: mostlyclean-generic
783 @for dir in '' $(MOSTLYCLEANDIRS); do \
784 if test -n "$$dir" && test -d $$dir; then \
785 echo "rmdir $$dir"; rmdir $$dir; \
786 fi; \
787 done; \
788 :