home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Makefiles / lib / Makefile.lib < prev    next >
Encoding:
Makefile  |  1994-01-06  |  512 b   |  20 lines

  1. # Makefile.lib
  2. #
  3. # by Mike Ferris
  4. # Part of MOKit
  5. # Copyright 1993, all rights reserved
  6. #
  7. # Used in the MiscKit by permission.
  8. #
  9. # This is based on Next's standard library make architecture
  10.  
  11. ##################### Just import all the pieces #####################
  12.  
  13. include $(MAKE_DIR)/Makefile.programs
  14. include $(MAKE_DIR)/Makefile.defaults
  15. include $(MAKE_DIR)/Makefile.rules
  16. include $(MAKE_DIR)/Makefile.ofiles
  17. include $(MAKE_DIR)/Makefile.all
  18. include $(MAKE_DIR)/Makefile.clean
  19. include $(MAKE_DIR)/Makefile.util
  20.