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
#  Copyright 2005 Adam Jackson.
19
#
20
#  Permission is hereby granted, free of charge, to any person obtaining a
21
#  copy of this software and associated documentation files (the "Software"),
22
#  to deal in the Software without restriction, including without limitation
23
#  on the rights to use, copy, modify, merge, publish, distribute, sub
24
#  license, and/or sell copies of the Software, and to permit persons to whom
25
#  the Software is furnished to do so, subject to the following conditions:
26
#
27
#  The above copyright notice and this permission notice (including the next
28
#  paragraph) shall be included in all copies or substantial portions of the
29
#  Software.
30
#
31
#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
34
#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
35
#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36
#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37
VPATH = @srcdir@
38
pkgdatadir = $(datadir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
40
pkglibdir = $(libdir)/@PACKAGE@
41
pkglibexecdir = $(libexecdir)/@PACKAGE@
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43
install_sh_DATA = $(install_sh) -c -m 644
44
install_sh_PROGRAM = $(install_sh) -c
45
install_sh_SCRIPT = $(install_sh) -c
46
INSTALL_HEADER = $(INSTALL_DATA)
47
transform = $(program_transform_name)
48
NORMAL_INSTALL = :
49
PRE_INSTALL = :
50
POST_INSTALL = :
51
NORMAL_UNINSTALL = :
52
PRE_UNINSTALL = :
53
POST_UNINSTALL = :
54
build_triplet = @build@
55
host_triplet = @host@
56
subdir = .
57
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
58
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
59
	$(top_srcdir)/configure COPYING config.guess config.sub \
60
	depcomp install-sh ltmain.sh missing
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
	$(ACLOCAL_M4)
65
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66
 configure.lineno config.status.lineno
67
mkinstalldirs = $(install_sh) -d
68
CONFIG_HEADER = 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 dist dist-all distcheck
85
ETAGS = etags
86
CTAGS = ctags
87
DIST_SUBDIRS = $(SUBDIRS)
88
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
distdir = $(PACKAGE)-$(VERSION)
90
top_distdir = $(distdir)
91
am__remove_distdir = \
92
  { test ! -d "$(distdir)" \
93
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
94
         && rm -fr "$(distdir)"; }; }
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
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
121
GZIP_ENV = --best
122
distuninstallcheck_listfiles = find . -type f -print
123
distcleancheck_listfiles = find . -type f -print
124
ACLOCAL = @ACLOCAL@
125
AMTAR = @AMTAR@
126
AR = @AR@
127
AUTOCONF = @AUTOCONF@
128
AUTOHEADER = @AUTOHEADER@
129
AUTOMAKE = @AUTOMAKE@
130
AWK = @AWK@
131
CC = @CC@
132
CCDEPMODE = @CCDEPMODE@
133
CFLAGS = @CFLAGS@
134
CPP = @CPP@
135
CPPFLAGS = @CPPFLAGS@
136
CYGPATH_W = @CYGPATH_W@
137
DEFS = @DEFS@
138
DEPDIR = @DEPDIR@
139
DRIVER_NAME = @DRIVER_NAME@
140
DSYMUTIL = @DSYMUTIL@
141
DUMPBIN = @DUMPBIN@
142
ECHO_C = @ECHO_C@
143
ECHO_N = @ECHO_N@
144
ECHO_T = @ECHO_T@
145
EGREP = @EGREP@
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
LD = @LD@
155
LDFLAGS = @LDFLAGS@
156
LIBOBJS = @LIBOBJS@
157
LIBS = @LIBS@
158
LIBTOOL = @LIBTOOL@
159
LIPO = @LIPO@
160
LN_S = @LN_S@
161
LTLIBOBJS = @LTLIBOBJS@
162
MAINT = @MAINT@
163
MAKEINFO = @MAKEINFO@
164
MKDIR_P = @MKDIR_P@
165
NM = @NM@
166
NMEDIT = @NMEDIT@
167
OBJDUMP = @OBJDUMP@
168
OBJEXT = @OBJEXT@
169
OTOOL = @OTOOL@
170
OTOOL64 = @OTOOL64@
171
PACKAGE = @PACKAGE@
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173
PACKAGE_NAME = @PACKAGE_NAME@
174
PACKAGE_STRING = @PACKAGE_STRING@
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
176
PACKAGE_URL = @PACKAGE_URL@
177
PACKAGE_VERSION = @PACKAGE_VERSION@
178
PATH_SEPARATOR = @PATH_SEPARATOR@
179
PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
180
PCIACCESS_LIBS = @PCIACCESS_LIBS@
181
PKG_CONFIG = @PKG_CONFIG@
182
RANLIB = @RANLIB@
183
SED = @SED@
184
SET_MAKE = @SET_MAKE@
185
SHELL = @SHELL@
186
STRIP = @STRIP@
187
VERSION = @VERSION@
188
XORG_CFLAGS = @XORG_CFLAGS@
189
XORG_LIBS = @XORG_LIBS@
190
abs_builddir = @abs_builddir@
191
abs_srcdir = @abs_srcdir@
192
abs_top_builddir = @abs_top_builddir@
193
abs_top_srcdir = @abs_top_srcdir@
194
ac_ct_CC = @ac_ct_CC@
195
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
196
am__include = @am__include@
197
am__leading_dot = @am__leading_dot@
198
am__quote = @am__quote@
199
am__tar = @am__tar@
200
am__untar = @am__untar@
201
bindir = @bindir@
202
build = @build@
203
build_alias = @build_alias@
204
build_cpu = @build_cpu@
205
build_os = @build_os@
206
build_vendor = @build_vendor@
207
builddir = @builddir@
208
datadir = @datadir@
209
datarootdir = @datarootdir@
210
docdir = @docdir@
211
dvidir = @dvidir@
212
exec_prefix = @exec_prefix@
213
host = @host@
214
host_alias = @host_alias@
215
host_cpu = @host_cpu@
216
host_os = @host_os@
217
host_vendor = @host_vendor@
218
htmldir = @htmldir@
219
includedir = @includedir@
220
infodir = @infodir@
221
install_sh = @install_sh@
222
libdir = @libdir@
223
libexecdir = @libexecdir@
224
localedir = @localedir@
225
localstatedir = @localstatedir@
226
lt_ECHO = @lt_ECHO@
227
mandir = @mandir@
228
mkdir_p = @mkdir_p@
229
moduledir = @moduledir@
230
oldincludedir = @oldincludedir@
231
pdfdir = @pdfdir@
232
prefix = @prefix@
233
program_transform_name = @program_transform_name@
234
psdir = @psdir@
235
sbindir = @sbindir@
236
sharedstatedir = @sharedstatedir@
237
srcdir = @srcdir@
238
sysconfdir = @sysconfdir@
239
target_alias = @target_alias@
240
top_build_prefix = @top_build_prefix@
241
top_builddir = @top_builddir@
242
top_srcdir = @top_srcdir@
243
AUTOMAKE_OPTIONS = foreign
244
SUBDIRS = src man
245
all: config.h
246
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
247
248
.SUFFIXES:
249
am--refresh:
250
	@:
251
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
252
	@for dep in $?; do \
253
	  case '$(am__configure_deps)' in \
254
	    *$$dep*) \
255
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
256
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
257
		&& exit 0; \
258
	      exit 1;; \
259
	  esac; \
260
	done; \
261
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
262
	$(am__cd) $(top_srcdir) && \
263
	  $(AUTOMAKE) --foreign Makefile
264
.PRECIOUS: Makefile
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266
	@case '$?' in \
267
	  *config.status*) \
268
	    echo ' $(SHELL) ./config.status'; \
269
	    $(SHELL) ./config.status;; \
270
	  *) \
271
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
272
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
273
	esac;
274
275
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
276
	$(SHELL) ./config.status --recheck
277
278
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
279
	$(am__cd) $(srcdir) && $(AUTOCONF)
280
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
281
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
282
$(am__aclocal_m4_deps):
283
284
config.h: stamp-h1
285
	@if test ! -f $@; then \
286
	  rm -f stamp-h1; \
287
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
288
	else :; fi
289
290
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
291
	@rm -f stamp-h1
292
	cd $(top_builddir) && $(SHELL) ./config.status config.h
293
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
294
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
295
	rm -f stamp-h1
296
	touch $@
297
298
distclean-hdr:
299
	-rm -f config.h stamp-h1
300
301
mostlyclean-libtool:
302
	-rm -f *.lo
303
304
clean-libtool:
305
	-rm -rf .libs _libs
306
307
distclean-libtool:
308
	-rm -f libtool config.lt
309
310
# This directory's subdirectories are mostly independent; you can cd
311
# into them and run `make' without going through this Makefile.
312
# To change the values of `make' variables: instead of editing Makefiles,
313
# (1) if the variable is set in `config.status', edit `config.status'
314
#     (which will cause the Makefiles to be regenerated when you run `make');
315
# (2) otherwise, pass the desired values on the `make' command line.
316
$(RECURSIVE_TARGETS):
317
	@failcom='exit 1'; \
318
	for f in x $$MAKEFLAGS; do \
319
	  case $$f in \
320
	    *=* | --[!k]*);; \
321
	    *k*) failcom='fail=yes';; \
322
	  esac; \
323
	done; \
324
	dot_seen=no; \
325
	target=`echo $@ | sed s/-recursive//`; \
326
	list='$(SUBDIRS)'; for subdir in $$list; do \
327
	  echo "Making $$target in $$subdir"; \
328
	  if test "$$subdir" = "."; then \
329
	    dot_seen=yes; \
330
	    local_target="$$target-am"; \
331
	  else \
332
	    local_target="$$target"; \
333
	  fi; \
334
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
335
	  || eval $$failcom; \
336
	done; \
337
	if test "$$dot_seen" = "no"; then \
338
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
339
	fi; test -z "$$fail"
340
341
$(RECURSIVE_CLEAN_TARGETS):
342
	@failcom='exit 1'; \
343
	for f in x $$MAKEFLAGS; do \
344
	  case $$f in \
345
	    *=* | --[!k]*);; \
346
	    *k*) failcom='fail=yes';; \
347
	  esac; \
348
	done; \
349
	dot_seen=no; \
350
	case "$@" in \
351
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
352
	  *) list='$(SUBDIRS)' ;; \
353
	esac; \
354
	rev=''; for subdir in $$list; do \
355
	  if test "$$subdir" = "."; then :; else \
356
	    rev="$$subdir $$rev"; \
357
	  fi; \
358
	done; \
359
	rev="$$rev ."; \
360
	target=`echo $@ | sed s/-recursive//`; \
361
	for subdir in $$rev; do \
362
	  echo "Making $$target in $$subdir"; \
363
	  if test "$$subdir" = "."; then \
364
	    local_target="$$target-am"; \
365
	  else \
366
	    local_target="$$target"; \
367
	  fi; \
368
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
369
	  || eval $$failcom; \
370
	done && test -z "$$fail"
371
tags-recursive:
372
	list='$(SUBDIRS)'; for subdir in $$list; do \
373
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
374
	done
375
ctags-recursive:
376
	list='$(SUBDIRS)'; for subdir in $$list; do \
377
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
378
	done
379
380
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
381
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
382
	unique=`for i in $$list; do \
383
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384
	  done | \
385
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
386
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
387
	mkid -fID $$unique
388
tags: TAGS
389
390
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
391
		$(TAGS_FILES) $(LISP)
392
	set x; \
393
	here=`pwd`; \
394
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
395
	  include_option=--etags-include; \
396
	  empty_fix=.; \
397
	else \
398
	  include_option=--include; \
399
	  empty_fix=; \
400
	fi; \
401
	list='$(SUBDIRS)'; for subdir in $$list; do \
402
	  if test "$$subdir" = .; then :; else \
403
	    test ! -f $$subdir/TAGS || \
404
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
405
	  fi; \
406
	done; \
407
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
408
	unique=`for i in $$list; do \
409
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
	  done | \
411
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
413
	shift; \
414
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
415
	  test -n "$$unique" || unique=$$empty_fix; \
416
	  if test $$# -gt 0; then \
417
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418
	      "$$@" $$unique; \
419
	  else \
420
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421
	      $$unique; \
422
	  fi; \
423
	fi
424
ctags: CTAGS
425
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
426
		$(TAGS_FILES) $(LISP)
427
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
428
	unique=`for i in $$list; do \
429
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430
	  done | \
431
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
433
	test -z "$(CTAGS_ARGS)$$unique" \
434
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
435
	     $$unique
436
437
GTAGS:
438
	here=`$(am__cd) $(top_builddir) && pwd` \
439
	  && $(am__cd) $(top_srcdir) \
440
	  && gtags -i $(GTAGS_ARGS) "$$here"
441
442
distclean-tags:
443
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
444
445
distdir: $(DISTFILES)
446
	$(am__remove_distdir)
447
	test -d "$(distdir)" || mkdir "$(distdir)"
448
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
450
	list='$(DISTFILES)'; \
451
	  dist_files=`for file in $$list; do echo $$file; done | \
452
	  sed -e "s|^$$srcdirstrip/||;t" \
453
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
454
	case $$dist_files in \
455
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
456
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
457
			   sort -u` ;; \
458
	esac; \
459
	for file in $$dist_files; do \
460
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
461
	  if test -d $$d/$$file; then \
462
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
463
	    if test -d "$(distdir)/$$file"; then \
464
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465
	    fi; \
466
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
467
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
468
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
469
	    fi; \
470
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
471
	  else \
472
	    test -f "$(distdir)/$$file" \
473
	    || cp -p $$d/$$file "$(distdir)/$$file" \
474
	    || exit 1; \
475
	  fi; \
476
	done
477
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
478
	  if test "$$subdir" = .; then :; else \
479
	    test -d "$(distdir)/$$subdir" \
480
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
481
	    || exit 1; \
482
	  fi; \
483
	done
484
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
485
	  if test "$$subdir" = .; then :; else \
486
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
487
	    $(am__relativize); \
488
	    new_distdir=$$reldir; \
489
	    dir1=$$subdir; dir2="$(top_distdir)"; \
490
	    $(am__relativize); \
491
	    new_top_distdir=$$reldir; \
492
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
493
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
494
	    ($(am__cd) $$subdir && \
495
	      $(MAKE) $(AM_MAKEFLAGS) \
496
	        top_distdir="$$new_top_distdir" \
497
	        distdir="$$new_distdir" \
498
		am__remove_distdir=: \
499
		am__skip_length_check=: \
500
		am__skip_mode_fix=: \
501
	        distdir) \
502
	      || exit 1; \
503
	  fi; \
504
	done
505
	-test -n "$(am__skip_mode_fix)" \
506
	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
507
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
508
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
509
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
510
	|| chmod -R a+r "$(distdir)"
511
dist-gzip: distdir
512
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
513
	$(am__remove_distdir)
514
dist-bzip2: distdir
515
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
516
	$(am__remove_distdir)
517
518
dist-lzma: distdir
519
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
520
	$(am__remove_distdir)
521
522
dist-xz: distdir
523
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
524
	$(am__remove_distdir)
525
526
dist-tarZ: distdir
527
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
528
	$(am__remove_distdir)
529
530
dist-shar: distdir
531
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
532
	$(am__remove_distdir)
533
534
dist-zip: distdir
535
	-rm -f $(distdir).zip
536
	zip -rq $(distdir).zip $(distdir)
537
	$(am__remove_distdir)
538
539
dist dist-all: distdir
540
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
541
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
542
	$(am__remove_distdir)
543
544
# This target untars the dist file and tries a VPATH configuration.  Then
545
# it guarantees that the distribution is self-contained by making another
546
# tarfile.
547
distcheck: dist
548
	case '$(DIST_ARCHIVES)' in \
549
	*.tar.gz*) \
550
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
551
	*.tar.bz2*) \
552
	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
553
	*.tar.lzma*) \
554
	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
555
	*.tar.xz*) \
556
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
557
	*.tar.Z*) \
558
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
559
	*.shar.gz*) \
560
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
561
	*.zip*) \
562
	  unzip $(distdir).zip ;;\
563
	esac
564
	chmod -R a-w $(distdir); chmod a+w $(distdir)
565
	mkdir $(distdir)/_build
566
	mkdir $(distdir)/_inst
567
	chmod a-w $(distdir)
568
	test -d $(distdir)/_build || exit 0; \
569
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
570
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
571
	  && am__cwd=`pwd` \
572
	  && $(am__cd) $(distdir)/_build \
573
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
574
	    $(DISTCHECK_CONFIGURE_FLAGS) \
575
	  && $(MAKE) $(AM_MAKEFLAGS) \
576
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
577
	  && $(MAKE) $(AM_MAKEFLAGS) check \
578
	  && $(MAKE) $(AM_MAKEFLAGS) install \
579
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
580
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
581
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
582
	        distuninstallcheck \
583
	  && chmod -R a-w "$$dc_install_base" \
584
	  && ({ \
585
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
586
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
587
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
588
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
589
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
590
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
591
	  && rm -rf "$$dc_destdir" \
592
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
593
	  && rm -rf $(DIST_ARCHIVES) \
594
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
595
	  && cd "$$am__cwd" \
596
	  || exit 1
597
	$(am__remove_distdir)
598
	@(echo "$(distdir) archives ready for distribution: "; \
599
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
600
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
601
distuninstallcheck:
602
	@$(am__cd) '$(distuninstallcheck_dir)' \
603
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
604
	   || { echo "ERROR: files left after uninstall:" ; \
605
	        if test -n "$(DESTDIR)"; then \
606
	          echo "  (check DESTDIR support)"; \
607
	        fi ; \
608
	        $(distuninstallcheck_listfiles) ; \
609
	        exit 1; } >&2
610
distcleancheck: distclean
611
	@if test '$(srcdir)' = . ; then \
612
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
613
	  exit 1 ; \
614
	fi
615
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
616
	  || { echo "ERROR: files left in build directory after distclean:" ; \
617
	       $(distcleancheck_listfiles) ; \
618
	       exit 1; } >&2
619
check-am: all-am
620
check: check-recursive
621
all-am: Makefile config.h
622
installdirs: installdirs-recursive
623
installdirs-am:
624
install: install-recursive
625
install-exec: install-exec-recursive
626
install-data: install-data-recursive
627
uninstall: uninstall-recursive
628
629
install-am: all-am
630
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
631
632
installcheck: installcheck-recursive
633
install-strip:
634
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
635
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
636
	  `test -z '$(STRIP)' || \
637
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
638
mostlyclean-generic:
639
640
clean-generic:
641
642
distclean-generic:
643
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
644
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
645
646
maintainer-clean-generic:
647
	@echo "This command is intended for maintainers to use"
648
	@echo "it deletes files that may require special tools to rebuild."
649
clean: clean-recursive
650
651
clean-am: clean-generic clean-libtool mostlyclean-am
652
653
distclean: distclean-recursive
654
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
655
	-rm -f Makefile
656
distclean-am: clean-am distclean-generic distclean-hdr \
657
	distclean-libtool distclean-tags
658
659
dvi: dvi-recursive
660
661
dvi-am:
662
663
html: html-recursive
664
665
html-am:
666
667
info: info-recursive
668
669
info-am:
670
671
install-data-am:
672
673
install-dvi: install-dvi-recursive
674
675
install-dvi-am:
676
677
install-exec-am:
678
679
install-html: install-html-recursive
680
681
install-html-am:
682
683
install-info: install-info-recursive
684
685
install-info-am:
686
687
install-man:
688
689
install-pdf: install-pdf-recursive
690
691
install-pdf-am:
692
693
install-ps: install-ps-recursive
694
695
install-ps-am:
696
697
installcheck-am:
698
699
maintainer-clean: maintainer-clean-recursive
700
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
701
	-rm -rf $(top_srcdir)/autom4te.cache
702
	-rm -f Makefile
703
maintainer-clean-am: distclean-am maintainer-clean-generic
704
705
mostlyclean: mostlyclean-recursive
706
707
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
708
709
pdf: pdf-recursive
710
711
pdf-am:
712
713
ps: ps-recursive
714
715
ps-am:
716
717
uninstall-am:
718
719
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
720
	ctags-recursive install-am install-strip tags-recursive
721
722
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
723
	all all-am am--refresh check check-am clean clean-generic \
724
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
725
	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
726
	distcheck distclean distclean-generic distclean-hdr \
727
	distclean-libtool distclean-tags distcleancheck distdir \
728
	distuninstallcheck dvi dvi-am html html-am info info-am \
729
	install install-am install-data install-data-am install-dvi \
730
	install-dvi-am install-exec install-exec-am install-html \
731
	install-html-am install-info install-info-am install-man \
732
	install-pdf install-pdf-am install-ps install-ps-am \
733
	install-strip installcheck installcheck-am installdirs \
734
	installdirs-am maintainer-clean maintainer-clean-generic \
735
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
736
	ps ps-am tags tags-recursive uninstall uninstall-am
737
738
739
# Tell versions [3.59,3.63) of GNU make to not export all variables.
740
# Otherwise a system limit (for SysV at least) may be exceeded.
741
.NOEXPORT: