blob: b8d7e930d184497d5170d4876f1ea79290ca84b6 [file] [log] [blame]
David Reiss1873fed2010-05-04 16:32:33 +00001#
2# Licensed to the Apache Software Foundation (ASF) under one
3# or more contributor license agreements. See the NOTICE file
4# distributed with this work for additional information
5# regarding copyright ownership. The ASF licenses this file
6# to you under the Apache License, Version 2.0 (the
7# "License"); you may not use this file except in compliance
8# with the License. You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing,
13# software distributed under the License is distributed on an
14# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15# KIND, either express or implied. See the License for the
16# specific language governing permissions and limitations
17# under the License.
18#
19
20phpdir = $(PHP_PREFIX)
Bryan Duxbury6a681872010-05-02 22:39:31 +000021php_DATA = \
22 src/autoload.php \
23 src/Thrift.php
24
David Reiss1873fed2010-05-04 16:32:33 +000025phpextdir = $(phpdir)/ext/thrift_protocol
Bryan Duxbury6a681872010-05-02 22:39:31 +000026phpext_DATA = \
David Reiss1873fed2010-05-04 16:32:33 +000027 src/ext/thrift_protocol/config.m4 \
28 src/ext/thrift_protocol/php_thrift_protocol.cpp \
Bryan Duxbury6a681872010-05-02 22:39:31 +000029 src/ext/thrift_protocol/php_thrift_protocol.h
30
David Reiss1873fed2010-05-04 16:32:33 +000031phpprotocoldir = $(phpdir)/protocol
Bryan Duxbury6a681872010-05-02 22:39:31 +000032phpprotocol_DATA = \
David Reiss1873fed2010-05-04 16:32:33 +000033 src/protocol/TBinaryProtocol.php \
Bryan Duxbury6a681872010-05-02 22:39:31 +000034 src/protocol/TProtocol.php
35
David Reiss1873fed2010-05-04 16:32:33 +000036phptransportdir = $(phpdir)/transport
Bryan Duxbury6a681872010-05-02 22:39:31 +000037phptransport_DATA = \
David Reiss1873fed2010-05-04 16:32:33 +000038 src/transport/TBufferedTransport.php \
39 src/transport/TFramedTransport.php \
40 src/transport/THttpClient.php \
41 src/transport/TMemoryBuffer.php \
42 src/transport/TNullTransport.php \
43 src/transport/TPhpStream.php \
44 src/transport/TSocket.php \
45 src/transport/TSocketPool.php \
Bryan Duxbury6a681872010-05-02 22:39:31 +000046 src/transport/TTransport.php
47
48MAINTAINERCLEANFILES = Makefile Makefile.in