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 / x25b / Makefile.real < prev    next >
Makefile  |  1991-02-20  |  562b  |  31 lines

  1. # unix-niftp lib/x25b/Makefile.real $Revision: 5.5 $ $Date: 90/08/01 13:39:11 $
  2. #
  3. # Makefile for x25bridge code
  4. #
  5. #    libnet.a
  6. #
  7. NOBJ    = x25b.o netopen.o netlisten.o netsubs.o
  8. SRCS    = netopen.c netlisten.c netsubs.c Makefile.real
  9. ETCDIR    = /etc
  10.  
  11. all:    libnet.a
  12.  
  13. libnet.a: $(NOBJ)
  14.     ar cr libnet.a $(NOBJ)
  15.     $(RANLIB) libnet.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. $H/ftp.h: $H/tab.h
  27.  
  28. netopen.o: $H/ftp.h $H/infusr.h
  29. netlisten.o: $H/ftp.h $H/infusr.h
  30. netsubs.o: $H/ftp.h $H/infusr.h
  31.