about summary refs log tree commit diff homepage
path: root/runtime/Makefile.cmake.bitcode
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/Makefile.cmake.bitcode')
-rw-r--r--runtime/Makefile.cmake.bitcode24
1 files changed, 0 insertions, 24 deletions
diff --git a/runtime/Makefile.cmake.bitcode b/runtime/Makefile.cmake.bitcode
deleted file mode 100644
index dd32161d..00000000
--- a/runtime/Makefile.cmake.bitcode
+++ /dev/null
@@ -1,24 +0,0 @@
-#===--------------------------------------------------------*- Makefile -*--===#
-#
-#                     The KLEE Symbolic Virtual Machine
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-#===------------------------------------------------------------------------===#
-LEVEL := ./
-include $(LEVEL)/Makefile.cmake.bitcode.config
-
-DIRS += Intrinsic
-DIRS += klee-libc
-DIRS += FreeStanding
-
-ifneq ($(ENABLE_POSIX_RUNTIME),0)
-	DIRS += POSIX
-endif
-
-ifneq ($(ENABLE_KLEE_EH_CXX),0)
-	DIRS += klee-eh-cxx
-endif
-
-include $(LEVEL)/Makefile.cmake.bitcode.rules