home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / science / clustalv / clustalv.prj < prev    next >
Text File  |  1993-04-11  |  608b  |  27 lines

  1. ;>>>>>>> CLUSTALV.PRJ <<<<<<<<
  2.  
  3. CLUSTALV.TOS       ; name of executable program
  4. .C[-A-J-M-R-S-T-Y-Z]    ; options (no spaces!)
  5.  
  6. =                  ; list of modules follows...
  7.  
  8. PCSTART.O          ; startup code
  9.  
  10. CLUSTALV.C       ; compile the following files
  11. AMENU.C
  12. MYERS.C
  13. SEQUENCE.C
  14. SHOWPAIR.C
  15. UPGMA.C
  16. UTIL.C
  17. TREES.C
  18. GCGCHECK.C
  19.  
  20. PCFLTLIB.LIB       ; floating point library
  21. PCSTDLIB.LIB       ; standard library
  22.  
  23. PCEXTLIB.LIB       ; extended library
  24. PCTOSLIB.LIB       ; TOS library
  25. PCLNALIB.LIB       ; LINE-A library
  26.  
  27. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<