home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-09-04 | 330 b | 17 lines |
- #
- # Imakefile for EzMenu library
- #
- # George Ferguson, ferguson@cs.rochester.edu, 21 Aug 1991.
- #
-
- #undef ManSuffix
- #define ManSuffix 3
-
- SRCS = EzMenu.c EzME.c
- OBJS = EzMenu.o EzME.o
-
- NormalLibraryTarget(ezMenu$(TARGET_MACH),$(OBJS))
- InstallLibrary(ezMenu$(TARGET_MACH),$(LIBDIR))
- InstallManPage(ezMenu,$(LIBMANDIR))
- DependTarget()
-