Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
411 kaklik 1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
VPATH = @srcdir@
17
pkgdatadir = $(datadir)/@PACKAGE@
18
pkglibdir = $(libdir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
install_sh_DATA = $(install_sh) -c -m 644
22
install_sh_PROGRAM = $(install_sh) -c
23
install_sh_SCRIPT = $(install_sh) -c
24
INSTALL_HEADER = $(INSTALL_DATA)
25
transform = $(program_transform_name)
26
NORMAL_INSTALL = :
27
PRE_INSTALL = :
28
POST_INSTALL = :
29
NORMAL_UNINSTALL = :
30
PRE_UNINSTALL = :
31
POST_UNINSTALL = :
32
build_triplet = @build@
33
host_triplet = @host@
34
subdir = .
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
37
	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
38
	TODO config.guess config.sub depcomp install-sh ltmain.sh \
39
	missing mkinstalldirs
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
	$(ACLOCAL_M4)
44
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45
 configure.lineno config.status.lineno
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47
CONFIG_HEADER = config.h
48
CONFIG_CLEAN_FILES =
49
SOURCES =
50
DIST_SOURCES =
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
	html-recursive info-recursive install-data-recursive \
53
	install-dvi-recursive install-exec-recursive \
54
	install-html-recursive install-info-recursive \
55
	install-pdf-recursive install-ps-recursive install-recursive \
56
	installcheck-recursive installdirs-recursive pdf-recursive \
57
	ps-recursive uninstall-recursive
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
59
  distclean-recursive maintainer-clean-recursive
60
ETAGS = etags
61
CTAGS = ctags
62
DIST_SUBDIRS = $(SUBDIRS)
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64
distdir = $(PACKAGE)-$(VERSION)
65
top_distdir = $(distdir)
66
am__remove_distdir = \
67
  { test ! -d $(distdir) \
68
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
69
         && rm -fr $(distdir); }; }
70
DIST_ARCHIVES = $(distdir).tar.gz
71
GZIP_ENV = --best
72
distuninstallcheck_listfiles = find . -type f -print
73
distcleancheck_listfiles = find . -type f -print
74
ACLOCAL = @ACLOCAL@
75
AMTAR = @AMTAR@
76
AR = @AR@
77
AUTOCONF = @AUTOCONF@
78
AUTOHEADER = @AUTOHEADER@
79
AUTOMAKE = @AUTOMAKE@
80
AWK = @AWK@
81
CC = @CC@
82
CCDEPMODE = @CCDEPMODE@
83
CFLAGS = @CFLAGS@
84
CPP = @CPP@
85
CPPFLAGS = @CPPFLAGS@
86
CXX = @CXX@
87
CXXCPP = @CXXCPP@
88
CXXDEPMODE = @CXXDEPMODE@
89
CXXFLAGS = @CXXFLAGS@
90
CYGPATH_W = @CYGPATH_W@
91
DEFS = @DEFS@
92
DEPDIR = @DEPDIR@
93
ECHO = @ECHO@
94
ECHO_C = @ECHO_C@
95
ECHO_N = @ECHO_N@
96
ECHO_T = @ECHO_T@
97
EGREP = @EGREP@
98
EXEEXT = @EXEEXT@
99
F77 = @F77@
100
FFLAGS = @FFLAGS@
101
GREP = @GREP@
102
INSTALL = @INSTALL@
103
INSTALL_DATA = @INSTALL_DATA@
104
INSTALL_PROGRAM = @INSTALL_PROGRAM@
105
INSTALL_SCRIPT = @INSTALL_SCRIPT@
106
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107
LDFLAGS = @LDFLAGS@
108
LIBOBJS = @LIBOBJS@
109
LIBS = @LIBS@
110
LIBTOOL = @LIBTOOL@
111
LN_S = @LN_S@
112
LTLIBOBJS = @LTLIBOBJS@
113
MAKEINFO = @MAKEINFO@
114
MKDIR_P = @MKDIR_P@
115
OBJEXT = @OBJEXT@
116
PACKAGE = @PACKAGE@
117
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
118
PACKAGE_NAME = @PACKAGE_NAME@
119
PACKAGE_STRING = @PACKAGE_STRING@
120
PACKAGE_TARNAME = @PACKAGE_TARNAME@
121
PACKAGE_VERSION = @PACKAGE_VERSION@
122
PATH_SEPARATOR = @PATH_SEPARATOR@
123
RANLIB = @RANLIB@
124
SED = @SED@
125
SET_MAKE = @SET_MAKE@
126
SHELL = @SHELL@
127
STRIP = @STRIP@
128
VERSION = @VERSION@
129
abs_builddir = @abs_builddir@
130
abs_srcdir = @abs_srcdir@
131
abs_top_builddir = @abs_top_builddir@
132
abs_top_srcdir = @abs_top_srcdir@
133
ac_ct_CC = @ac_ct_CC@
134
ac_ct_CXX = @ac_ct_CXX@
135
ac_ct_F77 = @ac_ct_F77@
136
am__include = @am__include@
137
am__leading_dot = @am__leading_dot@
138
am__quote = @am__quote@
139
am__tar = @am__tar@
140
am__untar = @am__untar@
141
bindir = @bindir@
142
build = @build@
143
build_alias = @build_alias@
144
build_cpu = @build_cpu@
145
build_os = @build_os@
146
build_vendor = @build_vendor@
147
builddir = @builddir@
148
datadir = @datadir@
149
datarootdir = @datarootdir@
150
docdir = @docdir@
151
dvidir = @dvidir@
152
exec_prefix = @exec_prefix@
153
host = @host@
154
host_alias = @host_alias@
155
host_cpu = @host_cpu@
156
host_os = @host_os@
157
host_vendor = @host_vendor@
158
htmldir = @htmldir@
159
includedir = @includedir@
160
infodir = @infodir@
161
install_sh = @install_sh@
162
libdir = @libdir@
163
libexecdir = @libexecdir@
164
localedir = @localedir@
165
localstatedir = @localstatedir@
166
mandir = @mandir@
167
mkdir_p = @mkdir_p@
168
oldincludedir = @oldincludedir@
169
pdfdir = @pdfdir@
170
prefix = @prefix@
171
program_transform_name = @program_transform_name@
172
psdir = @psdir@
173
sbindir = @sbindir@
174
sharedstatedir = @sharedstatedir@
175
srcdir = @srcdir@
176
sysconfdir = @sysconfdir@
177
target_alias = @target_alias@
178
top_builddir = @top_builddir@
179
top_srcdir = @top_srcdir@
180
 
181
# not a GNU package. You can remove this line, if
182
# have all needed files, that a GNU package needs
183
AUTOMAKE_OPTIONS = foreign 1.4
184
SUBDIRS = src
185
all: config.h
186
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
187
 
188
.SUFFIXES:
189
am--refresh:
190
	@:
191
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
192
	@for dep in $?; do \
193
	  case '$(am__configure_deps)' in \
194
	    *$$dep*) \
195
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
196
	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
197
		&& exit 0; \
198
	      exit 1;; \
199
	  esac; \
200
	done; \
201
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
202
	cd $(top_srcdir) && \
203
	  $(AUTOMAKE) --foreign  Makefile
204
.PRECIOUS: Makefile
205
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
206
	@case '$?' in \
207
	  *config.status*) \
208
	    echo ' $(SHELL) ./config.status'; \
209
	    $(SHELL) ./config.status;; \
210
	  *) \
211
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
212
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
213
	esac;
214
 
215
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
216
	$(SHELL) ./config.status --recheck
217
 
218
$(top_srcdir)/configure:  $(am__configure_deps)
219
	cd $(srcdir) && $(AUTOCONF)
220
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
221
	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
222
 
223
config.h: stamp-h1
224
	@if test ! -f $@; then \
225
	  rm -f stamp-h1; \
226
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
227
	else :; fi
228
 
229
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
230
	@rm -f stamp-h1
231
	cd $(top_builddir) && $(SHELL) ./config.status config.h
232
$(srcdir)/config.h.in:  $(am__configure_deps) 
233
	cd $(top_srcdir) && $(AUTOHEADER)
234
	rm -f stamp-h1
235
	touch $@
236
 
237
distclean-hdr:
238
	-rm -f config.h stamp-h1
239
 
240
mostlyclean-libtool:
241
	-rm -f *.lo
242
 
243
clean-libtool:
244
	-rm -rf .libs _libs
245
 
246
distclean-libtool:
247
	-rm -f libtool
248
 
249
# This directory's subdirectories are mostly independent; you can cd
250
# into them and run `make' without going through this Makefile.
251
# To change the values of `make' variables: instead of editing Makefiles,
252
# (1) if the variable is set in `config.status', edit `config.status'
253
#     (which will cause the Makefiles to be regenerated when you run `make');
254
# (2) otherwise, pass the desired values on the `make' command line.
255
$(RECURSIVE_TARGETS):
256
	@failcom='exit 1'; \
257
	for f in x $$MAKEFLAGS; do \
258
	  case $$f in \
259
	    *=* | --[!k]*);; \
260
	    *k*) failcom='fail=yes';; \
261
	  esac; \
262
	done; \
263
	dot_seen=no; \
264
	target=`echo $@ | sed s/-recursive//`; \
265
	list='$(SUBDIRS)'; for subdir in $$list; do \
266
	  echo "Making $$target in $$subdir"; \
267
	  if test "$$subdir" = "."; then \
268
	    dot_seen=yes; \
269
	    local_target="$$target-am"; \
270
	  else \
271
	    local_target="$$target"; \
272
	  fi; \
273
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274
	  || eval $$failcom; \
275
	done; \
276
	if test "$$dot_seen" = "no"; then \
277
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
278
	fi; test -z "$$fail"
279
 
280
$(RECURSIVE_CLEAN_TARGETS):
281
	@failcom='exit 1'; \
282
	for f in x $$MAKEFLAGS; do \
283
	  case $$f in \
284
	    *=* | --[!k]*);; \
285
	    *k*) failcom='fail=yes';; \
286
	  esac; \
287
	done; \
288
	dot_seen=no; \
289
	case "$@" in \
290
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
291
	  *) list='$(SUBDIRS)' ;; \
292
	esac; \
293
	rev=''; for subdir in $$list; do \
294
	  if test "$$subdir" = "."; then :; else \
295
	    rev="$$subdir $$rev"; \
296
	  fi; \
297
	done; \
298
	rev="$$rev ."; \
299
	target=`echo $@ | sed s/-recursive//`; \
300
	for subdir in $$rev; do \
301
	  echo "Making $$target in $$subdir"; \
302
	  if test "$$subdir" = "."; then \
303
	    local_target="$$target-am"; \
304
	  else \
305
	    local_target="$$target"; \
306
	  fi; \
307
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
308
	  || eval $$failcom; \
309
	done && test -z "$$fail"
310
tags-recursive:
311
	list='$(SUBDIRS)'; for subdir in $$list; do \
312
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
313
	done
314
ctags-recursive:
315
	list='$(SUBDIRS)'; for subdir in $$list; do \
316
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
317
	done
318
 
319
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
320
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
321
	unique=`for i in $$list; do \
322
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323
	  done | \
324
	  $(AWK) '    { files[$$0] = 1; } \
325
	       END { for (i in files) print i; }'`; \
326
	mkid -fID $$unique
327
tags: TAGS
328
 
329
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
330
		$(TAGS_FILES) $(LISP)
331
	tags=; \
332
	here=`pwd`; \
333
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
334
	  include_option=--etags-include; \
335
	  empty_fix=.; \
336
	else \
337
	  include_option=--include; \
338
	  empty_fix=; \
339
	fi; \
340
	list='$(SUBDIRS)'; for subdir in $$list; do \
341
	  if test "$$subdir" = .; then :; else \
342
	    test ! -f $$subdir/TAGS || \
343
	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
344
	  fi; \
345
	done; \
346
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
347
	unique=`for i in $$list; do \
348
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349
	  done | \
350
	  $(AWK) '    { files[$$0] = 1; } \
351
	       END { for (i in files) print i; }'`; \
352
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
353
	  test -n "$$unique" || unique=$$empty_fix; \
354
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
355
	    $$tags $$unique; \
356
	fi
357
ctags: CTAGS
358
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
359
		$(TAGS_FILES) $(LISP)
360
	tags=; \
361
	here=`pwd`; \
362
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
363
	unique=`for i in $$list; do \
364
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
	  done | \
366
	  $(AWK) '    { files[$$0] = 1; } \
367
	       END { for (i in files) print i; }'`; \
368
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
369
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
370
	     $$tags $$unique
371
 
372
GTAGS:
373
	here=`$(am__cd) $(top_builddir) && pwd` \
374
	  && cd $(top_srcdir) \
375
	  && gtags -i $(GTAGS_ARGS) $$here
376
 
377
distclean-tags:
378
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
379
 
380
distdir: $(DISTFILES)
381
	$(am__remove_distdir)
382
	test -d $(distdir) || mkdir $(distdir)
383
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
384
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
385
	list='$(DISTFILES)'; \
386
	  dist_files=`for file in $$list; do echo $$file; done | \
387
	  sed -e "s|^$$srcdirstrip/||;t" \
388
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
389
	case $$dist_files in \
390
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
391
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
392
			   sort -u` ;; \
393
	esac; \
394
	for file in $$dist_files; do \
395
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396
	  if test -d $$d/$$file; then \
397
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
398
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
400
	    fi; \
401
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
402
	  else \
403
	    test -f $(distdir)/$$file \
404
	    || cp -p $$d/$$file $(distdir)/$$file \
405
	    || exit 1; \
406
	  fi; \
407
	done
408
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
409
	  if test "$$subdir" = .; then :; else \
410
	    test -d "$(distdir)/$$subdir" \
411
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
412
	    || exit 1; \
413
	    distdir=`$(am__cd) $(distdir) && pwd`; \
414
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
415
	    (cd $$subdir && \
416
	      $(MAKE) $(AM_MAKEFLAGS) \
417
	        top_distdir="$$top_distdir" \
418
	        distdir="$$distdir/$$subdir" \
419
		am__remove_distdir=: \
420
		am__skip_length_check=: \
421
	        distdir) \
422
	      || exit 1; \
423
	  fi; \
424
	done
425
	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
426
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
427
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
428
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
429
	|| chmod -R a+r $(distdir)
430
dist-gzip: distdir
431
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
432
	$(am__remove_distdir)
433
 
434
dist-bzip2: distdir
435
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
436
	$(am__remove_distdir)
437
 
438
dist-tarZ: distdir
439
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
440
	$(am__remove_distdir)
441
 
442
dist-shar: distdir
443
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
444
	$(am__remove_distdir)
445
 
446
dist-zip: distdir
447
	-rm -f $(distdir).zip
448
	zip -rq $(distdir).zip $(distdir)
449
	$(am__remove_distdir)
450
 
451
dist dist-all: distdir
452
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
453
	$(am__remove_distdir)
454
 
455
# This target untars the dist file and tries a VPATH configuration.  Then
456
# it guarantees that the distribution is self-contained by making another
457
# tarfile.
458
distcheck: dist
459
	case '$(DIST_ARCHIVES)' in \
460
	*.tar.gz*) \
461
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
462
	*.tar.bz2*) \
463
	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
464
	*.tar.Z*) \
465
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
466
	*.shar.gz*) \
467
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
468
	*.zip*) \
469
	  unzip $(distdir).zip ;;\
470
	esac
471
	chmod -R a-w $(distdir); chmod a+w $(distdir)
472
	mkdir $(distdir)/_build
473
	mkdir $(distdir)/_inst
474
	chmod a-w $(distdir)
475
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
476
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
477
	  && cd $(distdir)/_build \
478
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
479
	    $(DISTCHECK_CONFIGURE_FLAGS) \
480
	  && $(MAKE) $(AM_MAKEFLAGS) \
481
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
482
	  && $(MAKE) $(AM_MAKEFLAGS) check \
483
	  && $(MAKE) $(AM_MAKEFLAGS) install \
484
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
485
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
486
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
487
	        distuninstallcheck \
488
	  && chmod -R a-w "$$dc_install_base" \
489
	  && ({ \
490
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
491
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
492
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
493
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
494
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
495
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
496
	  && rm -rf "$$dc_destdir" \
497
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
498
	  && rm -rf $(DIST_ARCHIVES) \
499
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
500
	$(am__remove_distdir)
501
	@(echo "$(distdir) archives ready for distribution: "; \
502
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
503
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
504
distuninstallcheck:
505
	@cd $(distuninstallcheck_dir) \
506
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
507
	   || { echo "ERROR: files left after uninstall:" ; \
508
	        if test -n "$(DESTDIR)"; then \
509
	          echo "  (check DESTDIR support)"; \
510
	        fi ; \
511
	        $(distuninstallcheck_listfiles) ; \
512
	        exit 1; } >&2
513
distcleancheck: distclean
514
	@if test '$(srcdir)' = . ; then \
515
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
516
	  exit 1 ; \
517
	fi
518
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
519
	  || { echo "ERROR: files left in build directory after distclean:" ; \
520
	       $(distcleancheck_listfiles) ; \
521
	       exit 1; } >&2
522
check-am: all-am
523
check: check-recursive
524
all-am: Makefile config.h
525
installdirs: installdirs-recursive
526
installdirs-am:
527
install: install-recursive
528
install-exec: install-exec-recursive
529
install-data: install-data-recursive
530
uninstall: uninstall-recursive
531
 
532
install-am: all-am
533
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
534
 
535
installcheck: installcheck-recursive
536
install-strip:
537
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539
	  `test -z '$(STRIP)' || \
540
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
541
mostlyclean-generic:
542
 
543
clean-generic:
544
 
545
distclean-generic:
546
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
547
 
548
maintainer-clean-generic:
549
	@echo "This command is intended for maintainers to use"
550
	@echo "it deletes files that may require special tools to rebuild."
551
clean: clean-recursive
552
 
553
clean-am: clean-generic clean-libtool mostlyclean-am
554
 
555
distclean: distclean-recursive
556
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
557
	-rm -f Makefile
558
distclean-am: clean-am distclean-generic distclean-hdr \
559
	distclean-libtool distclean-tags
560
 
561
dvi: dvi-recursive
562
 
563
dvi-am:
564
 
565
html: html-recursive
566
 
567
info: info-recursive
568
 
569
info-am:
570
 
571
install-data-am:
572
 
573
install-dvi: install-dvi-recursive
574
 
575
install-exec-am:
576
 
577
install-html: install-html-recursive
578
 
579
install-info: install-info-recursive
580
 
581
install-man:
582
 
583
install-pdf: install-pdf-recursive
584
 
585
install-ps: install-ps-recursive
586
 
587
installcheck-am:
588
 
589
maintainer-clean: maintainer-clean-recursive
590
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
591
	-rm -rf $(top_srcdir)/autom4te.cache
592
	-rm -f Makefile
593
maintainer-clean-am: distclean-am maintainer-clean-generic
594
 
595
mostlyclean: mostlyclean-recursive
596
 
597
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
598
 
599
pdf: pdf-recursive
600
 
601
pdf-am:
602
 
603
ps: ps-recursive
604
 
605
ps-am:
606
 
607
uninstall-am:
608
 
609
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
610
	install-strip
611
 
612
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
613
	all all-am am--refresh check check-am clean clean-generic \
614
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
615
	dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
616
	distclean-generic distclean-hdr distclean-libtool \
617
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
618
	dvi-am html html-am info info-am install install-am \
619
	install-data install-data-am install-dvi install-dvi-am \
620
	install-exec install-exec-am install-html install-html-am \
621
	install-info install-info-am install-man install-pdf \
622
	install-pdf-am install-ps install-ps-am install-strip \
623
	installcheck installcheck-am installdirs installdirs-am \
624
	maintainer-clean maintainer-clean-generic mostlyclean \
625
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
626
	tags tags-recursive uninstall uninstall-am
627
 
628
# Tell versions [3.59,3.63) of GNU make to not export all variables.
629
# Otherwise a system limit (for SysV at least) may be exceeded.
630
.NOEXPORT: