1CREATE_MAKEFILE(1)                                          CREATE_MAKEFILE(1)
2
3
4

NAME

6       create_makefile - Creates Makefile.in and Makefile from a Makefile.am
7

SYNOPSIS

9       create_makefile [relativepath/Makefile] [relativepath]
10
11

DESCRIPTION

13       create_makefile  creates the Makefile.in and Makefile in a subdirectory
14       containing a Makefile.am. This script saves time compared to re-running
15       configure completely
16
17
18       Note that you must supply the path to the desired Makefile  Makefile.am
19       (though the final /Makefile may be omitted).
20
21
22       This script may be run from the toplevel directory (the one  containing
23       configure) or from one of it's subdirectories.
24
25
26       If  the source directory is different from the build directory (see the
27       environment variables below), it will be assumed that  the  Makefile.am
28       and  Makefile.in belong beneath the source directory and that the Make‐
29       file belongs beneath the build directory.
30
31
32       This utility is part of the KDE Software Development Kit.
33
34

ENVIRONMENT

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

SEE ALSO

57       create_makefiles(1)
58
59

AUTHORS

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