summaryrefslogtreecommitdiff
path: root/mingw/mbgctrl/makefile
blob: 33b2be14ced00695aa20ef135821d108016d42e5 (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

#########################################################################
#
#  $Id: makefile 1.1 2019/02/11 16:25:42Z martin REL_M $
#
#  Description:
#    Makefile for mbgctrl on Windows / MinGW.
#
# -----------------------------------------------------------------------
#  $Log: makefile $
#  Revision 1.1  2019/02/11 16:25:42Z  martin
#  Initial revision.
#
#########################################################################

MBGTOOLS_TARGET = mbgctrl

OBJS = $(MBGTOOLS_TARGET).o

OBJS += cfg_hlp.o
#OBJS += ctry.o
#OBJS += ctrydttm.o
OBJS += deviohlp.o
#OBJS += gpsutils.o
OBJS += lan_util.o
OBJS += mbgerror.o
#OBJS += mbgioctl.o
#OBJS += mbgmktm.o
#OBJS += nanotime.o
#OBJS += pcpslstr.o
OBJS += str_util.o
OBJS += timeutil.o
OBJS += toolutil.o

LDFLAGS += -lmbgdevio
LDFLAGS += -lmbgutil

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