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