home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / XARCHIE2.TAR / EzMenu / Imakefile < prev    next >
Encoding:
Makefile  |  1991-09-04  |  330 b   |  17 lines

  1. #
  2. # Imakefile for EzMenu library
  3. #
  4. # George Ferguson, ferguson@cs.rochester.edu, 21 Aug 1991.
  5. #
  6.  
  7. #undef ManSuffix
  8. #define ManSuffix 3
  9.  
  10. SRCS = EzMenu.c EzME.c
  11. OBJS = EzMenu.o EzME.o
  12.  
  13. NormalLibraryTarget(ezMenu$(TARGET_MACH),$(OBJS))
  14. InstallLibrary(ezMenu$(TARGET_MACH),$(LIBDIR))
  15. InstallManPage(ezMenu,$(LIBMANDIR))
  16. DependTarget()
  17.