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

File: [Pegasus] / pegasus / mak / platform_HPUX_PARISC_ACC.mak (download)
Revision: 1.22, Tue May 28 23:08:01 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_10
Changes since 1.21: +2 -9 lines
HP-Nag: Consolidated PEGASUS_PAM_AUTHENTICATION related options in platform_HPUX_PARISC_ACC.mak file. Created wbemssl.cnf file and modified Server Makefile to copy the .cnf file to home dir.

include $(ROOT)/mak/config-unix.mak

MAJOR_VERSION_NUMBER = 0

OS = hpux

ARCHITECTURE = parisc

ifdef ACC_COMPILER_COMMAND
   CXX = $(ACC_COMPILER_COMMAND)
else
   CXX = aCC
endif

COMPILER = acc

PLATFORM_VERSION_SUPPORTED = yes

ifeq ($(HPUX_IA64_NATIVE_COMPILER), yes)
  SYS_INCLUDES = 
else
  SYS_INCLUDES = -I$(ROOT)/src/stdcxx/stream
endif

ifdef PEGASUS_CCOVER
 SYS_INCLUDES += -I/opt/ccover11/include
endif

ifdef PEGASUS_PURIFY
 SYS_INCLUDES += -I$(PURIFY_HOME)
endif

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)

ifdef PEGASUS_AGENT
 DEFINES += -DHPUX_EMANATE
endif

ifdef PEGASUS_CCOVER
 DEFINES += -DPEGASUS_CCOVER
endif

ifdef PEGASUS_PURIFY
 DEFINES += -DPEGASUS_PURIFY
endif

ifdef ENABLETIMEOUTWORKAROUNDHACK
 DEFINES += -DENABLETIMEOUTWORKAROUNDHACK
endif

ifdef PEGASUS_LOCAL_DOMAIN_SOCKET
 DEFINES += -DPEGASUS_LOCAL_DOMAIN_SOCKET
endif

ifeq ($(HPUX_IA64_NATIVE_COMPILER), yes)
 DEFINES += -DHPUX_IA64_NATIVE_COMPILER
endif

ifdef LOCK_CONNECTION_ENABLED
 DEFINES += -DLOCK_CONNECTION_ENABLED
endif

##
## The following flags need to be set or unset 
## to compile-in the code required for PAM authentication
## and compile-out the code that uses the password file.
##

ifdef PEGASUS_PAM_AUTHENTICATION
 DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE
endif


DEPEND_INCLUDES =


## Flags:
##     +Z - produces position independent code (PIC).
##     +DAportable generates code for any HP9000 architecture
##     -Wl, passes the following option to the linker
##       +s causes the linked image or shared lib to be able to
##          search for any referenced shared libs dynamically in
##          SHLIB_PATH (LD_LIBRARY_PATH on 64-bit HP9000)
##       +b enables dynamic search in the specified directory(ies)
##

ifeq ($(HPUX_IA64_VERSION), yes)
  DEFINES += -DPEGASUS_ARCHITECTURE_IA64
  FLAGS = +Z +DD64 -mt 
else
  FLAGS = +Z +DAportable -mt
endif

ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
  FLAGS += -Wl,+s -Wl,+b/opt/wbem/lib
endif
ifdef PEGASUS_DEBUG
  FLAGS += -g
endif

SYS_LIBS = -lpthread -lrt

# PAM support
ifdef PEGASUS_PAM_AUTHENTICATION
SYS_LIBS += -lpam
endif

# SSL support
ifdef PEGASUS_HAS_SSL
 FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_SSL_RANDOMFILE
 SYS_INCLUDES += -I$(OPENSSL_HOME)/include
 SYS_LIBS += -L$(OPENSSL_HOME)/lib -lssl -lcrypto 
endif

SH = sh

YACC = bison

COPY = cp

MOVE = mv

LIB_SUFFIX = .$(MAJOR_VERSION_NUMBER)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2