home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CM100EXE.ARJ / CM100EXE.ZIP / SAMPLES / IF / README.TXT < prev    next >
Encoding:
Text File  |  1991-11-17  |  438 b   |  22 lines

  1.      IF STATEMENT SAMPLE
  2.  
  3.      This sample demonstrates how to use if statements in a make file.
  4.  
  5.  
  6.      TO RUN CMAKE:
  7.  
  8.         Execute CMAKE by entering the command
  9.  
  10.         cmake
  11.  
  12.         No parameters are required.
  13.  
  14.  
  15.      NOTE THE FOLLOWING:
  16.  
  17.         The if statements (and comments) in the make file, "makefile".
  18.  
  19.         See: The Make File for CMAKE
  20.              * The if Statement
  21.              in the help file.
  22.