     IF STATEMENT SAMPLE

     This sample demonstrates how to use if statements in a make file.


     TO RUN CMAKE:

        Execute CMAKE by entering the command

        cmake

        No parameters are required.


     NOTE THE FOLLOWING:

        The if statements (and comments) in the make file, "makefile".

        See: The Make File for CMAKE
             * The if Statement
             in the help file.
