annotate modules/gc @ 7368:a7abebdb07f4

* gnulib-tool (func_import, func_create_testdir): Fix typos in 2006-09-18 patch.
author Eric Blake <ebb9@byu.net>
date Mon, 25 Sep 2006 21:20:54 +0000
parents 727bb5526bad
children cb5141654dbb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6348
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Description:
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 Core files for generic crypto package
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4 Files:
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
5 lib/gc.h
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
6 lib/gc-libgcrypt.c
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7 lib/gc-gnulib.c
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
8 m4/gc.m4
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
9
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
10 Depends-on:
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
11 havelib
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
12
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
13 configure.ac:
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
14 gl_GC
7286
727bb5526bad For libraries not built with libtool:
Bruno Haible <bruno@clisp.org>
parents: 7266
diff changeset
15 if test $gl_cond_libtool = false; then
727bb5526bad For libraries not built with libtool:
Bruno Haible <bruno@clisp.org>
parents: 7266
diff changeset
16 gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
727bb5526bad For libraries not built with libtool:
Bruno Haible <bruno@clisp.org>
parents: 7266
diff changeset
17 gl_libdeps="$gl_libdeps $LIBGCRYPT"
727bb5526bad For libraries not built with libtool:
Bruno Haible <bruno@clisp.org>
parents: 7266
diff changeset
18 fi
6348
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
19
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
20 Makefile.am:
7180
d445de86b311 Avoid the need for AC_LIBSOURCES in m4 macros.
Paul Eggert <eggert@cs.ucla.edu>
parents: 7100
diff changeset
21 EXTRA_DIST += gc.h
6414
46d47c8fe734 * gnulib-tool: Define automake conditional GL_COND_LIBTOOL if
Simon Josefsson <simon@josefsson.org>
parents: 6363
diff changeset
22 if GL_COND_LIBTOOL
7266
6fbc8a2aef71 _LIBADD is reserved for object files, not -L and -l options.
Bruno Haible <bruno@clisp.org>
parents: 7180
diff changeset
23 lib_LDFLAGS += $(LTLIBGCRYPT)
6414
46d47c8fe734 * gnulib-tool: Define automake conditional GL_COND_LIBTOOL if
Simon Josefsson <simon@josefsson.org>
parents: 6363
diff changeset
24 endif
6348
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
25
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
26 Include:
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
27 "gc.h"
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
28
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
29 License:
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
30 LGPL
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
31
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
32 Maintainer:
55961a93440c Add generic crypto module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
33 Simon Josefsson