home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / c-niftp.zip / unix-niftp-5.6 / lib / mmdf / Makefile.real < prev    next >
Makefile  |  1991-02-20  |  651b  |  31 lines

  1. # unix-niftp lib/mmdf/Makefile.real $Revision: 5.4 $ $Date: 89/08/27 14:30:50 $
  2. #
  3. # Makefile for the MMDF interface library
  4. #
  5. #    libmail.a    for P or Q mail
  6. #
  7. MOBJ    = ni_mail.o conf_niftp.o rp_valstr.o \
  8.       ml_send.o pgmwait.o
  9. SRCS    = ni_mail.c conf_niftp.c rp_valstr.c \
  10.       ni_rtn.c ml_send.c pgmwait.c \
  11.       Makefile.real
  12.  
  13. libmail.a: $(MOBJ)
  14.     ar cr libmail.a $(MOBJ)
  15.     $(RANLIB) libmail.a
  16.  
  17. shardist: $(SRCS)
  18.     shar $(SHOPT) $(SRCS) > /tmp/niftp-lib.sh
  19.  
  20. install:
  21.     @echo "    "OK - nothing to install
  22.  
  23. clean:
  24.     rm -f *.o
  25.  
  26. ni_mail.o:    $H/ftp.h mmdf.h conf_niftp.h util.h
  27. ml_send.o:    mmdf.h util.h
  28. ni_rtn.o:    mmdf.h util.h
  29. rp_valstr.o:    mmdf.h util.h
  30. pgmwait.o:    util.h
  31.