blob: d39bda2605e03fa9ec9072dbbe7035e7625e2534 [file] [log] [blame]
Ubuntuc3ff4602017-06-20 00:13:13 +00001SUBDIRS = src
2dist_doc_DATA = README.md INSTALL.md
Shad Ansarif44d1a92017-06-21 20:12:44 +00003
4all: grpc-c
5
Shad Ansari49a08d12017-06-21 22:48:42 +00006protobuf-c:
7 cd third_party/protobuf-c; ./autogen.sh; ./configure; make; sudo make install
8
Shad Ansari17f0e812017-06-21 22:22:27 +00009grpc:
10 cd third_party/grpc; git submodule update --init; make; sudo make install
11
Shad Ansari49a08d12017-06-21 22:48:42 +000012grpc-c: grpc protobuf-c
Shad Ansarif44d1a92017-06-21 20:12:44 +000013 cd third_party/grpc-c; autoreconf --install; git submodule update --init; ./configure
14 make -C third_party/grpc-c