summaryrefslogtreecommitdiff
path: root/bin/bbstored/Makefile.extra
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbstored/Makefile.extra')
-rw-r--r--bin/bbstored/Makefile.extra9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/bbstored/Makefile.extra b/bin/bbstored/Makefile.extra
new file mode 100644
index 00000000..6562647d
--- /dev/null
+++ b/bin/bbstored/Makefile.extra
@@ -0,0 +1,9 @@
+
+MAKEPROTOCOL = ../../lib/server/makeprotocol.pl
+
+GEN_CMD_SRV = $(MAKEPROTOCOL) Server backupprotocol.txt
+
+# AUTOGEN SEEDING
+autogen_BackupProtocolServer.cpp autogen_BackupProtocolServer.h: $(MAKEPROTOCOL) backupprotocol.txt
+ $(_PERL) $(GEN_CMD_SRV)
+