rfc (1) --- command file to rp and fc a Ratfor program 08/21/84 | _U_s_a_g_e | rfc [ [] [/ []]] | _D_e_s_c_r_i_p_t_i_o_n | 'Rfc' is a shell program that causes the specified Ratfor | program to be preprocessed and compiled, but not loaded. It | is useful for rebuilding single modules in a multi-module | program. The source file is expected to be named | .r and the output object code is named .b. | A check is made to verify the existence of the source | program; if it is not present, processing is discontinued. | The ".r" suffix on the source file name is not required, | although 'rfc' requires that the source code reside in a | file named with a ".r" suffix; thus one may write "rfc file" | to compile the contents of "file.r". | Special options for 'rp' may be placed after the file name. | Options for 'fc' may be placed after the 'rp' options, as | long as the two groups are separated by a slash. Example: | "rfc prog -a / -c". | _E_x_a_m_p_l_e_s | rfc profile.r | rfc profile | rfc stuff.r / -do0q | _M_e_s_s_a_g_e_s | ": can't open" for missing ".r" file | "Usage: rfc ..." for no arguments | _S_e_e _A_l_s_o | rp (1), fc (1), fcl (1), ld (1), rfl (1) rfc (1) - 1 - rfc (1)