home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat1 / xmkmf.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  2.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4. XMKMF(1)                         XMKMF(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        xmkmf - create a Makefile from an Imakefile
  9.  
  10. SSYYNNOOPPSSIISS
  11.        xxmmkkmmff [ -a ] [ _t_o_p_d_i_r [ _c_u_r_d_i_r ] ]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        The  _x_m_k_m_f  command is the normal way to create a _M_a_k_e_f_i_l_e
  15.        from an _I_m_a_k_e_f_i_l_e shipped with third-party software.
  16.  
  17.        When invoked with no arguments in a  directory  containing
  18.        an  _I_m_a_k_e_f_i_l_e_,  the  _i_m_a_k_e  program  is run with arguments
  19.        appropriate for your system (configured into _x_m_k_m_f when    X
  20.        was built) and generates a _M_a_k_e_f_i_l_e_.
  21.  
  22.        When invoked with the _-_a option, _x_m_k_m_f builds the _M_a_k_e_f_i_l_e
  23.        in the current directory, and then automatically     executes
  24.        ``make  Makefiles''  (in     case  there are subdirectories),
  25.        ``make includes'', and ``make depend'' for you.     This  is
  26.        the normal way to configure software that is outside the X
  27.        Consortium build tree.
  28.  
  29.        If working inside the X Consortium  build  tree    (unlikely
  30.        unless  you  are an X developer, and even then this option
  31.        is never really used), the _t_o_p_d_i_r argument should be spec-
  32.        ified  as the relative pathname from the current directory
  33.        to the top of the build tree.  Optionally, _c_u_r_d_i_r  may  be
  34.        specified as a relative pathname from the top of the build
  35.        tree to the current directory.  It is necessary to  supply
  36.        _c_u_r_d_i_r if the current directory has subdirectories, or the
  37.        _M_a_k_e_f_i_l_e will not be able to build the subdirectories.  If
  38.        a  _t_o_p_d_i_r  is given, _x_m_k_m_f assumes nothing is installed on
  39.        your system and looks for files in the build tree  instead
  40.        of using the installed versions.
  41.  
  42. SSEEEE AALLSSOO
  43.        imake(1)
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.