HomeSort by: relevance | last modified time | path
    Searched refs:Imakefile (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/imake/dist/
xmkmf.cpp 3 XCOMM make a Makefile from an Imakefile from inside or outside the sources
imake.c 41 * Usage: imake [-Idir] [-Ddefine] [-T template] [-f imakefile ] [-C Imakefile.c ] [-s] [-e] [-v] [make flags]
43 * Imake takes a template file (Imake.tmpl) and a prototype (Imakefile)
53 * -f specify the Imakefile file
54 * -C specify the name to use instead of Imakefile.c
82 * 1. Determine the name of the imakefile from the command line (-f)
83 * or from the content of the current directory (Imakefile or imakefile).
84 * Call this <imakefile>. This gets added to the arguments for
85 * make as MAKEFILE=<imakefile>
    [all...]
  /xsrc/external/mit/xterm/dist/
configure 9410 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
9411 cat >Imakefile <<'EOF'
17709 cf_makefile=`cd "$srcdir" || exit;pwd`/Imakefile
17730 echo >./Imakefile
17731 test -f "$cf_makefile" && cat "$cf_makefile" >>./Imakefile
17733 cat >> ./Imakefile <<'CF_EOF'

Completed in 14 milliseconds