
#########################################################################
#
#  $Id: Makefile 1.4 2020/02/27 12:01:35Z martin REL_M $
#
#  Description:
#    Sub-Makefile for the mbgutil shared object library.
#
# -----------------------------------------------------------------------
#  $Log: Makefile $
#  Revision 1.4  2020/02/27 12:01:35Z  martin
#  Removed list of object files. A static library is now used instead.
#  Account for a renamed Makefile symbol.
#  Revision 1.3  2017/12/12 10:26:02  martin
#  Fixed unresolved symbols when using this lib only.
#  Revision 1.2  2010/09/20 12:05:41  stefan
#  Updated for use with latest base Makefile.
#  Revision 1.1  2010/08/31 14:35:10  martin
#  Initial revision.
#
#########################################################################

MBGTOOLS_SO_TARGET_BASENAME = util
SO_POINT_RELEASE = 0
INST_TO_LIB = 1

BASEDIR = ../..
include $(BASEDIR)/Makefile
