Subversion Repositories SmartDukaan

Rev

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