######################################################################
##
## This makefile configures the CorbaScript compilation for
##   - OS:  HP-UX
##   - C++: aC++ A.01.21
##   - ORB: ORBacus 4.x
##
##  Update the following variables to your configuration.
##

# set the C++ compiler.
CXX = aCC

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

# set C++ compiler flags.
CXXFLAGS = -Dalloca=malloc -DCS_for_HPaCC -DCS_for_HPUX

# set C++ linker flags.
LDFLAGS = -Wl,+s

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

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

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

# The system dynamic libraries needed by your ORB.
# on HP-UX, ORBacus need no libraries.

ifdef ORB_IS_MULTITHREADED
ORB_NEEDED_LIBRARIES = -lJTC -lcma
else
ORB_NEEDED_LIBRARIES =
endif

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

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

ORB_NAME = ORBacus4

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