MAKEOBJ(1) | General Commands Manual | MAKEOBJ(1) |
makeobj - run make from the correct directory
makeobj [ make-argument ... ]
makeobj is a wrapper around make which basically checks whether it's in the source directory or the build directory and changes to the correct directory before calling make.
The command-line arguments will (generally) be passed directly to make.
This script is useful if the source directory is different from the build directory and the Makefiles are kept in the build directory, as is common for instance when building the KDE sources. This script can however be used in more standard scenarios (such as non-KDE projects for which the source and build directories are the same), where it will behave just like make.
One of the environment variables OBJ_SUBDIR or OBJ_REPLACEMENT should be set to indicate where the build directory is in relation to the source directory.
This utility is part of the KDE Software Development Kit.
Note that only one of OBJ_SUBDIR and OBJ_REPLACEMENT should be used. If the build directory is simply a subdirectory of the source directory, the simpler variable OBJ_SUBDIR should be used.
makeobj was written by Stephan Kulow <coolo@kde.org>.
This manual page was prepared by Ben Burton <bab@debian.org> for the
Debian GNU/Linux system (but may be used by others).
March 20, 2005 |