Initialize Tizen 2.3
[external/libtasn1.git] / lib / gllib / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2010 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/gllib --m4-base=lib/glm4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl=2 --libtool --macro-prefix=lgl --no-vc-files lib-symbol-versions lib-symbol-visibility stdint strverscmp
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 AM_CFLAGS =
31
32 noinst_LTLIBRARIES += libgnu.la
33
34 libgnu_la_SOURCES =
35 libgnu_la_LIBADD = $(lgl_LTLIBOBJS)
36 libgnu_la_DEPENDENCIES = $(lgl_LTLIBOBJS)
37 EXTRA_libgnu_la_SOURCES =
38 libgnu_la_LDFLAGS = $(AM_LDFLAGS)
39
40 ## begin gnulib module arg-nonnull
41
42 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
43 # statements but through direct file reference. Therefore this snippet must be
44 # present in all Makefile.am that need it. This is ensured by the applicability
45 # 'all' defined above.
46
47 BUILT_SOURCES += arg-nonnull.h
48 # The arg-nonnull.h that gets inserted into generated .h files is the same as
49 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
50 arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
51         $(AM_V_GEN)rm -f $@-t $@ && \
52         sed -n -e '/GL_ARG_NONNULL/,$$p' \
53           < $(top_srcdir)/build-aux/arg-nonnull.h \
54           > $@-t && \
55         mv $@-t $@
56 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
57
58 ARG_NONNULL_H=arg-nonnull.h
59
60 EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
61
62 ## end   gnulib module arg-nonnull
63
64 ## begin gnulib module c++defs
65
66 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
67 # statements but through direct file reference. Therefore this snippet must be
68 # present in all Makefile.am that need it. This is ensured by the applicability
69 # 'all' defined above.
70
71 BUILT_SOURCES += c++defs.h
72 # The c++defs.h that gets inserted into generated .h files is the same as
73 # build-aux/c++defs.h, except that it has the copyright header cut off.
74 c++defs.h: $(top_srcdir)/build-aux/c++defs.h
75         $(AM_V_GEN)rm -f $@-t $@ && \
76         sed -n -e '/_GL_CXXDEFS/,$$p' \
77           < $(top_srcdir)/build-aux/c++defs.h \
78           > $@-t && \
79         mv $@-t $@
80 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
81
82 CXXDEFS_H=c++defs.h
83
84 EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
85
86 ## end   gnulib module c++defs
87
88 ## begin gnulib module lib-symbol-visibility
89
90 # The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the
91 # compilation of all sources that make up the library. This line here does it
92 # only for the gnulib part of it. The developer is responsible for adding
93 # $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library.
94 AM_CFLAGS += $(CFLAG_VISIBILITY)
95
96 ## end   gnulib module lib-symbol-visibility
97
98 ## begin gnulib module stddef
99
100 BUILT_SOURCES += $(STDDEF_H)
101
102 # We need the following in order to create <stddef.h> when the system
103 # doesn't have one that works with the given compiler.
104 stddef.h: stddef.in.h
105         $(AM_V_GEN)rm -f $@-t $@ && \
106         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
107           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
108               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
109               -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
110               -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
111               -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
112               < $(srcdir)/stddef.in.h; \
113         } > $@-t && \
114         mv $@-t $@
115 MOSTLYCLEANFILES += stddef.h stddef.h-t
116
117 EXTRA_DIST += stddef.in.h
118
119 ## end   gnulib module stddef
120
121 ## begin gnulib module stdint
122
123 BUILT_SOURCES += $(STDINT_H)
124
125 # We need the following in order to create <stdint.h> when the system
126 # doesn't have one that works with the given compiler.
127 stdint.h: stdint.in.h
128         $(AM_V_GEN)rm -f $@-t $@ && \
129         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
130           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
131               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
132               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
133               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
134               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
135               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
136               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
137               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
138               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
139               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
140               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
141               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
142               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
143               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
144               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
145               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
146               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
147               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
148               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
149               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
150               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
151               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
152               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
153               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
154               < $(srcdir)/stdint.in.h; \
155         } > $@-t && \
156         mv $@-t $@
157 MOSTLYCLEANFILES += stdint.h stdint.h-t
158
159 EXTRA_DIST += stdint.in.h
160
161 ## end   gnulib module stdint
162
163 ## begin gnulib module string
164
165 BUILT_SOURCES += string.h
166
167 # We need the following in order to create <string.h> when the system
168 # doesn't have one that works with the given compiler.
169 string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
170         $(AM_V_GEN)rm -f $@-t $@ && \
171         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
172           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
173               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
174               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
175               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
176               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
177               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
178               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
179               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
180               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
181               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
182               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
183               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
184               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
185               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
186               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
187               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
188               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
189               -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
190               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
191               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
192               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
193               -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
194               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
195               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
196               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
197               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
198               -e 's|@''GNULIB_STRNCAT''@|$(GNULIB_STRNCAT)|g' \
199               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
200               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
201               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
202               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
203               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
204               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
205               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
206               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
207               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
208               -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
209               < $(srcdir)/string.in.h | \
210           sed -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
211               -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
212               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
213               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
214               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
215               -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
216               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
217               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
218               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
219               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
220               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
221               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
222               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
223               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
224               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
225               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
226               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
227               -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
228               -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
229               -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
230               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
231               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
232               -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
233               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
234               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
235               -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
236               -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
237               -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
238               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
239               -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
240               -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
241               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
242               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
243               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
244               < $(srcdir)/string.in.h; \
245         } > $@-t && \
246         mv $@-t $@
247 MOSTLYCLEANFILES += string.h string.h-t
248
249 EXTRA_DIST += string.in.h
250
251 ## end   gnulib module string
252
253 ## begin gnulib module strverscmp
254
255
256 EXTRA_DIST += strverscmp.c
257
258 EXTRA_libgnu_la_SOURCES += strverscmp.c
259
260 ## end   gnulib module strverscmp
261
262 ## begin gnulib module warn-on-use
263
264 BUILT_SOURCES += warn-on-use.h
265 # The warn-on-use.h that gets inserted into generated .h files is the same as
266 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
267 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
268         $(AM_V_GEN)rm -f $@-t $@ && \
269         sed -n -e '/^.ifndef/,$$p' \
270           < $(top_srcdir)/build-aux/warn-on-use.h \
271           > $@-t && \
272         mv $@-t $@
273 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
274
275 WARN_ON_USE_H=warn-on-use.h
276
277 EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
278
279 ## end   gnulib module warn-on-use
280
281 ## begin gnulib module wchar
282
283 BUILT_SOURCES += wchar.h
284
285 # We need the following in order to create <wchar.h> when the system
286 # version does not work standalone.
287 wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
288         $(AM_V_GEN)rm -f $@-t $@ && \
289         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
290           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
291               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
292               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
293               -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
294               -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
295               -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
296               -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
297               -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
298               -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
299               -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
300               -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
301               -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
302               -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
303               -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
304               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
305               -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
306               -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
307               -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
308               -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
309               -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
310               -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
311               -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
312               -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
313               -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
314               -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
315               -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
316               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
317               -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
318               -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
319               -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
320               -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
321               -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
322               -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
323               -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
324               -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
325               -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
326               -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
327               -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
328               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
329               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
330               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
331               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
332             < $(srcdir)/wchar.in.h; \
333         } > $@-t && \
334         mv $@-t $@
335 MOSTLYCLEANFILES += wchar.h wchar.h-t
336
337 EXTRA_DIST += wchar.in.h
338
339 ## end   gnulib module wchar
340
341 ## begin gnulib module dummy
342
343 libgnu_la_SOURCES += dummy.c
344
345 ## end   gnulib module dummy
346
347
348 mostlyclean-local: mostlyclean-generic
349         @for dir in '' $(MOSTLYCLEANDIRS); do \
350           if test -n "$$dir" && test -d $$dir; then \
351             echo "rmdir $$dir"; rmdir $$dir; \
352           fi; \
353         done; \
354         :