Move Sadakane's bp and Francisco's libcds in their own repository.
[SXSI/XMLTree.git] / libcds / Makefile
diff --git a/libcds/Makefile b/libcds/Makefile
deleted file mode 100644 (file)
index 678a108..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-
-all: clean libcompact 
-
-
-doc:
-       @echo " [DOC] Generating documentation"
-       @doxygen
-
-libcompact: 
-       @echo " [MSG] Entering directory src"
-       @make --no-print-directory -C src
-
-tests: libcompact
-       @echo " [MSG] Entering directory tests"
-       @make --no-print-directory -C tests
-
-clean:
-       @echo " [MSG] Entering directory src"
-       @make --no-print-directory -C src clean
-       @echo " [MSG] Entering directory tests"
-       @make --no-print-directory -C tests clean
-       @echo " [CLN] Cleaning docs folder"
-       @rm -rf docs/*
-       @touch docs/delete_me
-       @echo " [CLN] Cleaning lib folder"
-       @rm -f lib/*
-       @touch lib/delete_me
-       @echo " [CLN] Cleaning includes folder"
-       @rm -f includes/*
-       @touch includes/delete_me
-
-