1XMKMF(1) General Commands Manual XMKMF(1)
2
3
4
6 xmkmf - create a Makefile from an Imakefile
7
9 xmkmf [ -a ] [ topdir [ curdir ] ]
10
12 The xmkmf command is the normal way to create a Makefile from an Imake‐
13 file shipped with third-party software.
14
15 When invoked with no arguments in a directory containing an Imakefile,
16 the imake program is run with arguments appropriate for your system
17 (configured into imake when it was built) and generates a Makefile.
18
19 When invoked with the -a option, xmkmf builds the Makefile in the cur‐
20 rent directory, and then automatically executes ``make Makefiles'' (in
21 case there are subdirectories), ``make includes'', and ``make depend''
22 for you.
23
24 If a topdir is given, xmkmf assumes nothing is installed on your system
25 and looks for files in the build tree instead of using the installed
26 versions. Optionally, curdir may be specified as a relative pathname
27 from the top of the build tree to the current directory. It is neces‐
28 sary to supply curdir if the current directory has subdirectories, or
29 the Makefile will not be able to build the subdirectories.
30
32 imake(1)
33
34
35
36X Version 11 imake 1.0.9 XMKMF(1)