summaryrefslogtreecommitdiff
path: root/catlfish-benchmark/Makefile
blob: cdd4b94de595b20cee6f5a339be03ab3e3a12e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CATLFISH_BASE = ~/p/ct/catlfish

all: config

config: fest.config signing.config mergebackup.config merge.cfg catlfish.cfg

frontend.config storage.config: fest.cfg catlfish.cfg
	$(CATLFISH_BASE)/tools/compileconfig.py --config catlfish.cfg --localconfig $<
signing.config: signing.cfg catlfish.cfg
	$(CATLFISH_BASE)/tools/compileconfig.py --config catlfish.cfg --localconfig $<
mergebackup.config: mergebackup.cfg catlfish.cfg
	$(CATLFISH_BASE)/tools/compileconfig.py --config catlfish.cfg --localconfig $<

fest.config: frontend.config storage.config
	@echo TODO merge $^ into $@