REORG: ebtree: clean up remains of the ebtree/ directory

The only leftovers were the unused compiler.h file and the LICENSE file
which is already mentioned in each and every ebtree file header.

A few build paths were updated in the contrib/ directory not to mention
this directory anymore, and all its occurrences were dropped from the
main makefile. From now on no other include path but include/ will be
needed anymore to build any file.
diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
index 319942d..bf67c1f 100644
--- a/contrib/halog/Makefile
+++ b/contrib/halog/Makefile
@@ -1,5 +1,4 @@
-EBTREE_DIR = ../../ebtree
-INCLUDE  = -I../../include -I$(EBTREE_DIR)
+INCLUDE  = -I../../include
 SRC      = ../../src
 
 CC       = gcc