summaryrefslogtreecommitdiff
path: root/src/external/bsd/meinberg/dist/mbghrtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/bsd/meinberg/dist/mbghrtime/Makefile')
-rwxr-xr-xsrc/external/bsd/meinberg/dist/mbghrtime/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/external/bsd/meinberg/dist/mbghrtime/Makefile b/src/external/bsd/meinberg/dist/mbghrtime/Makefile
new file mode 100755
index 0000000..e332204
--- /dev/null
+++ b/src/external/bsd/meinberg/dist/mbghrtime/Makefile
@@ -0,0 +1,39 @@
+
+#########################################################################
+#
+# $Id: Makefile 1.7.1.2 2010/08/30 09:05:23 martin TEST $
+#
+# Description:
+# Makefile for mbghrtime.
+#
+# -----------------------------------------------------------------------
+# $Log: Makefile $
+# Revision 1.7.1.2 2010/08/30 09:05:23 martin
+# Revision 1.7.1.1 2010/08/30 08:21:39 martin
+# Revision 1.7 2009/07/24 10:31:16 martin
+# Moved declarations to a common file which is now included.
+# Revision 1.6 2008/12/22 11:56:59 martin
+# Changed enumeration of source files.
+# Define MBGDEVIO_SIMPLE to avoid inclusion of unnecessary modules.
+# Revision 1.5 2007/03/02 11:45:10 martin
+# Parameter "DEBUG=1" lets the target be built with debug enabled.
+# Revision 1.4 2003/07/08 15:33:46 martin
+# Added gpsutils.c to the module list.
+# Revision 1.3 2003/04/25 10:21:06 martin
+# Updated source module list.
+# Revision 1.2 2002/11/21 14:56:31 martin
+# New targets install and uninstall.
+# Revision 1.1 2001/09/17 15:08:31 martin
+#
+#########################################################################
+
+TARGET = mbghrtime
+INST_DIR = /usr/local/bin
+
+OBJS = $(TARGET).o
+OBJS += mbgdevio.o
+OBJS += toolutil.o
+OBJS += gpsutils.o
+
+BASEDIR := ..
+include $(BASEDIR)/Makefile