home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-07 | 650 b | 34 lines |
- # NeXT Internal Library Makefile
- # Copyright 1987, 1991, NeXT Computer, Inc.
- #
- # This Makefile is used for NeXT software libraries.
- #
- # Fill in values for the various variables at the places marked by
- # **number**. Any rules or dependencies of your own can be added
- # at the end of the file.
- #
-
- # directory where included Makefiles are located.
- MAKE_DIR = /LocalDeveloper/Makefiles/lib
-
- MFILES =
- CFILES =
- PSWFILES =
- PSWMFILES =
- SFILES =
- LFILES =
- LMFILES =
- YFILES =
- YMFILES =
- PSFILES =
- OTHER_SRCS =
- OTHER_SRCS_OFILES =
-
- MORE_CFLAGS =
-
- BY_PRODUCTS =
-
- #this file included for standard functionality
- include $(MAKE_DIR)/Makefile.lib
-
-