######################################################################
##
## This makefile configures the CorbaScript compilation for
##   - OS:  IRIX SGI
##   - C++: SGI C++ Compiler 7.0.1 and 7.1 
##   - ORB: OmniBroker
##
##  Update the following variables to your configuration.
##

# set the C++ compiler, here is the SGI C++ compiler.
CXX = CC

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

# set C++ compiler flags.
CXXFLAGS = -n32 -woff 1110 -Wl,-woff,47 

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

# The tool to create new archives.
AR = CC -ar $(CXXFLAGS) -o

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

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

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

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

ORB_NAME = OmniBroker

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