(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 sage  1.3  SYS_LIBS = -ldl 
28            
29 sage  1.4  # SSL support
30 dan   1.8  PEGASUS_HAS_SSL = yes
31            
32            ifdef PEGASUS_HAS_SSL
33            OPENSSL_HOME = /usr/linux
34            endif
35 sage  1.4  
36 sage  1.3  CXX = xlC_r
37 mike  1.1  
38            SH = sh
39            
40            YACC = bison
41            
42            COPY = cp
43            
44            MOVE = mv
45 mike  1.2  
46            LIB_SUFFIX = .so
47 sage  1.4  
48 sage  1.5  AIX_LIB_PRIORITY = 0
49 dan   1.9  AIX_LD_HALT = 8
50 sage  1.5  
51 sage  1.4  ifndef PEGASUS_USE_MU_DEPEND
52            PEGASUS_HAS_MAKEDEPEND = yes
53            endif
54 sage  1.5  
55            PEGASUS_SUPPORTS_DYNLIB = yes

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2