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