blob: 23d60fb8b38324b4dd5fa6a24aebc69b1e25693f [file] [log] [blame]
pwyckoff99b000b2008-04-03 19:30:55 +00001#define thrift_template
2# $(1) : $(2)
3# $$(THRIFT) $(3) $(4) $(5) $(6) $(7) $(8) $$<
4#endef
5
6define thrift_template
7XTARGET := $(shell perl -e '@val = split("\/","$(2)"); $$last = pop(@val);split("\\.",$$last);print "$(1)/"."gen-cpp/"."@_[0]"."_types.cpp\n"' )
8
9ifneq ($$(XBUILT_SOURCES),)
10 XBUILT_SOURCES := $$(XBUILT_SOURCES) $$(XTARGET)
11else
12 XBUILT_SOURCES := $$(XTARGET)
13endif
14$$(XTARGET) : $(2)
15 $$(THRIFT) -o $1 $3 $$<
16endef
17
18clean-common:
19 rm -rf gen-*