diff options
Diffstat (limited to 'stp/sat/Makefile')
-rw-r--r-- | stp/sat/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/stp/sat/Makefile b/stp/sat/Makefile deleted file mode 100644 index 25bb867f..00000000 --- a/stp/sat/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -#===-- stp/sat/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_sat -DONT_BUILD_RELINKED=1 -BUILD_ARCHIVE=1 - -include $(LEVEL)/Makefile.common - -# HACK: Force -Wno-deprecated for ext container use. -CXX.Flags += -Wno-deprecated |