home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / src / sunpro-64.mak < prev    next >
Text File  |  2001-11-13  |  242b  |  17 lines

  1. #
  2. # Basename for libraries
  3. #
  4. LIB_BASENAME = libstlport_sunpro64
  5.  
  6. #
  7. # This makefile will work for SUN CC 5.0-5.3 (Forte 6 Update 2)
  8. #
  9.  
  10. CC = CC -xarch=v9
  11. CXX = CC -xarch=v9
  12.  
  13. COMP = SUN64
  14. ATOMIC_ASM = sparc_atomic64.s
  15.  
  16. include sunpro-common.mak
  17.