home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / automake-1.1e-base.tgz.pi < prev    next >
Text File  |  1996-10-12  |  878b  |  33 lines

  1. .name
  2. automake
  3. .fullname
  4. GNU automake
  5. .type
  6. Programmer Tool
  7. .short
  8. GNU automatic makefile generator
  9. .description
  10. This is Automake, an experimental Makefile generator.  It was inspired by
  11. the 4.4BSD make and include files, but aims to be portable and to conform to
  12. the GNU standards for Makefile variables and targets.
  13.  
  14. Automake is a Perl script.  The input files are called Makefile.am.  The
  15. output files are called Makefile.in; they are intended for use with
  16. Autoconf.  Automake requires certain things to be done in your configure.in.
  17.  
  18. Variable assignment lines in Makefile.am pull in defaults from various
  19. little *.am files.
  20.  
  21. To use Automake, replace your Makefile.in files with Makefile.am files.
  22. Read the documentation to see what to do.
  23. .version
  24. 1.1e
  25. .author
  26. Tom Tromey
  27. .email
  28. tromey@cygnus.com
  29. .distribution
  30. GNU Public License
  31. .described-by
  32. Fred Fish (fnf@ninemoons.com)
  33.