summaryrefslogtreecommitdiff
path: root/mbgirigcfg/Makefile
blob: 013fb1ee407c7503f62dc2693e62bd261449867f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

#########################################################################
#
#  $Id: Makefile 1.5.1.7 2016/07/15 14:06:52 martin TEST $
#
#  Description:
#    Makefile for mbgirigcfg.
#
# -----------------------------------------------------------------------
#  $Log: Makefile $
#  Revision 1.5.1.7  2016/07/15 14:06:52  martin
#  Added new module timeutil.o.
#  Revision 1.5.1.6  2015/08/31 14:23:34  martin
#  Revision 1.5.1.5  2015/07/14 15:07:20  martin
#  Added object module mbgerror.o.
#  Revision 1.5.1.4  2014/04/28 13:19:51  martin
#  Added module cfg_hlp.o.
#  Revision 1.5.1.3  2011/09/26 16:04:01  martin
#  Updated for use with latest base Makefile.
#  Revision 1.5.1.2  2010/08/30 09:05:23  martin
#  Revision 1.5.1.1  2010/08/30 08:21:45  martin
#  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
#
#########################################################################

TARGET = mbgirigcfg
INST_TO_SBIN = 1

OBJS = $(TARGET).o
OBJS += mbgdevio.o
OBJS += mbgutil.o
OBJS += timeutil.o
OBJS += str_util.o
OBJS += toolutil.o
OBJS += mbgerror.o
OBJS += cfg_hlp.o
OBJS += gpsutils.o

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