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

Diff for /pegasus/mak/platform_HPUX_PARISC_ACC.mak between version 1.17 and 1.20

version 1.17, 2002/05/03 21:09:22 version 1.20, 2002/05/27 08:56:24
Line 1 
Line 1 
 include $(ROOT)/mak/config-unix.mak include $(ROOT)/mak/config-unix.mak
  
   MAJOR_VERSION_NUMBER = 0
   
 OS = hpux OS = hpux
  
 ARCHITECTURE = parisc ARCHITECTURE = parisc
  
   ifdef ACC_COMPILER_COMMAND
      CXX = $(ACC_COMPILER_COMMAND)
   else
      CXX = aCC
   endif
   
 COMPILER = acc COMPILER = acc
  
 PLATFORM_VERSION_SUPPORTED = yes PLATFORM_VERSION_SUPPORTED = yes
  
 ifeq ($(HPUX_IA64_VERSION), yes)  ifeq ($(HPUX_IA64_NATIVE_COMPILER), yes)
   SYS_INCLUDES =   SYS_INCLUDES =
 else else
   SYS_INCLUDES = -I$(ROOT)/src/stdcxx/stream   SYS_INCLUDES = -I$(ROOT)/src/stdcxx/stream
Line 44 
Line 52 
  DEFINES += -DPEGASUS_LOCAL_DOMAIN_SOCKET  DEFINES += -DPEGASUS_LOCAL_DOMAIN_SOCKET
 endif endif
  
   ifeq ($(HPUX_IA64_NATIVE_COMPILER), yes)
    DEFINES += -DHPUX_IA64_NATIVE_COMPILER
   endif
   
 ## ##
 ## The following two flags need to be set or unset together ## The following two flags need to be set or unset together
 ## to compile-in the code required for PAM authentication ## to compile-in the code required for PAM authentication
Line 100 
Line 112 
 ifdef PEGASUS_HAS_SSL ifdef PEGASUS_HAS_SSL
  FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_SSL_RANDOMFILE  FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_SSL_RANDOMFILE
  SYS_INCLUDES += -I$(OPENSSL_HOME)/include  SYS_INCLUDES += -I$(OPENSSL_HOME)/include
  SYS_LIBS += -L$(OPENSSL_HOME)/lib -lcrypto -lssl   SYS_LIBS += -L$(OPENSSL_HOME)/lib -lssl -lcrypto
 endif endif
  
 CXX = aCC  
   
 SH = sh SH = sh
  
 YACC = bison YACC = bison
Line 113 
Line 123 
  
 MOVE = mv MOVE = mv
  
 LIB_SUFFIX = .sl  LIB_SUFFIX = .$(MAJOR_VERSION_NUMBER)


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2