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

Diff for /pegasus/mak/platform_ZOS_ZSERIES_IBM.mak between version 1.1 and 1.2

version 1.1, 2001/09/13 17:25:29 version 1.2, 2001/12/13 14:53:31
Line 0 
Line 1 
   include $(ROOT)/mak/config-unix.mak
   
   OS = zos
   
   ARCHITECTURE = zseries
   
   COMPILER = ibm
   
   SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include -I$(ROOT)/src/StandardIncludes/zOS
   
   DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
   
   ifdef PEGASUS_DEBUG
   FLAGS = -g -W c,dll,expo
   PR_FLAGS = -g -W c,dll
   else
   FLAGS = -O2 -W c,dll,expo
   PR_FLAGS = -O2 -W c,dll
   endif
   
   SYS_LIBS =
   
   CXX = c++
   
   SH = sh
   
   YACC = bison
   
   COPY = cp
   
   MOVE = mv
   
   LIB_SUFFIX = .so
   
   PEGASUS_SUPPORTS_DYNLIB = yes
   
   PEGASUS_HAS_MAKEDEPEND = yes


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2