From 28aacfaeddbfe047ab0fba29b6843facc5e5e06a Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Tue, 31 Jul 2012 17:27:46 +0000 Subject: Forgot to remove the actual stp directory. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@161056 91177308-0d34-0410-b5e6-96231b3b80d8 --- stp/c_interface/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 stp/c_interface/Makefile (limited to 'stp/c_interface/Makefile') diff --git a/stp/c_interface/Makefile b/stp/c_interface/Makefile deleted file mode 100644 index 29b9006b..00000000 --- a/stp/c_interface/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -#===-- stp/c_interface/Makefile ----------------------------*- Makefile -*--===# -# -# The KLEE Symbolic Virtual Machine -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -#===------------------------------------------------------------------------===# - -LEVEL=../.. - -LIBRARYNAME=stp_c_interface -DONT_BUILD_RELINKED=1 -BUILD_ARCHIVE=1 - -include $(LEVEL)/Makefile.common - -# HACK: Force -Wno-deprecated for ext container use. -CXX.Flags += -Wno-deprecated -- cgit 1.4.1