Subversion Repositories SmartDukaan

Rev

Rev 30 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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 = lib/perl/test
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
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74
ACLOCAL = @ACLOCAL@
75
ALLOCA = @ALLOCA@
76
AMTAR = @AMTAR@
77
ANT = @ANT@
78
ANT_FLAGS = @ANT_FLAGS@
79
AR = @AR@
80
AUTOCONF = @AUTOCONF@
81
AUTOHEADER = @AUTOHEADER@
82
AUTOMAKE = @AUTOMAKE@
83
AWK = @AWK@
84
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
85
BOOST_LDFLAGS = @BOOST_LDFLAGS@
86
CC = @CC@
87
CCDEPMODE = @CCDEPMODE@
88
CFLAGS = @CFLAGS@
89
CLASSPATH = @CLASSPATH@
90
CPP = @CPP@
91
CPPFLAGS = @CPPFLAGS@
92
CXX = @CXX@
93
CXXCPP = @CXXCPP@
94
CXXDEPMODE = @CXXDEPMODE@
95
CXXFLAGS = @CXXFLAGS@
96
CYGPATH_W = @CYGPATH_W@
97
DEFS = @DEFS@
98
DEPDIR = @DEPDIR@
99
DSYMUTIL = @DSYMUTIL@
100
DUMPBIN = @DUMPBIN@
101
ECHO_C = @ECHO_C@
102
ECHO_N = @ECHO_N@
103
ECHO_T = @ECHO_T@
104
EGREP = @EGREP@
105
ERLC = @ERLC@
106
EXEEXT = @EXEEXT@
107
FGREP = @FGREP@
108
GREP = @GREP@
109
INSTALL = @INSTALL@
110
INSTALL_DATA = @INSTALL_DATA@
111
INSTALL_PROGRAM = @INSTALL_PROGRAM@
112
INSTALL_SCRIPT = @INSTALL_SCRIPT@
113
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114
JAVA_PREFIX = @JAVA_PREFIX@
115
LD = @LD@
116
LDFLAGS = @LDFLAGS@
117
LEX = @LEX@
118
LEXLIB = @LEXLIB@
119
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
120
LIBEVENT_CPPFLAGS = @LIBEVENT_CPPFLAGS@
121
LIBEVENT_LDFLAGS = @LIBEVENT_LDFLAGS@
122
LIBEVENT_LIBS = @LIBEVENT_LIBS@
123
LIBOBJS = @LIBOBJS@
124
LIBS = @LIBS@
125
LIBTOOL = @LIBTOOL@
126
LIPO = @LIPO@
127
LN_S = @LN_S@
128
LTLIBOBJS = @LTLIBOBJS@
129
MAKEINFO = @MAKEINFO@
130
MKDIR_P = @MKDIR_P@
131
MONO_CFLAGS = @MONO_CFLAGS@
132
MONO_LIBS = @MONO_LIBS@
133
NM = @NM@
134
NMEDIT = @NMEDIT@
135
OBJDUMP = @OBJDUMP@
136
OBJEXT = @OBJEXT@
137
OTOOL = @OTOOL@
138
OTOOL64 = @OTOOL64@
139
PACKAGE = @PACKAGE@
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141
PACKAGE_NAME = @PACKAGE_NAME@
142
PACKAGE_STRING = @PACKAGE_STRING@
143
PACKAGE_TARNAME = @PACKAGE_TARNAME@
144
PACKAGE_URL = @PACKAGE_URL@
145
PACKAGE_VERSION = @PACKAGE_VERSION@
146
PATH_SEPARATOR = @PATH_SEPARATOR@
147
PERL = @PERL@
148
PKG_CONFIG = @PKG_CONFIG@
149
PYTHON = @PYTHON@
150
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
151
PYTHON_PLATFORM = @PYTHON_PLATFORM@
152
PYTHON_PREFIX = @PYTHON_PREFIX@
153
PYTHON_VERSION = @PYTHON_VERSION@
154
PY_PREFIX = @PY_PREFIX@
155
RANLIB = @RANLIB@
156
RSPEC = @RSPEC@
157
RUBY = @RUBY@
158
SED = @SED@
159
SET_MAKE = @SET_MAKE@
160
SHELL = @SHELL@
161
STRIP = @STRIP@
162
VERSION = @VERSION@
163
YACC = @YACC@
164
YFLAGS = @YFLAGS@
165
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
166
ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
167
ZLIB_LIBS = @ZLIB_LIBS@
168
abs_builddir = @abs_builddir@
169
abs_srcdir = @abs_srcdir@
170
abs_top_builddir = @abs_top_builddir@
171
abs_top_srcdir = @abs_top_srcdir@
172
ac_ct_CC = @ac_ct_CC@
173
ac_ct_CXX = @ac_ct_CXX@
174
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
175
am__include = @am__include@
176
am__leading_dot = @am__leading_dot@
177
am__quote = @am__quote@
178
am__tar = @am__tar@
179
am__untar = @am__untar@
180
bindir = @bindir@
181
build = @build@
182
build_alias = @build_alias@
183
build_cpu = @build_cpu@
184
build_os = @build_os@
185
build_vendor = @build_vendor@
186
builddir = @builddir@
187
datadir = @datadir@
188
datarootdir = @datarootdir@
189
docdir = @docdir@
190
dvidir = @dvidir@
191
exec_prefix = @exec_prefix@
192
host = @host@
193
host_alias = @host_alias@
194
host_cpu = @host_cpu@
195
host_os = @host_os@
196
host_vendor = @host_vendor@
197
htmldir = @htmldir@
198
includedir = @includedir@
199
infodir = @infodir@
200
install_sh = @install_sh@
201
libdir = @libdir@
202
libexecdir = @libexecdir@
203
localedir = @localedir@
204
localstatedir = @localstatedir@
205
lt_ECHO = @lt_ECHO@
206
mandir = @mandir@
207
mkdir_p = @mkdir_p@
208
oldincludedir = @oldincludedir@
209
pdfdir = @pdfdir@
210
pkgpyexecdir = @pkgpyexecdir@
211
pkgpythondir = @pkgpythondir@
212
prefix = @prefix@
213
program_transform_name = @program_transform_name@
214
psdir = @psdir@
215
pyexecdir = @pyexecdir@
216
pythondir = @pythondir@
217
sbindir = @sbindir@
218
sharedstatedir = @sharedstatedir@
219
srcdir = @srcdir@
220
sysconfdir = @sysconfdir@
221
target_alias = @target_alias@
222
top_build_prefix = @top_build_prefix@
223
top_builddir = @top_builddir@
224
top_srcdir = @top_srcdir@
225
THRIFT = @top_builddir@/compiler/cpp/thrift
226
THRIFT_IF = @top_srcdir@/test/ThriftTest.thrift
227
EXTRA_DIST = memory_buffer.t processor.t
228
all: all-am
229
 
230
.SUFFIXES:
231
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
232
	@for dep in $?; do \
233
	  case '$(am__configure_deps)' in \
234
	    *$$dep*) \
235
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
236
	        && { if test -f $@; then exit 0; else break; fi; }; \
237
	      exit 1;; \
238
	  esac; \
239
	done; \
240
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/perl/test/Makefile'; \
241
	$(am__cd) $(top_srcdir) && \
242
	  $(AUTOMAKE) --foreign lib/perl/test/Makefile
243
.PRECIOUS: Makefile
244
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245
	@case '$?' in \
246
	  *config.status*) \
247
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
248
	  *) \
249
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
250
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
251
	esac;
252
 
253
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
254
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
 
256
$(top_srcdir)/configure:  $(am__configure_deps)
257
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
259
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
$(am__aclocal_m4_deps):
261
 
262
mostlyclean-libtool:
263
	-rm -f *.lo
264
 
265
clean-libtool:
266
	-rm -rf .libs _libs
267
tags: TAGS
268
TAGS:
269
 
270
ctags: CTAGS
271
CTAGS:
272
 
273
 
274
distdir: $(DISTFILES)
275
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
276
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
277
	list='$(DISTFILES)'; \
278
	  dist_files=`for file in $$list; do echo $$file; done | \
279
	  sed -e "s|^$$srcdirstrip/||;t" \
280
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
281
	case $$dist_files in \
282
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
283
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
284
			   sort -u` ;; \
285
	esac; \
286
	for file in $$dist_files; do \
287
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
288
	  if test -d $$d/$$file; then \
289
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
290
	    if test -d "$(distdir)/$$file"; then \
291
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
292
	    fi; \
293
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
294
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
295
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
296
	    fi; \
297
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
298
	  else \
299
	    test -f "$(distdir)/$$file" \
300
	    || cp -p $$d/$$file "$(distdir)/$$file" \
301
	    || exit 1; \
302
	  fi; \
303
	done
304
check-am: all-am
305
	$(MAKE) $(AM_MAKEFLAGS) check-local
306
check: check-am
307
all-am: Makefile
308
installdirs:
309
install: install-am
310
install-exec: install-exec-am
311
install-data: install-data-am
312
uninstall: uninstall-am
313
 
314
install-am: all-am
315
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316
 
317
installcheck: installcheck-am
318
install-strip:
319
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
320
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
321
	  `test -z '$(STRIP)' || \
322
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
323
mostlyclean-generic:
324
 
325
clean-generic:
326
 
327
distclean-generic:
328
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
329
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
330
 
331
maintainer-clean-generic:
332
	@echo "This command is intended for maintainers to use"
333
	@echo "it deletes files that may require special tools to rebuild."
334
clean: clean-am
335
 
336
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
337
 
338
distclean: distclean-am
339
	-rm -f Makefile
340
distclean-am: clean-am distclean-generic
341
 
342
dvi: dvi-am
343
 
344
dvi-am:
345
 
346
html: html-am
347
 
348
html-am:
349
 
350
info: info-am
351
 
352
info-am:
353
 
354
install-data-am:
355
 
356
install-dvi: install-dvi-am
357
 
358
install-dvi-am:
359
 
360
install-exec-am:
361
 
362
install-html: install-html-am
363
 
364
install-html-am:
365
 
366
install-info: install-info-am
367
 
368
install-info-am:
369
 
370
install-man:
371
 
372
install-pdf: install-pdf-am
373
 
374
install-pdf-am:
375
 
376
install-ps: install-ps-am
377
 
378
install-ps-am:
379
 
380
installcheck-am:
381
 
382
maintainer-clean: maintainer-clean-am
383
	-rm -f Makefile
384
maintainer-clean-am: distclean-am maintainer-clean-generic
385
 
386
mostlyclean: mostlyclean-am
387
 
388
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
389
 
390
pdf: pdf-am
391
 
392
pdf-am:
393
 
394
ps: ps-am
395
 
396
ps-am:
397
 
398
uninstall-am:
399
 
400
.MAKE: check-am install-am install-strip
401
 
402
.PHONY: all all-am check check-am check-local clean clean-generic \
403
	clean-libtool clean-local distclean distclean-generic \
404
	distclean-libtool distdir dvi dvi-am html html-am info info-am \
405
	install install-am install-data install-data-am install-dvi \
406
	install-dvi-am install-exec install-exec-am install-html \
407
	install-html-am install-info install-info-am install-man \
408
	install-pdf install-pdf-am install-ps install-ps-am \
409
	install-strip installcheck installcheck-am installdirs \
410
	maintainer-clean maintainer-clean-generic mostlyclean \
411
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
412
	uninstall uninstall-am
413
 
414
 
415
check-local: gen-perl/ThriftTest/Types.pm
416
 
417
gen-perl/ThriftTest/Types.pm: $(THRIFT_IF)
418
	$(THRIFT) --gen perl $(THRIFT_IF)
419
 
420
clean-local:
421
	rm -rf gen-perl
422
 
423
# Tell versions [3.59,3.63) of GNU make to not export all variables.
424
# Otherwise a system limit (for SysV at least) may be exceeded.
425
.NOEXPORT: