*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: xmkmf | Section: 1 | Source: MINIX | File: xmkmf.1
XMKMF(1) General Commands Manual XMKMF(1) NAME xmkmf - create a Makefile from an Imakefile SYNOPSIS xmkmf [ -a ] [ topdir [ curdir ] ] DESCRIPTION The xmkmf command is the normal way to create a Makefile from an Imake- file shipped with third-party software. When invoked with no arguments in a directory containing an Imakefile, the imake program is run with arguments appropriate for your system (configured into imake when it was built) and generates a Makefile. When invoked with the -a option, xmkmf builds the Makefile in the cur- rent directory, and then automatically executes ``make Makefiles'' (in case there are subdirectories), ``make includes'', and ``make depend'' for you. If a topdir is given, xmkmf assumes nothing is installed on your system and looks for files in the build tree instead of using the installed versions. Optionally, curdir may be specified as a relative pathname from the top of the build tree to the current directory. It is neces- sary to supply curdir if the current directory has subdirectories, or the Makefile will not be able to build the subdirectories. SEE ALSO imake(1) X Version 11 XMKMF(1)

Navigation Options