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 \ |
Mark Slee | ade2c83 | 2006-09-08 03:41:50 +0000 | [diff] [blame^] | 10 | src/transport/TSocket.php \ |
| 11 | src/transport/TSocketPool.php |
Marc Slemko | b09f588 | 2006-08-23 22:03:34 +0000 | [diff] [blame] | 12 | |
| 13 | thriftdir = $(prefix)/php/thrift |
| 14 | |
| 15 | protocoldir = $(thriftdir)/protocol |
| 16 | |
| 17 | transportdir = $(thriftdir)/transport |
| 18 | |