
#########################################################################
#
#  $Id: Makefile 1.9 2021/03/12 12:32:33Z martin REL_M $
#
#  Description:
#    Makefile for mbgsvcd.
#
# -----------------------------------------------------------------------
#  $Log: Makefile $
#  Revision 1.9  2021/03/12 12:32:33Z  martin
#  Updated some comments.
#  Revision 1.8  2020/02/27 11:57:55  martin
#  Removed list of object files. A static library is now used instead.
#  Revision 1.7  2018/11/19 09:22:51  martin
#  Renamed symbol TARGET to MBGTOOLS_TARGET to avoid name clashes.
#  Revision 1.6  2018/04/12 12:43:53  martin
#  Removed some obsolete lines.
#  Revision 1.5  2017/10/19 20:01:54  martin
#  Added mbgioctl.o to the objects list.
#  Revision 1.4  2017/10/09 15:06:34  martin
#  Moved conditional LDFLAGS -lrt to the main Makefile.
#  Revision 1.3  2017/07/03 10:51:51  martin
#  Use LDFLAGS -lrt on Linux only.
#  Revision 1.2  2017/01/27 12:19:47  martin
#  Updated for use with latest base Makefile.
#  Updated list of object files.
#  Support registering mbgsvcd with the init system.
#  Revision 1.1  2009/09/29 08:34:23  martin
#
#########################################################################

MBGTOOLS_TARGET = mbgsvcd
INST_TO_SBIN = 1

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