home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / sofa / archive / SmallEiffel.lha / SmallEiffel / man / clean.txt < prev    next >
Text File  |  1999-06-05  |  2KB  |  49 lines

  1.  
  2.                              The clean command
  3.                                       
  4.    Usage
  5.    
  6.    clean [options] <Root> ...
  7.    
  8.    Command clean removes all intermediate files produced by previous
  9.    compile or compile_to_c.
  10.    Names (<Root> ...) can have the Eiffel suffix, no suffix at all, or
  11.    the suffix used for SmallEiffel command files on your system (.make on
  12.    UNIX or .BAT on DOS for example).
  13.    
  14.    Options
  15.    
  16.    -verbose:
  17.           Print system information during the compilation (full path of
  18.           loaded files, type inference score, removed files, etc.).
  19.    -version:
  20.           Show the number of the [1]version of SmallEiffel you're using.
  21.           
  22.    Examples
  23.    
  24.    Example 1
  25.    To remove intermediate files produced for the HELLO_WORLD program.
  26.    
  27.    Type: clean hello_world
  28.    You can also type: clean hello_world.e
  29.    or you can also type: clean HELLO_WORLD
  30.    on Unix, you can type: clean hello_world.make
  31.    on DOS, you can do: clean hello_world.BAT
  32.    
  33.    Example 2
  34.    Under Unix or DOS, remove all intermediates files in the current
  35.    directory : clean *.e
  36.    If the root class file is not in the current directory, you can type
  37.    (for Unix) : clean *.make
  38.    
  39.    Option -verbose can be used to see what files are removed.
  40.    
  41.                                    [Line]
  42.    Copyright © Dominique COLNET and Suzanne COLLIN - [2]<colnet@loria.fr>
  43.                      Last update: 05 June 1999, by OZ. 
  44.  
  45. References
  46.  
  47.    1. file://localhost/home/colnet/SmallEiffel/man/man/SmallEiffelFAQ.html#Q02
  48.    2. mailto:colnet@loria.fr
  49.