about summary refs log tree commit diff homepage
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/Makefile b/tools/Makefile
deleted file mode 100644
index 64b50042..00000000
--- a/tools/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-#===-- tools/Makefile --------------------------------------*- Makefile -*--===#
-#
-#                     The KLEE Symbolic Virtual Machine
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-#===------------------------------------------------------------------------===#
-
-#
-# Relative path to the top of the source tree.
-#
-LEVEL=..
-
-#
-# List all of the subdirectories that we will compile.
-#
-PARALLEL_DIRS=klee kleaver ktest-tool gen-random-bout klee-stats
-
-include $(LEVEL)/Makefile.config
-
-ifeq ($(ENABLE_POSIX_RUNTIME),1)
-PARALLEL_DIRS += klee-replay
-endif
-
-include $(LEVEL)/Makefile.common