~ubuntu-branches/ubuntu/hardy/prelude-manager/hardy

« back to all changes in this revision

Viewing changes to libmissing/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-03-22 18:09:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070322180927-tzvkkuk7yc5m0s9d
Tags: 0.9.7.2-2
* Fix permissions on configuration file (make sure it is not world-readable)
* Update my email address

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## DO NOT EDIT! GENERATED AUTOMATICALLY!
1
2
## Process this file with automake to produce Makefile.in.
2
 
# Copyright (C) 2004-2006 Free Software Foundation, Inc.
 
3
# Copyright (C) 2004-2007 Free Software Foundation, Inc.
3
4
#
4
5
# This file is free software, distributed under the terms of the GNU
5
6
# General Public License.  As a special exception to the GNU General
8
9
# the same distribution terms as the rest of that program.
9
10
#
10
11
# Generated by gnulib-tool.
11
 
# Reproduce by: gnulib-tool --import --dir=. --lib=libmissing --source-base=libmissing --m4-base=libmissing/m4 --doc-base=libmissing/doc --aux-dir=. --lgpl --libtool --macro-prefix=gl getaddrinfo inet_ntop memset pathmax poll snprintf strdup time_r vsnprintf
 
12
# Reproduce by: gnulib-tool --import --dir=. --lib=libmissing --source-base=libmissing --m4-base=libmissing/m4 --doc-base=libmissing/doc --aux-dir=. --lgpl --libtool --macro-prefix=gl getaddrinfo inet_ntop memset pathmax poll snprintf socklen strdup time_r vsnprintf
12
13
 
13
14
AUTOMAKE_OPTIONS = 1.5 gnits
14
15
 
15
 
noinst_LTLIBRARIES = libmissing.la
16
 
 
17
 
libmissing_la_SOURCES =
18
 
libmissing_la_LIBADD = $(LTLIBOBJS)
19
 
libmissing_la_LDFLAGS = $(AM_LDFLAGS)
20
16
noinst_HEADERS =
 
17
noinst_LIBRARIES =
 
18
noinst_LTLIBRARIES =
21
19
EXTRA_DIST =
22
20
BUILT_SOURCES =
23
21
SUFFIXES =
29
27
 
30
28
AM_CPPFLAGS =
31
29
 
 
30
noinst_LTLIBRARIES += libmissing.la
 
31
 
 
32
libmissing_la_SOURCES =
 
33
libmissing_la_LIBADD = $(gl_LTLIBOBJS)
 
34
libmissing_la_DEPENDENCIES = $(gl_LTLIBOBJS)
 
35
EXTRA_libmissing_la_SOURCES =
 
36
libmissing_la_LDFLAGS = $(AM_LDFLAGS)
 
37
 
32
38
## begin gnulib module alloca-opt
33
39
 
34
40
BUILT_SOURCES += $(ALLOCA_H)
35
 
EXTRA_DIST += alloca_.h
36
41
 
37
42
# We need the following in order to create <alloca.h> when the system
38
43
# doesn't have one that works with the given compiler.
39
44
alloca.h: alloca_.h
40
 
        cp -f $(srcdir)/alloca_.h $@-t
 
45
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
46
          cat $(srcdir)/alloca_.h; \
 
47
        } > $@-t
41
48
        mv -f $@-t $@
42
49
MOSTLYCLEANFILES += alloca.h alloca.h-t
43
50
 
 
51
EXTRA_DIST += alloca_.h
 
52
 
44
53
## end   gnulib module alloca-opt
45
54
 
46
55
## begin gnulib module arpa_inet
50
59
# We need the following in order to create <arpa/inet.h> when the system
51
60
# doesn't have one.
52
61
arpa/inet.h:
53
 
        test -d arpa || mkdir arpa
 
62
        @MKDIR_P@ arpa
54
63
        rm -f $@-t $@
55
 
        echo '#include <sys/socket.h>' >$@-t
 
64
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
65
          echo '#include <sys/socket.h>'; \
 
66
        } > $@-t
56
67
        mv $@-t $@
57
68
MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
58
69
MOSTLYCLEANDIRS += arpa
61
72
 
62
73
## begin gnulib module getaddrinfo
63
74
 
64
 
libmissing_la_SOURCES += getaddrinfo.h
 
75
 
 
76
EXTRA_DIST += gai_strerror.c getaddrinfo.c getaddrinfo.h
 
77
 
 
78
EXTRA_libmissing_la_SOURCES += gai_strerror.c getaddrinfo.c
65
79
 
66
80
## end   gnulib module getaddrinfo
67
81
 
73
87
 
74
88
## begin gnulib module inet_ntop
75
89
 
76
 
libmissing_la_SOURCES += inet_ntop.h
 
90
 
 
91
EXTRA_DIST += inet_ntop.c inet_ntop.h
 
92
 
 
93
EXTRA_libmissing_la_SOURCES += inet_ntop.c
77
94
 
78
95
## end   gnulib module inet_ntop
79
96
 
80
 
## begin gnulib module minmax
81
 
 
82
 
libmissing_la_SOURCES += minmax.h
83
 
 
84
 
## end   gnulib module minmax
 
97
## begin gnulib module link-warning
 
98
 
 
99
LINK_WARNING_H=$(top_srcdir)/./link-warning.h
 
100
 
 
101
## end   gnulib module link-warning
 
102
 
 
103
## begin gnulib module memset
 
104
 
 
105
 
 
106
EXTRA_DIST += memset.c
 
107
 
 
108
EXTRA_libmissing_la_SOURCES += memset.c
 
109
 
 
110
## end   gnulib module memset
85
111
 
86
112
## begin gnulib module netinet_in
87
113
 
90
116
# We need the following in order to create <netinet/in.h> when the system
91
117
# doesn't have one.
92
118
netinet/in.h:
93
 
        test -d netinet || mkdir netinet
 
119
        @MKDIR_P@ netinet
94
120
        rm -f $@-t $@
95
 
        echo '#include <sys/socket.h>' >$@-t
 
121
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
122
          sed -e 's|@''ABSOLUTE_NETINET_IN_H''@|$(ABSOLUTE_NETINET_IN_H)|g' \
 
123
              -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
 
124
              < $(srcdir)/netinet_in_.h; \
 
125
        } > $@-t
96
126
        mv $@-t $@
97
127
MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
98
128
MOSTLYCLEANDIRS += netinet
99
129
 
 
130
EXTRA_DIST += netinet_in_.h
 
131
 
100
132
## end   gnulib module netinet_in
101
133
 
102
134
## begin gnulib module pathmax
103
135
 
 
136
 
104
137
EXTRA_DIST += pathmax.h
105
138
 
106
139
## end   gnulib module pathmax
108
141
## begin gnulib module poll
109
142
 
110
143
BUILT_SOURCES += $(POLL_H)
111
 
EXTRA_DIST += poll_.h
112
144
 
113
145
# We need the following in order to create <poll.h> when the system
114
146
# doesn't have one.
115
147
poll.h: poll_.h
116
 
        cp -f $(srcdir)/poll_.h $@-t
 
148
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
149
          cat $(srcdir)/poll_.h; \
 
150
        } > $@-t
117
151
        mv -f $@-t $@
118
152
MOSTLYCLEANFILES += poll.h poll.h-t
119
153
 
 
154
EXTRA_DIST += poll.c poll_.h
 
155
 
 
156
EXTRA_libmissing_la_SOURCES += poll.c
 
157
 
120
158
## end   gnulib module poll
121
159
 
122
160
## begin gnulib module size_max
127
165
 
128
166
## begin gnulib module snprintf
129
167
 
130
 
libmissing_la_SOURCES += snprintf.h
 
168
 
 
169
EXTRA_DIST += snprintf.c
 
170
 
 
171
EXTRA_libmissing_la_SOURCES += snprintf.c
131
172
 
132
173
## end   gnulib module snprintf
133
174
 
134
175
## begin gnulib module stdbool
135
176
 
136
177
BUILT_SOURCES += $(STDBOOL_H)
137
 
EXTRA_DIST += stdbool_.h
138
178
 
139
179
# We need the following in order to create <stdbool.h> when the system
140
180
# doesn't have one that works.
141
181
stdbool.h: stdbool_.h
142
182
        rm -f $@-t $@
143
 
        sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
 
183
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
184
          sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h; \
 
185
        } > $@-t
144
186
        mv $@-t $@
145
187
MOSTLYCLEANFILES += stdbool.h stdbool.h-t
146
188
 
 
189
EXTRA_DIST += stdbool_.h
 
190
 
147
191
## end   gnulib module stdbool
148
192
 
 
193
## begin gnulib module stdio
 
194
 
 
195
BUILT_SOURCES += stdio.h
 
196
 
 
197
# We need the following in order to create <stdio.h> when the system
 
198
# doesn't have one that works with the given compiler.
 
199
stdio.h: stdio_.h
 
200
        rm -f $@-t $@
 
201
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
202
          sed -e 's|@''ABSOLUTE_STDIO_H''@|$(ABSOLUTE_STDIO_H)|g' \
 
203
              -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
 
204
              -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
 
205
              -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
 
206
              -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
 
207
              -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
 
208
              -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
 
209
              -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
 
210
              -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
 
211
              -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
 
212
              -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
 
213
              -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
 
214
              -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
 
215
              -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
 
216
              -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
 
217
              -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
 
218
              -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
 
219
              -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
 
220
              -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
 
221
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
 
222
              < $(srcdir)/stdio_.h; \
 
223
        } > $@-t
 
224
        mv $@-t $@
 
225
MOSTLYCLEANFILES += stdio.h stdio.h-t
 
226
 
 
227
EXTRA_DIST += stdio_.h
 
228
 
 
229
## end   gnulib module stdio
 
230
 
149
231
## begin gnulib module strdup
150
232
 
151
 
EXTRA_DIST += strdup.h
 
233
 
 
234
EXTRA_DIST += strdup.c
 
235
 
 
236
EXTRA_libmissing_la_SOURCES += strdup.c
152
237
 
153
238
## end   gnulib module strdup
154
239
 
 
240
## begin gnulib module string
 
241
 
 
242
BUILT_SOURCES += string.h
 
243
 
 
244
# We need the following in order to create <string.h> when the system
 
245
# doesn't have one that works with the given compiler.
 
246
string.h: string_.h
 
247
        rm -f $@-t $@
 
248
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
249
          sed -e 's|@''ABSOLUTE_STRING_H''@|$(ABSOLUTE_STRING_H)|g' \
 
250
              -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
 
251
              -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
 
252
              -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
 
253
              -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
 
254
              -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
 
255
              -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
 
256
              -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
 
257
              -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
 
258
              -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
 
259
              -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
 
260
              -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
 
261
              -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
 
262
              -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
 
263
              -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
 
264
              -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
 
265
              -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
 
266
              -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
 
267
              -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
 
268
              -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
 
269
              -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
 
270
              -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
 
271
              -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
 
272
              -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
 
273
              -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
 
274
              -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
 
275
              -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
 
276
              -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
 
277
              -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
 
278
              -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
 
279
              -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
 
280
              -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
 
281
              -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
 
282
              -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
 
283
              -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
 
284
              -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
 
285
              -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \
 
286
              -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
 
287
              -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
 
288
              -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
 
289
              -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
 
290
              -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
 
291
              -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
 
292
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
 
293
              < $(srcdir)/string_.h; \
 
294
        } > $@-t
 
295
        mv $@-t $@
 
296
MOSTLYCLEANFILES += string.h string.h-t
 
297
 
 
298
EXTRA_DIST += string_.h
 
299
 
 
300
## end   gnulib module string
 
301
 
 
302
## begin gnulib module sys_select
 
303
 
 
304
BUILT_SOURCES += $(SYS_SELECT_H)
 
305
 
 
306
# We need the following in order to create <sys/select.h> when the system
 
307
# doesn't have one that works with the given compiler.
 
308
sys/select.h:
 
309
        @MKDIR_P@ sys
 
310
        rm -f $@-t $@
 
311
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
312
          sed -e 's|@''ABSOLUTE_SYS_SELECT_H''@|$(ABSOLUTE_SYS_SELECT_H)|g' \
 
313
              -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \
 
314
              < $(srcdir)/sys_select_.h; \
 
315
        } > $@-t
 
316
        mv $@-t $@
 
317
MOSTLYCLEANFILES += sys/select.h sys/select.h-t
 
318
MOSTLYCLEANDIRS += sys
 
319
 
 
320
EXTRA_DIST += sys_select_.h
 
321
 
 
322
## end   gnulib module sys_select
 
323
 
155
324
## begin gnulib module sys_socket
156
325
 
157
326
BUILT_SOURCES += $(SYS_SOCKET_H)
158
 
EXTRA_DIST += socket_.h
159
327
 
160
328
# We need the following in order to create <sys/socket.h> when the system
161
329
# doesn't have one that works with the given compiler.
162
330
sys/socket.h: socket_.h
163
 
        test -d sys || mkdir sys
164
 
        cp -f $(srcdir)/socket_.h $@-t
 
331
        @MKDIR_P@ sys
 
332
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
333
          sed -e 's|@''ABSOLUTE_SYS_SOCKET_H''@|$(ABSOLUTE_SYS_SOCKET_H)|g' \
 
334
              -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
 
335
              -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
 
336
              -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
 
337
              < $(srcdir)/socket_.h; \
 
338
        } > $@-t
165
339
        mv -f $@-t $@
166
340
MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
167
341
MOSTLYCLEANDIRS += sys
168
342
 
 
343
EXTRA_DIST += socket_.h
 
344
 
169
345
## end   gnulib module sys_socket
170
346
 
 
347
## begin gnulib module sys_time
 
348
 
 
349
BUILT_SOURCES += $(SYS_TIME_H)
 
350
 
 
351
# We need the following in order to create <sys/time.h> when the system
 
352
# doesn't have one that works with the given compiler.
 
353
sys/time.h: sys_time_.h
 
354
        @MKDIR_P@ sys
 
355
        rm -f $@-t $@
 
356
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
357
          sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
 
358
              -e 's|@''ABSOLUTE_SYS_TIME_H''@|$(ABSOLUTE_SYS_TIME_H)|g' \
 
359
              -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
 
360
              -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
 
361
              < $(srcdir)/sys_time_.h; \
 
362
        } > $@-t
 
363
        mv $@-t $@
 
364
MOSTLYCLEANFILES += sys/time.h sys/time.h-t
 
365
 
 
366
EXTRA_DIST += sys_time_.h
 
367
 
 
368
## end   gnulib module sys_time
 
369
 
 
370
## begin gnulib module time
 
371
 
 
372
BUILT_SOURCES += time.h
 
373
 
 
374
# We need the following in order to create <time.h> when the system
 
375
# doesn't have one that works with the given compiler.
 
376
time.h: time_.h
 
377
        rm -f $@-t $@
 
378
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
379
          sed -e 's|@ABSOLUTE_TIME_H''@|$(ABSOLUTE_TIME_H)|g' \
 
380
              -e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
 
381
              -e 's|@REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
 
382
              -e 's|@REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
 
383
              -e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
 
384
              -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
 
385
              -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
 
386
              < $(srcdir)/time_.h; \
 
387
        } > $@-t
 
388
        mv $@-t $@
 
389
MOSTLYCLEANFILES += time.h time.h-t
 
390
 
 
391
EXTRA_DIST += time_.h
 
392
 
 
393
## end   gnulib module time
 
394
 
171
395
## begin gnulib module time_r
172
396
 
173
 
EXTRA_DIST += time_r.h
 
397
 
 
398
EXTRA_DIST += time_r.c
 
399
 
 
400
EXTRA_libmissing_la_SOURCES += time_r.c
174
401
 
175
402
## end   gnulib module time_r
176
403
 
177
404
## begin gnulib module vasnprintf
178
405
 
179
 
libmissing_la_SOURCES += printf-args.h printf-parse.h vasnprintf.h
 
406
 
 
407
EXTRA_DIST += asnprintf.c printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
 
408
 
 
409
EXTRA_libmissing_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
180
410
 
181
411
## end   gnulib module vasnprintf
182
412
 
183
413
## begin gnulib module vsnprintf
184
414
 
185
 
libmissing_la_SOURCES += vsnprintf.h
 
415
 
 
416
EXTRA_DIST += vsnprintf.c
 
417
 
 
418
EXTRA_libmissing_la_SOURCES += vsnprintf.c
186
419
 
187
420
## end   gnulib module vsnprintf
188
421
 
200
433
 
201
434
 
202
435
mostlyclean-local: mostlyclean-generic
203
 
        @test -z "$(MOSTLYCLEANDIRS)" || \
204
 
          for dir in $(MOSTLYCLEANDIRS); do \
205
 
            if test -d $$dir; then \
206
 
              echo "rmdir $$dir"; rmdir $$dir; \
207
 
            fi; \
208
 
          done
 
436
        @for dir in '' $(MOSTLYCLEANDIRS); do \
 
437
          if test -n "$$dir" && test -d $$dir; then \
 
438
            echo "rmdir $$dir"; rmdir $$dir; \
 
439
          fi; \
 
440
        done