######################################################################
##
## This makefile configures the CorbaScript compilation for
##   - OS:  any, depend of your MICO installation
##   - C++: any, depend of your MICO installation
##   - ORB: MICO
##   - generating shared libraries.
##
##  Update the following variables to your configuration.
##

# set the C++ compiler.
CXX = $(ORB_HOMEDIR)/bin/mico-shc++

# set the C++ linker.
LD = $(ORB_HOMEDIR)/bin/mico-ld

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

# The library file extension, here is for shared libraries.
# here the mico-shld script choices the right extension.
CS_LIB_EXT=
CS_NO_LIB_EXT=1

# The tool to create new archives.
AR = $(ORB_HOMEDIR)/bin/mico-shld -o

# The tool (if needed) to ranlib archives.
RANLIB = @echo done building

# The system dynamic libraries needed by your ORB.
ORB_NEEDED_LIBRARIES =

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

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

ORB_NAME = MICO

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