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 \ |
Mark Slee | 9683f77 | 2006-11-07 23:03:00 +0000 | [diff] [blame] | 4 | src/protocol/TBinaryProtocol.php |
Marc Slemko | b09f588 | 2006-08-23 22:03:34 +0000 | [diff] [blame] | 5 | |
| 6 | transport_SCRIPTS = src/transport/TTransport.php \ |
| 7 | src/transport/TBufferedTransport.php \ |
Mark Slee | 9e7734d | 2006-09-08 03:51:34 +0000 | [diff] [blame] | 8 | src/transport/TFramedTransport.php \ |
Mark Slee | ade2c83 | 2006-09-08 03:41:50 +0000 | [diff] [blame] | 9 | src/transport/TSocket.php \ |
| 10 | src/transport/TSocketPool.php |
Marc Slemko | b09f588 | 2006-08-23 22:03:34 +0000 | [diff] [blame] | 11 | |
| 12 | thriftdir = $(prefix)/php/thrift |
| 13 | |
| 14 | protocoldir = $(thriftdir)/protocol |
| 15 | |
| 16 | transportdir = $(thriftdir)/transport |
| 17 | |