aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
diff options
context:
space:
mode:
authorGravatar nnoble <nnoble@google.com>2014-12-10 16:31:01 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2014-12-11 15:11:44 -0800
commitebebb7e21c976b5887a24795cf1435bed58a2906 (patch)
tree6ff3d70312bb60e422b1b8621a6dd47de091f992 /templates/Makefile.template
parent0005b778ee2b18026d3c47329ea61437c853de56 (diff)
First pass at making the compilers open-sourcable.
Change on 2014/12/10 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81829127
Diffstat (limited to 'templates/Makefile.template')
-rw-r--r--templates/Makefile.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index bc5240ad47..7c58c879fe 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -220,6 +220,14 @@ tools: privatelibs\
% endfor
+protoc_plugins:\
+% for tgt in targets:
+% if tgt.build == 'protoc':
+ bins/${tgt.name}\
+% endif
+% endfor
+
+
buildbenchmarks: privatelibs\
% for tgt in targets:
% if tgt.build == 'benchmark':