| 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/TChunkedTransport.php \ | |
| src/transport/TSocket.php | |
| thriftdir = $(prefix)/php/thrift | |
| protocoldir = $(thriftdir)/protocol | |
| transportdir = $(thriftdir)/transport | |