1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
17#
18#  Copyright 2005  Red Hat, Inc.
19#
20#  Permission to use, copy, modify, distribute, and sell this software and its
21#  documentation for any purpose is hereby granted without fee, provided that
22#  the above copyright notice appear in all copies and that both that
23#  copyright notice and this permission notice appear in supporting
24#  documentation, and that the name of Red Hat not be used in
25#  advertising or publicity pertaining to distribution of the software without
26#  specific, written prior permission.  Red Hat makes no
27#  representations about the suitability of this software for any purpose.  It
28#  is provided "as is" without express or implied warranty.
29#
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
35#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36#  PERFORMANCE OF THIS SOFTWARE.
37
38
39VPATH = @srcdir@
40am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41am__make_running_with_option = \
42  case $${target_option-} in \
43      ?) ;; \
44      *) echo "am__make_running_with_option: internal error: invalid" \
45              "target option '$${target_option-}' specified" >&2; \
46         exit 1;; \
47  esac; \
48  has_opt=no; \
49  sane_makeflags=$$MAKEFLAGS; \
50  if $(am__is_gnu_make); then \
51    sane_makeflags=$$MFLAGS; \
52  else \
53    case $$MAKEFLAGS in \
54      *\\[\ \	]*) \
55        bs=\\; \
56        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
58    esac; \
59  fi; \
60  skip_next=no; \
61  strip_trailopt () \
62  { \
63    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64  }; \
65  for flg in $$sane_makeflags; do \
66    test $$skip_next = yes && { skip_next=no; continue; }; \
67    case $$flg in \
68      *=*|--*) continue;; \
69        -*I) strip_trailopt 'I'; skip_next=yes;; \
70      -*I?*) strip_trailopt 'I';; \
71        -*O) strip_trailopt 'O'; skip_next=yes;; \
72      -*O?*) strip_trailopt 'O';; \
73        -*l) strip_trailopt 'l'; skip_next=yes;; \
74      -*l?*) strip_trailopt 'l';; \
75      -[dEDm]) skip_next=yes;; \
76      -[JT]) skip_next=yes;; \
77    esac; \
78    case $$flg in \
79      *$$target_option*) has_opt=yes; break;; \
80    esac; \
81  done; \
82  test $$has_opt = yes
83am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85pkgdatadir = $(datadir)/@PACKAGE@
86pkgincludedir = $(includedir)/@PACKAGE@
87pkglibdir = $(libdir)/@PACKAGE@
88pkglibexecdir = $(libexecdir)/@PACKAGE@
89am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90install_sh_DATA = $(install_sh) -c -m 644
91install_sh_PROGRAM = $(install_sh) -c
92install_sh_SCRIPT = $(install_sh) -c
93INSTALL_HEADER = $(INSTALL_DATA)
94transform = $(program_transform_name)
95NORMAL_INSTALL = :
96PRE_INSTALL = :
97POST_INSTALL = :
98NORMAL_UNINSTALL = :
99PRE_UNINSTALL = :
100POST_UNINSTALL = :
101build_triplet = @build@
102host_triplet = @host@
103subdir = .
104DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
105	$(top_srcdir)/configure $(am__configure_deps) \
106	$(srcdir)/gccmakedep.in COPYING ChangeLog compile config.guess \
107	config.sub install-sh missing
108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109am__aclocal_m4_deps = $(top_srcdir)/configure.ac
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111	$(ACLOCAL_M4)
112am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
113 configure.lineno config.status.lineno
114mkinstalldirs = $(install_sh) -d
115CONFIG_CLEAN_FILES = gccmakedep
116CONFIG_CLEAN_VPATH_FILES =
117am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118am__vpath_adj = case $$p in \
119    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
120    *) f=$$p;; \
121  esac;
122am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
123am__install_max = 40
124am__nobase_strip_setup = \
125  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
126am__nobase_strip = \
127  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
128am__nobase_list = $(am__nobase_strip_setup); \
129  for p in $$list; do echo "$$p $$p"; done | \
130  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
131  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132    if (++n[$$2] == $(am__install_max)) \
133      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
134    END { for (dir in files) print dir, files[dir] }'
135am__base_list = \
136  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
137  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
138am__uninstall_files_from_dir = { \
139  test -z "$$files" \
140    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
141    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
142         $(am__cd) "$$dir" && rm -f $$files; }; \
143  }
144am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
145SCRIPTS = $(bin_SCRIPTS)
146AM_V_P = $(am__v_P_@AM_V@)
147am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
148am__v_P_0 = false
149am__v_P_1 = :
150AM_V_GEN = $(am__v_GEN_@AM_V@)
151am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
152am__v_GEN_0 = @echo "  GEN     " $@;
153am__v_GEN_1 =
154AM_V_at = $(am__v_at_@AM_V@)
155am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
156am__v_at_0 = @
157am__v_at_1 =
158SOURCES =
159DIST_SOURCES =
160am__can_run_installinfo = \
161  case $$AM_UPDATE_INFO_DIR in \
162    n|no|NO) false;; \
163    *) (install-info --version) >/dev/null 2>&1;; \
164  esac
165DATA = $(appman_DATA)
166am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
167DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
168distdir = $(PACKAGE)-$(VERSION)
169top_distdir = $(distdir)
170am__remove_distdir = \
171  if test -d "$(distdir)"; then \
172    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
173      && rm -rf "$(distdir)" \
174      || { sleep 5 && rm -rf "$(distdir)"; }; \
175  else :; fi
176am__post_remove_distdir = $(am__remove_distdir)
177DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
178GZIP_ENV = --best
179DIST_TARGETS = dist-bzip2 dist-gzip
180distuninstallcheck_listfiles = find . -type f -print
181am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
182  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
183distcleancheck_listfiles = find . -type f -print
184ACLOCAL = @ACLOCAL@
185ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
186ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
187AMTAR = @AMTAR@
188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189APP_MAN_DIR = @APP_MAN_DIR@
190APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
191AUTOCONF = @AUTOCONF@
192AUTOHEADER = @AUTOHEADER@
193AUTOMAKE = @AUTOMAKE@
194AWK = @AWK@
195BASE_CFLAGS = @BASE_CFLAGS@
196CC = @CC@
197CCDEPMODE = @CCDEPMODE@
198CFLAGS = @CFLAGS@
199CHANGELOG_CMD = @CHANGELOG_CMD@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CWARNFLAGS = @CWARNFLAGS@
203CYGPATH_W = @CYGPATH_W@
204DEFS = @DEFS@
205DEPDIR = @DEPDIR@
206DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
207DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
208ECHO_C = @ECHO_C@
209ECHO_N = @ECHO_N@
210ECHO_T = @ECHO_T@
211EGREP = @EGREP@
212EXEEXT = @EXEEXT@
213FILE_MAN_DIR = @FILE_MAN_DIR@
214FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
215GREP = @GREP@
216INSTALL = @INSTALL@
217INSTALL_CMD = @INSTALL_CMD@
218INSTALL_DATA = @INSTALL_DATA@
219INSTALL_PROGRAM = @INSTALL_PROGRAM@
220INSTALL_SCRIPT = @INSTALL_SCRIPT@
221INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
222LDFLAGS = @LDFLAGS@
223LIBOBJS = @LIBOBJS@
224LIBS = @LIBS@
225LIB_MAN_DIR = @LIB_MAN_DIR@
226LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
227LTLIBOBJS = @LTLIBOBJS@
228MAINT = @MAINT@
229MAKEINFO = @MAKEINFO@
230MAN_SUBSTS = @MAN_SUBSTS@
231MISC_MAN_DIR = @MISC_MAN_DIR@
232MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
233MKDIR_P = @MKDIR_P@
234OBJEXT = @OBJEXT@
235PACKAGE = @PACKAGE@
236PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237PACKAGE_NAME = @PACKAGE_NAME@
238PACKAGE_STRING = @PACKAGE_STRING@
239PACKAGE_TARNAME = @PACKAGE_TARNAME@
240PACKAGE_URL = @PACKAGE_URL@
241PACKAGE_VERSION = @PACKAGE_VERSION@
242PATH_SEPARATOR = @PATH_SEPARATOR@
243PKG_CONFIG = @PKG_CONFIG@
244PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
245PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
246SED = @SED@
247SET_MAKE = @SET_MAKE@
248SHELL = @SHELL@
249STRICT_CFLAGS = @STRICT_CFLAGS@
250STRIP = @STRIP@
251VERSION = @VERSION@
252XORG_MAN_PAGE = @XORG_MAN_PAGE@
253abs_builddir = @abs_builddir@
254abs_srcdir = @abs_srcdir@
255abs_top_builddir = @abs_top_builddir@
256abs_top_srcdir = @abs_top_srcdir@
257ac_ct_CC = @ac_ct_CC@
258am__include = @am__include@
259am__leading_dot = @am__leading_dot@
260am__quote = @am__quote@
261am__tar = @am__tar@
262am__untar = @am__untar@
263bindir = @bindir@
264build = @build@
265build_alias = @build_alias@
266build_cpu = @build_cpu@
267build_os = @build_os@
268build_vendor = @build_vendor@
269builddir = @builddir@
270datadir = @datadir@
271datarootdir = @datarootdir@
272docdir = @docdir@
273dvidir = @dvidir@
274exec_prefix = @exec_prefix@
275host = @host@
276host_alias = @host_alias@
277host_cpu = @host_cpu@
278host_os = @host_os@
279host_vendor = @host_vendor@
280htmldir = @htmldir@
281includedir = @includedir@
282infodir = @infodir@
283install_sh = @install_sh@
284libdir = @libdir@
285libexecdir = @libexecdir@
286localedir = @localedir@
287localstatedir = @localstatedir@
288mandir = @mandir@
289mkdir_p = @mkdir_p@
290oldincludedir = @oldincludedir@
291pdfdir = @pdfdir@
292prefix = @prefix@
293program_transform_name = @program_transform_name@
294psdir = @psdir@
295sbindir = @sbindir@
296sharedstatedir = @sharedstatedir@
297srcdir = @srcdir@
298sysconfdir = @sysconfdir@
299target_alias = @target_alias@
300top_build_prefix = @top_build_prefix@
301top_builddir = @top_builddir@
302top_srcdir = @top_srcdir@
303bin_SCRIPTS = gccmakedep
304appmandir = $(APP_MAN_DIR)
305appman_PRE = gccmakedep.man
306appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
307CLEANFILES = $(appman_DATA)
308SUFFIXES = .$(APP_MAN_SUFFIX) .man
309EXTRA_DIST = $(appman_PRE)
310MAINTAINERCLEANFILES = ChangeLog
311all: all-am
312
313.SUFFIXES:
314.SUFFIXES: .$(APP_MAN_SUFFIX) .man
315am--refresh: Makefile
316	@:
317$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
318	@for dep in $?; do \
319	  case '$(am__configure_deps)' in \
320	    *$$dep*) \
321	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
322	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
323		&& exit 0; \
324	      exit 1;; \
325	  esac; \
326	done; \
327	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
328	$(am__cd) $(top_srcdir) && \
329	  $(AUTOMAKE) --foreign Makefile
330.PRECIOUS: Makefile
331Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332	@case '$?' in \
333	  *config.status*) \
334	    echo ' $(SHELL) ./config.status'; \
335	    $(SHELL) ./config.status;; \
336	  *) \
337	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
338	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
339	esac;
340
341$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342	$(SHELL) ./config.status --recheck
343
344$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
345	$(am__cd) $(srcdir) && $(AUTOCONF)
346$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
347	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
348$(am__aclocal_m4_deps):
349gccmakedep: $(top_builddir)/config.status $(srcdir)/gccmakedep.in
350	cd $(top_builddir) && $(SHELL) ./config.status $@
351install-binSCRIPTS: $(bin_SCRIPTS)
352	@$(NORMAL_INSTALL)
353	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
354	if test -n "$$list"; then \
355	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
356	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
357	fi; \
358	for p in $$list; do \
359	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
360	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
361	done | \
362	sed -e 'p;s,.*/,,;n' \
363	    -e 'h;s|.*|.|' \
364	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
365	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
366	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
367	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
368	      if (++n[d] == $(am__install_max)) { \
369		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
370	    else { print "f", d "/" $$4, $$1 } } \
371	  END { for (d in files) print "f", d, files[d] }' | \
372	while read type dir files; do \
373	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
374	     test -z "$$files" || { \
375	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
376	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
377	     } \
378	; done
379
380uninstall-binSCRIPTS:
381	@$(NORMAL_UNINSTALL)
382	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
383	files=`for p in $$list; do echo "$$p"; done | \
384	       sed -e 's,.*/,,;$(transform)'`; \
385	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
386install-appmanDATA: $(appman_DATA)
387	@$(NORMAL_INSTALL)
388	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
389	if test -n "$$list"; then \
390	  echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \
391	  $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \
392	fi; \
393	for p in $$list; do \
394	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
395	  echo "$$d$$p"; \
396	done | $(am__base_list) | \
397	while read files; do \
398	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
399	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
400	done
401
402uninstall-appmanDATA:
403	@$(NORMAL_UNINSTALL)
404	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
405	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
406	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
407tags TAGS:
408
409ctags CTAGS:
410
411cscope cscopelist:
412
413
414distdir: $(DISTFILES)
415	$(am__remove_distdir)
416	test -d "$(distdir)" || mkdir "$(distdir)"
417	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419	list='$(DISTFILES)'; \
420	  dist_files=`for file in $$list; do echo $$file; done | \
421	  sed -e "s|^$$srcdirstrip/||;t" \
422	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
423	case $$dist_files in \
424	  */*) $(MKDIR_P) `echo "$$dist_files" | \
425			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
426			   sort -u` ;; \
427	esac; \
428	for file in $$dist_files; do \
429	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430	  if test -d $$d/$$file; then \
431	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
432	    if test -d "$(distdir)/$$file"; then \
433	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434	    fi; \
435	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
437	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438	    fi; \
439	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
440	  else \
441	    test -f "$(distdir)/$$file" \
442	    || cp -p $$d/$$file "$(distdir)/$$file" \
443	    || exit 1; \
444	  fi; \
445	done
446	$(MAKE) $(AM_MAKEFLAGS) \
447	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
448	  dist-hook
449	-test -n "$(am__skip_mode_fix)" \
450	|| find "$(distdir)" -type d ! -perm -755 \
451		-exec chmod u+rwx,go+rx {} \; -o \
452	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
453	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
454	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
455	|| chmod -R a+r "$(distdir)"
456dist-gzip: distdir
457	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
458	$(am__post_remove_distdir)
459dist-bzip2: distdir
460	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
461	$(am__post_remove_distdir)
462
463dist-lzip: distdir
464	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
465	$(am__post_remove_distdir)
466
467dist-xz: distdir
468	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
469	$(am__post_remove_distdir)
470
471dist-tarZ: distdir
472	@echo WARNING: "Support for shar distribution archives is" \
473	               "deprecated." >&2
474	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
475	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
476	$(am__post_remove_distdir)
477
478dist-shar: distdir
479	@echo WARNING: "Support for distribution archives compressed with" \
480		       "legacy program 'compress' is deprecated." >&2
481	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
482	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
483	$(am__post_remove_distdir)
484
485dist-zip: distdir
486	-rm -f $(distdir).zip
487	zip -rq $(distdir).zip $(distdir)
488	$(am__post_remove_distdir)
489
490dist dist-all:
491	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
492	$(am__post_remove_distdir)
493
494# This target untars the dist file and tries a VPATH configuration.  Then
495# it guarantees that the distribution is self-contained by making another
496# tarfile.
497distcheck: dist
498	case '$(DIST_ARCHIVES)' in \
499	*.tar.gz*) \
500	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
501	*.tar.bz2*) \
502	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
503	*.tar.lz*) \
504	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
505	*.tar.xz*) \
506	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
507	*.tar.Z*) \
508	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
509	*.shar.gz*) \
510	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
511	*.zip*) \
512	  unzip $(distdir).zip ;;\
513	esac
514	chmod -R a-w $(distdir)
515	chmod u+w $(distdir)
516	mkdir $(distdir)/_build $(distdir)/_inst
517	chmod a-w $(distdir)
518	test -d $(distdir)/_build || exit 0; \
519	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
520	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
521	  && am__cwd=`pwd` \
522	  && $(am__cd) $(distdir)/_build \
523	  && ../configure \
524	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
525	    $(DISTCHECK_CONFIGURE_FLAGS) \
526	    --srcdir=.. --prefix="$$dc_install_base" \
527	  && $(MAKE) $(AM_MAKEFLAGS) \
528	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
529	  && $(MAKE) $(AM_MAKEFLAGS) check \
530	  && $(MAKE) $(AM_MAKEFLAGS) install \
531	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
532	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
533	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
534	        distuninstallcheck \
535	  && chmod -R a-w "$$dc_install_base" \
536	  && ({ \
537	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
538	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
539	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
540	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
541	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
542	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
543	  && rm -rf "$$dc_destdir" \
544	  && $(MAKE) $(AM_MAKEFLAGS) dist \
545	  && rm -rf $(DIST_ARCHIVES) \
546	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
547	  && cd "$$am__cwd" \
548	  || exit 1
549	$(am__post_remove_distdir)
550	@(echo "$(distdir) archives ready for distribution: "; \
551	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
552	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
553distuninstallcheck:
554	@test -n '$(distuninstallcheck_dir)' || { \
555	  echo 'ERROR: trying to run $@ with an empty' \
556	       '$$(distuninstallcheck_dir)' >&2; \
557	  exit 1; \
558	}; \
559	$(am__cd) '$(distuninstallcheck_dir)' || { \
560	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
561	  exit 1; \
562	}; \
563	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
564	   || { echo "ERROR: files left after uninstall:" ; \
565	        if test -n "$(DESTDIR)"; then \
566	          echo "  (check DESTDIR support)"; \
567	        fi ; \
568	        $(distuninstallcheck_listfiles) ; \
569	        exit 1; } >&2
570distcleancheck: distclean
571	@if test '$(srcdir)' = . ; then \
572	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
573	  exit 1 ; \
574	fi
575	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
576	  || { echo "ERROR: files left in build directory after distclean:" ; \
577	       $(distcleancheck_listfiles) ; \
578	       exit 1; } >&2
579check-am: all-am
580check: check-am
581all-am: Makefile $(SCRIPTS) $(DATA)
582installdirs:
583	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
584	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
585	done
586install: install-am
587install-exec: install-exec-am
588install-data: install-data-am
589uninstall: uninstall-am
590
591install-am: all-am
592	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
593
594installcheck: installcheck-am
595install-strip:
596	if test -z '$(STRIP)'; then \
597	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
598	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
599	      install; \
600	else \
601	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
603	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
604	fi
605mostlyclean-generic:
606
607clean-generic:
608	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
609
610distclean-generic:
611	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
612	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613
614maintainer-clean-generic:
615	@echo "This command is intended for maintainers to use"
616	@echo "it deletes files that may require special tools to rebuild."
617	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
618clean: clean-am
619
620clean-am: clean-generic mostlyclean-am
621
622distclean: distclean-am
623	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
624	-rm -f Makefile
625distclean-am: clean-am distclean-generic
626
627dvi: dvi-am
628
629dvi-am:
630
631html: html-am
632
633html-am:
634
635info: info-am
636
637info-am:
638
639install-data-am: install-appmanDATA
640
641install-dvi: install-dvi-am
642
643install-dvi-am:
644
645install-exec-am: install-binSCRIPTS
646
647install-html: install-html-am
648
649install-html-am:
650
651install-info: install-info-am
652
653install-info-am:
654
655install-man:
656
657install-pdf: install-pdf-am
658
659install-pdf-am:
660
661install-ps: install-ps-am
662
663install-ps-am:
664
665installcheck-am:
666
667maintainer-clean: maintainer-clean-am
668	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
669	-rm -rf $(top_srcdir)/autom4te.cache
670	-rm -f Makefile
671maintainer-clean-am: distclean-am maintainer-clean-generic
672
673mostlyclean: mostlyclean-am
674
675mostlyclean-am: mostlyclean-generic
676
677pdf: pdf-am
678
679pdf-am:
680
681ps: ps-am
682
683ps-am:
684
685uninstall-am: uninstall-appmanDATA uninstall-binSCRIPTS
686
687.MAKE: install-am install-strip
688
689.PHONY: all all-am am--refresh check check-am clean clean-generic \
690	cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \
691	dist-hook dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
692	distcheck distclean distclean-generic distcleancheck distdir \
693	distuninstallcheck dvi dvi-am html html-am info info-am \
694	install install-am install-appmanDATA install-binSCRIPTS \
695	install-data install-data-am install-dvi install-dvi-am \
696	install-exec install-exec-am install-html install-html-am \
697	install-info install-info-am install-man install-pdf \
698	install-pdf-am install-ps install-ps-am install-strip \
699	installcheck installcheck-am installdirs maintainer-clean \
700	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
701	pdf-am ps ps-am tags-am uninstall uninstall-am \
702	uninstall-appmanDATA uninstall-binSCRIPTS
703
704
705.man.$(APP_MAN_SUFFIX):
706	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
707
708.PHONY: ChangeLog
709
710ChangeLog:
711	$(CHANGELOG_CMD)
712
713dist-hook: ChangeLog
714
715# Tell versions [3.59,3.63) of GNU make to not export all variables.
716# Otherwise a system limit (for SysV at least) may be exceeded.
717.NOEXPORT:
718