1# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6# 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@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36target_triplet = @target@
37subdir = asm
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/config/m4/codeset.m4 \
41	$(top_srcdir)/config/m4/gettext.m4 \
42	$(top_srcdir)/config/m4/glibc2.m4 \
43	$(top_srcdir)/config/m4/glibc21.m4 \
44	$(top_srcdir)/config/m4/iconv.m4 \
45	$(top_srcdir)/config/m4/intdiv0.m4 \
46	$(top_srcdir)/config/m4/intl.m4 \
47	$(top_srcdir)/config/m4/intlmacosx.m4 \
48	$(top_srcdir)/config/m4/intmax.m4 \
49	$(top_srcdir)/config/m4/inttypes-pri.m4 \
50	$(top_srcdir)/config/m4/inttypes_h.m4 \
51	$(top_srcdir)/config/m4/lcmessage.m4 \
52	$(top_srcdir)/config/m4/lib-ld.m4 \
53	$(top_srcdir)/config/m4/lib-link.m4 \
54	$(top_srcdir)/config/m4/lib-prefix.m4 \
55	$(top_srcdir)/config/m4/lock.m4 \
56	$(top_srcdir)/config/m4/longlong.m4 \
57	$(top_srcdir)/config/m4/nls.m4 $(top_srcdir)/config/m4/po.m4 \
58	$(top_srcdir)/config/m4/printf-posix.m4 \
59	$(top_srcdir)/config/m4/progtest.m4 \
60	$(top_srcdir)/config/m4/size_max.m4 \
61	$(top_srcdir)/config/m4/stdint_h.m4 \
62	$(top_srcdir)/config/m4/uintmax_t.m4 \
63	$(top_srcdir)/config/m4/visibility.m4 \
64	$(top_srcdir)/config/m4/wchar_t.m4 \
65	$(top_srcdir)/config/m4/wint_t.m4 \
66	$(top_srcdir)/config/m4/xsize.m4 $(top_srcdir)/configure.in
67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68	$(ACLOCAL_M4)
69mkinstalldirs = $(install_sh) -d
70CONFIG_HEADER = $(top_builddir)/include/kc/config.h
71CONFIG_CLEAN_FILES =
72CONFIG_CLEAN_VPATH_FILES =
73SOURCES =
74DIST_SOURCES =
75RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76	html-recursive info-recursive install-data-recursive \
77	install-dvi-recursive install-exec-recursive \
78	install-html-recursive install-info-recursive \
79	install-pdf-recursive install-ps-recursive install-recursive \
80	installcheck-recursive installdirs-recursive pdf-recursive \
81	ps-recursive uninstall-recursive
82RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
83  distclean-recursive maintainer-clean-recursive
84AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
85	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
86	distdir
87ETAGS = etags
88CTAGS = ctags
89DIST_SUBDIRS = $(SUBDIRS)
90DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91am__relativize = \
92  dir0=`pwd`; \
93  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
94  sed_rest='s,^[^/]*/*,,'; \
95  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
96  sed_butlast='s,/*[^/]*$$,,'; \
97  while test -n "$$dir1"; do \
98    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
99    if test "$$first" != "."; then \
100      if test "$$first" = ".."; then \
101        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
102        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
103      else \
104        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
105        if test "$$first2" = "$$first"; then \
106          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
107        else \
108          dir2="../$$dir2"; \
109        fi; \
110        dir0="$$dir0"/"$$first"; \
111      fi; \
112    fi; \
113    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
114  done; \
115  reldir="$$dir2"
116ACLOCAL = @ACLOCAL@
117ALLOCA = @ALLOCA@
118AMTAR = @AMTAR@
119AUDIOFILE_LIBS = @AUDIOFILE_LIBS@
120AUTOCONF = @AUTOCONF@
121AUTOHEADER = @AUTOHEADER@
122AUTOMAKE = @AUTOMAKE@
123AWK = @AWK@
124BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
125CATOBJEXT = @CATOBJEXT@
126CC = @CC@
127CCDEPMODE = @CCDEPMODE@
128CFLAGS = @CFLAGS@
129CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
130CPP = @CPP@
131CPPFLAGS = @CPPFLAGS@
132CXX = @CXX@
133CXXDEPMODE = @CXXDEPMODE@
134CXXFLAGS = @CXXFLAGS@
135CYGPATH_W = @CYGPATH_W@
136DATADIRNAME = @DATADIRNAME@
137DEFS = @DEFS@
138DEPDIR = @DEPDIR@
139ECHO_C = @ECHO_C@
140ECHO_N = @ECHO_N@
141ECHO_T = @ECHO_T@
142EGREP = @EGREP@
143EXEEXT = @EXEEXT@
144F_L_A_C_LIBS = @F_L_A_C_LIBS@
145GENCAT = @GENCAT@
146GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
147GLIBC2 = @GLIBC2@
148GLIBC21 = @GLIBC21@
149GMSGFMT = @GMSGFMT@
150GMSGFMT_015 = @GMSGFMT_015@
151GREP = @GREP@
152GTK_CFLAGS = @GTK_CFLAGS@
153GTK_LIBS = @GTK_LIBS@
154HAVE_ASL = @HAVE_ASL@
155HAVE_ASPRINTF = @HAVE_ASPRINTF@
156HAVE_P2BIN = @HAVE_P2BIN@
157HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
158HAVE_SNPRINTF = @HAVE_SNPRINTF@
159HAVE_VISIBILITY = @HAVE_VISIBILITY@
160HAVE_WPRINTF = @HAVE_WPRINTF@
161INSTALL = @INSTALL@
162INSTALL_DATA = @INSTALL_DATA@
163INSTALL_PROGRAM = @INSTALL_PROGRAM@
164INSTALL_SCRIPT = @INSTALL_SCRIPT@
165INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166INSTOBJEXT = @INSTOBJEXT@
167INTLBISON = @INTLBISON@
168INTLLIBS = @INTLLIBS@
169INTLOBJS = @INTLOBJS@
170INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
171INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
172KCEMU_EXTRA_VERSION = @KCEMU_EXTRA_VERSION@
173KCEMU_EXTRA_VERSION_TEXT = @KCEMU_EXTRA_VERSION_TEXT@
174KCEMU_MAJOR_VERSION = @KCEMU_MAJOR_VERSION@
175KCEMU_MICRO_VERSION = @KCEMU_MICRO_VERSION@
176KCEMU_MINOR_VERSION = @KCEMU_MINOR_VERSION@
177LDFLAGS = @LDFLAGS@
178LIBAVFORMAT_CFLAGS = @LIBAVFORMAT_CFLAGS@
179LIBAVFORMAT_LIBS = @LIBAVFORMAT_LIBS@
180LIBDIRAC_CFLAGS = @LIBDIRAC_CFLAGS@
181LIBDIRAC_LIBS = @LIBDIRAC_LIBS@
182LIBGIF_LIBS = @LIBGIF_LIBS@
183LIBICONV = @LIBICONV@
184LIBINTL = @LIBINTL@
185LIBMULTITHREAD = @LIBMULTITHREAD@
186LIBOBJS = @LIBOBJS@
187LIBPTH = @LIBPTH@
188LIBPTH_PREFIX = @LIBPTH_PREFIX@
189LIBS = @LIBS@
190LIBSCHROEDINGER_CFLAGS = @LIBSCHROEDINGER_CFLAGS@
191LIBSCHROEDINGER_LIBS = @LIBSCHROEDINGER_LIBS@
192LIBTHEORA10_CFLAGS = @LIBTHEORA10_CFLAGS@
193LIBTHEORA10_LIBS = @LIBTHEORA10_LIBS@
194LIBTHEORA11_CFLAGS = @LIBTHEORA11_CFLAGS@
195LIBTHEORA11_LIBS = @LIBTHEORA11_LIBS@
196LIBTHEORA_CFLAGS = @LIBTHEORA_CFLAGS@
197LIBTHEORA_LIBS = @LIBTHEORA_LIBS@
198LIBTHREAD = @LIBTHREAD@
199LN_S = @LN_S@
200LTLIBC = @LTLIBC@
201LTLIBICONV = @LTLIBICONV@
202LTLIBINTL = @LTLIBINTL@
203LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
204LTLIBOBJS = @LTLIBOBJS@
205LTLIBPTH = @LTLIBPTH@
206LTLIBTHREAD = @LTLIBTHREAD@
207MAKEINFO = @MAKEINFO@
208MKDIR_P = @MKDIR_P@
209MP3LAME_LIBS = @MP3LAME_LIBS@
210MSGFMT = @MSGFMT@
211MSGFMT_015 = @MSGFMT_015@
212MSGMERGE = @MSGMERGE@
213OBJEXT = @OBJEXT@
214PACKAGE = @PACKAGE@
215PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
216PACKAGE_NAME = @PACKAGE_NAME@
217PACKAGE_STRING = @PACKAGE_STRING@
218PACKAGE_TARNAME = @PACKAGE_TARNAME@
219PACKAGE_URL = @PACKAGE_URL@
220PACKAGE_VERSION = @PACKAGE_VERSION@
221PATH_SEPARATOR = @PATH_SEPARATOR@
222PKG_CONFIG = @PKG_CONFIG@
223POSUB = @POSUB@
224PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
225RANLIB = @RANLIB@
226RC = @RC@
227SDL_CFLAGS = @SDL_CFLAGS@
228SDL_CONFIG = @SDL_CONFIG@
229SDL_LIBS = @SDL_LIBS@
230SET_MAKE = @SET_MAKE@
231SHELL = @SHELL@
232SNDFILE_LIBS = @SNDFILE_LIBS@
233STRIP = @STRIP@
234USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
235USE_NLS = @USE_NLS@
236VERSION = @VERSION@
237VNCSERVER_LIBS = @VNCSERVER_LIBS@
238VORBIS_LIBS = @VORBIS_LIBS@
239WINDRES = @WINDRES@
240WOE32 = @WOE32@
241WOE32DLL = @WOE32DLL@
242X11_CFLAGS = @X11_CFLAGS@
243X11_LIBS = @X11_LIBS@
244XGETTEXT = @XGETTEXT@
245XGETTEXT_015 = @XGETTEXT_015@
246XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
247XMKMF = @XMKMF@
248XMU_CFLAGS = @XMU_CFLAGS@
249XMU_LIBS = @XMU_LIBS@
250XVIDCORE_LIBS = @XVIDCORE_LIBS@
251Z80EX_LIBS = @Z80EX_LIBS@
252abs_builddir = @abs_builddir@
253abs_srcdir = @abs_srcdir@
254abs_top_builddir = @abs_top_builddir@
255abs_top_srcdir = @abs_top_srcdir@
256ac_ct_CC = @ac_ct_CC@
257ac_ct_CXX = @ac_ct_CXX@
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 = @target@
300target_alias = @target_alias@
301target_cpu = @target_cpu@
302target_os = @target_os@
303target_vendor = @target_vendor@
304top_build_prefix = @top_build_prefix@
305top_builddir = @top_builddir@
306top_srcdir = @top_srcdir@
307SUBDIRS = autostart
308all: all-recursive
309
310.SUFFIXES:
311$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
312	@for dep in $?; do \
313	  case '$(am__configure_deps)' in \
314	    *$$dep*) \
315	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
316	        && { if test -f $@; then exit 0; else break; fi; }; \
317	      exit 1;; \
318	  esac; \
319	done; \
320	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu asm/Makefile'; \
321	$(am__cd) $(top_srcdir) && \
322	  $(AUTOMAKE) --gnu asm/Makefile
323.PRECIOUS: Makefile
324Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325	@case '$?' in \
326	  *config.status*) \
327	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
328	  *) \
329	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
330	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
331	esac;
332
333$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
334	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
336$(top_srcdir)/configure:  $(am__configure_deps)
337	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
339	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340$(am__aclocal_m4_deps):
341
342# This directory's subdirectories are mostly independent; you can cd
343# into them and run `make' without going through this Makefile.
344# To change the values of `make' variables: instead of editing Makefiles,
345# (1) if the variable is set in `config.status', edit `config.status'
346#     (which will cause the Makefiles to be regenerated when you run `make');
347# (2) otherwise, pass the desired values on the `make' command line.
348$(RECURSIVE_TARGETS):
349	@fail= failcom='exit 1'; \
350	for f in x $$MAKEFLAGS; do \
351	  case $$f in \
352	    *=* | --[!k]*);; \
353	    *k*) failcom='fail=yes';; \
354	  esac; \
355	done; \
356	dot_seen=no; \
357	target=`echo $@ | sed s/-recursive//`; \
358	list='$(SUBDIRS)'; for subdir in $$list; do \
359	  echo "Making $$target in $$subdir"; \
360	  if test "$$subdir" = "."; then \
361	    dot_seen=yes; \
362	    local_target="$$target-am"; \
363	  else \
364	    local_target="$$target"; \
365	  fi; \
366	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
367	  || eval $$failcom; \
368	done; \
369	if test "$$dot_seen" = "no"; then \
370	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
371	fi; test -z "$$fail"
372
373$(RECURSIVE_CLEAN_TARGETS):
374	@fail= failcom='exit 1'; \
375	for f in x $$MAKEFLAGS; do \
376	  case $$f in \
377	    *=* | --[!k]*);; \
378	    *k*) failcom='fail=yes';; \
379	  esac; \
380	done; \
381	dot_seen=no; \
382	case "$@" in \
383	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
384	  *) list='$(SUBDIRS)' ;; \
385	esac; \
386	rev=''; for subdir in $$list; do \
387	  if test "$$subdir" = "."; then :; else \
388	    rev="$$subdir $$rev"; \
389	  fi; \
390	done; \
391	rev="$$rev ."; \
392	target=`echo $@ | sed s/-recursive//`; \
393	for subdir in $$rev; do \
394	  echo "Making $$target in $$subdir"; \
395	  if test "$$subdir" = "."; then \
396	    local_target="$$target-am"; \
397	  else \
398	    local_target="$$target"; \
399	  fi; \
400	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401	  || eval $$failcom; \
402	done && test -z "$$fail"
403tags-recursive:
404	list='$(SUBDIRS)'; for subdir in $$list; do \
405	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
406	done
407ctags-recursive:
408	list='$(SUBDIRS)'; for subdir in $$list; do \
409	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
410	done
411
412ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
413	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
414	unique=`for i in $$list; do \
415	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
416	  done | \
417	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
418	      END { if (nonempty) { for (i in files) print i; }; }'`; \
419	mkid -fID $$unique
420tags: TAGS
421
422TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423		$(TAGS_FILES) $(LISP)
424	set x; \
425	here=`pwd`; \
426	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
427	  include_option=--etags-include; \
428	  empty_fix=.; \
429	else \
430	  include_option=--include; \
431	  empty_fix=; \
432	fi; \
433	list='$(SUBDIRS)'; for subdir in $$list; do \
434	  if test "$$subdir" = .; then :; else \
435	    test ! -f $$subdir/TAGS || \
436	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
437	  fi; \
438	done; \
439	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
440	unique=`for i in $$list; do \
441	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
442	  done | \
443	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
444	      END { if (nonempty) { for (i in files) print i; }; }'`; \
445	shift; \
446	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
447	  test -n "$$unique" || unique=$$empty_fix; \
448	  if test $$# -gt 0; then \
449	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450	      "$$@" $$unique; \
451	  else \
452	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453	      $$unique; \
454	  fi; \
455	fi
456ctags: CTAGS
457CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
458		$(TAGS_FILES) $(LISP)
459	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
460	unique=`for i in $$list; do \
461	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462	  done | \
463	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464	      END { if (nonempty) { for (i in files) print i; }; }'`; \
465	test -z "$(CTAGS_ARGS)$$unique" \
466	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
467	     $$unique
468
469GTAGS:
470	here=`$(am__cd) $(top_builddir) && pwd` \
471	  && $(am__cd) $(top_srcdir) \
472	  && gtags -i $(GTAGS_ARGS) "$$here"
473
474distclean-tags:
475	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
476
477distdir: $(DISTFILES)
478	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480	list='$(DISTFILES)'; \
481	  dist_files=`for file in $$list; do echo $$file; done | \
482	  sed -e "s|^$$srcdirstrip/||;t" \
483	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
484	case $$dist_files in \
485	  */*) $(MKDIR_P) `echo "$$dist_files" | \
486			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
487			   sort -u` ;; \
488	esac; \
489	for file in $$dist_files; do \
490	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
491	  if test -d $$d/$$file; then \
492	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493	    if test -d "$(distdir)/$$file"; then \
494	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495	    fi; \
496	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
498	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499	    fi; \
500	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
501	  else \
502	    test -f "$(distdir)/$$file" \
503	    || cp -p $$d/$$file "$(distdir)/$$file" \
504	    || exit 1; \
505	  fi; \
506	done
507	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
508	  if test "$$subdir" = .; then :; else \
509	    test -d "$(distdir)/$$subdir" \
510	    || $(MKDIR_P) "$(distdir)/$$subdir" \
511	    || exit 1; \
512	  fi; \
513	done
514	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
515	  if test "$$subdir" = .; then :; else \
516	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
517	    $(am__relativize); \
518	    new_distdir=$$reldir; \
519	    dir1=$$subdir; dir2="$(top_distdir)"; \
520	    $(am__relativize); \
521	    new_top_distdir=$$reldir; \
522	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
523	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
524	    ($(am__cd) $$subdir && \
525	      $(MAKE) $(AM_MAKEFLAGS) \
526	        top_distdir="$$new_top_distdir" \
527	        distdir="$$new_distdir" \
528		am__remove_distdir=: \
529		am__skip_length_check=: \
530		am__skip_mode_fix=: \
531	        distdir) \
532	      || exit 1; \
533	  fi; \
534	done
535check-am: all-am
536check: check-recursive
537all-am: Makefile
538installdirs: installdirs-recursive
539installdirs-am:
540install: install-recursive
541install-exec: install-exec-recursive
542install-data: install-data-recursive
543uninstall: uninstall-recursive
544
545install-am: all-am
546	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548installcheck: installcheck-recursive
549install-strip:
550	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552	  `test -z '$(STRIP)' || \
553	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
554mostlyclean-generic:
555
556clean-generic:
557
558distclean-generic:
559	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
560	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
561
562maintainer-clean-generic:
563	@echo "This command is intended for maintainers to use"
564	@echo "it deletes files that may require special tools to rebuild."
565clean: clean-recursive
566
567clean-am: clean-generic mostlyclean-am
568
569distclean: distclean-recursive
570	-rm -f Makefile
571distclean-am: clean-am distclean-generic distclean-tags
572
573dvi: dvi-recursive
574
575dvi-am:
576
577html: html-recursive
578
579html-am:
580
581info: info-recursive
582
583info-am:
584
585install-data-am:
586
587install-dvi: install-dvi-recursive
588
589install-dvi-am:
590
591install-exec-am:
592
593install-html: install-html-recursive
594
595install-html-am:
596
597install-info: install-info-recursive
598
599install-info-am:
600
601install-man:
602
603install-pdf: install-pdf-recursive
604
605install-pdf-am:
606
607install-ps: install-ps-recursive
608
609install-ps-am:
610
611installcheck-am:
612
613maintainer-clean: maintainer-clean-recursive
614	-rm -f Makefile
615maintainer-clean-am: distclean-am maintainer-clean-generic
616
617mostlyclean: mostlyclean-recursive
618
619mostlyclean-am: mostlyclean-generic
620
621pdf: pdf-recursive
622
623pdf-am:
624
625ps: ps-recursive
626
627ps-am:
628
629uninstall-am:
630
631.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
632	install-am install-strip tags-recursive
633
634.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
635	all all-am check check-am clean clean-generic ctags \
636	ctags-recursive distclean distclean-generic distclean-tags \
637	distdir dvi dvi-am html html-am info info-am install \
638	install-am install-data install-data-am install-dvi \
639	install-dvi-am install-exec install-exec-am install-html \
640	install-html-am install-info install-info-am install-man \
641	install-pdf install-pdf-am install-ps install-ps-am \
642	install-strip installcheck installcheck-am installdirs \
643	installdirs-am maintainer-clean maintainer-clean-generic \
644	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
645	tags-recursive uninstall uninstall-am
646
647
648# Tell versions [3.59,3.63) of GNU make to not export all variables.
649# Otherwise a system limit (for SysV at least) may be exceeded.
650.NOEXPORT:
651