home *** CD-ROM | disk | FTP | other *** search
-
- This is genmake, version 1.03. As the name implies, it will
- automatically generate a Makefile for a single target. The only supported
- language is K&R C.
-
- Basically, you run genmake in the directory of your project. Genmake
- will grind away and produce a Makefile.
-
- Genmake has the following options:
-
- -v - prints version info
-
- -i - interactive prompt to include a file when it
- contains routines that are not used
-
- -e - exhaustive analysis. Basically, will check
- functional dependencies, and report if all
- functions in a file are never used. Takes quite
- a bit longer to run.
-
-
- Genmake 1.03 is (c)1990, 1991 by Kyle Saunders, All Rights Reserved
- kyle@nick.csh.rit.edu
- kxs5829@ultb.isc.rit.edu
-
- This program is Freely Distributable
-
-