about summary refs log tree commit diff homepage
path: root/runtime/Makefile.cmake.bitcode
blob: dd32161d5212203cf83973e87d9d2de988c099bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#===--------------------------------------------------------*- 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