######################################################################
##
## This makefile configures the CorbaScript compilation for
##   - OS:  Sun Solaris 7 (SunOS 5.7)
##   - C++: GNU GCC 2.95.x
##   - ORB: omniORB 3.0.x
##
##  Update the following variables to your configuration.
##

CS_WITH_GCC = yes

# set the C++ compiler, here is gnu gcc.
CXX = c++

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

# set C++ compiler flags.
CXXFLAGS = -Wall -Wno-unused -D_REENTRANT \
  -D__OMNIORB3__  -D__sparc__ -D__sunos__ -D__OSVERSION__=5

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

# 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 Linux, omniORB3 need the pthread library.
ORB_NEEDED_LIBRARIES = -lpthread -lsocket -lnsl

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

omniORB3_RELEASE = sun4_sosV_5.7

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

ORB_NAME = omniORB3

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