blob: 686b9092a4c22c83049134efe1b85af8e3eb0af0 [file] [log] [blame]
T Jake Luciani1952e542009-02-01 04:47:30 +00001THRIFT = @top_builddir@/compiler/cpp/thrift
2THRIFT_IF = @top_srcdir@/test/ThriftTest.thrift
3
4all-local: gen-perl/ThriftTest/Types.pm
5
6gen-perl/ThriftTest/Types.pm: $(THRIFT_IF)
7 $(THRIFT) --gen perl $(THRIFT_IF)
8
9clean-local:
10 rm -rf gen-perl
11
12EXTRA_DIST = memory_buffer.t