
#########################################################################
#
#  $Id: Makefile 1.6 2020/02/27 11:57:57Z martin REL_M $
#
#  Description:
#    Makefile for mbgxhrtime.
#
# -----------------------------------------------------------------------
#  $Log: Makefile $
#  Revision 1.6  2020/02/27 11:57:57Z  martin
#  Removed list of object files. A static library is now used instead.
#  Revision 1.5  2018/11/19 09:22:54  martin
#  Renamed symbol TARGET to MBGTOOLS_TARGET to avoid name clashes.
#  Revision 1.4  2017/10/18 17:28:27  martin
#  Added mbgioctl.o to the objects list.
#  Revision 1.3  2017/07/05 18:36:06  martin
#  Updated list of object files and use top level
#  Makefile properly.
#  Revision 1.2  2009/07/24 10:31:17  martin
#  Moved declarations to a common file which is now included.
#  Revision 1.1  2008/12/22 11:05:24  martin
#  Initial revision.
#
#########################################################################

MBGTOOLS_TARGET = mbgxhrtime
INST_TO_BIN = 1

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