1# Makefile.in generated by automake 1.12.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 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# $Id: Makefile.am 2 2007-01-05 14:04:27Z tb $
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@
54target_triplet = @target@
55subdir = .
56DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
57	$(srcdir)/Makefile.in $(top_srcdir)/acscripts/config.guess \
58	$(top_srcdir)/acscripts/config.sub \
59	$(top_srcdir)/acscripts/install-sh \
60	$(top_srcdir)/acscripts/missing $(top_srcdir)/configure \
61	AUTHORS COPYING acscripts/config.guess acscripts/config.sub \
62	acscripts/depcomp acscripts/install-sh acscripts/missing
63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64am__aclocal_m4_deps = $(top_srcdir)/configure.ac
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66	$(ACLOCAL_M4)
67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68 configure.lineno config.status.lineno
69mkinstalldirs = $(install_sh) -d
70CONFIG_CLEAN_FILES =
71CONFIG_CLEAN_VPATH_FILES =
72SOURCES =
73DIST_SOURCES =
74RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75	html-recursive info-recursive install-data-recursive \
76	install-dvi-recursive install-exec-recursive \
77	install-html-recursive install-info-recursive \
78	install-pdf-recursive install-ps-recursive install-recursive \
79	installcheck-recursive installdirs-recursive pdf-recursive \
80	ps-recursive uninstall-recursive
81am__can_run_installinfo = \
82  case $$AM_UPDATE_INFO_DIR in \
83    n|no|NO) false;; \
84    *) (install-info --version) >/dev/null 2>&1;; \
85  esac
86RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
87  distclean-recursive maintainer-clean-recursive
88AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
90	cscope distdir dist dist-all distcheck
91ETAGS = etags
92CTAGS = ctags
93CSCOPE = cscope
94DIST_SUBDIRS = $(SUBDIRS)
95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96distdir = $(PACKAGE)-$(VERSION)
97top_distdir = $(distdir)
98am__remove_distdir = \
99  if test -d "$(distdir)"; then \
100    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
101      && rm -rf "$(distdir)" \
102      || { sleep 5 && rm -rf "$(distdir)"; }; \
103  else :; fi
104am__post_remove_distdir = $(am__remove_distdir)
105am__relativize = \
106  dir0=`pwd`; \
107  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
108  sed_rest='s,^[^/]*/*,,'; \
109  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
110  sed_butlast='s,/*[^/]*$$,,'; \
111  while test -n "$$dir1"; do \
112    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
113    if test "$$first" != "."; then \
114      if test "$$first" = ".."; then \
115        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
116        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
117      else \
118        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
119        if test "$$first2" = "$$first"; then \
120          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
121        else \
122          dir2="../$$dir2"; \
123        fi; \
124        dir0="$$dir0"/"$$first"; \
125      fi; \
126    fi; \
127    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
128  done; \
129  reldir="$$dir2"
130DIST_ARCHIVES = $(distdir).tar.gz
131GZIP_ENV = --best
132DIST_TARGETS = dist-gzip
133distuninstallcheck_listfiles = find . -type f -print
134am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
135  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
136distcleancheck_listfiles = find . -type f -print
137ACLOCAL = @ACLOCAL@
138AMTAR = @AMTAR@
139AUTOCONF = @AUTOCONF@
140AUTOHEADER = @AUTOHEADER@
141AUTOMAKE = @AUTOMAKE@
142AWK = @AWK@
143CC = @CC@
144CCDEPMODE = @CCDEPMODE@
145CFLAGS = @CFLAGS@
146CPPFLAGS = @CPPFLAGS@
147CXX = @CXX@
148CXXDEPMODE = @CXXDEPMODE@
149CXXFLAGS = @CXXFLAGS@
150CYGPATH_W = @CYGPATH_W@
151DEFS = @DEFS@
152DEPDIR = @DEPDIR@
153ECHO_C = @ECHO_C@
154ECHO_N = @ECHO_N@
155ECHO_T = @ECHO_T@
156EXEEXT = @EXEEXT@
157INSTALL = @INSTALL@
158INSTALL_DATA = @INSTALL_DATA@
159INSTALL_PROGRAM = @INSTALL_PROGRAM@
160INSTALL_SCRIPT = @INSTALL_SCRIPT@
161INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162LDFLAGS = @LDFLAGS@
163LIBOBJS = @LIBOBJS@
164LIBS = @LIBS@
165LTLIBOBJS = @LTLIBOBJS@
166MAKEINFO = @MAKEINFO@
167MKDIR_P = @MKDIR_P@
168OBJEXT = @OBJEXT@
169PACKAGE = @PACKAGE@
170PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171PACKAGE_NAME = @PACKAGE_NAME@
172PACKAGE_STRING = @PACKAGE_STRING@
173PACKAGE_TARNAME = @PACKAGE_TARNAME@
174PACKAGE_URL = @PACKAGE_URL@
175PACKAGE_VERSION = @PACKAGE_VERSION@
176PATH_SEPARATOR = @PATH_SEPARATOR@
177RANLIB = @RANLIB@
178SDL_CFLAGS = @SDL_CFLAGS@
179SDL_CONFIG = @SDL_CONFIG@
180SDL_LIBS = @SDL_LIBS@
181SET_MAKE = @SET_MAKE@
182SHELL = @SHELL@
183STRIP = @STRIP@
184VERSION = @VERSION@
185WX_CFLAGS = @WX_CFLAGS@
186WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
187WX_CONFIG_PATH = @WX_CONFIG_PATH@
188WX_CPPFLAGS = @WX_CPPFLAGS@
189WX_CXXFLAGS = @WX_CXXFLAGS@
190WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
191WX_LIBS = @WX_LIBS@
192WX_LIBS_STATIC = @WX_LIBS_STATIC@
193WX_RESCOMP = @WX_RESCOMP@
194WX_VERSION = @WX_VERSION@
195WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
196WX_VERSION_MICRO = @WX_VERSION_MICRO@
197WX_VERSION_MINOR = @WX_VERSION_MINOR@
198abs_builddir = @abs_builddir@
199abs_srcdir = @abs_srcdir@
200abs_top_builddir = @abs_top_builddir@
201abs_top_srcdir = @abs_top_srcdir@
202ac_ct_CC = @ac_ct_CC@
203ac_ct_CXX = @ac_ct_CXX@
204am__include = @am__include@
205am__leading_dot = @am__leading_dot@
206am__quote = @am__quote@
207am__tar = @am__tar@
208am__untar = @am__untar@
209bindir = @bindir@
210build = @build@
211build_alias = @build_alias@
212build_cpu = @build_cpu@
213build_os = @build_os@
214build_vendor = @build_vendor@
215builddir = @builddir@
216datadir = @datadir@
217datarootdir = @datarootdir@
218docdir = @docdir@
219dvidir = @dvidir@
220exec_prefix = @exec_prefix@
221host = @host@
222host_alias = @host_alias@
223host_cpu = @host_cpu@
224host_os = @host_os@
225host_vendor = @host_vendor@
226htmldir = @htmldir@
227includedir = @includedir@
228infodir = @infodir@
229install_sh = @install_sh@
230libdir = @libdir@
231libexecdir = @libexecdir@
232localedir = @localedir@
233localstatedir = @localstatedir@
234mandir = @mandir@
235mkdir_p = @mkdir_p@
236oldincludedir = @oldincludedir@
237pdfdir = @pdfdir@
238prefix = @prefix@
239program_transform_name = @program_transform_name@
240psdir = @psdir@
241sbindir = @sbindir@
242sharedstatedir = @sharedstatedir@
243srcdir = @srcdir@
244sysconfdir = @sysconfdir@
245target = @target@
246target_alias = @target_alias@
247target_cpu = @target_cpu@
248target_os = @target_os@
249target_vendor = @target_vendor@
250top_build_prefix = @top_build_prefix@
251top_builddir = @top_builddir@
252top_srcdir = @top_srcdir@
253SUBDIRS = src
254EXTRA_DIST = \
255	README.md
256
257all: all-recursive
258
259.SUFFIXES:
260am--refresh: Makefile
261	@:
262$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
263	@for dep in $?; do \
264	  case '$(am__configure_deps)' in \
265	    *$$dep*) \
266	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
267	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
268		&& exit 0; \
269	      exit 1;; \
270	  esac; \
271	done; \
272	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
273	$(am__cd) $(top_srcdir) && \
274	  $(AUTOMAKE) --foreign Makefile
275.PRECIOUS: Makefile
276Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277	@case '$?' in \
278	  *config.status*) \
279	    echo ' $(SHELL) ./config.status'; \
280	    $(SHELL) ./config.status;; \
281	  *) \
282	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
283	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
284	esac;
285
286$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287	$(SHELL) ./config.status --recheck
288
289$(top_srcdir)/configure:  $(am__configure_deps)
290	$(am__cd) $(srcdir) && $(AUTOCONF)
291$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
292	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
293$(am__aclocal_m4_deps):
294
295# This directory's subdirectories are mostly independent; you can cd
296# into them and run 'make' without going through this Makefile.
297# To change the values of 'make' variables: instead of editing Makefiles,
298# (1) if the variable is set in 'config.status', edit 'config.status'
299#     (which will cause the Makefiles to be regenerated when you run 'make');
300# (2) otherwise, pass the desired values on the 'make' command line.
301$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
302	@fail= failcom='exit 1'; \
303	for f in x $$MAKEFLAGS; do \
304	  case $$f in \
305	    *=* | --[!k]*);; \
306	    *k*) failcom='fail=yes';; \
307	  esac; \
308	done; \
309	dot_seen=no; \
310	target=`echo $@ | sed s/-recursive//`; \
311	case "$@" in \
312	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
313	  *) list='$(SUBDIRS)' ;; \
314	esac; \
315	for subdir in $$list; do \
316	  echo "Making $$target in $$subdir"; \
317	  if test "$$subdir" = "."; then \
318	    dot_seen=yes; \
319	    local_target="$$target-am"; \
320	  else \
321	    local_target="$$target"; \
322	  fi; \
323	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324	  || eval $$failcom; \
325	done; \
326	if test "$$dot_seen" = "no"; then \
327	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
328	fi; test -z "$$fail"
329tags-recursive:
330	list='$(SUBDIRS)'; for subdir in $$list; do \
331	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
332	done
333ctags-recursive:
334	list='$(SUBDIRS)'; for subdir in $$list; do \
335	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
336	done
337cscopelist-recursive:
338	list='$(SUBDIRS)'; for subdir in $$list; do \
339	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
340	done
341
342ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
343	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
344	unique=`for i in $$list; do \
345	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346	  done | \
347	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348	      END { if (nonempty) { for (i in files) print i; }; }'`; \
349	mkid -fID $$unique
350tags: TAGS
351
352TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353		$(TAGS_FILES) $(LISP)
354	set x; \
355	here=`pwd`; \
356	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
357	  include_option=--etags-include; \
358	  empty_fix=.; \
359	else \
360	  include_option=--include; \
361	  empty_fix=; \
362	fi; \
363	list='$(SUBDIRS)'; for subdir in $$list; do \
364	  if test "$$subdir" = .; then :; else \
365	    test ! -f $$subdir/TAGS || \
366	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
367	  fi; \
368	done; \
369	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
370	unique=`for i in $$list; do \
371	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372	  done | \
373	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374	      END { if (nonempty) { for (i in files) print i; }; }'`; \
375	shift; \
376	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
377	  test -n "$$unique" || unique=$$empty_fix; \
378	  if test $$# -gt 0; then \
379	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380	      "$$@" $$unique; \
381	  else \
382	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383	      $$unique; \
384	  fi; \
385	fi
386ctags: CTAGS
387CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388		$(TAGS_FILES) $(LISP)
389	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
390	unique=`for i in $$list; do \
391	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392	  done | \
393	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394	      END { if (nonempty) { for (i in files) print i; }; }'`; \
395	test -z "$(CTAGS_ARGS)$$unique" \
396	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
397	     $$unique
398
399GTAGS:
400	here=`$(am__cd) $(top_builddir) && pwd` \
401	  && $(am__cd) $(top_srcdir) \
402	  && gtags -i $(GTAGS_ARGS) "$$here"
403
404cscope: cscope.files
405	test ! -s cscope.files \
406	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
407
408clean-cscope:
409	-rm -f cscope.files
410
411cscope.files: clean-cscope cscopelist-recursive cscopelist
412
413cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
414	list='$(SOURCES) $(HEADERS) $(LISP)'; \
415	case "$(srcdir)" in \
416	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
417	  *) sdir=$(subdir)/$(srcdir) ;; \
418	esac; \
419	for i in $$list; do \
420	  if test -f "$$i"; then \
421	    echo "$(subdir)/$$i"; \
422	  else \
423	    echo "$$sdir/$$i"; \
424	  fi; \
425	done >> $(top_builddir)/cscope.files
426
427distclean-tags:
428	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
430
431distdir: $(DISTFILES)
432	$(am__remove_distdir)
433	test -d "$(distdir)" || mkdir "$(distdir)"
434	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436	list='$(DISTFILES)'; \
437	  dist_files=`for file in $$list; do echo $$file; done | \
438	  sed -e "s|^$$srcdirstrip/||;t" \
439	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440	case $$dist_files in \
441	  */*) $(MKDIR_P) `echo "$$dist_files" | \
442			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443			   sort -u` ;; \
444	esac; \
445	for file in $$dist_files; do \
446	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447	  if test -d $$d/$$file; then \
448	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449	    if test -d "$(distdir)/$$file"; then \
450	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451	    fi; \
452	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
454	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455	    fi; \
456	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457	  else \
458	    test -f "$(distdir)/$$file" \
459	    || cp -p $$d/$$file "$(distdir)/$$file" \
460	    || exit 1; \
461	  fi; \
462	done
463	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
464	  if test "$$subdir" = .; then :; else \
465	    $(am__make_dryrun) \
466	      || test -d "$(distdir)/$$subdir" \
467	      || $(MKDIR_P) "$(distdir)/$$subdir" \
468	      || exit 1; \
469	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
470	    $(am__relativize); \
471	    new_distdir=$$reldir; \
472	    dir1=$$subdir; dir2="$(top_distdir)"; \
473	    $(am__relativize); \
474	    new_top_distdir=$$reldir; \
475	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
476	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
477	    ($(am__cd) $$subdir && \
478	      $(MAKE) $(AM_MAKEFLAGS) \
479	        top_distdir="$$new_top_distdir" \
480	        distdir="$$new_distdir" \
481		am__remove_distdir=: \
482		am__skip_length_check=: \
483		am__skip_mode_fix=: \
484	        distdir) \
485	      || exit 1; \
486	  fi; \
487	done
488	-test -n "$(am__skip_mode_fix)" \
489	|| find "$(distdir)" -type d ! -perm -755 \
490		-exec chmod u+rwx,go+rx {} \; -o \
491	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
492	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
493	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
494	|| chmod -R a+r "$(distdir)"
495dist-gzip: distdir
496	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
497	$(am__post_remove_distdir)
498
499dist-bzip2: distdir
500	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
501	$(am__post_remove_distdir)
502
503dist-lzip: distdir
504	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
505	$(am__post_remove_distdir)
506
507dist-xz: distdir
508	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
509	$(am__post_remove_distdir)
510
511dist-tarZ: distdir
512	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
513	$(am__post_remove_distdir)
514
515dist-shar: distdir
516	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
517	$(am__post_remove_distdir)
518
519dist-zip: distdir
520	-rm -f $(distdir).zip
521	zip -rq $(distdir).zip $(distdir)
522	$(am__post_remove_distdir)
523
524dist dist-all:
525	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
526	$(am__post_remove_distdir)
527
528# This target untars the dist file and tries a VPATH configuration.  Then
529# it guarantees that the distribution is self-contained by making another
530# tarfile.
531distcheck: dist
532	case '$(DIST_ARCHIVES)' in \
533	*.tar.gz*) \
534	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
535	*.tar.bz2*) \
536	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
537	*.tar.lz*) \
538	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
539	*.tar.xz*) \
540	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
541	*.tar.Z*) \
542	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
543	*.shar.gz*) \
544	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
545	*.zip*) \
546	  unzip $(distdir).zip ;;\
547	esac
548	chmod -R a-w $(distdir)
549	chmod u+w $(distdir)
550	mkdir $(distdir)/_build $(distdir)/_inst
551	chmod a-w $(distdir)
552	test -d $(distdir)/_build || exit 0; \
553	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
554	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
555	  && am__cwd=`pwd` \
556	  && $(am__cd) $(distdir)/_build \
557	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
558	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
559	    $(DISTCHECK_CONFIGURE_FLAGS) \
560	  && $(MAKE) $(AM_MAKEFLAGS) \
561	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
562	  && $(MAKE) $(AM_MAKEFLAGS) check \
563	  && $(MAKE) $(AM_MAKEFLAGS) install \
564	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
565	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
566	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
567	        distuninstallcheck \
568	  && chmod -R a-w "$$dc_install_base" \
569	  && ({ \
570	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
571	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
572	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
573	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
574	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
575	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
576	  && rm -rf "$$dc_destdir" \
577	  && $(MAKE) $(AM_MAKEFLAGS) dist \
578	  && rm -rf $(DIST_ARCHIVES) \
579	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
580	  && cd "$$am__cwd" \
581	  || exit 1
582	$(am__post_remove_distdir)
583	@(echo "$(distdir) archives ready for distribution: "; \
584	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
585	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
586distuninstallcheck:
587	@test -n '$(distuninstallcheck_dir)' || { \
588	  echo 'ERROR: trying to run $@ with an empty' \
589	       '$$(distuninstallcheck_dir)' >&2; \
590	  exit 1; \
591	}; \
592	$(am__cd) '$(distuninstallcheck_dir)' || { \
593	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
594	  exit 1; \
595	}; \
596	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
597	   || { echo "ERROR: files left after uninstall:" ; \
598	        if test -n "$(DESTDIR)"; then \
599	          echo "  (check DESTDIR support)"; \
600	        fi ; \
601	        $(distuninstallcheck_listfiles) ; \
602	        exit 1; } >&2
603distcleancheck: distclean
604	@if test '$(srcdir)' = . ; then \
605	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
606	  exit 1 ; \
607	fi
608	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
609	  || { echo "ERROR: files left in build directory after distclean:" ; \
610	       $(distcleancheck_listfiles) ; \
611	       exit 1; } >&2
612check-am: all-am
613check: check-recursive
614all-am: Makefile
615installdirs: installdirs-recursive
616installdirs-am:
617install: install-recursive
618install-exec: install-exec-recursive
619install-data: install-data-recursive
620uninstall: uninstall-recursive
621
622install-am: all-am
623	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
624
625installcheck: installcheck-recursive
626install-strip:
627	if test -z '$(STRIP)'; then \
628	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
629	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
630	      install; \
631	else \
632	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
633	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
634	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
635	fi
636mostlyclean-generic:
637
638clean-generic:
639
640distclean-generic:
641	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
642	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
643
644maintainer-clean-generic:
645	@echo "This command is intended for maintainers to use"
646	@echo "it deletes files that may require special tools to rebuild."
647clean: clean-recursive
648
649clean-am: clean-generic mostlyclean-am
650
651distclean: distclean-recursive
652	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
653	-rm -f Makefile
654distclean-am: clean-am distclean-generic distclean-tags
655
656dvi: dvi-recursive
657
658dvi-am:
659
660html: html-recursive
661
662html-am:
663
664info: info-recursive
665
666info-am:
667
668install-data-am:
669
670install-dvi: install-dvi-recursive
671
672install-dvi-am:
673
674install-exec-am:
675
676install-html: install-html-recursive
677
678install-html-am:
679
680install-info: install-info-recursive
681
682install-info-am:
683
684install-man:
685
686install-pdf: install-pdf-recursive
687
688install-pdf-am:
689
690install-ps: install-ps-recursive
691
692install-ps-am:
693
694installcheck-am:
695
696maintainer-clean: maintainer-clean-recursive
697	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
698	-rm -rf $(top_srcdir)/autom4te.cache
699	-rm -f Makefile
700maintainer-clean-am: distclean-am maintainer-clean-generic
701
702mostlyclean: mostlyclean-recursive
703
704mostlyclean-am: mostlyclean-generic
705
706pdf: pdf-recursive
707
708pdf-am:
709
710ps: ps-recursive
711
712ps-am:
713
714uninstall-am:
715
716.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
717	cscopelist-recursive ctags-recursive install-am install-strip \
718	tags-recursive
719
720.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
721	all all-am am--refresh check check-am clean clean-cscope \
722	clean-generic cscope cscopelist cscopelist-recursive ctags \
723	ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzip \
724	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
725	distclean-generic distclean-tags distcleancheck distdir \
726	distuninstallcheck dvi dvi-am html html-am info info-am \
727	install install-am install-data install-data-am install-dvi \
728	install-dvi-am install-exec install-exec-am install-html \
729	install-html-am install-info install-info-am install-man \
730	install-pdf install-pdf-am install-ps install-ps-am \
731	install-strip installcheck installcheck-am installdirs \
732	installdirs-am maintainer-clean maintainer-clean-generic \
733	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
734	tags-recursive uninstall uninstall-am
735
736
737# Tell versions [3.59,3.63) of GNU make to not export all variables.
738# Otherwise a system limit (for SysV at least) may be exceeded.
739.NOEXPORT:
740