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

 1 sage  1.1.2.1 include $(ROOT)/mak/config-unix.mak
 2               
 3               OS = zos
 4               
 5               ARCHITECTURE = zseries
 6               
 7               COMPILER = ibm
 8               
 9               SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include -I$(ROOT)/src/StandardIncludes/zOS
10               
11               DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
12               
13               ifdef PEGASUS_DEBUG
14               FLAGS = -g -W c,dll,expo
15               PR_FLAGS = -g -W c,dll
16               else
17               FLAGS = -O2 -W c,dll,expo
18               PR_FLAGS = -O2 -W c,dll
19               endif
20               
21               SYS_LIBS =
22 sage  1.1.2.1 
23               CXX = c++
24               
25               SH = sh
26               
27               YACC = bison
28               
29               COPY = cp
30               
31               MOVE = mv
32               
33               LIB_SUFFIX = .so
34               
35               PEGASUS_SUPPORTS_DYNLIB = yes
36               
37               PEGASUS_HAS_MAKEDEPEND = yes

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2