Subversion Repositories SmartDukaan

Rev

Go to most recent revision | 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
@WITH_MONO_TRUE@am__append_1 = csharp
56
@WITH_JAVA_TRUE@am__append_2 = java
57
@WITH_PYTHON_TRUE@am__append_3 = py
58
@WITH_ERLANG_TRUE@am__append_4 = erl
59
@WITH_RUBY_TRUE@am__append_5 = rb
60
@WITH_PERL_TRUE@am__append_6 = perl
61
subdir = lib
62
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
63
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
am__aclocal_m4_deps = $(top_srcdir)/aclocal/ax_boost_base.m4 \
65
	$(top_srcdir)/aclocal/ax_javac_and_java.m4 \
66
	$(top_srcdir)/aclocal/ax_lib_event.m4 \
67
	$(top_srcdir)/aclocal/ax_lib_zlib.m4 \
68
	$(top_srcdir)/aclocal/ax_signed_right_shift.m4 \
69
	$(top_srcdir)/aclocal/ax_thrift_internal.m4 \
70
	$(top_srcdir)/configure.ac
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72
	$(ACLOCAL_M4)
73
mkinstalldirs = $(install_sh) -d
74
CONFIG_HEADER = $(top_builddir)/config.h
75
CONFIG_CLEAN_FILES =
76
CONFIG_CLEAN_VPATH_FILES =
77
SOURCES =
78
DIST_SOURCES =
79
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80
	html-recursive info-recursive install-data-recursive \
81
	install-dvi-recursive install-exec-recursive \
82
	install-html-recursive install-info-recursive \
83
	install-pdf-recursive install-ps-recursive install-recursive \
84
	installcheck-recursive installdirs-recursive pdf-recursive \
85
	ps-recursive uninstall-recursive
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
87
  distclean-recursive maintainer-clean-recursive
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
90
	distdir
91
ETAGS = etags
92
CTAGS = ctags
93
DIST_SUBDIRS = cpp csharp java py erl rb perl
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
am__relativize = \
96
  dir0=`pwd`; \
97
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
98
  sed_rest='s,^[^/]*/*,,'; \
99
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
100
  sed_butlast='s,/*[^/]*$$,,'; \
101
  while test -n "$$dir1"; do \
102
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
103
    if test "$$first" != "."; then \
104
      if test "$$first" = ".."; then \
105
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
106
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
107
      else \
108
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
109
        if test "$$first2" = "$$first"; then \
110
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
111
        else \
112
          dir2="../$$dir2"; \
113
        fi; \
114
        dir0="$$dir0"/"$$first"; \
115
      fi; \
116
    fi; \
117
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
118
  done; \
119
  reldir="$$dir2"
120
ACLOCAL = @ACLOCAL@
121
ALLOCA = @ALLOCA@
122
AMTAR = @AMTAR@
123
ANT = @ANT@
124
ANT_FLAGS = @ANT_FLAGS@
125
AR = @AR@
126
AUTOCONF = @AUTOCONF@
127
AUTOHEADER = @AUTOHEADER@
128
AUTOMAKE = @AUTOMAKE@
129
AWK = @AWK@
130
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
131
BOOST_LDFLAGS = @BOOST_LDFLAGS@
132
CC = @CC@
133
CCDEPMODE = @CCDEPMODE@
134
CFLAGS = @CFLAGS@
135
CLASSPATH = @CLASSPATH@
136
CPP = @CPP@
137
CPPFLAGS = @CPPFLAGS@
138
CXX = @CXX@
139
CXXCPP = @CXXCPP@
140
CXXDEPMODE = @CXXDEPMODE@
141
CXXFLAGS = @CXXFLAGS@
142
CYGPATH_W = @CYGPATH_W@
143
DEFS = @DEFS@
144
DEPDIR = @DEPDIR@
145
DSYMUTIL = @DSYMUTIL@
146
DUMPBIN = @DUMPBIN@
147
ECHO_C = @ECHO_C@
148
ECHO_N = @ECHO_N@
149
ECHO_T = @ECHO_T@
150
EGREP = @EGREP@
151
ERLC = @ERLC@
152
EXEEXT = @EXEEXT@
153
FGREP = @FGREP@
154
GREP = @GREP@
155
INSTALL = @INSTALL@
156
INSTALL_DATA = @INSTALL_DATA@
157
INSTALL_PROGRAM = @INSTALL_PROGRAM@
158
INSTALL_SCRIPT = @INSTALL_SCRIPT@
159
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160
JAVA_PREFIX = @JAVA_PREFIX@
161
LD = @LD@
162
LDFLAGS = @LDFLAGS@
163
LEX = @LEX@
164
LEXLIB = @LEXLIB@
165
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
166
LIBEVENT_CPPFLAGS = @LIBEVENT_CPPFLAGS@
167
LIBEVENT_LDFLAGS = @LIBEVENT_LDFLAGS@
168
LIBEVENT_LIBS = @LIBEVENT_LIBS@
169
LIBOBJS = @LIBOBJS@
170
LIBS = @LIBS@
171
LIBTOOL = @LIBTOOL@
172
LIPO = @LIPO@
173
LN_S = @LN_S@
174
LTLIBOBJS = @LTLIBOBJS@
175
MAKEINFO = @MAKEINFO@
176
MKDIR_P = @MKDIR_P@
177
MONO_CFLAGS = @MONO_CFLAGS@
178
MONO_LIBS = @MONO_LIBS@
179
NM = @NM@
180
NMEDIT = @NMEDIT@
181
OBJDUMP = @OBJDUMP@
182
OBJEXT = @OBJEXT@
183
OTOOL = @OTOOL@
184
OTOOL64 = @OTOOL64@
185
PACKAGE = @PACKAGE@
186
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187
PACKAGE_NAME = @PACKAGE_NAME@
188
PACKAGE_STRING = @PACKAGE_STRING@
189
PACKAGE_TARNAME = @PACKAGE_TARNAME@
190
PACKAGE_URL = @PACKAGE_URL@
191
PACKAGE_VERSION = @PACKAGE_VERSION@
192
PATH_SEPARATOR = @PATH_SEPARATOR@
193
PERL = @PERL@
194
PKG_CONFIG = @PKG_CONFIG@
195
PYTHON = @PYTHON@
196
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
197
PYTHON_PLATFORM = @PYTHON_PLATFORM@
198
PYTHON_PREFIX = @PYTHON_PREFIX@
199
PYTHON_VERSION = @PYTHON_VERSION@
200
PY_PREFIX = @PY_PREFIX@
201
RANLIB = @RANLIB@
202
RSPEC = @RSPEC@
203
RUBY = @RUBY@
204
SED = @SED@
205
SET_MAKE = @SET_MAKE@
206
SHELL = @SHELL@
207
STRIP = @STRIP@
208
VERSION = @VERSION@
209
YACC = @YACC@
210
YFLAGS = @YFLAGS@
211
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
212
ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
213
ZLIB_LIBS = @ZLIB_LIBS@
214
abs_builddir = @abs_builddir@
215
abs_srcdir = @abs_srcdir@
216
abs_top_builddir = @abs_top_builddir@
217
abs_top_srcdir = @abs_top_srcdir@
218
ac_ct_CC = @ac_ct_CC@
219
ac_ct_CXX = @ac_ct_CXX@
220
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
221
am__include = @am__include@
222
am__leading_dot = @am__leading_dot@
223
am__quote = @am__quote@
224
am__tar = @am__tar@
225
am__untar = @am__untar@
226
bindir = @bindir@
227
build = @build@
228
build_alias = @build_alias@
229
build_cpu = @build_cpu@
230
build_os = @build_os@
231
build_vendor = @build_vendor@
232
builddir = @builddir@
233
datadir = @datadir@
234
datarootdir = @datarootdir@
235
docdir = @docdir@
236
dvidir = @dvidir@
237
exec_prefix = @exec_prefix@
238
host = @host@
239
host_alias = @host_alias@
240
host_cpu = @host_cpu@
241
host_os = @host_os@
242
host_vendor = @host_vendor@
243
htmldir = @htmldir@
244
includedir = @includedir@
245
infodir = @infodir@
246
install_sh = @install_sh@
247
libdir = @libdir@
248
libexecdir = @libexecdir@
249
localedir = @localedir@
250
localstatedir = @localstatedir@
251
lt_ECHO = @lt_ECHO@
252
mandir = @mandir@
253
mkdir_p = @mkdir_p@
254
oldincludedir = @oldincludedir@
255
pdfdir = @pdfdir@
256
pkgpyexecdir = @pkgpyexecdir@
257
pkgpythondir = @pkgpythondir@
258
prefix = @prefix@
259
program_transform_name = @program_transform_name@
260
psdir = @psdir@
261
pyexecdir = @pyexecdir@
262
pythondir = @pythondir@
263
sbindir = @sbindir@
264
sharedstatedir = @sharedstatedir@
265
srcdir = @srcdir@
266
sysconfdir = @sysconfdir@
267
target_alias = @target_alias@
268
top_build_prefix = @top_build_prefix@
269
top_builddir = @top_builddir@
270
top_srcdir = @top_srcdir@
271
SUBDIRS = cpp $(am__append_1) $(am__append_2) $(am__append_3) \
272
	$(am__append_4) $(am__append_5) $(am__append_6)
273
 
274
# All of the libs that don't use Automake need to go in here
275
# so they will end up in our release tarballs.
276
EXTRA_DIST = \
277
  cocoa \
278
  hs    \
279
  ocaml \
280
  php   \
281
  erl   \
282
  st
283
 
284
all: all-recursive
285
 
286
.SUFFIXES:
287
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
288
	@for dep in $?; do \
289
	  case '$(am__configure_deps)' in \
290
	    *$$dep*) \
291
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
292
	        && { if test -f $@; then exit 0; else break; fi; }; \
293
	      exit 1;; \
294
	  esac; \
295
	done; \
296
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
297
	$(am__cd) $(top_srcdir) && \
298
	  $(AUTOMAKE) --foreign lib/Makefile
299
.PRECIOUS: Makefile
300
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
301
	@case '$?' in \
302
	  *config.status*) \
303
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
304
	  *) \
305
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
306
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
307
	esac;
308
 
309
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
310
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
 
312
$(top_srcdir)/configure:  $(am__configure_deps)
313
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
315
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
$(am__aclocal_m4_deps):
317
 
318
mostlyclean-libtool:
319
	-rm -f *.lo
320
 
321
clean-libtool:
322
	-rm -rf .libs _libs
323
 
324
# This directory's subdirectories are mostly independent; you can cd
325
# into them and run `make' without going through this Makefile.
326
# To change the values of `make' variables: instead of editing Makefiles,
327
# (1) if the variable is set in `config.status', edit `config.status'
328
#     (which will cause the Makefiles to be regenerated when you run `make');
329
# (2) otherwise, pass the desired values on the `make' command line.
330
$(RECURSIVE_TARGETS):
331
	@failcom='exit 1'; \
332
	for f in x $$MAKEFLAGS; do \
333
	  case $$f in \
334
	    *=* | --[!k]*);; \
335
	    *k*) failcom='fail=yes';; \
336
	  esac; \
337
	done; \
338
	dot_seen=no; \
339
	target=`echo $@ | sed s/-recursive//`; \
340
	list='$(SUBDIRS)'; for subdir in $$list; do \
341
	  echo "Making $$target in $$subdir"; \
342
	  if test "$$subdir" = "."; then \
343
	    dot_seen=yes; \
344
	    local_target="$$target-am"; \
345
	  else \
346
	    local_target="$$target"; \
347
	  fi; \
348
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349
	  || eval $$failcom; \
350
	done; \
351
	if test "$$dot_seen" = "no"; then \
352
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
353
	fi; test -z "$$fail"
354
 
355
$(RECURSIVE_CLEAN_TARGETS):
356
	@failcom='exit 1'; \
357
	for f in x $$MAKEFLAGS; do \
358
	  case $$f in \
359
	    *=* | --[!k]*);; \
360
	    *k*) failcom='fail=yes';; \
361
	  esac; \
362
	done; \
363
	dot_seen=no; \
364
	case "$@" in \
365
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
366
	  *) list='$(SUBDIRS)' ;; \
367
	esac; \
368
	rev=''; for subdir in $$list; do \
369
	  if test "$$subdir" = "."; then :; else \
370
	    rev="$$subdir $$rev"; \
371
	  fi; \
372
	done; \
373
	rev="$$rev ."; \
374
	target=`echo $@ | sed s/-recursive//`; \
375
	for subdir in $$rev; do \
376
	  echo "Making $$target in $$subdir"; \
377
	  if test "$$subdir" = "."; then \
378
	    local_target="$$target-am"; \
379
	  else \
380
	    local_target="$$target"; \
381
	  fi; \
382
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383
	  || eval $$failcom; \
384
	done && test -z "$$fail"
385
tags-recursive:
386
	list='$(SUBDIRS)'; for subdir in $$list; do \
387
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
388
	done
389
ctags-recursive:
390
	list='$(SUBDIRS)'; for subdir in $$list; do \
391
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
392
	done
393
 
394
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
395
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
396
	unique=`for i in $$list; do \
397
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
	  done | \
399
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
401
	mkid -fID $$unique
402
tags: TAGS
403
 
404
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
405
		$(TAGS_FILES) $(LISP)
406
	set x; \
407
	here=`pwd`; \
408
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
409
	  include_option=--etags-include; \
410
	  empty_fix=.; \
411
	else \
412
	  include_option=--include; \
413
	  empty_fix=; \
414
	fi; \
415
	list='$(SUBDIRS)'; for subdir in $$list; do \
416
	  if test "$$subdir" = .; then :; else \
417
	    test ! -f $$subdir/TAGS || \
418
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
419
	  fi; \
420
	done; \
421
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
	unique=`for i in $$list; do \
423
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
	  done | \
425
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
427
	shift; \
428
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
429
	  test -n "$$unique" || unique=$$empty_fix; \
430
	  if test $$# -gt 0; then \
431
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
432
	      "$$@" $$unique; \
433
	  else \
434
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435
	      $$unique; \
436
	  fi; \
437
	fi
438
ctags: CTAGS
439
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440
		$(TAGS_FILES) $(LISP)
441
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442
	unique=`for i in $$list; do \
443
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
	  done | \
445
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
447
	test -z "$(CTAGS_ARGS)$$unique" \
448
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449
	     $$unique
450
 
451
GTAGS:
452
	here=`$(am__cd) $(top_builddir) && pwd` \
453
	  && $(am__cd) $(top_srcdir) \
454
	  && gtags -i $(GTAGS_ARGS) "$$here"
455
 
456
distclean-tags:
457
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
 
459
distdir: $(DISTFILES)
460
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462
	list='$(DISTFILES)'; \
463
	  dist_files=`for file in $$list; do echo $$file; done | \
464
	  sed -e "s|^$$srcdirstrip/||;t" \
465
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466
	case $$dist_files in \
467
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
468
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469
			   sort -u` ;; \
470
	esac; \
471
	for file in $$dist_files; do \
472
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473
	  if test -d $$d/$$file; then \
474
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475
	    if test -d "$(distdir)/$$file"; then \
476
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477
	    fi; \
478
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481
	    fi; \
482
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483
	  else \
484
	    test -f "$(distdir)/$$file" \
485
	    || cp -p $$d/$$file "$(distdir)/$$file" \
486
	    || exit 1; \
487
	  fi; \
488
	done
489
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
490
	  if test "$$subdir" = .; then :; else \
491
	    test -d "$(distdir)/$$subdir" \
492
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
493
	    || exit 1; \
494
	  fi; \
495
	done
496
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
497
	  if test "$$subdir" = .; then :; else \
498
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
499
	    $(am__relativize); \
500
	    new_distdir=$$reldir; \
501
	    dir1=$$subdir; dir2="$(top_distdir)"; \
502
	    $(am__relativize); \
503
	    new_top_distdir=$$reldir; \
504
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
505
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
506
	    ($(am__cd) $$subdir && \
507
	      $(MAKE) $(AM_MAKEFLAGS) \
508
	        top_distdir="$$new_top_distdir" \
509
	        distdir="$$new_distdir" \
510
		am__remove_distdir=: \
511
		am__skip_length_check=: \
512
		am__skip_mode_fix=: \
513
	        distdir) \
514
	      || exit 1; \
515
	  fi; \
516
	done
517
check-am: all-am
518
check: check-recursive
519
all-am: Makefile
520
installdirs: installdirs-recursive
521
installdirs-am:
522
install: install-recursive
523
install-exec: install-exec-recursive
524
install-data: install-data-recursive
525
uninstall: uninstall-recursive
526
 
527
install-am: all-am
528
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
529
 
530
installcheck: installcheck-recursive
531
install-strip:
532
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
533
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
534
	  `test -z '$(STRIP)' || \
535
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
536
mostlyclean-generic:
537
 
538
clean-generic:
539
 
540
distclean-generic:
541
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
542
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
543
 
544
maintainer-clean-generic:
545
	@echo "This command is intended for maintainers to use"
546
	@echo "it deletes files that may require special tools to rebuild."
547
clean: clean-recursive
548
 
549
clean-am: clean-generic clean-libtool mostlyclean-am
550
 
551
distclean: distclean-recursive
552
	-rm -f Makefile
553
distclean-am: clean-am distclean-generic distclean-tags
554
 
555
dvi: dvi-recursive
556
 
557
dvi-am:
558
 
559
html: html-recursive
560
 
561
html-am:
562
 
563
info: info-recursive
564
 
565
info-am:
566
 
567
install-data-am:
568
 
569
install-dvi: install-dvi-recursive
570
 
571
install-dvi-am:
572
 
573
install-exec-am:
574
 
575
install-html: install-html-recursive
576
 
577
install-html-am:
578
 
579
install-info: install-info-recursive
580
 
581
install-info-am:
582
 
583
install-man:
584
 
585
install-pdf: install-pdf-recursive
586
 
587
install-pdf-am:
588
 
589
install-ps: install-ps-recursive
590
 
591
install-ps-am:
592
 
593
installcheck-am:
594
 
595
maintainer-clean: maintainer-clean-recursive
596
	-rm -f Makefile
597
maintainer-clean-am: distclean-am maintainer-clean-generic
598
 
599
mostlyclean: mostlyclean-recursive
600
 
601
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
602
 
603
pdf: pdf-recursive
604
 
605
pdf-am:
606
 
607
ps: ps-recursive
608
 
609
ps-am:
610
 
611
uninstall-am:
612
 
613
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
614
	install-am install-strip tags-recursive
615
 
616
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
617
	all all-am check check-am clean clean-generic clean-libtool \
618
	ctags ctags-recursive distclean distclean-generic \
619
	distclean-libtool distclean-tags distdir dvi dvi-am html \
620
	html-am info info-am install install-am install-data \
621
	install-data-am install-dvi install-dvi-am install-exec \
622
	install-exec-am install-html install-html-am install-info \
623
	install-info-am install-man install-pdf install-pdf-am \
624
	install-ps install-ps-am install-strip installcheck \
625
	installcheck-am installdirs installdirs-am maintainer-clean \
626
	maintainer-clean-generic mostlyclean mostlyclean-generic \
627
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
628
	uninstall uninstall-am
629
 
630
 
631
# Tell versions [3.59,3.63) of GNU make to not export all variables.
632
# Otherwise a system limit (for SysV at least) may be exceeded.
633
.NOEXPORT: