Subversion Repositories svnkaklik

Rev

Rev 558 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 558 Rev 639
Line 1... Line 1...
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
# @configure_input@
2
# @configure_input@
3
 
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-
 
6
# Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
# with or without modifications, as long as this notice is preserved.
9
 
10
 
10
# This program is distributed in the hope that it will be useful,
11
# This program is distributed in the hope that it will be useful,
Line 13... Line 14...
13
# PARTICULAR PURPOSE.
14
# PARTICULAR PURPOSE.
14
 
15
 
15
@SET_MAKE@
16
@SET_MAKE@
16
VPATH = @srcdir@
17
VPATH = @srcdir@
17
pkgdatadir = $(datadir)/@PACKAGE@
18
pkgdatadir = $(datadir)/@PACKAGE@
18
pkglibdir = $(libdir)/@PACKAGE@
-
 
19
pkgincludedir = $(includedir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
-
 
20
pkglibdir = $(libdir)/@PACKAGE@
-
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
install_sh_DATA = $(install_sh) -c -m 644
23
install_sh_DATA = $(install_sh) -c -m 644
22
install_sh_PROGRAM = $(install_sh) -c
24
install_sh_PROGRAM = $(install_sh) -c
23
install_sh_SCRIPT = $(install_sh) -c
25
install_sh_SCRIPT = $(install_sh) -c
24
INSTALL_HEADER = $(INSTALL_DATA)
26
INSTALL_HEADER = $(INSTALL_DATA)
Line 44... Line 46...
44
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45
 configure.lineno config.status.lineno
47
 configure.lineno config.status.lineno
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
CONFIG_HEADER = config.h
49
CONFIG_HEADER = config.h
48
CONFIG_CLEAN_FILES =
50
CONFIG_CLEAN_FILES =
-
 
51
CONFIG_CLEAN_VPATH_FILES =
49
SOURCES =
52
SOURCES =
50
DIST_SOURCES =
53
DIST_SOURCES =
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
	html-recursive info-recursive install-data-recursive \
55
	html-recursive info-recursive install-data-recursive \
53
	install-dvi-recursive install-exec-recursive \
56
	install-dvi-recursive install-exec-recursive \
Line 55... Line 58...
55
	install-pdf-recursive install-ps-recursive install-recursive \
58
	install-pdf-recursive install-ps-recursive install-recursive \
56
	installcheck-recursive installdirs-recursive pdf-recursive \
59
	installcheck-recursive installdirs-recursive pdf-recursive \
57
	ps-recursive uninstall-recursive
60
	ps-recursive uninstall-recursive
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
59
  distclean-recursive maintainer-clean-recursive
62
  distclean-recursive maintainer-clean-recursive
-
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
-
 
64
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
-
 
65
	distdir dist dist-all distcheck
60
ETAGS = etags
66
ETAGS = etags
61
CTAGS = ctags
67
CTAGS = ctags
62
DIST_SUBDIRS = $(SUBDIRS)
68
DIST_SUBDIRS = $(SUBDIRS)
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64
distdir = $(PACKAGE)-$(VERSION)
70
distdir = $(PACKAGE)-$(VERSION)
65
top_distdir = $(distdir)
71
top_distdir = $(distdir)
66
am__remove_distdir = \
72
am__remove_distdir = \
67
  { test ! -d $(distdir) \
73
  { test ! -d "$(distdir)" \
68
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
74
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
69
         && rm -fr $(distdir); }; }
75
         && rm -fr "$(distdir)"; }; }
-
 
76
am__relativize = \
-
 
77
  dir0=`pwd`; \
-
 
78
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-
 
79
  sed_rest='s,^[^/]*/*,,'; \
-
 
80
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-
 
81
  sed_butlast='s,/*[^/]*$$,,'; \
-
 
82
  while test -n "$$dir1"; do \
-
 
83
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-
 
84
    if test "$$first" != "."; then \
-
 
85
      if test "$$first" = ".."; then \
-
 
86
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-
 
87
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-
 
88
      else \
-
 
89
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-
 
90
        if test "$$first2" = "$$first"; then \
-
 
91
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-
 
92
        else \
-
 
93
          dir2="../$$dir2"; \
-
 
94
        fi; \
-
 
95
        dir0="$$dir0"/"$$first"; \
-
 
96
      fi; \
-
 
97
    fi; \
-
 
98
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-
 
99
  done; \
-
 
100
  reldir="$$dir2"
70
DIST_ARCHIVES = $(distdir).tar.gz
101
DIST_ARCHIVES = $(distdir).tar.gz
71
GZIP_ENV = --best
102
GZIP_ENV = --best
72
distuninstallcheck_listfiles = find . -type f -print
103
distuninstallcheck_listfiles = find . -type f -print
73
distcleancheck_listfiles = find . -type f -print
104
distcleancheck_listfiles = find . -type f -print
74
ACLOCAL = @ACLOCAL@
105
ACLOCAL = @ACLOCAL@
Line 119... Line 150...
119
PACKAGE = @PACKAGE@
150
PACKAGE = @PACKAGE@
120
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121
PACKAGE_NAME = @PACKAGE_NAME@
152
PACKAGE_NAME = @PACKAGE_NAME@
122
PACKAGE_STRING = @PACKAGE_STRING@
153
PACKAGE_STRING = @PACKAGE_STRING@
123
PACKAGE_TARNAME = @PACKAGE_TARNAME@
154
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-
 
155
PACKAGE_URL = @PACKAGE_URL@
124
PACKAGE_VERSION = @PACKAGE_VERSION@
156
PACKAGE_VERSION = @PACKAGE_VERSION@
125
PATH_SEPARATOR = @PATH_SEPARATOR@
157
PATH_SEPARATOR = @PATH_SEPARATOR@
126
RANLIB = @RANLIB@
158
RANLIB = @RANLIB@
127
SED = @SED@
159
SED = @SED@
128
SET_MAKE = @SET_MAKE@
160
SET_MAKE = @SET_MAKE@
Line 194... Line 226...
194
	@:
226
	@:
195
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
227
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
196
	@for dep in $?; do \
228
	@for dep in $?; do \
197
	  case '$(am__configure_deps)' in \
229
	  case '$(am__configure_deps)' in \
198
	    *$$dep*) \
230
	    *$$dep*) \
199
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
231
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
200
	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
232
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
201
		&& exit 0; \
233
		&& exit 0; \
202
	      exit 1;; \
234
	      exit 1;; \
203
	  esac; \
235
	  esac; \
204
	done; \
236
	done; \
205
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
237
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
206
	cd $(top_srcdir) && \
238
	$(am__cd) $(top_srcdir) && \
207
	  $(AUTOMAKE) --foreign  Makefile
239
	  $(AUTOMAKE) --foreign Makefile
208
.PRECIOUS: Makefile
240
.PRECIOUS: Makefile
209
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210
	@case '$?' in \
242
	@case '$?' in \
211
	  *config.status*) \
243
	  *config.status*) \
212
	    echo ' $(SHELL) ./config.status'; \
244
	    echo ' $(SHELL) ./config.status'; \
Line 218... Line 250...
218
 
250
 
219
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220
	$(SHELL) ./config.status --recheck
252
	$(SHELL) ./config.status --recheck
221
 
253
 
222
$(top_srcdir)/configure:  $(am__configure_deps)
254
$(top_srcdir)/configure:  $(am__configure_deps)
223
	cd $(srcdir) && $(AUTOCONF)
255
	$(am__cd) $(srcdir) && $(AUTOCONF)
224
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
256
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
225
	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
257
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-
 
258
$(am__aclocal_m4_deps):
226
 
259
 
227
config.h: stamp-h1
260
config.h: stamp-h1
228
	@if test ! -f $@; then \
261
	@if test ! -f $@; then \
229
	  rm -f stamp-h1; \
262
	  rm -f stamp-h1; \
230
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
263
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
Line 232... Line 265...
232
 
265
 
233
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
266
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
234
	@rm -f stamp-h1
267
	@rm -f stamp-h1
235
	cd $(top_builddir) && $(SHELL) ./config.status config.h
268
	cd $(top_builddir) && $(SHELL) ./config.status config.h
236
$(srcdir)/config.h.in:  $(am__configure_deps) 
269
$(srcdir)/config.h.in:  $(am__configure_deps) 
237
	cd $(top_srcdir) && $(AUTOHEADER)
270
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
238
	rm -f stamp-h1
271
	rm -f stamp-h1
239
	touch $@
272
	touch $@
240
 
273
 
241
distclean-hdr:
274
distclean-hdr:
242
	-rm -f config.h stamp-h1
275
	-rm -f config.h stamp-h1
Line 272... Line 305...
272
	    dot_seen=yes; \
305
	    dot_seen=yes; \
273
	    local_target="$$target-am"; \
306
	    local_target="$$target-am"; \
274
	  else \
307
	  else \
275
	    local_target="$$target"; \
308
	    local_target="$$target"; \
276
	  fi; \
309
	  fi; \
277
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
278
	  || eval $$failcom; \
311
	  || eval $$failcom; \
279
	done; \
312
	done; \
280
	if test "$$dot_seen" = "no"; then \
313
	if test "$$dot_seen" = "no"; then \
281
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
314
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
282
	fi; test -z "$$fail"
315
	fi; test -z "$$fail"
Line 306... Line 339...
306
	  if test "$$subdir" = "."; then \
339
	  if test "$$subdir" = "."; then \
307
	    local_target="$$target-am"; \
340
	    local_target="$$target-am"; \
308
	  else \
341
	  else \
309
	    local_target="$$target"; \
342
	    local_target="$$target"; \
310
	  fi; \
343
	  fi; \
311
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312
	  || eval $$failcom; \
345
	  || eval $$failcom; \
313
	done && test -z "$$fail"
346
	done && test -z "$$fail"
314
tags-recursive:
347
tags-recursive:
315
	list='$(SUBDIRS)'; for subdir in $$list; do \
348
	list='$(SUBDIRS)'; for subdir in $$list; do \
316
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
349
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
317
	done
350
	done
318
ctags-recursive:
351
ctags-recursive:
319
	list='$(SUBDIRS)'; for subdir in $$list; do \
352
	list='$(SUBDIRS)'; for subdir in $$list; do \
320
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
353
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
321
	done
354
	done
322
 
355
 
323
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
356
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
324
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
357
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
325
	unique=`for i in $$list; do \
358
	unique=`for i in $$list; do \
Line 330... Line 363...
330
	mkid -fID $$unique
363
	mkid -fID $$unique
331
tags: TAGS
364
tags: TAGS
332
 
365
 
333
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
366
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
334
		$(TAGS_FILES) $(LISP)
367
		$(TAGS_FILES) $(LISP)
335
	tags=; \
368
	set x; \
336
	here=`pwd`; \
369
	here=`pwd`; \
337
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
370
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
338
	  include_option=--etags-include; \
371
	  include_option=--etags-include; \
339
	  empty_fix=.; \
372
	  empty_fix=.; \
340
	else \
373
	else \
Line 342... Line 375...
342
	  empty_fix=; \
375
	  empty_fix=; \
343
	fi; \
376
	fi; \
344
	list='$(SUBDIRS)'; for subdir in $$list; do \
377
	list='$(SUBDIRS)'; for subdir in $$list; do \
345
	  if test "$$subdir" = .; then :; else \
378
	  if test "$$subdir" = .; then :; else \
346
	    test ! -f $$subdir/TAGS || \
379
	    test ! -f $$subdir/TAGS || \
347
	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
380
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
348
	  fi; \
381
	  fi; \
349
	done; \
382
	done; \
350
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
383
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
351
	unique=`for i in $$list; do \
384
	unique=`for i in $$list; do \
352
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
	  done | \
386
	  done | \
354
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
388
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-
 
389
	shift; \
356
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
390
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
357
	  test -n "$$unique" || unique=$$empty_fix; \
391
	  test -n "$$unique" || unique=$$empty_fix; \
-
 
392
	  if test $$# -gt 0; then \
358
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-
 
394
	      "$$@" $$unique; \
-
 
395
	  else \
-
 
396
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359
	    $$tags $$unique; \
397
	      $$unique; \
-
 
398
	  fi; \
360
	fi
399
	fi
361
ctags: CTAGS
400
ctags: CTAGS
362
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
401
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
363
		$(TAGS_FILES) $(LISP)
402
		$(TAGS_FILES) $(LISP)
364
	tags=; \
-
 
365
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
403
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
366
	unique=`for i in $$list; do \
404
	unique=`for i in $$list; do \
367
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368
	  done | \
406
	  done | \
369
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
408
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
371
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
409
	test -z "$(CTAGS_ARGS)$$unique" \
372
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
373
	     $$tags $$unique
411
	     $$unique
374
 
412
 
375
GTAGS:
413
GTAGS:
376
	here=`$(am__cd) $(top_builddir) && pwd` \
414
	here=`$(am__cd) $(top_builddir) && pwd` \
377
	  && cd $(top_srcdir) \
415
	  && $(am__cd) $(top_srcdir) \
378
	  && gtags -i $(GTAGS_ARGS) $$here
416
	  && gtags -i $(GTAGS_ARGS) "$$here"
379
 
417
 
380
distclean-tags:
418
distclean-tags:
381
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
382
 
420
 
383
distdir: $(DISTFILES)
421
distdir: $(DISTFILES)
384
	$(am__remove_distdir)
422
	$(am__remove_distdir)
385
	test -d $(distdir) || mkdir $(distdir)
423
	test -d "$(distdir)" || mkdir "$(distdir)"
386
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388
	list='$(DISTFILES)'; \
426
	list='$(DISTFILES)'; \
389
	  dist_files=`for file in $$list; do echo $$file; done | \
427
	  dist_files=`for file in $$list; do echo $$file; done | \
390
	  sed -e "s|^$$srcdirstrip/||;t" \
428
	  sed -e "s|^$$srcdirstrip/||;t" \
Line 396... Line 434...
396
	esac; \
434
	esac; \
397
	for file in $$dist_files; do \
435
	for file in $$dist_files; do \
398
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
436
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
399
	  if test -d $$d/$$file; then \
437
	  if test -d $$d/$$file; then \
400
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
438
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-
 
439
	    if test -d "$(distdir)/$$file"; then \
-
 
440
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-
 
441
	    fi; \
401
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
402
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
443
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-
 
444
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
403
	    fi; \
445
	    fi; \
404
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
446
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
405
	  else \
447
	  else \
406
	    test -f $(distdir)/$$file \
448
	    test -f "$(distdir)/$$file" \
407
	    || cp -p $$d/$$file $(distdir)/$$file \
449
	    || cp -p $$d/$$file "$(distdir)/$$file" \
408
	    || exit 1; \
450
	    || exit 1; \
409
	  fi; \
451
	  fi; \
410
	done
452
	done
411
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
453
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
412
	  if test "$$subdir" = .; then :; else \
454
	  if test "$$subdir" = .; then :; else \
413
	    test -d "$(distdir)/$$subdir" \
455
	    test -d "$(distdir)/$$subdir" \
414
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
456
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
415
	    || exit 1; \
457
	    || exit 1; \
-
 
458
	  fi; \
-
 
459
	done
-
 
460
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-
 
461
	  if test "$$subdir" = .; then :; else \
416
	    distdir=`$(am__cd) $(distdir) && pwd`; \
462
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-
 
463
	    $(am__relativize); \
-
 
464
	    new_distdir=$$reldir; \
417
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
465
	    dir1=$$subdir; dir2="$(top_distdir)"; \
-
 
466
	    $(am__relativize); \
-
 
467
	    new_top_distdir=$$reldir; \
-
 
468
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-
 
469
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
418
	    (cd $$subdir && \
470
	    ($(am__cd) $$subdir && \
419
	      $(MAKE) $(AM_MAKEFLAGS) \
471
	      $(MAKE) $(AM_MAKEFLAGS) \
420
	        top_distdir="$$top_distdir" \
472
	        top_distdir="$$new_top_distdir" \
421
	        distdir="$$distdir/$$subdir" \
473
	        distdir="$$new_distdir" \
422
		am__remove_distdir=: \
474
		am__remove_distdir=: \
423
		am__skip_length_check=: \
475
		am__skip_length_check=: \
-
 
476
		am__skip_mode_fix=: \
424
	        distdir) \
477
	        distdir) \
425
	      || exit 1; \
478
	      || exit 1; \
426
	  fi; \
479
	  fi; \
427
	done
480
	done
-
 
481
	-test -n "$(am__skip_mode_fix)" \
428
	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
482
	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
429
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
483
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
430
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
484
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
431
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
485
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
432
	|| chmod -R a+r $(distdir)
486
	|| chmod -R a+r "$(distdir)"
433
dist-gzip: distdir
487
dist-gzip: distdir
434
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
488
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
435
	$(am__remove_distdir)
489
	$(am__remove_distdir)
436
 
490
 
437
dist-bzip2: distdir
491
dist-bzip2: distdir
Line 440... Line 494...
440
 
494
 
441
dist-lzma: distdir
495
dist-lzma: distdir
442
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
496
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
443
	$(am__remove_distdir)
497
	$(am__remove_distdir)
444
 
498
 
-
 
499
dist-xz: distdir
-
 
500
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
-
 
501
	$(am__remove_distdir)
-
 
502
 
445
dist-tarZ: distdir
503
dist-tarZ: distdir
446
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
504
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
447
	$(am__remove_distdir)
505
	$(am__remove_distdir)
448
 
506
 
449
dist-shar: distdir
507
dist-shar: distdir
Line 468... Line 526...
468
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
526
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
469
	*.tar.bz2*) \
527
	*.tar.bz2*) \
470
	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
528
	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
471
	*.tar.lzma*) \
529
	*.tar.lzma*) \
472
	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
530
	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
-
 
531
	*.tar.xz*) \
-
 
532
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
473
	*.tar.Z*) \
533
	*.tar.Z*) \
474
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
534
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
475
	*.shar.gz*) \
535
	*.shar.gz*) \
476
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
536
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
477
	*.zip*) \
537
	*.zip*) \
Line 479... Line 539...
479
	esac
539
	esac
480
	chmod -R a-w $(distdir); chmod a+w $(distdir)
540
	chmod -R a-w $(distdir); chmod a+w $(distdir)
481
	mkdir $(distdir)/_build
541
	mkdir $(distdir)/_build
482
	mkdir $(distdir)/_inst
542
	mkdir $(distdir)/_inst
483
	chmod a-w $(distdir)
543
	chmod a-w $(distdir)
-
 
544
	test -d $(distdir)/_build || exit 0; \
484
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
545
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
485
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
546
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
-
 
547
	  && am__cwd=`pwd` \
486
	  && cd $(distdir)/_build \
548
	  && $(am__cd) $(distdir)/_build \
487
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
549
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
488
	    $(DISTCHECK_CONFIGURE_FLAGS) \
550
	    $(DISTCHECK_CONFIGURE_FLAGS) \
489
	  && $(MAKE) $(AM_MAKEFLAGS) \
551
	  && $(MAKE) $(AM_MAKEFLAGS) \
490
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
552
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
491
	  && $(MAKE) $(AM_MAKEFLAGS) check \
553
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Line 503... Line 565...
503
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
565
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
504
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
566
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
505
	  && rm -rf "$$dc_destdir" \
567
	  && rm -rf "$$dc_destdir" \
506
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
568
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
507
	  && rm -rf $(DIST_ARCHIVES) \
569
	  && rm -rf $(DIST_ARCHIVES) \
508
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
570
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
-
 
571
	  && cd "$$am__cwd" \
-
 
572
	  || exit 1
509
	$(am__remove_distdir)
573
	$(am__remove_distdir)
510
	@(echo "$(distdir) archives ready for distribution: "; \
574
	@(echo "$(distdir) archives ready for distribution: "; \
511
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
575
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
512
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
576
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
513
distuninstallcheck:
577
distuninstallcheck:
514
	@cd $(distuninstallcheck_dir) \
578
	@$(am__cd) '$(distuninstallcheck_dir)' \
515
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
579
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
516
	   || { echo "ERROR: files left after uninstall:" ; \
580
	   || { echo "ERROR: files left after uninstall:" ; \
517
	        if test -n "$(DESTDIR)"; then \
581
	        if test -n "$(DESTDIR)"; then \
518
	          echo "  (check DESTDIR support)"; \
582
	          echo "  (check DESTDIR support)"; \
519
	        fi ; \
583
	        fi ; \
Line 551... Line 615...
551
 
615
 
552
clean-generic:
616
clean-generic:
553
 
617
 
554
distclean-generic:
618
distclean-generic:
555
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
619
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
 
620
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
556
 
621
 
557
maintainer-clean-generic:
622
maintainer-clean-generic:
558
	@echo "This command is intended for maintainers to use"
623
	@echo "This command is intended for maintainers to use"
559
	@echo "it deletes files that may require special tools to rebuild."
624
	@echo "it deletes files that may require special tools to rebuild."
560
clean: clean-recursive
625
clean: clean-recursive
Line 571... Line 636...
571
 
636
 
572
dvi-am:
637
dvi-am:
573
 
638
 
574
html: html-recursive
639
html: html-recursive
575
 
640
 
-
 
641
html-am:
-
 
642
 
576
info: info-recursive
643
info: info-recursive
577
 
644
 
578
info-am:
645
info-am:
579
 
646
 
580
install-data-am:
647
install-data-am:
581
 
648
 
582
install-dvi: install-dvi-recursive
649
install-dvi: install-dvi-recursive
583
 
650
 
-
 
651
install-dvi-am:
-
 
652
 
584
install-exec-am:
653
install-exec-am:
585
 
654
 
586
install-html: install-html-recursive
655
install-html: install-html-recursive
587
 
656
 
-
 
657
install-html-am:
-
 
658
 
588
install-info: install-info-recursive
659
install-info: install-info-recursive
589
 
660
 
-
 
661
install-info-am:
-
 
662
 
590
install-man:
663
install-man:
591
 
664
 
592
install-pdf: install-pdf-recursive
665
install-pdf: install-pdf-recursive
593
 
666
 
-
 
667
install-pdf-am:
-
 
668
 
594
install-ps: install-ps-recursive
669
install-ps: install-ps-recursive
595
 
670
 
-
 
671
install-ps-am:
-
 
672
 
596
installcheck-am:
673
installcheck-am:
597
 
674
 
598
maintainer-clean: maintainer-clean-recursive
675
maintainer-clean: maintainer-clean-recursive
599
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
676
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
600
	-rm -rf $(top_srcdir)/autom4te.cache
677
	-rm -rf $(top_srcdir)/autom4te.cache
Line 613... Line 690...
613
 
690
 
614
ps-am:
691
ps-am:
615
 
692
 
616
uninstall-am:
693
uninstall-am:
617
 
694
 
618
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
695
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
619
	install-strip
696
	ctags-recursive install-am install-strip tags-recursive
620
 
697
 
621
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
698
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
622
	all all-am am--refresh check check-am clean clean-generic \
699
	all all-am am--refresh check check-am clean clean-generic \
623
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
700
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
624
	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
701
	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
625
	distclean distclean-generic distclean-hdr distclean-libtool \
702
	distcheck distclean distclean-generic distclean-hdr \
626
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
703
	distclean-libtool distclean-tags distcleancheck distdir \
627
	dvi-am html html-am info info-am install install-am \
704
	distuninstallcheck dvi dvi-am html html-am info info-am \
628
	install-data install-data-am install-dvi install-dvi-am \
705
	install install-am install-data install-data-am install-dvi \
629
	install-exec install-exec-am install-html install-html-am \
706
	install-dvi-am install-exec install-exec-am install-html \
630
	install-info install-info-am install-man install-pdf \
707
	install-html-am install-info install-info-am install-man \
631
	install-pdf-am install-ps install-ps-am install-strip \
708
	install-pdf install-pdf-am install-ps install-ps-am \
632
	installcheck installcheck-am installdirs installdirs-am \
709
	install-strip installcheck installcheck-am installdirs \
633
	maintainer-clean maintainer-clean-generic mostlyclean \
710
	installdirs-am maintainer-clean maintainer-clean-generic \
634
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
711
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
635
	tags tags-recursive uninstall uninstall-am
712
	ps ps-am tags tags-recursive uninstall uninstall-am
-
 
713
 
636
 
714
 
637
# Tell versions [3.59,3.63) of GNU make to not export all variables.
715
# Tell versions [3.59,3.63) of GNU make to not export all variables.
638
# Otherwise a system limit (for SysV at least) may be exceeded.
716
# Otherwise a system limit (for SysV at least) may be exceeded.
639
.NOEXPORT:
717
.NOEXPORT: