blob: 0ad434d63ec8d4567c9fbfd0da40594ecb7d13da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#===--------------------------------------------------------*- 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=kleeRuntimeFreeStanding
include $(LEVEL)/Makefile.cmake.bitcode.rules
|