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/rb
56
DIST_COMMON = README $(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
EXTRA_DIST = \
226
	CHANGELOG \
227
	Rakefile \
228
	Manifest \
229
	setup.rb \
230
	lib \
231
	ext \
232
	benchmark \
233
	script \
234
	spec
235
 
236
all: all-am
237
 
238
.SUFFIXES:
239
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
240
	@for dep in $?; do \
241
	  case '$(am__configure_deps)' in \
242
	    *$$dep*) \
243
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
244
	        && { if test -f $@; then exit 0; else break; fi; }; \
245
	      exit 1;; \
246
	  esac; \
247
	done; \
248
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/rb/Makefile'; \
249
	$(am__cd) $(top_srcdir) && \
250
	  $(AUTOMAKE) --foreign lib/rb/Makefile
251
.PRECIOUS: Makefile
252
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
253
	@case '$?' in \
254
	  *config.status*) \
255
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
256
	  *) \
257
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
258
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
259
	esac;
260
 
261
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
262
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
 
264
$(top_srcdir)/configure:  $(am__configure_deps)
265
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
267
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
$(am__aclocal_m4_deps):
269
 
270
mostlyclean-libtool:
271
	-rm -f *.lo
272
 
273
clean-libtool:
274
	-rm -rf .libs _libs
275
tags: TAGS
276
TAGS:
277
 
278
ctags: CTAGS
279
CTAGS:
280
 
281
 
282
distdir: $(DISTFILES)
283
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
284
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
285
	list='$(DISTFILES)'; \
286
	  dist_files=`for file in $$list; do echo $$file; done | \
287
	  sed -e "s|^$$srcdirstrip/||;t" \
288
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
289
	case $$dist_files in \
290
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
291
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
292
			   sort -u` ;; \
293
	esac; \
294
	for file in $$dist_files; do \
295
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
296
	  if test -d $$d/$$file; then \
297
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
298
	    if test -d "$(distdir)/$$file"; then \
299
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
300
	    fi; \
301
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
302
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
303
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
304
	    fi; \
305
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
306
	  else \
307
	    test -f "$(distdir)/$$file" \
308
	    || cp -p $$d/$$file "$(distdir)/$$file" \
309
	    || exit 1; \
310
	  fi; \
311
	done
312
check-am: all-am
313
	$(MAKE) $(AM_MAKEFLAGS) check-local
314
check: check-am
315
all-am: Makefile all-local
316
installdirs:
317
install: install-am
318
install-exec: install-exec-am
319
install-data: install-data-am
320
uninstall: uninstall-am
321
 
322
install-am: all-am
323
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
324
 
325
installcheck: installcheck-am
326
install-strip:
327
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
328
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
329
	  `test -z '$(STRIP)' || \
330
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
331
mostlyclean-generic:
332
 
333
clean-generic:
334
 
335
distclean-generic:
336
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
337
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
338
 
339
maintainer-clean-generic:
340
	@echo "This command is intended for maintainers to use"
341
	@echo "it deletes files that may require special tools to rebuild."
342
clean: clean-am
343
 
344
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
345
 
346
distclean: distclean-am
347
	-rm -f Makefile
348
distclean-am: clean-am distclean-generic
349
 
350
dvi: dvi-am
351
 
352
dvi-am:
353
 
354
html: html-am
355
 
356
html-am:
357
 
358
info: info-am
359
 
360
info-am:
361
 
362
install-data-am:
363
 
364
install-dvi: install-dvi-am
365
 
366
install-dvi-am:
367
 
368
install-exec-am:
369
	@$(NORMAL_INSTALL)
370
	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
371
install-html: install-html-am
372
 
373
install-html-am:
374
 
375
install-info: install-info-am
376
 
377
install-info-am:
378
 
379
install-man:
380
 
381
install-pdf: install-pdf-am
382
 
383
install-pdf-am:
384
 
385
install-ps: install-ps-am
386
 
387
install-ps-am:
388
 
389
installcheck-am:
390
 
391
maintainer-clean: maintainer-clean-am
392
	-rm -f Makefile
393
maintainer-clean-am: distclean-am maintainer-clean-generic
394
 
395
mostlyclean: mostlyclean-am
396
 
397
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
398
 
399
pdf: pdf-am
400
 
401
pdf-am:
402
 
403
ps: ps-am
404
 
405
ps-am:
406
 
407
uninstall-am:
408
 
409
.MAKE: check-am install-am install-exec-am install-strip
410
 
411
.PHONY: all all-am all-local check check-am check-local clean \
412
	clean-generic clean-libtool clean-local distclean \
413
	distclean-generic distclean-libtool distdir dvi dvi-am html \
414
	html-am info info-am install install-am install-data \
415
	install-data-am install-dvi install-dvi-am install-exec \
416
	install-exec-am install-exec-hook install-html install-html-am \
417
	install-info install-info-am install-man install-pdf \
418
	install-pdf-am install-ps install-ps-am install-strip \
419
	installcheck installcheck-am installdirs maintainer-clean \
420
	maintainer-clean-generic mostlyclean mostlyclean-generic \
421
	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
422
 
423
 
424
all-local:
425
	$(RUBY) setup.rb config
426
	$(RUBY) setup.rb setup
427
 
428
install-exec-hook:
429
	$(RUBY) setup.rb install
430
 
431
# Make sure this doesn't fail if Ruby is not configured.
432
clean-local:
433
	RUBY=$(RUBY) ; if test -z "$$RUBY" ; then RUBY=: ; fi ; \
434
	$$RUBY setup.rb clean
435
 
436
check-local: all
437
@HAVE_RSPEC_TRUE@	rake spec
438
 
439
# Tell versions [3.59,3.63) of GNU make to not export all variables.
440
# Otherwise a system limit (for SysV at least) may be exceeded.
441
.NOEXPORT: