blob: 43ca5b4f9bfe74e8b3b552b9a9021021a629fb25 [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 Ansari17f0e812017-06-21 22:22:27 +00006grpc:
7 cd third_party/grpc; git submodule update --init; make; sudo make install
8
9grpc-c: grpc
Shad Ansarif44d1a92017-06-21 20:12:44 +000010 cd third_party/grpc-c; autoreconf --install; git submodule update --init; ./configure
11 make -C third_party/grpc-c