######################################################################
##
## This makefile configures the CorbaScript compilation for
##   - OS:  HP-UX
##   - C++: aC++ A.01.00 and A.01.03
##   - ORB: OmniBroker
##
##  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 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, 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_HP_aCC'.
##
######################################################################
