1# Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6# Foundation, 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
18VPATH = @srcdir@
19am__make_dryrun = \
20  { \
21    am__dry=no; \
22    case $$MAKEFLAGS in \
23      *\\[\ \	]*) \
24        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26      *) \
27        for am__flg in $$MAKEFLAGS; do \
28          case $$am__flg in \
29            *=*|--*) ;; \
30            *n*) am__dry=yes; break;; \
31          esac; \
32        done;; \
33    esac; \
34    test $$am__dry = yes; \
35  }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = .
55DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
56	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57	$(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS \
58	COPYING.LESSER ChangeLog INSTALL NEWS TODO ar-lib config.guess \
59	config.sub depcomp install-sh ltmain.sh missing
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c_check_flag.m4 \
62	$(top_srcdir)/m4/ax_gcc_option.m4 \
63	$(top_srcdir)/m4/ax_gcc_version.m4 $(top_srcdir)/m4/libtool.m4 \
64	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
65	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
66	$(top_srcdir)/m4/mpc.m4 $(top_srcdir)/m4/valgrind-tests.m4 \
67	$(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69	$(ACLOCAL_M4)
70am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
71 configure.lineno config.status.lineno
72mkinstalldirs = $(install_sh) -d
73CONFIG_HEADER = config.h
74CONFIG_CLEAN_FILES =
75CONFIG_CLEAN_VPATH_FILES =
76SOURCES =
77DIST_SOURCES =
78RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79	html-recursive info-recursive install-data-recursive \
80	install-dvi-recursive install-exec-recursive \
81	install-html-recursive install-info-recursive \
82	install-pdf-recursive install-ps-recursive install-recursive \
83	installcheck-recursive installdirs-recursive pdf-recursive \
84	ps-recursive uninstall-recursive
85am__can_run_installinfo = \
86  case $$AM_UPDATE_INFO_DIR in \
87    n|no|NO) false;; \
88    *) (install-info --version) >/dev/null 2>&1;; \
89  esac
90am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
91am__vpath_adj = case $$p in \
92    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
93    *) f=$$p;; \
94  esac;
95am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
96am__install_max = 40
97am__nobase_strip_setup = \
98  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
99am__nobase_strip = \
100  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
101am__nobase_list = $(am__nobase_strip_setup); \
102  for p in $$list; do echo "$$p $$p"; done | \
103  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
104  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
105    if (++n[$$2] == $(am__install_max)) \
106      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
107    END { for (dir in files) print dir, files[dir] }'
108am__base_list = \
109  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
110  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
111am__uninstall_files_from_dir = { \
112  test -z "$$files" \
113    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
114    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
115         $(am__cd) "$$dir" && rm -f $$files; }; \
116  }
117am__installdirs = "$(DESTDIR)$(includedir)"
118HEADERS = $(include_HEADERS)
119RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
120  distclean-recursive maintainer-clean-recursive
121AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
122	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
123	distdir dist dist-all distcheck
124ETAGS = etags
125CTAGS = ctags
126DIST_SUBDIRS = $(SUBDIRS)
127DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128distdir = $(PACKAGE)-$(VERSION)
129top_distdir = $(distdir)
130am__remove_distdir = \
131  if test -d "$(distdir)"; then \
132    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
133      && rm -rf "$(distdir)" \
134      || { sleep 5 && rm -rf "$(distdir)"; }; \
135  else :; fi
136am__relativize = \
137  dir0=`pwd`; \
138  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
139  sed_rest='s,^[^/]*/*,,'; \
140  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
141  sed_butlast='s,/*[^/]*$$,,'; \
142  while test -n "$$dir1"; do \
143    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
144    if test "$$first" != "."; then \
145      if test "$$first" = ".."; then \
146        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
147        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
148      else \
149        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
150        if test "$$first2" = "$$first"; then \
151          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
152        else \
153          dir2="../$$dir2"; \
154        fi; \
155        dir0="$$dir0"/"$$first"; \
156      fi; \
157    fi; \
158    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
159  done; \
160  reldir="$$dir2"
161DIST_ARCHIVES = $(distdir).tar.gz
162GZIP_ENV = --best
163distuninstallcheck_listfiles = find . -type f -print
164am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
165  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
166distcleancheck_listfiles = find . -type f -print
167ACLOCAL = @ACLOCAL@
168AMTAR = @AMTAR@
169AR = @AR@
170AS = @AS@
171AUTOCONF = @AUTOCONF@
172AUTOHEADER = @AUTOHEADER@
173AUTOMAKE = @AUTOMAKE@
174AWK = @AWK@
175CC = @CC@
176CCDEPMODE = @CCDEPMODE@
177CFLAGS = @CFLAGS@
178CPP = @CPP@
179CPPFLAGS = @CPPFLAGS@
180CYGPATH_W = @CYGPATH_W@
181DEFS = @DEFS@
182DEPDIR = @DEPDIR@
183DLLTOOL = @DLLTOOL@
184DSYMUTIL = @DSYMUTIL@
185DUMPBIN = @DUMPBIN@
186ECHO_C = @ECHO_C@
187ECHO_N = @ECHO_N@
188ECHO_T = @ECHO_T@
189EGREP = @EGREP@
190EXEEXT = @EXEEXT@
191FGREP = @FGREP@
192GCC_VERSION = @GCC_VERSION@
193GREP = @GREP@
194HASSVNVERSION = @HASSVNVERSION@
195INSTALL = @INSTALL@
196INSTALL_DATA = @INSTALL_DATA@
197INSTALL_PROGRAM = @INSTALL_PROGRAM@
198INSTALL_SCRIPT = @INSTALL_SCRIPT@
199INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
200LD = @LD@
201LDFLAGS = @LDFLAGS@
202LIBOBJS = @LIBOBJS@
203LIBS = @LIBS@
204LIBTOOL = @LIBTOOL@
205LIPO = @LIPO@
206LN_S = @LN_S@
207LTLIBOBJS = @LTLIBOBJS@
208MAINT = @MAINT@
209MAKEINFO = @MAKEINFO@
210MANIFEST_TOOL = @MANIFEST_TOOL@
211MKDIR_P = @MKDIR_P@
212MPC_LDFLAGS = @MPC_LDFLAGS@
213MPC_LOG_H = @MPC_LOG_H@
214NM = @NM@
215NMEDIT = @NMEDIT@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
218OTOOL = @OTOOL@
219OTOOL64 = @OTOOL64@
220PACKAGE = @PACKAGE@
221PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222PACKAGE_NAME = @PACKAGE_NAME@
223PACKAGE_STRING = @PACKAGE_STRING@
224PACKAGE_TARNAME = @PACKAGE_TARNAME@
225PACKAGE_URL = @PACKAGE_URL@
226PACKAGE_VERSION = @PACKAGE_VERSION@
227PATH_SEPARATOR = @PATH_SEPARATOR@
228RANLIB = @RANLIB@
229SED = @SED@
230SET_MAKE = @SET_MAKE@
231SHELL = @SHELL@
232STRIP = @STRIP@
233SVNVERSION = @SVNVERSION@
234VALGRIND = @VALGRIND@
235
236# version number for distribution tarball
237VERSION = @VERSION@@SVNVERSION@
238abs_builddir = @abs_builddir@
239abs_srcdir = @abs_srcdir@
240abs_top_builddir = @abs_top_builddir@
241abs_top_srcdir = @abs_top_srcdir@
242ac_ct_AR = @ac_ct_AR@
243ac_ct_CC = @ac_ct_CC@
244ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
245am__include = @am__include@
246am__leading_dot = @am__leading_dot@
247am__quote = @am__quote@
248am__tar = @am__tar@
249am__untar = @am__untar@
250bindir = @bindir@
251build = @build@
252build_alias = @build_alias@
253build_cpu = @build_cpu@
254build_os = @build_os@
255build_vendor = @build_vendor@
256builddir = @builddir@
257datadir = @datadir@
258datarootdir = @datarootdir@
259docdir = @docdir@
260dvidir = @dvidir@
261exec_prefix = @exec_prefix@
262host = @host@
263host_alias = @host_alias@
264host_cpu = @host_cpu@
265host_os = @host_os@
266host_vendor = @host_vendor@
267htmldir = @htmldir@
268includedir = @includedir@
269infodir = @infodir@
270install_sh = @install_sh@
271libdir = @libdir@
272libexecdir = @libexecdir@
273localedir = @localedir@
274localstatedir = @localstatedir@
275mandir = @mandir@
276mkdir_p = @mkdir_p@
277oldincludedir = @oldincludedir@
278pdfdir = @pdfdir@
279prefix = @prefix@
280program_transform_name = @program_transform_name@
281psdir = @psdir@
282sbindir = @sbindir@
283sharedstatedir = @sharedstatedir@
284srcdir = @srcdir@
285sysconfdir = @sysconfdir@
286target_alias = @target_alias@
287top_build_prefix = @top_build_prefix@
288top_builddir = @top_builddir@
289top_srcdir = @top_srcdir@
290ACLOCAL_AMFLAGS = -I m4
291SUBDIRS = src tests doc
292EXTRA_HEADERS = src/mpc-log.h
293include_HEADERS = src/mpc.h @MPC_LOG_H@
294EXTRA_DIST = doc/fdl-1.3.texi src/mpc-log.h tests/tgeneric.c Makefile.vc
295all: config.h
296	$(MAKE) $(AM_MAKEFLAGS) all-recursive
297
298.SUFFIXES:
299am--refresh: Makefile
300	@:
301$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
302	@for dep in $?; do \
303	  case '$(am__configure_deps)' in \
304	    *$$dep*) \
305	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
306	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
307		&& exit 0; \
308	      exit 1;; \
309	  esac; \
310	done; \
311	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
312	$(am__cd) $(top_srcdir) && \
313	  $(AUTOMAKE) --gnu Makefile
314.PRECIOUS: Makefile
315Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316	@case '$?' in \
317	  *config.status*) \
318	    echo ' $(SHELL) ./config.status'; \
319	    $(SHELL) ./config.status;; \
320	  *) \
321	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
322	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
323	esac;
324
325$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326	$(SHELL) ./config.status --recheck
327
328$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329	$(am__cd) $(srcdir) && $(AUTOCONF)
330$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
332$(am__aclocal_m4_deps):
333
334config.h: stamp-h1
335	@if test ! -f $@; then rm -f stamp-h1; else :; fi
336	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
337
338stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
339	@rm -f stamp-h1
340	cd $(top_builddir) && $(SHELL) ./config.status config.h
341$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
342	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
343	rm -f stamp-h1
344	touch $@
345
346distclean-hdr:
347	-rm -f config.h stamp-h1
348
349mostlyclean-libtool:
350	-rm -f *.lo
351
352clean-libtool:
353	-rm -rf .libs _libs
354
355distclean-libtool:
356	-rm -f libtool config.lt
357install-includeHEADERS: $(include_HEADERS)
358	@$(NORMAL_INSTALL)
359	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
360	if test -n "$$list"; then \
361	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
362	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
363	fi; \
364	for p in $$list; do \
365	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
366	  echo "$$d$$p"; \
367	done | $(am__base_list) | \
368	while read files; do \
369	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
370	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
371	done
372
373uninstall-includeHEADERS:
374	@$(NORMAL_UNINSTALL)
375	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
376	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
377	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
378
379# This directory's subdirectories are mostly independent; you can cd
380# into them and run `make' without going through this Makefile.
381# To change the values of `make' variables: instead of editing Makefiles,
382# (1) if the variable is set in `config.status', edit `config.status'
383#     (which will cause the Makefiles to be regenerated when you run `make');
384# (2) otherwise, pass the desired values on the `make' command line.
385$(RECURSIVE_TARGETS):
386	@fail= failcom='exit 1'; \
387	for f in x $$MAKEFLAGS; do \
388	  case $$f in \
389	    *=* | --[!k]*);; \
390	    *k*) failcom='fail=yes';; \
391	  esac; \
392	done; \
393	dot_seen=no; \
394	target=`echo $@ | sed s/-recursive//`; \
395	list='$(SUBDIRS)'; for subdir in $$list; do \
396	  echo "Making $$target in $$subdir"; \
397	  if test "$$subdir" = "."; then \
398	    dot_seen=yes; \
399	    local_target="$$target-am"; \
400	  else \
401	    local_target="$$target"; \
402	  fi; \
403	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404	  || eval $$failcom; \
405	done; \
406	if test "$$dot_seen" = "no"; then \
407	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
408	fi; test -z "$$fail"
409
410$(RECURSIVE_CLEAN_TARGETS):
411	@fail= failcom='exit 1'; \
412	for f in x $$MAKEFLAGS; do \
413	  case $$f in \
414	    *=* | --[!k]*);; \
415	    *k*) failcom='fail=yes';; \
416	  esac; \
417	done; \
418	dot_seen=no; \
419	case "$@" in \
420	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
421	  *) list='$(SUBDIRS)' ;; \
422	esac; \
423	rev=''; for subdir in $$list; do \
424	  if test "$$subdir" = "."; then :; else \
425	    rev="$$subdir $$rev"; \
426	  fi; \
427	done; \
428	rev="$$rev ."; \
429	target=`echo $@ | sed s/-recursive//`; \
430	for subdir in $$rev; do \
431	  echo "Making $$target in $$subdir"; \
432	  if test "$$subdir" = "."; then \
433	    local_target="$$target-am"; \
434	  else \
435	    local_target="$$target"; \
436	  fi; \
437	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
438	  || eval $$failcom; \
439	done && test -z "$$fail"
440tags-recursive:
441	list='$(SUBDIRS)'; for subdir in $$list; do \
442	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
443	done
444ctags-recursive:
445	list='$(SUBDIRS)'; for subdir in $$list; do \
446	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
447	done
448
449ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
450	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
451	unique=`for i in $$list; do \
452	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453	  done | \
454	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455	      END { if (nonempty) { for (i in files) print i; }; }'`; \
456	mkid -fID $$unique
457tags: TAGS
458
459TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
460		$(TAGS_FILES) $(LISP)
461	set x; \
462	here=`pwd`; \
463	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
464	  include_option=--etags-include; \
465	  empty_fix=.; \
466	else \
467	  include_option=--include; \
468	  empty_fix=; \
469	fi; \
470	list='$(SUBDIRS)'; for subdir in $$list; do \
471	  if test "$$subdir" = .; then :; else \
472	    test ! -f $$subdir/TAGS || \
473	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
474	  fi; \
475	done; \
476	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
477	unique=`for i in $$list; do \
478	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479	  done | \
480	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481	      END { if (nonempty) { for (i in files) print i; }; }'`; \
482	shift; \
483	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484	  test -n "$$unique" || unique=$$empty_fix; \
485	  if test $$# -gt 0; then \
486	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487	      "$$@" $$unique; \
488	  else \
489	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490	      $$unique; \
491	  fi; \
492	fi
493ctags: CTAGS
494CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
495		$(TAGS_FILES) $(LISP)
496	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
497	unique=`for i in $$list; do \
498	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499	  done | \
500	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
501	      END { if (nonempty) { for (i in files) print i; }; }'`; \
502	test -z "$(CTAGS_ARGS)$$unique" \
503	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504	     $$unique
505
506GTAGS:
507	here=`$(am__cd) $(top_builddir) && pwd` \
508	  && $(am__cd) $(top_srcdir) \
509	  && gtags -i $(GTAGS_ARGS) "$$here"
510
511distclean-tags:
512	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513
514distdir: $(DISTFILES)
515	$(am__remove_distdir)
516	test -d "$(distdir)" || mkdir "$(distdir)"
517	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
519	list='$(DISTFILES)'; \
520	  dist_files=`for file in $$list; do echo $$file; done | \
521	  sed -e "s|^$$srcdirstrip/||;t" \
522	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
523	case $$dist_files in \
524	  */*) $(MKDIR_P) `echo "$$dist_files" | \
525			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
526			   sort -u` ;; \
527	esac; \
528	for file in $$dist_files; do \
529	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
530	  if test -d $$d/$$file; then \
531	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
532	    if test -d "$(distdir)/$$file"; then \
533	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534	    fi; \
535	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
536	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
537	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538	    fi; \
539	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
540	  else \
541	    test -f "$(distdir)/$$file" \
542	    || cp -p $$d/$$file "$(distdir)/$$file" \
543	    || exit 1; \
544	  fi; \
545	done
546	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
547	  if test "$$subdir" = .; then :; else \
548	    $(am__make_dryrun) \
549	      || test -d "$(distdir)/$$subdir" \
550	      || $(MKDIR_P) "$(distdir)/$$subdir" \
551	      || exit 1; \
552	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
553	    $(am__relativize); \
554	    new_distdir=$$reldir; \
555	    dir1=$$subdir; dir2="$(top_distdir)"; \
556	    $(am__relativize); \
557	    new_top_distdir=$$reldir; \
558	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
559	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
560	    ($(am__cd) $$subdir && \
561	      $(MAKE) $(AM_MAKEFLAGS) \
562	        top_distdir="$$new_top_distdir" \
563	        distdir="$$new_distdir" \
564		am__remove_distdir=: \
565		am__skip_length_check=: \
566		am__skip_mode_fix=: \
567	        distdir) \
568	      || exit 1; \
569	  fi; \
570	done
571	-test -n "$(am__skip_mode_fix)" \
572	|| find "$(distdir)" -type d ! -perm -755 \
573		-exec chmod u+rwx,go+rx {} \; -o \
574	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
575	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
576	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
577	|| chmod -R a+r "$(distdir)"
578dist-gzip: distdir
579	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
580	$(am__remove_distdir)
581
582dist-bzip2: distdir
583	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
584	$(am__remove_distdir)
585
586dist-lzip: distdir
587	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
588	$(am__remove_distdir)
589
590dist-lzma: distdir
591	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
592	$(am__remove_distdir)
593
594dist-xz: distdir
595	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
596	$(am__remove_distdir)
597
598dist-tarZ: distdir
599	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
600	$(am__remove_distdir)
601
602dist-shar: distdir
603	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
604	$(am__remove_distdir)
605
606dist-zip: distdir
607	-rm -f $(distdir).zip
608	zip -rq $(distdir).zip $(distdir)
609	$(am__remove_distdir)
610
611dist dist-all: distdir
612	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
613	$(am__remove_distdir)
614
615# This target untars the dist file and tries a VPATH configuration.  Then
616# it guarantees that the distribution is self-contained by making another
617# tarfile.
618distcheck: dist
619	case '$(DIST_ARCHIVES)' in \
620	*.tar.gz*) \
621	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
622	*.tar.bz2*) \
623	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
624	*.tar.lzma*) \
625	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
626	*.tar.lz*) \
627	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
628	*.tar.xz*) \
629	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
630	*.tar.Z*) \
631	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
632	*.shar.gz*) \
633	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
634	*.zip*) \
635	  unzip $(distdir).zip ;;\
636	esac
637	chmod -R a-w $(distdir); chmod u+w $(distdir)
638	mkdir $(distdir)/_build
639	mkdir $(distdir)/_inst
640	chmod a-w $(distdir)
641	test -d $(distdir)/_build || exit 0; \
642	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
643	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
644	  && am__cwd=`pwd` \
645	  && $(am__cd) $(distdir)/_build \
646	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
647	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
648	    $(DISTCHECK_CONFIGURE_FLAGS) \
649	  && $(MAKE) $(AM_MAKEFLAGS) \
650	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
651	  && $(MAKE) $(AM_MAKEFLAGS) check \
652	  && $(MAKE) $(AM_MAKEFLAGS) install \
653	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
654	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
655	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
656	        distuninstallcheck \
657	  && chmod -R a-w "$$dc_install_base" \
658	  && ({ \
659	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
660	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
661	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
662	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
663	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
664	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
665	  && rm -rf "$$dc_destdir" \
666	  && $(MAKE) $(AM_MAKEFLAGS) dist \
667	  && rm -rf $(DIST_ARCHIVES) \
668	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
669	  && cd "$$am__cwd" \
670	  || exit 1
671	$(am__remove_distdir)
672	@(echo "$(distdir) archives ready for distribution: "; \
673	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
674	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
675distuninstallcheck:
676	@test -n '$(distuninstallcheck_dir)' || { \
677	  echo 'ERROR: trying to run $@ with an empty' \
678	       '$$(distuninstallcheck_dir)' >&2; \
679	  exit 1; \
680	}; \
681	$(am__cd) '$(distuninstallcheck_dir)' || { \
682	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
683	  exit 1; \
684	}; \
685	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
686	   || { echo "ERROR: files left after uninstall:" ; \
687	        if test -n "$(DESTDIR)"; then \
688	          echo "  (check DESTDIR support)"; \
689	        fi ; \
690	        $(distuninstallcheck_listfiles) ; \
691	        exit 1; } >&2
692distcleancheck: distclean
693	@if test '$(srcdir)' = . ; then \
694	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
695	  exit 1 ; \
696	fi
697	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
698	  || { echo "ERROR: files left in build directory after distclean:" ; \
699	       $(distcleancheck_listfiles) ; \
700	       exit 1; } >&2
701check-am: all-am
702check: check-recursive
703all-am: Makefile $(HEADERS) config.h
704installdirs: installdirs-recursive
705installdirs-am:
706	for dir in "$(DESTDIR)$(includedir)"; do \
707	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
708	done
709install: install-recursive
710install-exec: install-exec-recursive
711install-data: install-data-recursive
712uninstall: uninstall-recursive
713
714install-am: all-am
715	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
716
717installcheck: installcheck-recursive
718install-strip:
719	if test -z '$(STRIP)'; then \
720	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
721	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
722	      install; \
723	else \
724	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
725	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
726	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
727	fi
728mostlyclean-generic:
729
730clean-generic:
731
732distclean-generic:
733	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
734	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
735
736maintainer-clean-generic:
737	@echo "This command is intended for maintainers to use"
738	@echo "it deletes files that may require special tools to rebuild."
739clean: clean-recursive
740
741clean-am: clean-generic clean-libtool mostlyclean-am
742
743distclean: distclean-recursive
744	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
745	-rm -f Makefile
746distclean-am: clean-am distclean-generic distclean-hdr \
747	distclean-libtool distclean-tags
748
749dvi: dvi-recursive
750
751dvi-am:
752
753html: html-recursive
754
755html-am:
756
757info: info-recursive
758
759info-am:
760
761install-data-am: install-includeHEADERS
762
763install-dvi: install-dvi-recursive
764
765install-dvi-am:
766
767install-exec-am:
768
769install-html: install-html-recursive
770
771install-html-am:
772
773install-info: install-info-recursive
774
775install-info-am:
776
777install-man:
778
779install-pdf: install-pdf-recursive
780
781install-pdf-am:
782
783install-ps: install-ps-recursive
784
785install-ps-am:
786
787installcheck-am:
788
789maintainer-clean: maintainer-clean-recursive
790	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
791	-rm -rf $(top_srcdir)/autom4te.cache
792	-rm -f Makefile
793maintainer-clean-am: distclean-am maintainer-clean-generic
794
795mostlyclean: mostlyclean-recursive
796
797mostlyclean-am: mostlyclean-generic mostlyclean-libtool
798
799pdf: pdf-recursive
800
801pdf-am:
802
803ps: ps-recursive
804
805ps-am:
806
807uninstall-am: uninstall-includeHEADERS
808
809.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
810	ctags-recursive install-am install-strip tags-recursive
811
812.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
813	all all-am am--refresh check check-am clean clean-generic \
814	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
815	dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
816	dist-zip distcheck distclean distclean-generic distclean-hdr \
817	distclean-libtool distclean-tags distcleancheck distdir \
818	distuninstallcheck dvi dvi-am html html-am info info-am \
819	install install-am install-data install-data-am install-dvi \
820	install-dvi-am install-exec install-exec-am install-html \
821	install-html-am install-includeHEADERS install-info \
822	install-info-am install-man install-pdf install-pdf-am \
823	install-ps install-ps-am install-strip installcheck \
824	installcheck-am installdirs installdirs-am maintainer-clean \
825	maintainer-clean-generic mostlyclean mostlyclean-generic \
826	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
827	uninstall uninstall-am uninstall-includeHEADERS
828
829
830# Tell versions [3.59,3.63) of GNU make to not export all variables.
831# Otherwise a system limit (for SysV at least) may be exceeded.
832.NOEXPORT:
833