Make

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

MAKEFILE.YP(8) - System Manager's Manual

Dbopen, Makedbm, Make, Yp, Ypinit, Yppush, Ypserv, Makefile-Yp

MAKEFILE.YP(8) - System Manager’s Manual # MAKEFILE.YP(8) - System Manager’s Manual NAME # Makefile.yp - generate and distribute YP maps SYNOPSIS # cd /var/yp; make DESCRIPTION # The Makefile.yp utility generates or updates the YP maps to be served by ypserv(8). Each YP domain to be served must have its own subdirectory below /var/yp. Use ypinit(8) to set up such subdirectories. In particular, ypinit(8) will copy /var/yp/Makefile.yp into each new domain subdirectory. ...

MK.CONF(5) - File Formats Manual

Ports, Bsd.port.mk, Make, Mk-Conf

MK.CONF(5) - File Formats Manual # MK.CONF(5) - File Formats Manual NAME # mk.conf - system-specific configuration parameters SYNOPSIS # .include <bsd.own.mk> DESCRIPTION # To get system-specific configuration parameters, <bsd.own.mk> will try to include the file specified by the MAKECONF variable. If MAKECONF is not set, or no such file exists, the system make configuration file /etc/mk.conf is included, if it exists. By default, this file does not exist, and must be created from scratch. ...

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

PORT-MODULES(5) - File Formats Manual

Ports, Module, Bsd.port.mk, Make, Port-Modules

PORT-MODULES(5) - File Formats Manual # PORT-MODULES(5) - File Formats Manual NAME # port-modules - documentation and conventions used in port modules DESCRIPTION # The OpenBSD Ports framework is based on a gigantic makefile named bsd.port.mk(5). In order to curb unwieldy growth, parts of the framework that are not always needed have been set apart in optional files called port modules, which are retrieved as needed through the MODULES variable of bsd. ...

PORTS(7) - Miscellaneous Information Manual

Pkg_delete, Modules, Pkg_add, Packages, Make, Dpb, Pkg_info, Bsd.port.mk, Pkg_create, Ports

PORTS(7) - Miscellaneous Information Manual # PORTS(7) - Miscellaneous Information Manual NAME # ports - contributed applications DESCRIPTION # The OpenBSD Ports Collection is the infrastructure used to create binary packages for third party applications. For normal usage refer to packages(7), as most ports produce binary packages which are available from the official HTTP mirrors. Each port contains any patches necessary to make the original application source code compile and run on OpenBSD. ...

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

TSORT(1) - General Commands Manual

Ar, Lorder, Make, Tsort

TSORT(1) - General Commands Manual # TSORT(1) - General Commands Manual NAME # tsort - topological sort of a directed graph SYNOPSIS # tsort [-flqrvw] [-h file] [file] DESCRIPTION # tsort takes a list of pairs of node names representing directed arcs in a graph and prints the nodes in topological order on standard output. That is, the input describes a partial ordering relation, from which tsort computes a total order compatible with this partial ordering. ...