~ubuntu-branches/ubuntu/lucid/gnutls26/lucid-proposed

« back to all changes in this revision

Viewing changes to lgl/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-06-24 19:13:25 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624191325-33rewwn0p11jzdvq
Tags: 2.4.0-2
* Standards version 3.8.0. Rename README.source_and_patches to README.source.
* Upload to unstable.
* Point watchfile to stable releases again.
* Merge experimental and unstable changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## DO NOT EDIT! GENERATED AUTOMATICALLY!
2
2
## Process this file with automake to produce Makefile.in.
3
 
# Copyright (C) 2004-2007 Free Software Foundation, Inc.
 
3
# Copyright (C) 2002-2008 Free Software Foundation, Inc.
4
4
#
5
5
# This file is free software, distributed under the terms of the GNU
6
6
# General Public License.  As a special exception to the GNU General
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=liblgnu --source-base=lgl --m4-base=lgl/m4 --doc-base=doc --aux-dir=build-aux --lgpl=2 --libtool --macro-prefix=lgl crypto/gc crypto/gc-arcfour crypto/gc-arctwo crypto/gc-camellia crypto/gc-des crypto/gc-hmac-md5 crypto/gc-md2 crypto/gc-md4 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-rijndael crypto/gc-sha1 gettext memmem memmove minmax read-file snprintf socklen stdint strverscmp sys_socket sys_stat time_r unistd vasprintf
 
12
# Reproduce by: gnulib-tool --import --dir=. --local-dir=lgl/override --lib=liblgnu --source-base=lgl --m4-base=lgl/m4 --doc-base=doc --aux-dir=build-aux --lgpl=2 --libtool --macro-prefix=lgl --no-vc-files c-ctype crypto/gc crypto/gc-arcfour crypto/gc-arctwo crypto/gc-camellia crypto/gc-des crypto/gc-hmac-md5 crypto/gc-md2 crypto/gc-md4 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-rijndael crypto/gc-sha1 fseeko func gettext memmem-simple memmove minmax read-file snprintf socklen stdint strcase strverscmp sys_socket sys_stat time_r unistd vasprintf
13
13
 
14
14
AUTOMAKE_OPTIONS = 1.5 gnits
15
15
 
35
35
EXTRA_liblgnu_la_SOURCES =
36
36
liblgnu_la_LDFLAGS = $(AM_LDFLAGS)
37
37
 
38
 
## begin gnulib module absolute-header
39
 
 
40
 
# Use this preprocessor expression to decide whether #include_next works.
41
 
# Do not rely on a 'configure'-time test for this, since the expression
42
 
# might appear in an installed header, which is used by some other compiler.
43
 
HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
44
 
 
45
 
## end   gnulib module absolute-header
46
 
 
47
38
## begin gnulib module alloca-opt
48
39
 
49
40
BUILT_SOURCES += $(ALLOCA_H)
61
52
 
62
53
## end   gnulib module alloca-opt
63
54
 
 
55
## begin gnulib module c-ctype
 
56
 
 
57
liblgnu_la_SOURCES += c-ctype.h c-ctype.c
 
58
 
 
59
## end   gnulib module c-ctype
 
60
 
64
61
## begin gnulib module crypto/gc
65
62
 
66
63
if GL_COND_LIBTOOL
193
190
 
194
191
## end   gnulib module float
195
192
 
 
193
## begin gnulib module fseeko
 
194
 
 
195
 
 
196
EXTRA_DIST += fseeko.c stdio-impl.h
 
197
 
 
198
EXTRA_liblgnu_la_SOURCES += fseeko.c
 
199
 
 
200
## end   gnulib module fseeko
 
201
 
196
202
## begin gnulib module gettext
197
203
 
198
204
# This is for those projects which use "gettextize --intl" to put a source-code
230
236
 
231
237
## end   gnulib module link-warning
232
238
 
233
 
## begin gnulib module memmem
234
 
 
235
 
 
236
 
EXTRA_DIST += memmem.c
 
239
## begin gnulib module lseek
 
240
 
 
241
 
 
242
EXTRA_DIST += lseek.c
 
243
 
 
244
EXTRA_liblgnu_la_SOURCES += lseek.c
 
245
 
 
246
## end   gnulib module lseek
 
247
 
 
248
## begin gnulib module memchr
 
249
 
 
250
 
 
251
EXTRA_DIST += memchr.c
 
252
 
 
253
EXTRA_liblgnu_la_SOURCES += memchr.c
 
254
 
 
255
## end   gnulib module memchr
 
256
 
 
257
## begin gnulib module memcmp
 
258
 
 
259
 
 
260
EXTRA_DIST += memcmp.c
 
261
 
 
262
EXTRA_liblgnu_la_SOURCES += memcmp.c
 
263
 
 
264
## end   gnulib module memcmp
 
265
 
 
266
## begin gnulib module memmem-simple
 
267
 
 
268
 
 
269
EXTRA_DIST += memmem.c str-two-way.h
237
270
 
238
271
EXTRA_liblgnu_la_SOURCES += memmem.c
239
272
 
240
 
## end   gnulib module memmem
 
273
## end   gnulib module memmem-simple
241
274
 
242
275
## begin gnulib module memmove
243
276
 
358
391
              -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
359
392
              -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
360
393
              -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
 
394
              -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
 
395
              -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
361
396
              -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
362
397
              -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
363
398
              -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
396
431
              -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
397
432
              -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
398
433
              -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
 
434
              -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
 
435
              -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
399
436
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
400
437
              < $(srcdir)/stdio.in.h; \
401
438
        } > $@-t
424
461
              -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
425
462
              -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
426
463
              -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
 
464
              -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
 
465
              -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
 
466
              -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
 
467
              -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
427
468
              -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
428
469
              -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
429
470
              -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
430
471
              -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
431
472
              -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
 
473
              -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
 
474
              -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
 
475
              -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
 
476
              -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
432
477
              -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
433
478
              -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
 
479
              -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
 
480
              -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \
434
481
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
435
482
              < $(srcdir)/stdlib.in.h; \
436
483
        } > $@-t
441
488
 
442
489
## end   gnulib module stdlib
443
490
 
 
491
## begin gnulib module strcase
 
492
 
 
493
 
 
494
EXTRA_DIST += strcasecmp.c strncasecmp.c
 
495
 
 
496
EXTRA_liblgnu_la_SOURCES += strcasecmp.c strncasecmp.c
 
497
 
 
498
## end   gnulib module strcase
 
499
 
444
500
## begin gnulib module string
445
501
 
446
502
BUILT_SOURCES += string.h
469
525
              -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
470
526
              -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
471
527
              -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
 
528
              -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
472
529
              -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
473
530
              -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
474
531
              -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
477
534
              -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
478
535
              -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
479
536
              -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
 
537
              -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
480
538
              -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
481
539
              -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
482
540
              -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
 
541
              -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
483
542
              -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
484
543
              -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
485
544
              -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
 
545
              -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
486
546
              -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
487
547
              -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
488
548
              -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
495
555
              -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
496
556
              -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
497
557
              -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
 
558
              -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
 
559
              -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
 
560
              -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
 
561
              -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
498
562
              -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
 
563
              -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
499
564
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
500
565
              < $(srcdir)/string.in.h; \
501
566
        } > $@-t
506
571
 
507
572
## end   gnulib module string
508
573
 
 
574
## begin gnulib module strings
 
575
 
 
576
BUILT_SOURCES += strings.h
 
577
 
 
578
# We need the following in order to create <strings.h> when the system
 
579
# doesn't have one that works with the given compiler.
 
580
strings.h: strings.in.h
 
581
        rm -f $@-t $@
 
582
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
583
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
 
584
              -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
 
585
              -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
 
586
              -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
 
587
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
 
588
              < $(srcdir)/strings.in.h; \
 
589
        } > $@-t
 
590
        mv $@-t $@
 
591
MOSTLYCLEANFILES += strings.h strings.h-t
 
592
 
 
593
EXTRA_DIST += strings.in.h
 
594
 
 
595
## end   gnulib module strings
 
596
 
509
597
## begin gnulib module strverscmp
510
598
 
511
599
 
551
639
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
552
640
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
553
641
              -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
554
 
              -e 's|@''HAVE_IO_H''@|$(HAVE_IO_H)|g' \
555
642
              -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
556
 
              -e 's|@''HAVE_DECL_MKDIR''@|$(HAVE_DECL_MKDIR)|g' \
 
643
              -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
557
644
              < $(srcdir)/sys_stat.in.h; \
558
645
        } > $@-t
559
646
        mv $@-t $@
613
700
              -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
614
701
              -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
615
702
              -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
 
703
              -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
616
704
              -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
617
705
              -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
618
706
              -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
627
715
              -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
628
716
              -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
629
717
              -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
 
718
              -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
630
719
              -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
631
720
              -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
632
721
              -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
633
722
              -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
634
723
              -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
635
724
              -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
 
725
              -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
636
726
              -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
637
727
              -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
638
728
              < $(srcdir)/unistd.in.h; \
693
783
 
694
784
## end   gnulib module xsize
695
785
 
696
 
## begin gnulib module dummy
697
 
 
698
 
liblgnu_la_SOURCES += dummy.c
699
 
 
700
 
## end   gnulib module dummy
701
 
 
702
786
 
703
787
mostlyclean-local: mostlyclean-generic
704
788
        @for dir in '' $(MOSTLYCLEANDIRS); do \