home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / internet / amitcp3.0b / src.lha / src / util / letnet / Smake.def < prev   
Encoding:
Text File  |  1996-09-08  |  248 b   |  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.