summaryrefslogtreecommitdiff
path: root/third_party/ptpd-1.1.0/Makefile
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-08-08 14:42:07 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-08-08 14:42:07 +0300
commita6163888f3c56123b1db313743c6147ba498732c (patch)
treeff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/ptpd-1.1.0/Makefile
parentc3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff)
Add third_party libs
Diffstat (limited to 'third_party/ptpd-1.1.0/Makefile')
-rw-r--r--third_party/ptpd-1.1.0/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/ptpd-1.1.0/Makefile b/third_party/ptpd-1.1.0/Makefile
new file mode 100644
index 0000000..8de8a93
--- /dev/null
+++ b/third_party/ptpd-1.1.0/Makefile
@@ -0,0 +1,17 @@
+# Root Makefile for ptpd, used for cutting releases
+
+VERSION = ptpd-1.1.0
+
+release:
+ (cd src; make clean)
+ mkdir $(VERSION)
+ (cd $(VERSION); \
+ ln -s ../src .; \
+ ln -s ../doc .; \
+ ln -s ../tools .; \
+ ln -s ../COPYRIGHT .; \
+ ln -s ../ChangeLog .; \
+ ln -s ../Makefile .; \
+ ln -s ../README .; \
+ ln -s ../RELEASE_NOTES .)
+ tar cvzf $(VERSION).tar.gz -L --exclude .o --exclude Doxygen --exclude .svn --exclude .dep --exclude core $(VERSION)