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/spoa_example/Makefile b/contrib/spoa_example/Makefile
index c44c2b8..a1c1eb5 100644
--- a/contrib/spoa_example/Makefile
+++ b/contrib/spoa_example/Makefile
@@ -6,7 +6,7 @@
 LD = $(CC)
 
 CFLAGS  = -g -O2 -Wall -Werror -pthread
-INCS += -I../../ebtree -I./include
+INCS += -I./include
 LIBS = -lpthread -levent -levent_pthreads
 
 OBJS = spoa.o