home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / comm / amitcp-3.0ß2.lha / AmiTCP / src / util / letnet / Smake.def < prev   
Text File  |  1994-02-24  |  248b  |  11 lines

  1. # $Id: Smake.def,v 3.1 1994/02/22 03:29:34 ppessi Exp $
  2. PROG = letnet
  3. SRCS=  $(PROG).c sender.c letnet.h
  4. OBJS=$(PROG).o sender.o
  5. LIBS=  lib netlib:net.lib
  6. DEFS=  DEF=AMITCP3
  7. LDFLAGS= nostdio
  8.  
  9. sender.o: sender.c letnet.h
  10. letnet.o: letnet.c letnet.h
  11.