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

 1 martin 1.36 #//%LICENSE////////////////////////////////////////////////////////////////
 2 martin 1.37 #//
 3 martin 1.36 #// Licensed to The Open Group (TOG) under one or more contributor license
 4             #// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
 5             #// this work for additional information regarding copyright ownership.
 6             #// Each contributor licenses this file to you under the OpenPegasus Open
 7             #// Source License; you may not use this file except in compliance with the
 8             #// License.
 9 martin 1.37 #//
10 martin 1.36 #// Permission is hereby granted, free of charge, to any person obtaining a
11             #// copy of this software and associated documentation files (the "Software"),
12             #// to deal in the Software without restriction, including without limitation
13             #// the rights to use, copy, modify, merge, publish, distribute, sublicense,
14             #// and/or sell copies of the Software, and to permit persons to whom the
15             #// Software is furnished to do so, subject to the following conditions:
16 martin 1.37 #//
17 martin 1.36 #// The above copyright notice and this permission notice shall be included
18             #// in all copies or substantial portions of the Software.
19 martin 1.37 #//
20 martin 1.36 #// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21 martin 1.37 #// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22 martin 1.36 #// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
23             #// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24             #// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25             #// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26             #// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27 martin 1.37 #//
28 martin 1.36 #//////////////////////////////////////////////////////////////////////////
29 mike   1.1  include $(ROOT)/mak/config-unix.mak
30             
31             OS = aix
32             
33             ARCHITECTURE = rs
34             
35             COMPILER = xlc
36             
37 kv.le  1.10 PLATFORM_VERSION_SUPPORTED = yes
38             
39 sage   1.4  SYS_INCLUDES = -I/usr/vacpp/include
40 mike   1.1  
41 dave.sudlik 1.31 DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -DPEGASUS_AIX_VERSION=$(shell uname -v)
42 mike        1.1  
43                  DEPEND_INCLUDES =
44                  
45 sage        1.4  DEPEND_DEFINES = -D__IBMCPP__=500
46                  
47 aruran.ms   1.27 ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS 
48 mike        1.1  FLAGS = -g
49                  else
50 david.dillard 1.21 FLAGS = -O2 -s
51 mike          1.1  endif
52                    
53 kv.le         1.24 FLAGS += -qrtti=dyna -qcpluscmt -qlanglvl=newexcp
54 mike          1.1  
55 sage          1.3  SYS_LIBS = -ldl 
56                    
57 sage          1.4  # SSL support
58 dan           1.8  ifdef PEGASUS_HAS_SSL
59 david.dillard 1.16 ifndef OPENSSL_HOME
60 dan           1.8  OPENSSL_HOME = /usr/linux
61                    endif
62 david.dillard 1.16 endif
63 sage          1.4  
64 sage          1.3  CXX = xlC_r
65 mike          1.1  
66                    SH = sh
67                    
68                    YACC = bison
69                    
70 jim.wunderlich 1.22 RM = rm -f
71                     
72                     DIFF = diff
73                     
74 david.dillard  1.23 SORT = sort
75 jim.wunderlich 1.22 
76 mike           1.1  COPY = cp
77                     
78                     MOVE = mv
79 mike           1.2  
80                     LIB_SUFFIX = .so
81 sage           1.4  
82 sage           1.5  AIX_LIB_PRIORITY = 0
83 dan            1.9  AIX_LD_HALT = 8
84 sage           1.5  
85 sage           1.4  ifndef PEGASUS_USE_MU_DEPEND
86                     PEGASUS_HAS_MAKEDEPEND = yes
87                     endif
88 sage           1.5  
89                     PEGASUS_SUPPORTS_DYNLIB = yes
90 kv.le          1.12 
91 w.otsuka       1.15 ifdef PEGASUS_USE_RELEASE_DIRS
92 denise.eckstein 1.17   PEGASUS_DEST_LIB_DIR =/usr/lib
93 w.otsuka        1.15 endif
94                      
95 dave.sudlik     1.29 ifdef PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER
96                        JVM_LINK_FLAGS=-Wl,-bM:UR
97                      endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2