home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncurses-1.9.9e-src.tgz / tar.out / fsf / ncurses / Makefile.in < prev    next >
Makefile  |  1996-09-28  |  343b  |  24 lines

  1. # Master Makefile for ncurses library.
  2.  
  3. SHELL = /bin/sh
  4.  
  5. NC_MFLAGS = @nc_cv_makeflags@
  6.  
  7. @SET_MAKE@
  8.  
  9. DIRS_TO_MAKE = @DIRS_TO_MAKE@
  10.  
  11. all ::    $(DIRS_TO_MAKE)
  12.  
  13. $(DIRS_TO_MAKE) :
  14.     mkdir $@
  15.  
  16. # Put the common rules here so that we can easily construct the list of
  17. # directories to visit.
  18. all \
  19. clean \
  20. distclean \
  21. mostlyclean \
  22. realclean \
  23. install ::
  24.