blob: 03da435e75a931c54b2571017606d85b7270fadd (
plain) (
tree)
|
|
#===--------------------------------------------------------*- 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
include $(LEVEL)/Makefile.cmake.bitcode.rules
|