blob: 77727fb43190da1da7d409f8bf46aaa0608c5598 (
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
ARCHIVE_NAME=kleeRuntimeIntrinsic
include $(LEVEL)/Makefile.cmake.bitcode.rules
|