
#########################################################################
#
#  $Id: Makefile 1.3 2020/02/27 11:57:57Z martin REL_M $
#
#  Description:
#    Makefile for mbgtcrcal.
#
# -----------------------------------------------------------------------
#  $Log: Makefile $
#  Revision 1.3  2020/02/27 11:57:57Z  martin
#  Removed list of object files. A static library is now used instead.
#  Revision 1.2  2018/12/14 10:13:33  martin
#  Added some object modules.
#  Renamed symbol TARGET to MBGTOOLS_TARGET to avoid name clashes.
#  Moved the subproject to the base directory.
#  Revision 1.1  2012/01/17 14:04:22  martin
#  Initial revision.
#
#########################################################################

MBGTOOLS_TARGET = mbgtcrcal
INST_TO_SBIN = 1

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

