Bryan Duxbury | 6a68187 | 2010-05-02 22:39:31 +0000 | [diff] [blame^] | 1 | phpdir = ${PHP_PREFIX} |
| 2 | php_DATA = \ |
| 3 | src/autoload.php \ |
| 4 | src/Thrift.php |
| 5 | |
| 6 | phpextdir = ${phpdir}/ext/thrift_protocol |
| 7 | phpext_DATA = \ |
| 8 | src/ext/thrift_protocol/config.m4 \ |
| 9 | src/ext/thrift_protocol/php_thrift_protocol.cpp \ |
| 10 | src/ext/thrift_protocol/php_thrift_protocol.h |
| 11 | |
| 12 | phpprotocoldir = ${phpdir}/protocol |
| 13 | phpprotocol_DATA = \ |
| 14 | src/protocol/TBinaryProtocol.php \ |
| 15 | src/protocol/TProtocol.php |
| 16 | |
| 17 | phptransportdir = ${phpdir}/transport |
| 18 | phptransport_DATA = \ |
| 19 | src/transport/TBufferedTransport.php \ |
| 20 | src/transport/TFramedTransport.php \ |
| 21 | src/transport/THttpClient.php \ |
| 22 | src/transport/TMemoryBuffer.php \ |
| 23 | src/transport/TNullTransport.php \ |
| 24 | src/transport/TPhpStream.php \ |
| 25 | src/transport/TSocket.php \ |
| 26 | src/transport/TSocketPool.php \ |
| 27 | src/transport/TTransport.php |
| 28 | |
| 29 | MAINTAINERCLEANFILES = Makefile Makefile.in |