(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 david.dillard 1.18 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_OS_AIX$(shell uname -v)
 14 mike          1.1  
 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 david.dillard 1.21 FLAGS = -O2 -s
 23 mike          1.1  endif
 24                    
 25 kv.le         1.20 FLAGS += -qrtti=dyna -qcpluscmt
 26 mike          1.1  
 27 sage          1.3  SYS_LIBS = -ldl 
 28                    
 29 sage          1.4  # SSL support
 30 dan           1.8  ifdef PEGASUS_HAS_SSL
 31 david.dillard 1.16 ifndef OPENSSL_HOME
 32 dan           1.8  OPENSSL_HOME = /usr/linux
 33                    endif
 34 david.dillard 1.16 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 jim.wunderlich 1.22 RM = rm -f
 43                     
 44                     DIFF = diff
 45                     
 46 david.dillard  1.23 SORT = sort
 47 jim.wunderlich 1.22 
 48 mike           1.1  COPY = cp
 49                     
 50                     MOVE = mv
 51 mike           1.2  
 52                     LIB_SUFFIX = .so
 53 sage           1.4  
 54 sage           1.5  AIX_LIB_PRIORITY = 0
 55 dan            1.9  AIX_LD_HALT = 8
 56 sage           1.5  
 57 sage           1.4  ifndef PEGASUS_USE_MU_DEPEND
 58                     PEGASUS_HAS_MAKEDEPEND = yes
 59                     endif
 60 sage           1.5  
 61                     PEGASUS_SUPPORTS_DYNLIB = yes
 62 kv.le          1.12 
 63 kv.le          1.19 DEFINES += -DPEGASUS_HAS_SIGNALS
 64                     
 65 kv.le          1.12 # l10n
 66                     ifdef PEGASUS_HAS_MESSAGES
 67                       DEFINES += -DPEGASUS_HAS_MESSAGES
 68                       ifdef ICU_ROOT
 69                             ifdef ICU_INSTALL
 70                               MSG_COMPILE = ${ICU_INSTALL}/bin/genrb
 71                             else
 72                               MSG_COMPILE = ${ICU_ROOT}/bin/genrb
 73                             endif
 74                             MSG_FLAGS =
 75                             MSG_SOURCE_EXT = .txt
 76                             MSG_COMPILE_EXT = .res
 77                             CNV_ROOT_CMD = cnv2rootbundle
 78                     
 79                     ##################################
 80                     ##
 81                     ## ICU_NO_UPPERCASE_ROOT if set, specifies NOT to uppercase the root
 82                     ## resource bundle, default is to uppercase the root resource bundle
 83                     ##
 84                     ##################################
 85                     
 86 kv.le          1.12         ifdef ICU_NO_UPPERCASE_ROOT
 87                               CNV_ROOT_FLAGS =
 88                             else
 89                               CNV_ROOT_FLAGS = -u
 90                             endif
 91                     
 92                     ####################################
 93                     ##
 94                     ## ICU_ROOT_BUNDLE_LANG if set, specifies the language that the root resource
 95                     ## bundle will be generated from defaults to _en if not set.  if set, for
 96                     ## any directory containing resource bundles, there must exist a file name:
 97                     ## package(the value of ICU_ROOT_BUNDLE_LANG).txt or the make messages
 98                     ## target will fail
 99                     ##
100                     ####################################
101                     
102                             ifdef ICU_ROOT_BUNDLE_LANG
103                               MSG_ROOT_SOURCE = $(ICU_ROOT_BUNDLE_LANG)
104                             else
105                               MSG_ROOT_SOURCE = _en
106                             endif
107 kv.le          1.12         #SYS_INCLUDES += -I${ICU_ROOT}/source/common
108                             #SYS_INCLUDES += -I${ICU_ROOT}/source/i18n
109                             SYS_INCLUDES += -I${ICU_ROOT}/include
110                             DEFINES += -DPEGASUS_HAS_ICU
111 kv.le          1.13         ifdef ICU_INSTALL
112                               EXTRA_LIBRARIES += -L${ICU_INSTALL}/lib -licui18n -licuuc
113 kv.le          1.12           #SYS_LIBS += -L${ICU_INSTALL}/lib -licui18n -licuuc
114 kv.le          1.13         endif
115 kv.le          1.12   endif
116                     endif
117 w.otsuka       1.15 
118                     ifdef PEGASUS_USE_RELEASE_DIRS
119 denise.eckstein 1.17   PEGASUS_DEST_LIB_DIR =/usr/lib
120 w.otsuka        1.15 endif
121                      

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2