summaryrefslogtreecommitdiff
path: root/mingw/mbgtcrcal/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mingw/mbgtcrcal/makefile')
-rw-r--r--mingw/mbgtcrcal/makefile27
1 files changed, 5 insertions, 22 deletions
diff --git a/mingw/mbgtcrcal/makefile b/mingw/mbgtcrcal/makefile
index 522d0e7..ca7e156 100644
--- a/mingw/mbgtcrcal/makefile
+++ b/mingw/mbgtcrcal/makefile
@@ -1,13 +1,17 @@
#########################################################################
#
-# $Id: makefile 1.1 2019/02/11 16:30:01Z martin REL_M $
+# $Id: makefile 1.3 2021/11/12 09:03:26Z martin REL_M $
#
# Description:
# Makefile for mbgtcrcal on Windows / MinGW.
#
# -----------------------------------------------------------------------
# $Log: makefile $
+# Revision 1.3 2021/11/12 09:03:26Z martin
+# Removed list of object files. A static library is now used instead.
+# Revision 1.2 2020/08/10 15:47:05Z martin
+# Updated source module list.
# Revision 1.1 2019/02/11 16:30:01Z martin
# Initial revision.
#
@@ -15,26 +19,5 @@
MBGTOOLS_TARGET = mbgtcrcal
-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
-