home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 581b.lha / genmake_v1.03 / README < prev    next >
Text File  |  1991-11-07  |  778b  |  28 lines

  1.  
  2.     This is genmake, version 1.03.  As the name implies, it will
  3. automatically generate a Makefile for a single target.  The only supported
  4. language is K&R C.
  5.  
  6.     Basically, you run genmake in the directory of your project.  Genmake
  7. will grind away and produce a Makefile.
  8.  
  9.     Genmake has the following options:
  10.  
  11.     -v        - prints version info
  12.  
  13.     -i        - interactive prompt to include a file when it
  14.               contains routines that are not used
  15.  
  16.     -e        - exhaustive analysis.  Basically, will check
  17.               functional dependencies, and report if all
  18.               functions in a file are never used.  Takes quite
  19.               a bit longer to run.
  20.  
  21.  
  22.     Genmake 1.03 is (c)1990, 1991 by Kyle Saunders, All Rights Reserved
  23.                      kyle@nick.csh.rit.edu
  24.                      kxs5829@ultb.isc.rit.edu
  25.  
  26.     This program is Freely Distributable
  27.  
  28.