9
9
# the same distribution terms as the rest of that program.
10
10
#
11
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=build-aux --lgpl --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild byteswap count-one-bits environ extensions flock fpieee full-read full-write havelib iconv_open-utf lib-symbol-visibility libunistring putenv stdlib strcase strftime striconveh string
12
+ # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild byteswap canonicalize-lgpl count-one-bits environ extensions flock fpieee full-read full-write havelib iconv_open-utf lib-symbol-visibility libunistring putenv stdlib strcase strftime striconveh string
13
13
14
14
AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
15
15
@@ -90,6 +90,15 @@ EXTRA_DIST += c-strcaseeq.h
90
90
91
91
# # end gnulib module c-strcaseeq
92
92
93
+ # # begin gnulib module canonicalize-lgpl
94
+
95
+
96
+ EXTRA_DIST += canonicalize-lgpl.c canonicalize.h
97
+
98
+ EXTRA_libgnu_la_SOURCES += canonicalize-lgpl.c
99
+
100
+ # # end gnulib module canonicalize-lgpl
101
+
93
102
# # begin gnulib module configmake
94
103
95
104
# Retrieve values of the variables through 'configure' followed by
@@ -346,6 +355,14 @@ EXTRA_libgnu_la_SOURCES += malloc.c
346
355
347
356
# # end gnulib module malloc-posix
348
357
358
+ # # begin gnulib module malloca
359
+
360
+ libgnu_la_SOURCES += malloca.c
361
+
362
+ EXTRA_DIST += malloca.h malloca.valgrind
363
+
364
+ # # end gnulib module malloca
365
+
349
366
# # begin gnulib module mbrlen
350
367
351
368
@@ -373,6 +390,13 @@ EXTRA_libgnu_la_SOURCES += mbsinit.c
373
390
374
391
# # end gnulib module mbsinit
375
392
393
+ # # begin gnulib module pathmax
394
+
395
+
396
+ EXTRA_DIST += pathmax.h
397
+
398
+ # # end gnulib module pathmax
399
+
376
400
# # begin gnulib module putenv
377
401
378
402
@@ -382,6 +406,15 @@ EXTRA_libgnu_la_SOURCES += putenv.c
382
406
383
407
# # end gnulib module putenv
384
408
409
+ # # begin gnulib module readlink
410
+
411
+
412
+ EXTRA_DIST += readlink.c
413
+
414
+ EXTRA_libgnu_la_SOURCES += readlink.c
415
+
416
+ # # end gnulib module readlink
417
+
385
418
# # begin gnulib module safe-read
386
419
387
420
@@ -581,6 +614,7 @@ string.h: string.in.h
581
614
-e ' s|@' ' GNULIB_MBSSPN' ' @|$(GNULIB_MBSSPN)|g' \
582
615
-e ' s|@' ' GNULIB_MBSSEP' ' @|$(GNULIB_MBSSEP)|g' \
583
616
-e ' s|@' ' GNULIB_MBSTOK_R' ' @|$(GNULIB_MBSTOK_R)|g' \
617
+ -e ' s|@' ' GNULIB_MEMCHR' ' @|$(GNULIB_MEMCHR)|g' \
584
618
-e ' s|@' ' GNULIB_MEMMEM' ' @|$(GNULIB_MEMMEM)|g' \
585
619
-e ' s|@' ' GNULIB_MEMPCPY' ' @|$(GNULIB_MEMPCPY)|g' \
586
620
-e ' s|@' ' GNULIB_MEMRCHR' ' @|$(GNULIB_MEMRCHR)|g' \
@@ -617,6 +651,7 @@ string.h: string.in.h
617
651
-e ' s|@' ' HAVE_DECL_STRERROR' ' @|$(HAVE_DECL_STRERROR)|g' \
618
652
-e ' s|@' ' HAVE_DECL_STRSIGNAL' ' @|$(HAVE_DECL_STRSIGNAL)|g' \
619
653
-e ' s|@' ' HAVE_STRVERSCMP' ' @|$(HAVE_STRVERSCMP)|g' \
654
+ -e ' s|@' ' REPLACE_MEMCHR' ' @|$(REPLACE_MEMCHR)|g' \
620
655
-e ' s|@' ' REPLACE_MEMMEM' ' @|$(REPLACE_MEMMEM)|g' \
621
656
-e ' s|@' ' REPLACE_STRCASESTR' ' @|$(REPLACE_STRCASESTR)|g' \
622
657
-e ' s|@' ' REPLACE_STRDUP' ' @|$(REPLACE_STRDUP)|g' \
0 commit comments