Merge branch 'autotools'
[umurmur.git] / src / google / protobuf-c / Makefile
diff --git a/src/google/protobuf-c/Makefile b/src/google/protobuf-c/Makefile
deleted file mode 100644 (file)
index c34f0d1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-PROTOBUF_SRCS:=protobuf-c.c protobuf-c-data-buffer.c
-PROTOBUF_OBJS:=$(patsubst %.c, %.o, $(PROTOBUF_SRCS))
-CFLAGS:=$(CFLAGS) -I. -Wall -g
-
-all: libprotobuf_c.a
-
-libprotobuf_c.a:$(PROTOBUF_OBJS)
-       $(AR) rcs libprotobuf_c.a $(PROTOBUF_OBJS)
-
-clean:
-       rm -f $(PROTOBUF_OBJS) libprotobuf_c.a