home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / comm / net / amitcp / amitcp-2.2 / src / compile.lib < prev    next >
Encoding:
AmigaDOS Script File  |  1993-12-21  |  737 b   |  33 lines

  1. .key DEST,INCLUDE/K,TARGET/K,INSTALL/S
  2. ;;; $Id: compile,v 1.4 1993/11/15 12:06:40 ppessi Exp ppessi $
  3. ;;;
  4. ;;; Compile NETLIB for SAS C
  5. ;;;
  6. ;;; Copyright (c) 1993 AmiTCP-Group, <AmiTCP-Group@hut.fi>
  7. ;;;                    Helsinki University of Technology, Finland.
  8. ;;;
  9. ;;; Created      : Thu Oct 14 01:59:00 1993 ppessi
  10. ;;; Last modified: Wed Nov 17 14:57:39 1993 ppessi
  11. ;;;
  12. ;;; $Log: compile,v $
  13. .bra {
  14. .ket }
  15. .def DEST "AmiTCP:"
  16.  
  17. If NOT {INCLUDE$IsNotGiven} EQ IsNotGiven
  18.     If Exists "{INCLUDE}" 
  19.     assign netinclude: {INCLUDE}
  20.     ENDIF
  21. Else
  22.     Assign Netinclude: exists > nil:
  23.     If WARN 
  24.     echo "The NETINCLUDE: does not exist"
  25.     echo "Can't continue"
  26.     quit
  27.     Endif
  28. ENDIF
  29.  
  30. cd netlib
  31. smake -k DEST={DEST} {target}  {install}
  32. cd /
  33.