Mkdep

MAKE(1) - General Commands Manual

Getcwd, Mkdep, Sh, Re_format, Ed, Uname, Make

MAKE(1) - General Commands Manual # MAKE(1) - General Commands Manual NAME # make - maintain program dependencies SYNOPSIS # make [-BeiknpqrSst] [-C directory] [-D variable] [-d flags] [-f mk] [-I directory] [-j max_jobs] [-m directory] [-V variable] [NAME=value …] [target …] DESCRIPTION # make is a program designed to simplify the maintenance of other programs. Its input is a makefile: a list of specifications (target rules) describing build relationships between programs and other files. ...

MKDEP(1) - General Commands Manual

Cc, Make, Cpp, Mkdep

MKDEP(1) - General Commands Manual # MKDEP(1) - General Commands Manual NAME # mkdep - construct Makefile dependency list SYNOPSIS # mkdep [-ap] [-f file] [flags] file … DESCRIPTION # mkdep takes a set of flags for the C compiler and a list of C source files as arguments and constructs a set of include file dependencies which are written into the file .depend, for use by make(1). An example of its use in a Makefile might be: ...