about summary refs log tree commit diff homepage
path: root/stp/bitvec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stp/bitvec/Makefile')
-rw-r--r--stp/bitvec/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/stp/bitvec/Makefile b/stp/bitvec/Makefile
new file mode 100644
index 00000000..eb6e1121
--- /dev/null
+++ b/stp/bitvec/Makefile
@@ -0,0 +1,11 @@
+include ../Makefile.common
+
+SRCS = consteval.cpp
+OBJS = $(SRCS:.cpp=.o)
+
+libconsteval.a: $(OBJS)
+	$(AR) rc $@ $^
+	$(RANLIB) $@
+
+clean:	
+	rm -rf *.o *~ *.a .#*