NAME
mkmk_local - Create localmake makefiles
SYNOPSIS
mkmk_local [-]
SUPPORT
Contributed code: NO BRTT support.
THIS PIECE OF SOFTWARE WAS CONTRIBUTED BY THE ANTELOPE USER COMMUNITY. BRTT DISCLAIMS ALL OWNERSHIP, LIABILITY, AND SUPPORT FOR THIS PIECE OF SOFTWARE.
FOR HELP WITH THIS PIECE OF SOFTWARE, PLEASE CONTACT THE CONTRIBUTING AUTHOR.
DESCRIPTION
The
mkmk_local program creates Makefiles compatible with the
localmake_config
utility. If a hyphen is specified on the command line, instructive comments are omitted.
The
localmake_config program, which
mkmk_local supports, uses a two-stage Makefile,
the first (
makefile) to check if a given capability is enabled and the second
(
Makefile2) to compile with the configured values of local macros as specified
in
antelopemakefile(5).
FILES
mkmk_local creates sample files
Makefile2 and
makefile
in the current working directory.
EXAMPLE
% mkmk_local -
mkmk_local: Created template files 'makefile' and 'Makefile2'.
%
% ls
Makefile2 makefile
SEE ALSO
mkmk(1), localmake(1), localmake_config(1), antelopemakelocal(5)
BUGS AND CAVEATS
mkmk_local will not overwrite pre-existing files
Makefile2 and
makefile
in the current working directory.
AUTHOR
Kent Lindquist
Lindquist Consulting, Inc.
Antelope User Group Contributed Software