Move to here from relocatable.
[pspp] / modules / relocatable-prog
1 Description:
2 Help make programs relocatable, that is, to allow them to function
3 properly when copied to an arbitrary directory.
4
5 Files:
6 build-aux/config.libpath
7 build-aux/reloc-ldflags
8 doc/relocatable.texi
9 lib/relocatable.h
10 lib/relocatable.c
11 lib/progreloc.c
12 m4/relocatable.m4
13 m4/relocatable-lib.m4
14
15 Depends-on:
16 relocatable-prog-wrapper
17 progname
18
19 configure.ac:
20 gl_RELOCATABLE([$gl_source_base])
21
22 Makefile.am:
23 DEFS += -DEXEEXT=\"$(EXEEXT)\"
24 lib_SOURCES += relocatable.c progreloc.c
25
26 Include:
27 #include "relocatable.h"
28 #include "progname.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Bruno Haible, Ben Pfaff
35