Protobuf: added generation of reference messages using Google's protoc and Java
This commit is contained in:
+3
-3
@@ -25,11 +25,11 @@ $(PROTOC_EXE):
|
|||||||
$(MAKE) -C $(PROTOC_DIR)
|
$(MAKE) -C $(PROTOC_DIR)
|
||||||
|
|
||||||
# Place ProtoKot Runtime JAR into build directory
|
# Place ProtoKot Runtime JAR into build directory
|
||||||
$(JAR): $(BUILDDIR) $(RUNTIME_JAR)
|
$(JAR): $(BUILDDIR) gradle_invoke
|
||||||
cp $(RUNTIME_JAR) $(JAR)
|
cp $(RUNTIME_JAR) $(JAR)
|
||||||
|
|
||||||
# Build ProtoKot Runtime via delegating call to Gradle Script
|
# Build ProtoKot Runtime via delegating call to Gradle Script
|
||||||
$(RUNTIME_JAR):
|
gradle_invoke:
|
||||||
cd $(RUNTIME_DIR); gradle build
|
cd $(RUNTIME_DIR); gradle build
|
||||||
|
|
||||||
# Create auxillary directories
|
# Create auxillary directories
|
||||||
@@ -44,4 +44,4 @@ clean:
|
|||||||
cd $(RUNTIME_DIR); gradle clean
|
cd $(RUNTIME_DIR); gradle clean
|
||||||
rm -rf $(BUILDDIR)
|
rm -rf $(BUILDDIR)
|
||||||
|
|
||||||
.PHONY: clean all generate test
|
.PHONY: clean all generate test gradle_invoke
|
||||||
|
|||||||
Reference in New Issue
Block a user