mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
9e7734dada
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664796 13f79535-47bb-0310-9956-ffa450edef68
19 lines
554 B
Makefile
19 lines
554 B
Makefile
thrift_SCRIPTS = src/Thrift.php
|
|
|
|
protocol_SCRIPTS = src/protocol/TProtocol.php \
|
|
src/protocol/TBinaryProtocol.php \
|
|
src/protocol/TType.php
|
|
|
|
transport_SCRIPTS = src/transport/TTransport.php \
|
|
src/transport/TBufferedTransport.php \
|
|
src/transport/TFramedTransport.php \
|
|
src/transport/TSocket.php \
|
|
src/transport/TSocketPool.php
|
|
|
|
thriftdir = $(prefix)/php/thrift
|
|
|
|
protocoldir = $(thriftdir)/protocol
|
|
|
|
transportdir = $(thriftdir)/transport
|
|
|