Move the generator .proto files to a subdir, and get rid of precompiled versions.

This commit is contained in:
Petteri Aimonen
2013-11-17 15:07:12 +02:00
parent eff9e11150
commit 2f982d30ef
7 changed files with 4 additions and 321 deletions

7
generator/proto/Makefile Normal file
View File

@@ -0,0 +1,7 @@
all: nanopb_pb2.py plugin_pb2.py
nanopb_pb2.py: nanopb.proto
protoc --python_out=. -I /usr/include -I . nanopb.proto
plugin_pb2.py: plugin.proto
protoc --python_out=. -I /usr/include -I . plugin.proto