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

File: [Pegasus] / pegasus / mak / platform_AIX_RS_IBMCXX.mak (download)
Revision: 1.3, Tue Feb 5 10:22:22 2002 UTC (22 years, 4 months ago) by sage
Branch: MAIN
Changes since 1.2: +8 -6 lines
AIX support

include $(ROOT)/mak/config-unix.mak

OS = aix

ARCHITECTURE = rs

COMPILER = xlc

SYS_INCLUDES = 
    #-I$(ROOT)/src/stdcxx/alloc \
    #-I$(ROOT)/src/stdcxx/stream \
    #-I$(ROOT)/src/stdcxx/cwrappers

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)

DEPEND_INCLUDES =

ifdef PEGASUS_DEBUG
FLAGS = -g
else
FLAGS = -O2
endif

FLAGS += -qrtti=dyna

SYS_LIBS = -ldl 

CXX = xlC_r

SH = sh

YACC = bison

COPY = cp

MOVE = mv

LIB_SUFFIX = .so

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2