annotate modules/relocatable-prog @ 10748:0ef26bffcbe1

Mark 'memcmp' obsolete.
author Bruno Haible <bruno@clisp.org>
date Sun, 02 Nov 2008 16:57:03 +0100
parents 0c3b25464595
children b25692ed074a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8313
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Help make programs relocatable, that is, to allow them to function
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 properly when copied to an arbitrary directory.
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 build-aux/config.libpath
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 build-aux/reloc-ldflags
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 doc/relocatable.texi
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 lib/relocatable.h
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 lib/relocatable.c
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 lib/progreloc.c
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 m4/relocatable.m4
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 m4/relocatable-lib.m4
9444
0c3b25464595 relocatable.m4 needs lib-ld.m4.
Bruno Haible <bruno@clisp.org>
parents: 9363
diff changeset
14 m4/lib-ld.m4
8313
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Depends-on:
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 relocatable-prog-wrapper
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 progname
8318
8a2d270e8012 Fix dependencies.
Bruno Haible <bruno@clisp.org>
parents: 8313
diff changeset
19 canonicalize-lgpl
8a2d270e8012 Fix dependencies.
Bruno Haible <bruno@clisp.org>
parents: 8313
diff changeset
20 xalloc
8a2d270e8012 Fix dependencies.
Bruno Haible <bruno@clisp.org>
parents: 8313
diff changeset
21 xreadlink
8a2d270e8012 Fix dependencies.
Bruno Haible <bruno@clisp.org>
parents: 8313
diff changeset
22 stdbool
8a2d270e8012 Fix dependencies.
Bruno Haible <bruno@clisp.org>
parents: 8313
diff changeset
23 unistd
10748
0ef26bffcbe1 Mark 'memcmp' obsolete.
Bruno Haible <bruno@clisp.org>
parents: 9444
diff changeset
24 memcmp
8313
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 configure.ac:
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 gl_RELOCATABLE([$gl_source_base])
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Makefile.am:
9363
4d4d1419d4ab Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
Bruno Haible <bruno@clisp.org>
parents: 8334
diff changeset
30 DEFS += -DEXEEXT=\"@EXEEXT@\"
8313
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 Include:
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 #include "relocatable.h"
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 #include "progname.h"
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 License:
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37 GPL
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 Maintainer:
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 Bruno Haible, Ben Pfaff
bc237f82eb36 Move to here from relocatable.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41