home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-01-06 | 512 b | 20 lines |
- # Makefile.lib
- #
- # by Mike Ferris
- # Part of MOKit
- # Copyright 1993, all rights reserved
- #
- # Used in the MiscKit by permission.
- #
- # This is based on Next's standard library make architecture
-
- ##################### Just import all the pieces #####################
-
- include $(MAKE_DIR)/Makefile.programs
- include $(MAKE_DIR)/Makefile.defaults
- include $(MAKE_DIR)/Makefile.rules
- include $(MAKE_DIR)/Makefile.ofiles
- include $(MAKE_DIR)/Makefile.all
- include $(MAKE_DIR)/Makefile.clean
- include $(MAKE_DIR)/Makefile.util
-