From c582aa704b9f0d2729e76251aeb4676d4cb866a6 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Tue, 31 Jul 2012 17:21:30 +0000 Subject: Patch by Dan Liew that removes our internal copy of STP, and makes the --with-stp option mandatory: "1. At configure time the --with-stp= option is now mandatory. 2. The HAVE_EXT_STP macro has been removed. 3. The ENABLE_EXT_STP autoconf replacement variable has been removed and consequently the Makefile variable of the same name has been removed." git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@161055 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Ref/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'unittests/Ref') diff --git a/unittests/Ref/Makefile b/unittests/Ref/Makefile index 3117a5fd..94bbb83c 100644 --- a/unittests/Ref/Makefile +++ b/unittests/Ref/Makefile @@ -4,16 +4,9 @@ LEVEL := ../.. include $(LEVEL)/Makefile.config TESTNAME := RefTest -STP_LIBS := stp_c_interface.a stp_AST.a stp_bitvec.a \ - stp_constantbv.a stp_sat.a stp_simplifier.a USEDLIBS := kleaverExpr.a kleeBasic.a -ifeq ($(ENABLE_EXT_STP),0) - USEDLIBS += $(STP_LIBS) -endif LINK_COMPONENTS := support include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest -ifeq ($(ENABLE_EXT_STP),1) - LIBS += -lstp -endif +LIBS += -lstp -- cgit 1.4.1