diff options
author | David Lamparter <equinox@diac24.net> | 2020-05-04 18:39:35 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-05-05 14:39:12 +0200 |
commit | 8fb40377decf45a23d6eefc9ba803b8ff40557d0 (patch) | |
tree | b01fcaa751b72f2761356f4caafef65e63f3e934 /grpc | |
parent | tools: frr-llvm-cg (diff) | |
download | frr-8fb40377decf45a23d6eefc9ba803b8ff40557d0.tar.xz frr-8fb40377decf45a23d6eefc9ba803b8ff40557d0.zip |
build: add LLVM bitcode targets
Just an easy way to produce LLVM .bc (bitcode) files. Not used during
normal builds.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'grpc')
-rw-r--r-- | grpc/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc/subdir.am b/grpc/subdir.am index 048e12a02..045848aee 100644 --- a/grpc/subdir.am +++ b/grpc/subdir.am @@ -26,6 +26,8 @@ am__v_PROTOC_ = $(am__v_PROTOC_$(AM_DEFAULT_VERBOSITY)) am__v_PROTOC_0 = @echo " PROTOC" $@; am__v_PROTOC_1 = +SUFFIXES += .pb.h .pb.cc .grpc.pb.cc + .proto.pb.cc: $(AM_V_PROTOC)$(PROTOC) -I$(top_srcdir) --cpp_out=$(top_srcdir) $(top_srcdir)/$^ .proto.grpc.pb.cc: |