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

File: [Pegasus] / pegasus / mak / platform_VMS_ALPHA_DECCXX.mak (download)
Revision: 1.12, Thu May 12 12:44:38 2005 UTC (19 years ago) by gs.keenan
Branch: MAIN
Changes since 1.11: +1 -1 lines
BUG#: 3550
TITLE: OpenVMS - Set PEGASUS_NOASSERTS in platform .mak files

DESCRIPTION: Add -DPEGASUS_NOASSERTS to list of defines to eliminate unreachable code messages.

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

OS = VMS

ARCHITECTURE = ALPHA

COMPILER = DECCXX

SYS_VMSINCLUDES = -I$(ROOT)/src/stdcxx/cwrappers

DEFINES = -DPEGASUS_OS_VMS -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_NOASSERTS

DEPEND_INCLUDES =

OBJ_DIR = $(HOME_DIR)/P_obj/$(DIR)
BIN_DIR = $(HOME_DIR)/P_bin
LIB_DIR = $(HOME_DIR)/P_lib
OPT_DIR = $(HOME_DIR)/P_opt

CFLAGS = /repos=$(CXXREPOSITORY_VMSROOT)/template_def=time
CCFLAGS = /OPT=INLINE=ALL/nowarn
#CFLAGS = /repos=$(CXXREPOSITORY_VMSROOT)/template_def=time/preprocess_only/implicit_include
ifdef PEGASUS_DEBUG
#CFLAGS += /debug/noopt/show=include/machi/lis
CFLAGS += /debug/noopt/show=include/lis=$(OBJ_VMSDIRA)]
CCFLAGS = /debug/noopt/nowarn/show=include/lis=$(OBJ_VMSDIRA)]
#CFLAGS += /debug/noopt/show=include/lis=$(OBJ_VMSDIRA)]/preprocess_only/implicit_include
LFLAGS = /debug/map=$(BIN_VMSDIRA)]$(PROGRAM)
endif

SYS_LIBS =+sys$share:sys$lib_c/lib

# SSL support
OPENSSL_VMSHOME =/Pegasus_Blddsk/OpenSSL
OPENSSL_HOME = $(OPENSSL_VMSHOME)

PEGASUS_HAS_SSL = yes
PEGASUS_DISABLE_PERFINST = yes
#PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER = yes

CXX = cxx

SH = sh

YACC = bison

RM = mu rm

DIFF = mu diff

SORT = mu sort

COPY = mu copy

MOVE = mu move

PEGASUS_SUPPORTS_DYNLIB = yes

LIB_SUFFIX =.olb

# The Provider User Context feature (PEP 197) is not yet supported on OpenVMS
PEGASUS_DISABLE_PROV_USERCTXT=1

# Local domain sockets, or an equivalent, is not currently supported on OpenVMS. Bug 2147
PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET=1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2