about summary refs log tree commit diff homepage
path: root/stp/Makefile.common.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-05 04:02:31 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-05 04:02:31 +0000
commita008fb78987a4675d12f5934f3d51bbd84c3f653 (patch)
treeb58b455f4de7c3b8093c9bad090fcdbdc3ee3fc7 /stp/Makefile.common.in
parent268b8ff282c2c17535432a1b341a0b9f52c8ae69 (diff)
downloadklee-a008fb78987a4675d12f5934f3d51bbd84c3f653.tar.gz
STP: Switch build to using LLVM style Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'stp/Makefile.common.in')
-rw-r--r--stp/Makefile.common.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/stp/Makefile.common.in b/stp/Makefile.common.in
deleted file mode 100644
index a88e35ed..00000000
--- a/stp/Makefile.common.in
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- Makefile -*-
-
-CFLAGS := @CFLAGS@
-CXXFLAGS := @CXXFLAGS@ -O2
-LDFLAGS := @LDFLAGS@ -lstdc++
-
-# use the darmin test as a proxy for detecting Mac OS X
-ifneq ($(shell uname -s), Darwin)
-  CFLAGS += -static
-endif
-
-CXXFLAGS += -Wall -DEXT_HASH_MAP
-
-LEX := flex
-YACC := bison -d -y --debug -v
-RANLIB := ranlib