summaryrefslogtreecommitdiffstats
path: root/data/mnet/GP10/Host/TimeSync/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-09 16:09:18 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-09 16:09:18 +0200
commit903a15fc26e225c2559c98eba362e29f09de3d2c (patch)
tree5680b3c68a728df86092a5b8a4756625724025c3 /data/mnet/GP10/Host/TimeSync/Makefile
import source code of Vovida GSML project (from www.vovida.org)HEADgsml-1_0master
This is the source code as it was published on vovida.org a couple of years ago. The filename was gsml-1_0.tar.bz2
Diffstat (limited to 'data/mnet/GP10/Host/TimeSync/Makefile')
-rw-r--r--data/mnet/GP10/Host/TimeSync/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/mnet/GP10/Host/TimeSync/Makefile b/data/mnet/GP10/Host/TimeSync/Makefile
new file mode 100644
index 0000000..22705b3
--- /dev/null
+++ b/data/mnet/GP10/Host/TimeSync/Makefile
@@ -0,0 +1,16 @@
+##########################################################
+#
+# (c) Copyright Cisco 2000
+# All Rights Reserved
+#
+##########################################################
+
+SUBDIRS= src
+
+# TOP_OF_VOB must be defined before including l3defs.mk
+TOP_OF_VOB = ..\..
+
+include $(TOP_OF_VOB)\l3defs.mk
+
+copyall:
+ $(CP) bin\*.out $(TOP_OF_VOB)\bin\*.out \ No newline at end of file