
#########################################################################
#
#  $Id: Makefile 1.8 2020/02/27 12:01:22Z martin REL_M $
#
#  Description:
#    Sub-Makefile for the mbgdevio shared object library.
#
# -----------------------------------------------------------------------
#  $Log: Makefile $
#  Revision 1.8  2020/02/27 12:01:22Z  martin
#  Removed list of object files. A static library is now used instead.
#  Account for a renamed Makefile symbol.
#  Revision 1.7  2018/12/13 15:38:33  martin
#  Added cfg_hlp.o to the object list to avoid linker errors when using the so only.
#  Revision 1.6  2018/01/10 11:49:52  martin
#  Removed usage of obsolete symbol MBGDEVIO_SIMPLE.
#  Revision 1.5  2017/10/18 17:26:46  martin
#  Added mbgioctl.o to the objects list.
#  Revision 1.4  2017/08/07 08:53:12  martin
#  Added some missing object files which caused an
#  'unresolved symbols' error when using the library.
#  Revision 1.3  2012/08/06 11:15:18  martin
#  Added gpsutil.o object file.
#  Revision 1.2  2010/09/20 12:05:40  stefan
#  Updated for use with latest base Makefile.
#  Revision 1.1  2010/08/31 14:35:09  martin
#  Initial revision.
#
#########################################################################

MBGTOOLS_SO_TARGET_BASENAME = devio
SO_POINT_RELEASE = 0
INST_TO_LIB = 1

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