1CREATE_MAKEFILES(1)                                        CREATE_MAKEFILES(1)
2
3
4

NAME

6       create_makefiles - Recreates all Makefiles beneath a directory
7

SYNOPSIS

9       create_makefiles [dir]
10
11

DESCRIPTION

13       create_makefiles recreates all Makefiles in dir and its (recursed) sub‐
14       directories from the corresponding Makefile.am templates.
15
16
17       This script must be run from the toplevel directory (the one containing
18       configure).  This  script  saves  time compared to re-running configure
19       completely.
20
21
22       If the source directory is different from the build directory (see  the
23       environment  variables below), it will be assumed that each Makefile.am
24       and Makefile.in belongs beneath the  source  directory  and  that  each
25       Makefile belongs beneath the build directory.
26
27
28       This utility is part of the KDE Software Development Kit.
29
30

ENVIRONMENT

32       One  of  the  following  variables  (but not both) should be set if the
33       source directory is different from the build directory.  If  the  build
34       directory is simply a subdirectory of the source directory, the simpler
35       variable OBJ_SUBDIR should be used.
36
37
38       OBJ_SUBJDIR
39              Indicates that the build directory is in the given  subdirectory
40              of  the  source directory. For instance, if the source directory
41              is kdesdk and the build directory is kdesdk/obj-i386-linux, then
42              OBJ_SUBDIR should be set to obj-i386-linux.
43
44
45       OBJ_REPLACEMENT
46              A  sed expression that is used to transform the source directory
47              into the build directory. For instance, if the source  directory
48              is  kdesdk/obj-i386-linux, then OBJ_REPLACEMENT should be set to
49              s#kdesdk#kdesdk-obj#.
50
51

SEE ALSO

53       create_makefile(1) make(2)
54
55

AUTHORS

57       create_makefiles was written by David Faure  <faure@kde.org>.
58
59
60       This manual page was prepared by Ben Burton  <bab@debian.org>  for  the
61       Debian GNU/Linux system (but may be used by others).
62
63
64
65
66                                 March 8, 2003             CREATE_MAKEFILES(1)
Impressum