| 30 |
ashish |
1 |
# Makefile.in generated by automake 1.11 from Makefile.am.
|
|
|
2 |
# @configure_input@
|
|
|
3 |
|
|
|
4 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
|
5 |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
|
|
6 |
# Inc.
|
|
|
7 |
# This Makefile.in is free software; the Free Software Foundation
|
|
|
8 |
# gives unlimited permission to copy and/or distribute it,
|
|
|
9 |
# with or without modifications, as long as this notice is preserved.
|
|
|
10 |
|
|
|
11 |
# This program is distributed in the hope that it will be useful,
|
|
|
12 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
13 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
14 |
# PARTICULAR PURPOSE.
|
|
|
15 |
|
|
|
16 |
@SET_MAKE@
|
|
|
17 |
|
|
|
18 |
#
|
|
|
19 |
# Licensed to the Apache Software Foundation (ASF) under one
|
|
|
20 |
# or more contributor license agreements. See the NOTICE file
|
|
|
21 |
# distributed with this work for additional information
|
|
|
22 |
# regarding copyright ownership. The ASF licenses this file
|
|
|
23 |
# to you under the Apache License, Version 2.0 (the
|
|
|
24 |
# "License"); you may not use this file except in compliance
|
|
|
25 |
# with the License. You may obtain a copy of the License at
|
|
|
26 |
#
|
|
|
27 |
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
28 |
#
|
|
|
29 |
# Unless required by applicable law or agreed to in writing,
|
|
|
30 |
# software distributed under the License is distributed on an
|
|
|
31 |
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
32 |
# KIND, either express or implied. See the License for the
|
|
|
33 |
# specific language governing permissions and limitations
|
|
|
34 |
# under the License.
|
|
|
35 |
#
|
|
|
36 |
VPATH = @srcdir@
|
|
|
37 |
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
38 |
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
39 |
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
40 |
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
|
41 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
|
42 |
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
43 |
install_sh_PROGRAM = $(install_sh) -c
|
|
|
44 |
install_sh_SCRIPT = $(install_sh) -c
|
|
|
45 |
INSTALL_HEADER = $(INSTALL_DATA)
|
|
|
46 |
transform = $(program_transform_name)
|
|
|
47 |
NORMAL_INSTALL = :
|
|
|
48 |
PRE_INSTALL = :
|
|
|
49 |
POST_INSTALL = :
|
|
|
50 |
NORMAL_UNINSTALL = :
|
|
|
51 |
PRE_UNINSTALL = :
|
|
|
52 |
POST_UNINSTALL = :
|
|
|
53 |
build_triplet = @build@
|
|
|
54 |
host_triplet = @host@
|
|
|
55 |
subdir = test/py
|
|
|
56 |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
|
57 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
58 |
am__aclocal_m4_deps = $(top_srcdir)/aclocal/ax_boost_base.m4 \
|
|
|
59 |
$(top_srcdir)/aclocal/ax_javac_and_java.m4 \
|
|
|
60 |
$(top_srcdir)/aclocal/ax_lib_event.m4 \
|
|
|
61 |
$(top_srcdir)/aclocal/ax_lib_zlib.m4 \
|
|
|
62 |
$(top_srcdir)/aclocal/ax_signed_right_shift.m4 \
|
|
|
63 |
$(top_srcdir)/aclocal/ax_thrift_internal.m4 \
|
|
|
64 |
$(top_srcdir)/configure.ac
|
|
|
65 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
66 |
$(ACLOCAL_M4)
|
|
|
67 |
mkinstalldirs = $(install_sh) -d
|
|
|
68 |
CONFIG_HEADER = $(top_builddir)/config.h
|
|
|
69 |
CONFIG_CLEAN_FILES =
|
|
|
70 |
CONFIG_CLEAN_VPATH_FILES =
|
|
|
71 |
SOURCES =
|
|
|
72 |
DIST_SOURCES =
|
|
|
73 |
am__tty_colors = \
|
|
|
74 |
red=; grn=; lgn=; blu=; std=
|
|
|
75 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
76 |
ACLOCAL = @ACLOCAL@
|
|
|
77 |
ALLOCA = @ALLOCA@
|
|
|
78 |
AMTAR = @AMTAR@
|
|
|
79 |
ANT = @ANT@
|
|
|
80 |
ANT_FLAGS = @ANT_FLAGS@
|
|
|
81 |
AR = @AR@
|
|
|
82 |
AUTOCONF = @AUTOCONF@
|
|
|
83 |
AUTOHEADER = @AUTOHEADER@
|
|
|
84 |
AUTOMAKE = @AUTOMAKE@
|
|
|
85 |
AWK = @AWK@
|
|
|
86 |
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
|
|
|
87 |
BOOST_LDFLAGS = @BOOST_LDFLAGS@
|
|
|
88 |
CC = @CC@
|
|
|
89 |
CCDEPMODE = @CCDEPMODE@
|
|
|
90 |
CFLAGS = @CFLAGS@
|
|
|
91 |
CLASSPATH = @CLASSPATH@
|
|
|
92 |
CPP = @CPP@
|
|
|
93 |
CPPFLAGS = @CPPFLAGS@
|
|
|
94 |
CXX = @CXX@
|
|
|
95 |
CXXCPP = @CXXCPP@
|
|
|
96 |
CXXDEPMODE = @CXXDEPMODE@
|
|
|
97 |
CXXFLAGS = @CXXFLAGS@
|
|
|
98 |
CYGPATH_W = @CYGPATH_W@
|
|
|
99 |
DEFS = @DEFS@
|
|
|
100 |
DEPDIR = @DEPDIR@
|
|
|
101 |
DSYMUTIL = @DSYMUTIL@
|
|
|
102 |
DUMPBIN = @DUMPBIN@
|
|
|
103 |
ECHO_C = @ECHO_C@
|
|
|
104 |
ECHO_N = @ECHO_N@
|
|
|
105 |
ECHO_T = @ECHO_T@
|
|
|
106 |
EGREP = @EGREP@
|
|
|
107 |
ERLC = @ERLC@
|
|
|
108 |
EXEEXT = @EXEEXT@
|
|
|
109 |
FGREP = @FGREP@
|
|
|
110 |
GREP = @GREP@
|
|
|
111 |
INSTALL = @INSTALL@
|
|
|
112 |
INSTALL_DATA = @INSTALL_DATA@
|
|
|
113 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
114 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
115 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
|
116 |
JAVA_PREFIX = @JAVA_PREFIX@
|
|
|
117 |
LD = @LD@
|
|
|
118 |
LDFLAGS = @LDFLAGS@
|
|
|
119 |
LEX = @LEX@
|
|
|
120 |
LEXLIB = @LEXLIB@
|
|
|
121 |
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
|
|
122 |
LIBEVENT_CPPFLAGS = @LIBEVENT_CPPFLAGS@
|
|
|
123 |
LIBEVENT_LDFLAGS = @LIBEVENT_LDFLAGS@
|
|
|
124 |
LIBEVENT_LIBS = @LIBEVENT_LIBS@
|
|
|
125 |
LIBOBJS = @LIBOBJS@
|
|
|
126 |
LIBS = @LIBS@
|
|
|
127 |
LIBTOOL = @LIBTOOL@
|
|
|
128 |
LIPO = @LIPO@
|
|
|
129 |
LN_S = @LN_S@
|
|
|
130 |
LTLIBOBJS = @LTLIBOBJS@
|
|
|
131 |
MAKEINFO = @MAKEINFO@
|
|
|
132 |
MKDIR_P = @MKDIR_P@
|
|
|
133 |
MONO_CFLAGS = @MONO_CFLAGS@
|
|
|
134 |
MONO_LIBS = @MONO_LIBS@
|
|
|
135 |
NM = @NM@
|
|
|
136 |
NMEDIT = @NMEDIT@
|
|
|
137 |
OBJDUMP = @OBJDUMP@
|
|
|
138 |
OBJEXT = @OBJEXT@
|
|
|
139 |
OTOOL = @OTOOL@
|
|
|
140 |
OTOOL64 = @OTOOL64@
|
|
|
141 |
PACKAGE = @PACKAGE@
|
|
|
142 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
143 |
PACKAGE_NAME = @PACKAGE_NAME@
|
|
|
144 |
PACKAGE_STRING = @PACKAGE_STRING@
|
|
|
145 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
|
146 |
PACKAGE_URL = @PACKAGE_URL@
|
|
|
147 |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
148 |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
|
149 |
PERL = @PERL@
|
|
|
150 |
PKG_CONFIG = @PKG_CONFIG@
|
|
|
151 |
PYTHON = @PYTHON@
|
|
|
152 |
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
|
|
153 |
PYTHON_PLATFORM = @PYTHON_PLATFORM@
|
|
|
154 |
PYTHON_PREFIX = @PYTHON_PREFIX@
|
|
|
155 |
PYTHON_VERSION = @PYTHON_VERSION@
|
|
|
156 |
PY_PREFIX = @PY_PREFIX@
|
|
|
157 |
RANLIB = @RANLIB@
|
|
|
158 |
RSPEC = @RSPEC@
|
|
|
159 |
RUBY = @RUBY@
|
|
|
160 |
SED = @SED@
|
|
|
161 |
SET_MAKE = @SET_MAKE@
|
|
|
162 |
SHELL = @SHELL@
|
|
|
163 |
STRIP = @STRIP@
|
|
|
164 |
VERSION = @VERSION@
|
|
|
165 |
YACC = @YACC@
|
|
|
166 |
YFLAGS = @YFLAGS@
|
|
|
167 |
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
|
|
|
168 |
ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
|
|
|
169 |
ZLIB_LIBS = @ZLIB_LIBS@
|
|
|
170 |
abs_builddir = @abs_builddir@
|
|
|
171 |
abs_srcdir = @abs_srcdir@
|
|
|
172 |
abs_top_builddir = @abs_top_builddir@
|
|
|
173 |
abs_top_srcdir = @abs_top_srcdir@
|
|
|
174 |
ac_ct_CC = @ac_ct_CC@
|
|
|
175 |
ac_ct_CXX = @ac_ct_CXX@
|
|
|
176 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
|
177 |
am__include = @am__include@
|
|
|
178 |
am__leading_dot = @am__leading_dot@
|
|
|
179 |
am__quote = @am__quote@
|
|
|
180 |
am__tar = @am__tar@
|
|
|
181 |
am__untar = @am__untar@
|
|
|
182 |
bindir = @bindir@
|
|
|
183 |
build = @build@
|
|
|
184 |
build_alias = @build_alias@
|
|
|
185 |
build_cpu = @build_cpu@
|
|
|
186 |
build_os = @build_os@
|
|
|
187 |
build_vendor = @build_vendor@
|
|
|
188 |
builddir = @builddir@
|
|
|
189 |
datadir = @datadir@
|
|
|
190 |
datarootdir = @datarootdir@
|
|
|
191 |
docdir = @docdir@
|
|
|
192 |
dvidir = @dvidir@
|
|
|
193 |
exec_prefix = @exec_prefix@
|
|
|
194 |
host = @host@
|
|
|
195 |
host_alias = @host_alias@
|
|
|
196 |
host_cpu = @host_cpu@
|
|
|
197 |
host_os = @host_os@
|
|
|
198 |
host_vendor = @host_vendor@
|
|
|
199 |
htmldir = @htmldir@
|
|
|
200 |
includedir = @includedir@
|
|
|
201 |
infodir = @infodir@
|
|
|
202 |
install_sh = @install_sh@
|
|
|
203 |
libdir = @libdir@
|
|
|
204 |
libexecdir = @libexecdir@
|
|
|
205 |
localedir = @localedir@
|
|
|
206 |
localstatedir = @localstatedir@
|
|
|
207 |
lt_ECHO = @lt_ECHO@
|
|
|
208 |
mandir = @mandir@
|
|
|
209 |
mkdir_p = @mkdir_p@
|
|
|
210 |
oldincludedir = @oldincludedir@
|
|
|
211 |
pdfdir = @pdfdir@
|
|
|
212 |
pkgpyexecdir = @pkgpyexecdir@
|
|
|
213 |
pkgpythondir = @pkgpythondir@
|
|
|
214 |
prefix = @prefix@
|
|
|
215 |
program_transform_name = @program_transform_name@
|
|
|
216 |
psdir = @psdir@
|
|
|
217 |
pyexecdir = @pyexecdir@
|
|
|
218 |
pythondir = @pythondir@
|
|
|
219 |
sbindir = @sbindir@
|
|
|
220 |
sharedstatedir = @sharedstatedir@
|
|
|
221 |
srcdir = @srcdir@
|
|
|
222 |
sysconfdir = @sysconfdir@
|
|
|
223 |
target_alias = @target_alias@
|
|
|
224 |
top_build_prefix = @top_build_prefix@
|
|
|
225 |
top_builddir = @top_builddir@
|
|
|
226 |
top_srcdir = @top_srcdir@
|
|
|
227 |
THRIFT = $(top_srcdir)/compiler/cpp/thrift
|
|
|
228 |
py_unit_tests = \
|
|
|
229 |
SerializationTest.py \
|
|
|
230 |
TestEof.py \
|
|
|
231 |
TestSyntax.py \
|
|
|
232 |
RunClientServer.py
|
|
|
233 |
|
|
|
234 |
thrift_gen = \
|
|
|
235 |
gen-py/ThriftTest/__init__.py \
|
|
|
236 |
gen-py/DebugProtoTest/__init__.py
|
|
|
237 |
|
|
|
238 |
helper_scripts = \
|
|
|
239 |
TestClient.py \
|
|
|
240 |
TestServer.py
|
|
|
241 |
|
|
|
242 |
check_SCRIPTS = \
|
|
|
243 |
$(thrift_gen) \
|
|
|
244 |
$(py_unit_tests) \
|
|
|
245 |
$(helper_scripts)
|
|
|
246 |
|
|
|
247 |
TESTS = $(py_unit_tests)
|
|
|
248 |
all: all-am
|
|
|
249 |
|
|
|
250 |
.SUFFIXES:
|
|
|
251 |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
252 |
@for dep in $?; do \
|
|
|
253 |
case '$(am__configure_deps)' in \
|
|
|
254 |
*$$dep*) \
|
|
|
255 |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
|
256 |
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
|
257 |
exit 1;; \
|
|
|
258 |
esac; \
|
|
|
259 |
done; \
|
|
|
260 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/py/Makefile'; \
|
|
|
261 |
$(am__cd) $(top_srcdir) && \
|
|
|
262 |
$(AUTOMAKE) --foreign test/py/Makefile
|
|
|
263 |
.PRECIOUS: Makefile
|
|
|
264 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
265 |
@case '$?' in \
|
|
|
266 |
*config.status*) \
|
|
|
267 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
268 |
*) \
|
|
|
269 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
|
270 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
271 |
esac;
|
|
|
272 |
|
|
|
273 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
274 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
275 |
|
|
|
276 |
$(top_srcdir)/configure: $(am__configure_deps)
|
|
|
277 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
278 |
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
|
279 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
280 |
$(am__aclocal_m4_deps):
|
|
|
281 |
|
|
|
282 |
mostlyclean-libtool:
|
|
|
283 |
-rm -f *.lo
|
|
|
284 |
|
|
|
285 |
clean-libtool:
|
|
|
286 |
-rm -rf .libs _libs
|
|
|
287 |
tags: TAGS
|
|
|
288 |
TAGS:
|
|
|
289 |
|
|
|
290 |
ctags: CTAGS
|
|
|
291 |
CTAGS:
|
|
|
292 |
|
|
|
293 |
|
|
|
294 |
check-TESTS: $(TESTS)
|
|
|
295 |
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
|
|
296 |
srcdir=$(srcdir); export srcdir; \
|
|
|
297 |
list=' $(TESTS) '; \
|
|
|
298 |
$(am__tty_colors); \
|
|
|
299 |
if test -n "$$list"; then \
|
|
|
300 |
for tst in $$list; do \
|
|
|
301 |
if test -f ./$$tst; then dir=./; \
|
|
|
302 |
elif test -f $$tst; then dir=; \
|
|
|
303 |
else dir="$(srcdir)/"; fi; \
|
|
|
304 |
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
|
|
305 |
all=`expr $$all + 1`; \
|
|
|
306 |
case " $(XFAIL_TESTS) " in \
|
|
|
307 |
*[\ \ ]$$tst[\ \ ]*) \
|
|
|
308 |
xpass=`expr $$xpass + 1`; \
|
|
|
309 |
failed=`expr $$failed + 1`; \
|
|
|
310 |
col=$$red; res=XPASS; \
|
|
|
311 |
;; \
|
|
|
312 |
*) \
|
|
|
313 |
col=$$grn; res=PASS; \
|
|
|
314 |
;; \
|
|
|
315 |
esac; \
|
|
|
316 |
elif test $$? -ne 77; then \
|
|
|
317 |
all=`expr $$all + 1`; \
|
|
|
318 |
case " $(XFAIL_TESTS) " in \
|
|
|
319 |
*[\ \ ]$$tst[\ \ ]*) \
|
|
|
320 |
xfail=`expr $$xfail + 1`; \
|
|
|
321 |
col=$$lgn; res=XFAIL; \
|
|
|
322 |
;; \
|
|
|
323 |
*) \
|
|
|
324 |
failed=`expr $$failed + 1`; \
|
|
|
325 |
col=$$red; res=FAIL; \
|
|
|
326 |
;; \
|
|
|
327 |
esac; \
|
|
|
328 |
else \
|
|
|
329 |
skip=`expr $$skip + 1`; \
|
|
|
330 |
col=$$blu; res=SKIP; \
|
|
|
331 |
fi; \
|
|
|
332 |
echo "$${col}$$res$${std}: $$tst"; \
|
|
|
333 |
done; \
|
|
|
334 |
if test "$$all" -eq 1; then \
|
|
|
335 |
tests="test"; \
|
|
|
336 |
All=""; \
|
|
|
337 |
else \
|
|
|
338 |
tests="tests"; \
|
|
|
339 |
All="All "; \
|
|
|
340 |
fi; \
|
|
|
341 |
if test "$$failed" -eq 0; then \
|
|
|
342 |
if test "$$xfail" -eq 0; then \
|
|
|
343 |
banner="$$All$$all $$tests passed"; \
|
|
|
344 |
else \
|
|
|
345 |
if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
|
|
|
346 |
banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
|
|
|
347 |
fi; \
|
|
|
348 |
else \
|
|
|
349 |
if test "$$xpass" -eq 0; then \
|
|
|
350 |
banner="$$failed of $$all $$tests failed"; \
|
|
|
351 |
else \
|
|
|
352 |
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
|
|
|
353 |
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
|
|
|
354 |
fi; \
|
|
|
355 |
fi; \
|
|
|
356 |
dashes="$$banner"; \
|
|
|
357 |
skipped=""; \
|
|
|
358 |
if test "$$skip" -ne 0; then \
|
|
|
359 |
if test "$$skip" -eq 1; then \
|
|
|
360 |
skipped="($$skip test was not run)"; \
|
|
|
361 |
else \
|
|
|
362 |
skipped="($$skip tests were not run)"; \
|
|
|
363 |
fi; \
|
|
|
364 |
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
|
365 |
dashes="$$skipped"; \
|
|
|
366 |
fi; \
|
|
|
367 |
report=""; \
|
|
|
368 |
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
|
369 |
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
|
|
370 |
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
|
371 |
dashes="$$report"; \
|
|
|
372 |
fi; \
|
|
|
373 |
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
|
|
374 |
if test "$$failed" -eq 0; then \
|
|
|
375 |
echo "$$grn$$dashes"; \
|
|
|
376 |
else \
|
|
|
377 |
echo "$$red$$dashes"; \
|
|
|
378 |
fi; \
|
|
|
379 |
echo "$$banner"; \
|
|
|
380 |
test -z "$$skipped" || echo "$$skipped"; \
|
|
|
381 |
test -z "$$report" || echo "$$report"; \
|
|
|
382 |
echo "$$dashes$$std"; \
|
|
|
383 |
test "$$failed" -eq 0; \
|
|
|
384 |
else :; fi
|
|
|
385 |
|
|
|
386 |
distdir: $(DISTFILES)
|
|
|
387 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
388 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
389 |
list='$(DISTFILES)'; \
|
|
|
390 |
dist_files=`for file in $$list; do echo $$file; done | \
|
|
|
391 |
sed -e "s|^$$srcdirstrip/||;t" \
|
|
|
392 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
|
393 |
case $$dist_files in \
|
|
|
394 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
|
395 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
|
396 |
sort -u` ;; \
|
|
|
397 |
esac; \
|
|
|
398 |
for file in $$dist_files; do \
|
|
|
399 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
|
400 |
if test -d $$d/$$file; then \
|
|
|
401 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
402 |
if test -d "$(distdir)/$$file"; then \
|
|
|
403 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
404 |
fi; \
|
|
|
405 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
|
406 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
407 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
|
408 |
fi; \
|
|
|
409 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
|
410 |
else \
|
|
|
411 |
test -f "$(distdir)/$$file" \
|
|
|
412 |
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
|
413 |
|| exit 1; \
|
|
|
414 |
fi; \
|
|
|
415 |
done
|
|
|
416 |
check-am: all-am
|
|
|
417 |
$(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
|
|
|
418 |
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
|
|
419 |
check: check-am
|
|
|
420 |
all-am: Makefile
|
|
|
421 |
installdirs:
|
|
|
422 |
install: install-am
|
|
|
423 |
install-exec: install-exec-am
|
|
|
424 |
install-data: install-data-am
|
|
|
425 |
uninstall: uninstall-am
|
|
|
426 |
|
|
|
427 |
install-am: all-am
|
|
|
428 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
429 |
|
|
|
430 |
installcheck: installcheck-am
|
|
|
431 |
install-strip:
|
|
|
432 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
433 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
434 |
`test -z '$(STRIP)' || \
|
|
|
435 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
|
436 |
mostlyclean-generic:
|
|
|
437 |
|
|
|
438 |
clean-generic:
|
|
|
439 |
|
|
|
440 |
distclean-generic:
|
|
|
441 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
442 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
|
443 |
|
|
|
444 |
maintainer-clean-generic:
|
|
|
445 |
@echo "This command is intended for maintainers to use"
|
|
|
446 |
@echo "it deletes files that may require special tools to rebuild."
|
|
|
447 |
clean: clean-am
|
|
|
448 |
|
|
|
449 |
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
|
|
450 |
|
|
|
451 |
distclean: distclean-am
|
|
|
452 |
-rm -f Makefile
|
|
|
453 |
distclean-am: clean-am distclean-generic
|
|
|
454 |
|
|
|
455 |
dvi: dvi-am
|
|
|
456 |
|
|
|
457 |
dvi-am:
|
|
|
458 |
|
|
|
459 |
html: html-am
|
|
|
460 |
|
|
|
461 |
html-am:
|
|
|
462 |
|
|
|
463 |
info: info-am
|
|
|
464 |
|
|
|
465 |
info-am:
|
|
|
466 |
|
|
|
467 |
install-data-am:
|
|
|
468 |
|
|
|
469 |
install-dvi: install-dvi-am
|
|
|
470 |
|
|
|
471 |
install-dvi-am:
|
|
|
472 |
|
|
|
473 |
install-exec-am:
|
|
|
474 |
|
|
|
475 |
install-html: install-html-am
|
|
|
476 |
|
|
|
477 |
install-html-am:
|
|
|
478 |
|
|
|
479 |
install-info: install-info-am
|
|
|
480 |
|
|
|
481 |
install-info-am:
|
|
|
482 |
|
|
|
483 |
install-man:
|
|
|
484 |
|
|
|
485 |
install-pdf: install-pdf-am
|
|
|
486 |
|
|
|
487 |
install-pdf-am:
|
|
|
488 |
|
|
|
489 |
install-ps: install-ps-am
|
|
|
490 |
|
|
|
491 |
install-ps-am:
|
|
|
492 |
|
|
|
493 |
installcheck-am:
|
|
|
494 |
|
|
|
495 |
maintainer-clean: maintainer-clean-am
|
|
|
496 |
-rm -f Makefile
|
|
|
497 |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
498 |
|
|
|
499 |
mostlyclean: mostlyclean-am
|
|
|
500 |
|
|
|
501 |
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
|
|
502 |
|
|
|
503 |
pdf: pdf-am
|
|
|
504 |
|
|
|
505 |
pdf-am:
|
|
|
506 |
|
|
|
507 |
ps: ps-am
|
|
|
508 |
|
|
|
509 |
ps-am:
|
|
|
510 |
|
|
|
511 |
uninstall-am:
|
|
|
512 |
|
|
|
513 |
.MAKE: check-am install-am install-strip
|
|
|
514 |
|
|
|
515 |
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
|
|
|
516 |
clean-libtool clean-local distclean distclean-generic \
|
|
|
517 |
distclean-libtool distdir dvi dvi-am html html-am info info-am \
|
|
|
518 |
install install-am install-data install-data-am install-dvi \
|
|
|
519 |
install-dvi-am install-exec install-exec-am install-html \
|
|
|
520 |
install-html-am install-info install-info-am install-man \
|
|
|
521 |
install-pdf install-pdf-am install-ps install-ps-am \
|
|
|
522 |
install-strip installcheck installcheck-am installdirs \
|
|
|
523 |
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
|
524 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
525 |
uninstall uninstall-am
|
|
|
526 |
|
|
|
527 |
|
|
|
528 |
gen-py/%/__init__.py: ../%.thrift
|
|
|
529 |
$(THRIFT) --gen py $<
|
|
|
530 |
|
|
|
531 |
clean-local:
|
|
|
532 |
$(RM) -r gen-py
|
|
|
533 |
|
|
|
534 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
535 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
536 |
.NOEXPORT:
|