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