(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.24 FLAGS += -qrtti=dyna -qcpluscmt -qlanglvl=newexcp
 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.25 # PAM support
 66                     ifdef PEGASUS_PAM_AUTHENTICATION
 67                       EXTRA_LIBRARIES += -lpam
 68                     endif
 69                     ##
 70                     ## The following flags need to be set or unset
 71                     ## to compile-in the code required for PAM authentication
 72                     ## and compile-out the code that uses the password file.
 73                     ##
 74                     ifdef PEGASUS_PAM_AUTHENTICATION
 75                      DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE
 76                     endif
 77                     
 78 kv.le          1.12 # l10n
 79                     ifdef PEGASUS_HAS_MESSAGES
 80                       DEFINES += -DPEGASUS_HAS_MESSAGES
 81                       ifdef ICU_ROOT
 82                             ifdef ICU_INSTALL
 83                               MSG_COMPILE = ${ICU_INSTALL}/bin/genrb
 84                             else
 85                               MSG_COMPILE = ${ICU_ROOT}/bin/genrb
 86                             endif
 87                             MSG_FLAGS =
 88                             MSG_SOURCE_EXT = .txt
 89                             MSG_COMPILE_EXT = .res
 90                             CNV_ROOT_CMD = cnv2rootbundle
 91                     
 92                     ##################################
 93                     ##
 94                     ## ICU_NO_UPPERCASE_ROOT if set, specifies NOT to uppercase the root
 95                     ## resource bundle, default is to uppercase the root resource bundle
 96                     ##
 97                     ##################################
 98                     
 99 kv.le          1.12         ifdef ICU_NO_UPPERCASE_ROOT
100                               CNV_ROOT_FLAGS =
101                             else
102                               CNV_ROOT_FLAGS = -u
103                             endif
104                     
105                     ####################################
106                     ##
107                     ## ICU_ROOT_BUNDLE_LANG if set, specifies the language that the root resource
108                     ## bundle will be generated from defaults to _en if not set.  if set, for
109                     ## any directory containing resource bundles, there must exist a file name:
110                     ## package(the value of ICU_ROOT_BUNDLE_LANG).txt or the make messages
111                     ## target will fail
112                     ##
113                     ####################################
114                     
115                             ifdef ICU_ROOT_BUNDLE_LANG
116                               MSG_ROOT_SOURCE = $(ICU_ROOT_BUNDLE_LANG)
117                             else
118                               MSG_ROOT_SOURCE = _en
119                             endif
120 kv.le          1.12         #SYS_INCLUDES += -I${ICU_ROOT}/source/common
121                             #SYS_INCLUDES += -I${ICU_ROOT}/source/i18n
122                             SYS_INCLUDES += -I${ICU_ROOT}/include
123                             DEFINES += -DPEGASUS_HAS_ICU
124 kv.le          1.13         ifdef ICU_INSTALL
125                               EXTRA_LIBRARIES += -L${ICU_INSTALL}/lib -licui18n -licuuc
126 kv.le          1.12           #SYS_LIBS += -L${ICU_INSTALL}/lib -licui18n -licuuc
127 kv.le          1.13         endif
128 kv.le          1.12   endif
129                     endif
130 w.otsuka       1.15 
131                     ifdef PEGASUS_USE_RELEASE_DIRS
132 denise.eckstein 1.17   PEGASUS_DEST_LIB_DIR =/usr/lib
133 w.otsuka        1.15 endif
134                      

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2