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

 1 mike  1.1 include $(ROOT)/mak/config-unix.mak
 2           
 3           OS = aix
 4           
 5           ARCHITECTURE = rs
 6           
 7           COMPILER = xlc
 8           
 9 kv.le 1.10 PLATFORM_VERSION_SUPPORTED = yes
10            
11 sage  1.4  SYS_INCLUDES = -I/usr/vacpp/include
12 mike  1.1  
13            DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
14            
15            DEPEND_INCLUDES =
16            
17 sage  1.4  DEPEND_DEFINES = -D__IBMCPP__=500
18            
19 mike  1.1  ifdef PEGASUS_DEBUG
20            FLAGS = -g
21            else
22            FLAGS = -O2
23            endif
24            
25 sage  1.4  FLAGS += -qrtti=dyna 
26 mike  1.1  
27 kv.le 1.11 # Build using fixed release settings
28            #
29            ifdef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
30            FLAGS += -DPEGASUS_USE_RELEASE_CONFIG_OPTIONS
31            endif
32            ifdef PEGASUS_USE_RELEASE_DIRS
33            FLAGS += -DPEGASUS_USE_RELEASE_DIRS
34            endif
35            
36 sage  1.3  SYS_LIBS = -ldl 
37            
38 sage  1.4  # SSL support
39 dan   1.8  PEGASUS_HAS_SSL = yes
40            
41            ifdef PEGASUS_HAS_SSL
42            OPENSSL_HOME = /usr/linux
43            endif
44 sage  1.4  
45 sage  1.3  CXX = xlC_r
46 mike  1.1  
47            SH = sh
48            
49            YACC = bison
50            
51            COPY = cp
52            
53            MOVE = mv
54 mike  1.2  
55            LIB_SUFFIX = .so
56 sage  1.4  
57 sage  1.5  AIX_LIB_PRIORITY = 0
58 dan   1.9  AIX_LD_HALT = 8
59 sage  1.5  
60 sage  1.4  ifndef PEGASUS_USE_MU_DEPEND
61            PEGASUS_HAS_MAKEDEPEND = yes
62            endif
63 sage  1.5  
64            PEGASUS_SUPPORTS_DYNLIB = yes

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2