######################################################################
##
## This makefile configures the CorbaScript compilation for
##   - OS:  AIX 4.2
##   - C++: C Set ++ (xlC 3.1.4.6)
##   - ORB: ORBacus 3.x
##
##  Update the following variables to your configuration.
##

# set the C++ compiler.
CXX = xlC

# set the C++ linker.
LD = $(CXX)

# set C++ compiler flags.
CXXFLAGS = -+ -qnotempinc 

# set C++ linker flags.
LDFLAGS = -brtl

# set the C++ compiler flag to generate make dependencies.
CXXDEPENDFLAG =

# The tool to create new archives.
AR = ar crv

# The tool (if needed) to ranlib archives.
RANLIB = ranlib

# The system dynamic libraries needed by your ORB.
# on AIX, ORBacus need no libraries.
ORB_NEEDED_LIBRARIES =

# The dynamic library for the dynamic linker (if needed).
SYSTEM_LD_LIBRARIES = -ldl

######################################################################
# don't modify ORB name.

ORB_NAME = ORBacus3

######################################################################
##
## end of file 'config/platforms/OB3_AIX_xlC'.
##
######################################################################
