Cc

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: ...

TRADCPP(1) - General Commands Manual

Cc, Make, Cpp, Tradcpp

TRADCPP(1) - General Commands Manual # TRADCPP(1) - General Commands Manual NAME # tradcpp - traditional (K&R-style) C macro preprocessor SYNOPSIS # tradcpp [-options] [input-file [output-file]] DESCRIPTION # The tradcpp command provides a traditional K&R-style C macro preprocessor. It is intended to be suitable for historical Unix uses of the preprocessor, such as imake, particularly those that depend on preservation of whitespace. The chief ways in which traditional cpp differs from Standard C are: ...