diff options
Diffstat (limited to 'tools/kleaver/Makefile')
-rw-r--r-- | tools/kleaver/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/kleaver/Makefile b/tools/kleaver/Makefile index 21d84cbe..3973a2e6 100644 --- a/tools/kleaver/Makefile +++ b/tools/kleaver/Makefile @@ -12,18 +12,11 @@ TOOLNAME = kleaver include $(LEVEL)/Makefile.config -STP_LIBS := stp_c_interface.a stp_AST.a stp_bitvec.a stp_constantbv.a stp_sat.a \ - stp_simplifier.a # FIXME: Ideally we wouldn't have any LLVM dependencies here, which # means kicking out klee's Support. USEDLIBS = kleaverSolver.a kleaverExpr.a kleeSupport.a kleeBasic.a -ifeq ($(ENABLE_EXT_STP),0) - USEDLIBS += $(STP_LIBS) -endif LINK_COMPONENTS = support include $(LEVEL)/Makefile.common -ifeq ($(ENABLE_EXT_STP),1) - LIBS += -lstp -endif +LIBS += -lstp |