1CREATE_MAKEFILE [FIXME: manual] CREATE_MAKEFILE
2
3
4
6 create_makefile - Creates Makefile.in and Makefile from a Makefile.am
7
9 create_makefile [relativepath/Makefile] [relativepath]
10
12 create_makefile creates the Makefile.in and Makefile in a subdirectory
13 containing a Makefile.am. This script saves time compared to re-running
14 configure completely
15
16 Note that you must supply the path to the desired Makefile Makefile.am
17 (though the final /Makefile may be omitted).
18
19 This script may be run from the toplevel directory (the one containing
20 configure) or from one of it's subdirectories.
21
22 If the source directory is different from the build directory (see the
23 environment variables below), it will be assumed that the Makefile.am
24 and Makefile.in belong beneath the source directory and that the
25 Makefile belongs beneath the build directory.
26
27 This utility is part of the KDE Software Development Kit.
28
30 One of the following variables (but not both) should be set if the
31 source directory is different from the build directory. If the build
32 directory is simply a subdirectory of the source directory, the simpler
33 variable OBJ_SUBDIR should be used.
34
35 OBJ_SUBJDIR
36 Indicates that the build directory is in the given subdirectory of
37 the source directory. For instance, if the source directory is
38 kdesdk and the build directory is kdesdk/obj-i386-linux, then
39 OBJ_SUBDIR should be set to obj-i386-linux.
40
41 OBJ_REPLACEMENT
42 A sed expression that is used to transform the source directory
43 into the build directory. For instance, if the source directory is
44 ~/src/kdesdk and the build directory is ~/src/kdesdk-obj, then
45 OBJ_REPLACEMENT should be set to s#kdesdk#kdesdk-obj#.
46
48 create_makefiles(1)
49
51 create_makefile was written by David Faure <faure@kde.org> and others.
52 This manual page was prepared by Ben Burton <bab@debian.org> for the
53 Debian GNU/Linux system (but may be used by others).
54
55
56
57[FIXME: source] 2003-03-08 CREATE_MAKEFILE