Marc Slemko | b09f588 | 2006-08-23 22:03:34 +0000 | [diff] [blame^] | 1 | thrift_SCRIPTS = src/Thrift.php |
2 | |||||
3 | protocol_SCRIPTS = src/protocol/TProtocol.php \ | ||||
4 | src/protocol/TBinaryProtocol.php \ | ||||
5 | src/protocol/TType.php | ||||
6 | |||||
7 | transport_SCRIPTS = src/transport/TTransport.php \ | ||||
8 | src/transport/TBufferedTransport.php \ | ||||
9 | src/transport/TChunkedTransport.php \ | ||||
10 | src/transport/TSocket.php | ||||
11 | |||||
12 | thriftdir = $(prefix)/php/thrift | ||||
13 | |||||
14 | protocoldir = $(thriftdir)/protocol | ||||
15 | |||||
16 | transportdir = $(thriftdir)/transport | ||||
17 |