(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.5 #PEGASUS_DISABLE_PERFINST = yes
42 gs.keenan    1.1 #PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER = yes
43                  
44                  CXX = cxx
45                  
46                  SH = sh
47                  
48                  YACC = bison
49                  
50 jim.wunderlich 1.3 RM = mu rm
51                    
52                    DIFF = mu diff
53                    
54                    SORT = mu sort
55                    
56 gs.keenan      1.1 COPY = mu copy
57                    
58                    MOVE = mu move
59                    
60                    PEGASUS_SUPPORTS_DYNLIB = yes
61                    
62                    LIB_SUFFIX =.olb

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2