(file) Return to platform_SOLARIS_SPARC_CC.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/platform_SOLARIS_SPARC_CC.mak between version 1.3 and 1.7

version 1.3, 2003/11/19 16:13:37 version 1.7, 2004/08/19 21:10:25
Line 6 
Line 6 
  
 COMPILER = CC COMPILER = CC
  
   CXX = CC
   
   SH = sh
   
   YACC = yacc
   
   COPY = cp
   
   MOVE = mv
   
   LIB_SUFFIX = .so
   
   PEGASUS_SUPPORTS_DYNLIB = yes
   
 SYS_INCLUDES = SYS_INCLUDES =
  
 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -D_POSIX_PTHREAD_SEMANTICS DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -D_POSIX_PTHREAD_SEMANTICS
  
 DEFINES += -DDISABLE_KILLING_HUNG_THREADS  
   
 DEFINES += -DPEGASUS_OS_SOLARIS DEFINES += -DPEGASUS_OS_SOLARIS
  
 DEFINES += -DPEGASUS_SNIA_INTEROP_TEST DEFINES += -DPEGASUS_SNIA_INTEROP_TEST
  
   DEFINES += -DPEGASUS_HAS_SIGNALS
   
 # "READBUG" forces fstream.read to read 1 char at a time to # "READBUG" forces fstream.read to read 1 char at a time to
 # overcome a bug in Wshop 6.2 # overcome a bug in Wshop 6.2
 # There are patches for this now. # There are patches for this now.
Line 30 
Line 44 
  
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS = -g -pto -KPIC -mt -xs -xildoff FLAGS = -g -pto -KPIC -mt -xs -xildoff
 DEFINES += -DPEGASUS_DEBUG  
 else else
 FLAGS = -O -pto -KPIC -mt -xildoff FLAGS = -O -pto -KPIC -mt -xildoff
 endif endif
Line 43 
Line 56 
 SYS_LIBS += -lrt SYS_LIBS += -lrt
 endif endif
  
 SYS_LIBS += $(EXTRA_LIBRARIES)  ifdef PEGASUS_HAS_SSL
           ifdef PEGASUS_USE_SSL_SHAREDLIB
 CXX = CC                  EXTRA_LIBRARIES += -L$(OPENSSL_HOME)/lib -lssl -lcrypto
           else
 SH = sh                  $(error Static linking of OpenSSL is not currently supported on this platform.)
           endif
 YACC = yacc  endif
   
 COPY = cp  
   
 MOVE = mv  
   
 LIB_SUFFIX = .so  
   
 PEGASUS_SUPPORTS_DYNLIB = yes  
  
   SYS_LIBS += $(EXTRA_LIBRARIES)


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2