summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/threadpool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/threadpool/Makefile')
-rw-r--r--graphics/asymptote/LspCpp/third_party/threadpool/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/threadpool/Makefile b/graphics/asymptote/LspCpp/third_party/threadpool/Makefile
deleted file mode 100644
index 9acf23b272..0000000000
--- a/graphics/asymptote/LspCpp/third_party/threadpool/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-export RELEASE_MANAGER=philipphenkel
-export RELEASE_VERSION=0_2_5
-
-doc: clean
- make --directory=./libs/threadpool/doc --print-directory doc
-
-release_doc:
- make --directory=./libs/threadpool/doc --print-directory release_doc
-
-release_src: clean fetch_clean_src
- mv clean_src threadpool-$(RELEASE_VERSION)-src
- zip -r9 threadpool-$(RELEASE_VERSION)-src.zip threadpool-$(RELEASE_VERSION)-src
- rm -rf threadpool-$(RELEASE_VERSION)-src
-
-deploy_website:
- make --directory=./libs/threadpool/doc --print-directory deploy_sf
-
-clean:
- rm -rf clean_src
- rm -rf threadpool-$(RELEASE_VERSION)-src.zip
- rm -rf threadpool-$(RELEASE_VERSION)-doc.zip
- make --directory=./libs/threadpool/doc --print-directory clean
-
-fetch_clean_src:
- rm -rf clean_src
- mkdir clean_src
-# cvs -d:pserver:anonymous@threadpool.cvs.sourceforge.net:/cvsroot/threadpool login
- cd clean_src; cvs -z3 -d:pserver:anonymous@threadpool.cvs.sourceforge.net:/cvsroot/threadpool export -r RELEASE_$(RELEASE_VERSION) threadpool
-# cd clean_src; cvs -z3 -d:ext:$(RELEASE_MANAGER)@cvs.sourceforge.net:/cvsroot/threadpool export -r RELEASE_$(RELEASE_VERSION) threadpool
-
-
-