home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Utilities / most / Makefile < prev    next >
Makefile  |  2000-08-26  |  536b  |  27 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # -*- sh -*-
  3.  
  4. #This is a UNIX-only makefile.
  5.  
  6.  
  7. SHELL = /bin/sh
  8.  
  9. all:
  10.     cd src; $(MAKE) all
  11. clean:
  12.     /bin/rm -f *~
  13.     cd src; $(MAKE) clean
  14. #
  15. distclean:
  16.     /bin/rm -f *~ Makefile config.status config.log config.cache files.pck
  17.     cd src; $(MAKE) distclean
  18. #
  19. install:
  20.     cd src; $(MAKE) install
  21. #
  22.  
  23. # The symlinks target is for my own private use.  It simply creates the object
  24. # directory as a symbolic link to a local disk instead of an NFS mounted one.
  25. symlinks:
  26.     cd src; $(MAKE) symlinks
  27.