summaryrefslogtreecommitdiffstats
path: root/libs/openxc-message-format
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-07-05 16:26:58 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-07-05 16:26:58 +0200
commit0f608e56abf5addc37b498735d4bc32a9bd350a3 (patch)
treea02491a507a64f75d34bcfeb5b38f2813a3eccf6 /libs/openxc-message-format
parentc16ccc9d6a1de5406ba0e74f757403ac7553b6a8 (diff)
Remove useless Makefile as we use CMake files.
Change-Id: I99848f5369420a81cf1e38076d97840e4eab6ee7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'libs/openxc-message-format')
-rw-r--r--libs/openxc-message-format/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/openxc-message-format/Makefile b/libs/openxc-message-format/Makefile
deleted file mode 100644
index 7b968e63..00000000
--- a/libs/openxc-message-format/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-nanopb: proto
- make -C libs/nanopb/generator/proto
- python libs/nanopb/generator/nanopb_generator.py gen/cpp/openxc.pb -f openxc.options
-
-proto: openxc.proto
- @mkdir -p gen/java
- @mkdir -p gen/python
- @mkdir -p gen/cpp
- protoc -I . -I gen -ogen/cpp/openxc.pb --python_out=gen/python --java_out=gen/java $?
-
-all: nanopb proto