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

File: [Pegasus] / pegasus / mak / platform_HPUX_IA64_ACC.mak (download)
Revision: 1.4, Tue Aug 31 23:03:56 2004 UTC (19 years, 8 months ago) by denise.eckstein
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_1-BETA1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP213_SIZE_OPTIMIZATIONS, CHUNKTESTDONE_PEP140
Branch point for: RELEASE_2_4-branch
Changes since 1.3: +0 -7 lines
BUG#: 1983
TITLE: OpenSSL libraries should only be required to build libcommon

DESCRIPTION: Modified make scripts to only link OpenSSL and crypt libraries as part of common.

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

ARCHITECTURE = IA64

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

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

FLAGS += +Z +DD64 -AA -mt 

ifdef PEGASUS_PAM_AUTHENTICATION
  SYS_LIBS += -L$(PAMLIB_HOME) -lpam
endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2