######################################################################
##
## This makefile configures the CorbaScript compilation for
##   - OS:  OSF1 V4.0
##   - C++: DIGITAL C++ V6.0-010
##   - ORB: ORBacus 3.x
##
##  Update the following variables to your configuration.
##

# set the C++ compiler.
CXX = cxx

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

# set C++ compiler flags.
CXXFLAGS = -nopt -distinguish_nested_enums -msg_disable nested_comment -msg_disable pointer_conversion_loses_bits -DCS_for_DECcxx

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

# The tool to create new archives.
AR = cxx '-Wl,-expect_unresolved,*' -o

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

# The system dynamic libraries needed by your ORB.
# on DEC, ORBacus need socket and nsl libraries.
ifdef ORB_IS_MULTITHREADED
ORB_NEEDED_LIBRARIES = -lJTC -lpthread
else
ORB_NEEDED_LIBRARIES =
endif

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

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

ORB_NAME = ORBacus3

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