annotate modules/relocatable-lib-lgpl @ 8316:c21a7c5e10e9

Copied from relocatable-lib.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Mar 2007 23:28:49 +0000
parents
children f5958c21416d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8316
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Help make libraries relocatable, that is, to allow them to function
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 properly when copied to an arbitrary directory.
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 doc/relocatable.texi
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/relocatable.h
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 lib/relocatable.c
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 m4/relocatable-lib.m4
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Depends-on:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 DEFS += -DNO_XMALLOC
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 lib_SOURCES += relocatable.c
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Include:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 "relocatable.h"
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 License:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 LGPL
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Maintainer:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Bruno Haible, Ben Pfaff
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27