######################################################################
##
## This makefile configures the CorbaScript compilation for
##   - OS:  IRIX SGI
##   - C++: SGI C++ Compiler 7.0.1 and 7.1 
##   - ORB: VisiBroker 3.3
##
##  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, here exception handling.
CXXFLAGS =  -n32 -exceptions -DIRIX -DTHREAD -DPTHREADS 

# 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, VisiBroker 3.3 need thread libraries.
ORB_NEEDED_LIBRARIES = -lpthread

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

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

ORB_NAME = VisiBroker3

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