
#########################################################################
#
#  $Id: Makefile 1.9 2020/02/27 11:57:58Z martin REL_M $
#
#  Description:
#    Makefile for mbgirigcfg.
#
# -----------------------------------------------------------------------
#  $Log: Makefile $
#  Revision 1.9  2020/02/27 11:57:58Z  martin
#  Removed list of object files. A static library is now used instead.
#  Revision 1.8  2018/11/19 09:22:49  martin
#  Renamed symbol TARGET to MBGTOOLS_TARGET to avoid name clashes.
#  Revision 1.7  2017/10/18 17:26:47  martin
#  Added mbgioctl.o to the objects list.
#  Revision 1.6  2017/07/05 18:50:01  martin
#  Updated list of object files and use top level
#  Makefile properly.
#  Revision 1.5  2009/07/24 10:31:17  martin
#  Moved declarations to a common file which is now included.
#  Revision 1.4  2008/12/22 11:56:59  martin
#  Changed enumeration of source files.
#  Define MBGDEVIO_SIMPLE to avoid inclusion of unnecessary modules.
#  Revision 1.3  2007/03/02 11:45:10  martin
#  Parameter "DEBUG=1" lets the target be built with debug enabled.
#  Revision 1.2  2003/07/08 15:33:47  martin
#  Added gpsutils.c to the module list.
#  Revision 1.1  2003/04/25 10:42:10  martin
#
#########################################################################

MBGTOOLS_TARGET = mbgirigcfg
INST_TO_SBIN = 1

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

