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

 1 gs.keenan 1.1 include $(ROOT)/mak/config-vms.mak
 2               
 3               OS = VMS
 4               
 5               ARCHITECTURE = ia64
 6               
 7               COMPILER = deccxx
 8               
 9               SYS_VMSINCLUDES = -I$(ROOT)/src/stdcxx/cwrappers
10               
11               DEFINES = -DPEGASUS_OS_VMS -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
12               
13               DEPEND_INCLUDES =
14               
15 carson.hovey 1.4 OBJ_DIR = $(HOME_DIR)/P_obj/$(DIR)
16                  BIN_DIR = $(HOME_DIR)/P_bin
17                  LIB_DIR = $(HOME_DIR)/P_lib
18                  OPT_DIR = $(HOME_DIR)/P_opt
19 gs.keenan    1.1 
20                  CFLAGS = /repos=$(CXXREPOSITORY_VMSROOT)/template_def=time
21                  CCFLAGS = /OPT=INLINE=ALL/nowarn
22                  #CFLAGS = /repos=$(CXXREPOSITORY_VMSROOT)/template_def=time/names=as_is
23                  #CFLAGS = /repos=$(CXXREPOSITORY_VMSROOT)/template_def=time/preprocess_only/implicit_include
24                  ifdef PEGASUS_DEBUG
25                  CFLAGS += /debug/noopt/show=include/lis=$(OBJ_VMSDIRA)]
26                  CCFLAGS = /debug/noopt/nowarn/show=include/lis=$(OBJ_VMSDIRA)]
27                  #CFLAGS += /debug/noopt/show=include/lis=$(OBJ_VMSDIRA)]/be_dump="-mGLOB_show_limit_info"
28                  
29                  LFLAGS = /debug/map=$(BIN_VMSDIRA)]$(PROGRAM)
30                  endif
31                  
32                  SYS_LIBS =+sys$share:sys$lib_c/lib
33                  
34                  # SSL support
35                  OPENSSL_VMSHOME =/Pegasus_Blddsk/OpenSSL
36                  OPENSSL_HOME = $(OPENSSL_VMSHOME)
37                  PEGASUS_HAS_SSL = yes
38 carson.hovey 1.4 
39                  PEGASUS_ARCHITECTURE_64BIT = yes
40                  
41 carson.hovey 1.6 PEGASUS_DISABLE_PERFINST = yes
42 gs.keenan    1.1 #PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER = yes
43                  
44 h.sterling   1.7 # Local domain sockets, or an equivalent, is not currently supported on OpenVMS. Bug 2148
45 h.sterling   1.8 DEFINES += PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET
46 h.sterling   1.7 
47 gs.keenan    1.1 CXX = cxx
48                  
49                  SH = sh
50                  
51                  YACC = bison
52                  
53 jim.wunderlich 1.3 RM = mu rm
54                    
55                    DIFF = mu diff
56                    
57                    SORT = mu sort
58                    
59 gs.keenan      1.1 COPY = mu copy
60                    
61                    MOVE = mu move
62                    
63                    PEGASUS_SUPPORTS_DYNLIB = yes
64                    
65                    LIB_SUFFIX =.olb

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2