home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XMKMF(1) XMKMF(1)
-
-
- NNAAMMEE
- xmkmf - create a Makefile from an Imakefile
-
- SSYYNNOOPPSSIISS
- xxmmkkmmff [ -a ] [ _t_o_p_d_i_r [ _c_u_r_d_i_r ] ]
-
- DDEESSCCRRIIPPTTIIOONN
- The _x_m_k_m_f command is the normal way to create a _M_a_k_e_f_i_l_e
- from an _I_m_a_k_e_f_i_l_e shipped with third-party software.
-
- When invoked with no arguments in a directory containing
- an _I_m_a_k_e_f_i_l_e_, the _i_m_a_k_e program is run with arguments
- appropriate for your system (configured into _x_m_k_m_f when X
- was built) and generates a _M_a_k_e_f_i_l_e_.
-
- When invoked with the _-_a option, _x_m_k_m_f builds the _M_a_k_e_f_i_l_e
- in the current directory, and then automatically executes
- ``make Makefiles'' (in case there are subdirectories),
- ``make includes'', and ``make depend'' for you. This is
- the normal way to configure software that is outside the X
- Consortium build tree.
-
- If working inside the X Consortium build tree (unlikely
- unless you are an X developer, and even then this option
- is never really used), the _t_o_p_d_i_r argument should be spec-
- ified as the relative pathname from the current directory
- to the top of the build tree. Optionally, _c_u_r_d_i_r may be
- specified as a relative pathname from the top of the build
- tree to the current directory. It is necessary to supply
- _c_u_r_d_i_r if the current directory has subdirectories, or the
- _M_a_k_e_f_i_l_e will not be able to build the subdirectories. If
- a _t_o_p_d_i_r is given, _x_m_k_m_f assumes nothing is installed on
- your system and looks for files in the build tree instead
- of using the installed versions.
-
- SSEEEE AALLSSOO
- imake(1)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- X Version 11 Release 6.1 1
-
-
-