blob: 0d775fa6a1e8cc79cfc693d8576f286a4e629812 [file] [log] [blame]
T Jake Luciani1952e542009-02-01 04:47:30 +00001SUBDIRS = test
2
3Makefile-perl.mk : Makefile.PL
4 $(PERL) Makefile.PL MAKEFILE=Makefile-perl.mk
5
6all-local: Makefile-perl.mk
7 $(MAKE) -f Makefile-perl.mk
8 find blib -name 'Makefile*' -exec rm -f {} \;
9
10check-local:
11 $(PERL) -Iblib/lib -I@abs_srcdir@ -I@builddir@/test/gen-perl \
12 @abs_srcdir@/test.pl @abs_srcdir@/test/*.t
13
14install-exec-local: Makefile-perl.mk
15 $(MAKE) -f Makefile-perl.mk install DESTDIR=$(DESTDIR)/
16
17clean-local: Makefile-perl.mk
18 $(MAKE) -f Makefile-perl.mk clean
19 rm -f Makefile-perl.mk.old
20
21EXTRA_DIST = MANIFEST \
22 Makefile.PL \
23 test.pl \
24 lib/Thrift.pm \
25 lib/Thrift.pm \
26 lib/Thrift/BinaryProtocol.pm \
27 lib/Thrift/BufferedTransport.pm \
28 lib/Thrift/FramedTransport.pm \
29 lib/Thrift/HttpClient.pm \
30 lib/Thrift/MemoryBuffer.pm \
31 lib/Thrift/Protocol.pm \
32 lib/Thrift/Socket.pm \
33 lib/Thrift/Transport.pm