home *** CD-ROM | disk | FTP | other *** search
- Amiga Port of GenMake 1.03 by Kyle Saunders
-
- I compiled genmake using DICE 2.06.37.
-
- Changes:
-
- The author used NULL as a character constant, which is illegal. Those NULL
- references were changed to '\0'.
-
- opendir( "." ) were changed to opendir( CURRENT_DIR )
- opendir( "/usr/include/..." ) were changed to opendir( INCLUDE_DIR )
-
- CURRENT_DIR and INCLUDE_DIR are defined in consts.h
-
- ---
-
- I still don't like the Makefile that is automatically generated. It puts
- filenames on separate lines. The style is very ugly, but I guess it works.
-
- --
-
- Ben Eng
-
- ben@jetpen.uucp
- engb@gpu.utcs.utoronto.ca
-
-