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

File: [Pegasus] / pegasus / mak / platform_ZOS_ZSERIES_IBM.mak (download)
Revision: 1.3, Thu Feb 7 09:53:19 2002 UTC (22 years, 3 months ago) by sage
Branch: MAIN
Changes since 1.2: +2 -1 lines
exclude StandardIncludes/zOS

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
SYS_INCLUDES = -I/usr/lpp/tcpip/include -I/usr/lpp/ioclib/include

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2