home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / internet / amitcp3.0b / src.lha / src / util / online / Smake.def < prev   
Encoding:
Text File  |  1996-09-08  |  337 b   |  17 lines

  1. # $Id: Smake.def,v 3.1 1994/02/22 03:30:02 ppessi Exp $
  2. PROG=  online 
  3. SRCS=  $(PROG).c
  4. OBJS=  $(PROG).o
  5. LIBS= LIB netlib:sana2nb.lib
  6. SCOPTIONS= DATA=faronly
  7. LDFLAGS= Nostartup
  8.  
  9. # This rule is execute 
  10. # after install dependencies in template
  11. # but before install rule in template
  12. #
  13. install: 
  14.     $(INSTALL) $(PROG) $(DEST)bin/offline
  15.     
  16.