summaryrefslogtreecommitdiff
path: root/mingw/mbgfasttstamp/makefile
blob: 85d0b8d80a18ca48930dbd5b9bab605e1e5d6ed3 (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:26:14Z martin REL_M $
#
#  Description:
#    Makefile for mbgfasttstamp on Windows / MinGW.
#
# -----------------------------------------------------------------------
#  $Log: makefile $
#  Revision 1.1  2019/02/11 16:26:14Z  martin
#  Initial revision.
#
#########################################################################

MBGTOOLS_TARGET = mbgfasttstamp

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