1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = build
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
93	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/pkg.m4 \
94	$(top_srcdir)/m4/vice_args.m4 \
95	$(top_srcdir)/m4/vice_compiler_checks.m4 \
96	$(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101CONFIG_HEADER = $(top_builddir)/src/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119	ctags-recursive dvi-recursive html-recursive info-recursive \
120	install-data-recursive install-dvi-recursive \
121	install-exec-recursive install-html-recursive \
122	install-info-recursive install-pdf-recursive \
123	install-ps-recursive install-recursive installcheck-recursive \
124	installdirs-recursive pdf-recursive ps-recursive \
125	tags-recursive uninstall-recursive
126am__can_run_installinfo = \
127  case $$AM_UPDATE_INFO_DIR in \
128    n|no|NO) false;; \
129    *) (install-info --version) >/dev/null 2>&1;; \
130  esac
131RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
132  distclean-recursive maintainer-clean-recursive
133am__recursive_targets = \
134  $(RECURSIVE_TARGETS) \
135  $(RECURSIVE_CLEAN_TARGETS) \
136  $(am__extra_recursive_targets)
137AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
138	distdir distdir-am
139am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140# Read a list of newline-separated strings from the standard input,
141# and print each of them once, without duplicates.  Input order is
142# *not* preserved.
143am__uniquify_input = $(AWK) '\
144  BEGIN { nonempty = 0; } \
145  { items[$$0] = 1; nonempty = 1; } \
146  END { if (nonempty) { for (i in items) print i; }; } \
147'
148# Make sure the list of sources is unique.  This is necessary because,
149# e.g., the same source file might be shared among _SOURCES variables
150# for different programs/libraries.
151am__define_uniq_tagged_files = \
152  list='$(am__tagged_files)'; \
153  unique=`for i in $$list; do \
154    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155  done | $(am__uniquify_input)`
156ETAGS = etags
157CTAGS = ctags
158DIST_SUBDIRS = $(SUBDIRS)
159am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161am__relativize = \
162  dir0=`pwd`; \
163  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
164  sed_rest='s,^[^/]*/*,,'; \
165  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
166  sed_butlast='s,/*[^/]*$$,,'; \
167  while test -n "$$dir1"; do \
168    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
169    if test "$$first" != "."; then \
170      if test "$$first" = ".."; then \
171        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
172        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
173      else \
174        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
175        if test "$$first2" = "$$first"; then \
176          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
177        else \
178          dir2="../$$dir2"; \
179        fi; \
180        dir0="$$dir0"/"$$first"; \
181      fi; \
182    fi; \
183    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
184  done; \
185  reldir="$$dir2"
186ACLOCAL = @ACLOCAL@
187AMTAR = @AMTAR@
188AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189AR = @AR@
190ARCH_DIR = @ARCH_DIR@
191ARCH_EXTRA_SUBDIR = @ARCH_EXTRA_SUBDIR@
192ARCH_INCLUDES = @ARCH_INCLUDES@
193ARCH_LIBS = @ARCH_LIBS@
194ARCH_MAKE_BINDIST_DIR = @ARCH_MAKE_BINDIST_DIR@
195ARCH_SRC_DIR = @ARCH_SRC_DIR@
196AUTOCONF = @AUTOCONF@
197AUTOHEADER = @AUTOHEADER@
198AUTOMAKE = @AUTOMAKE@
199AWK = @AWK@
200BASH = @BASH@
201CC = @CC@
202CCAS = @CCAS@
203CCASDEPMODE = @CCASDEPMODE@
204CCASFLAGS = @CCASFLAGS@
205CCDEPMODE = @CCDEPMODE@
206CFLAGS = @CFLAGS@
207CPP = @CPP@
208CPPFLAGS = @CPPFLAGS@
209CROSS = @CROSS@
210CXX = @CXX@
211CXXCPP = @CXXCPP@
212CXXDEPMODE = @CXXDEPMODE@
213CXXFLAGS = @CXXFLAGS@
214CYGPATH_W = @CYGPATH_W@
215DEBUGBUILD = @DEBUGBUILD@
216DEFS = @DEFS@
217DEPDIR = @DEPDIR@
218DOS2UNIX = @DOS2UNIX@
219DYNLIB_LIBS = @DYNLIB_LIBS@
220ECHO_C = @ECHO_C@
221ECHO_N = @ECHO_N@
222ECHO_T = @ECHO_T@
223EGREP = @EGREP@
224ENABLE_ARCH = @ENABLE_ARCH@
225EXEEXT = @EXEEXT@
226FCCACHE = @FCCACHE@
227FFMPEGSUB = @FFMPEGSUB@
228FFMPEG_AVRESAMPLE_CFLAGS = @FFMPEG_AVRESAMPLE_CFLAGS@
229FFMPEG_AVRESAMPLE_LIBS = @FFMPEG_AVRESAMPLE_LIBS@
230FFMPEG_AV_CFLAGS = @FFMPEG_AV_CFLAGS@
231FFMPEG_AV_LIBS = @FFMPEG_AV_LIBS@
232FFMPEG_DEP = @FFMPEG_DEP@
233FFMPEG_DIR = @FFMPEG_DIR@
234FFMPEG_INCLUDES = @FFMPEG_INCLUDES@
235FFMPEG_LIBS = @FFMPEG_LIBS@
236FFMPEG_SWRESAMPLE_CFLAGS = @FFMPEG_SWRESAMPLE_CFLAGS@
237FFMPEG_SWRESAMPLE_LIBS = @FFMPEG_SWRESAMPLE_LIBS@
238FFMPEG_SWSCALE_CFLAGS = @FFMPEG_SWSCALE_CFLAGS@
239FFMPEG_SWSCALE_LIBS = @FFMPEG_SWSCALE_LIBS@
240FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
241FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
242FW_DIR = @FW_DIR@
243GFXOUTPUT_DRIVERS = @GFXOUTPUT_DRIVERS@
244GFXOUTPUT_LIBS = @GFXOUTPUT_LIBS@
245GLEW_CFLAGS = @GLEW_CFLAGS@
246GLEW_LIBS = @GLEW_LIBS@
247GLIB_CFLAGS = @GLIB_CFLAGS@
248GLIB_LIBS = @GLIB_LIBS@
249GREP = @GREP@
250GTK_CFLAGS = @GTK_CFLAGS@
251GTK_LIBS = @GTK_LIBS@
252HAVE_CXX11 = @HAVE_CXX11@
253HAVE_READLINE = @HAVE_READLINE@
254ICONV = @ICONV@
255ICOTOOL = @ICOTOOL@
256INLINE_UNIT_GROWTH = @INLINE_UNIT_GROWTH@
257INSTALL = @INSTALL@
258INSTALL_DATA = @INSTALL_DATA@
259INSTALL_PROGRAM = @INSTALL_PROGRAM@
260INSTALL_SCRIPT = @INSTALL_SCRIPT@
261INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262JOY_LIBS = @JOY_LIBS@
263LAMEMP3SUB = @LAMEMP3SUB@
264LDFLAGS = @LDFLAGS@
265LEX = @LEX@
266LEXLIB = @LEXLIB@
267LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
268LIBFFMPEGSUB = @LIBFFMPEGSUB@
269LIBOBJS = @LIBOBJS@
270LIBS = @LIBS@
271LIBX264SUB = @LIBX264SUB@
272LINKCC = @LINKCC@
273LN_S = @LN_S@
274LTLIBOBJS = @LTLIBOBJS@
275MAKEGUIDE = @MAKEGUIDE@
276MAKEINFO = @MAKEINFO@
277MAX_INLINE_INSN_SINGLE = @MAX_INLINE_INSN_SINGLE@
278MKDIR_P = @MKDIR_P@
279MONITOR_CFLAGS = @MONITOR_CFLAGS@
280NETPLAY_LIBS = @NETPLAY_LIBS@
281OBJC = @OBJC@
282OBJCDEPMODE = @OBJCDEPMODE@
283OBJCFLAGS = @OBJCFLAGS@
284OBJCPP = @OBJCPP@
285OBJEXT = @OBJEXT@
286PACKAGE = @PACKAGE@
287PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288PACKAGE_NAME = @PACKAGE_NAME@
289PACKAGE_STRING = @PACKAGE_STRING@
290PACKAGE_TARNAME = @PACKAGE_TARNAME@
291PACKAGE_URL = @PACKAGE_URL@
292PACKAGE_VERSION = @PACKAGE_VERSION@
293PATH_SEPARATOR = @PATH_SEPARATOR@
294PDFTEX = @PDFTEX@
295PERL = @PERL@
296PKG_CONFIG = @PKG_CONFIG@
297PLATFORM_DOX_FLAGS = @PLATFORM_DOX_FLAGS@
298PNG_CFLAGS = @PNG_CFLAGS@
299PNG_LIBS = @PNG_LIBS@
300PROGRAM_PREFIX = @PROGRAM_PREFIX@
301PROGRAM_SUFFIX = @PROGRAM_SUFFIX@
302RANLIB = @RANLIB@
303READLINE = @READLINE@
304READLINE_LIBS = @READLINE_LIBS@
305RESIDDTVSUB = @RESIDDTVSUB@
306RESIDSUB = @RESIDSUB@
307RESID_DEP = @RESID_DEP@
308RESID_DIR = @RESID_DIR@
309RESID_DTV_DEP = @RESID_DTV_DEP@
310RESID_DTV_DIR = @RESID_DTV_DIR@
311RESID_DTV_INCLUDES = @RESID_DTV_INCLUDES@
312RESID_DTV_LIBS = @RESID_DTV_LIBS@
313RESID_INCLUDES = @RESID_INCLUDES@
314RESID_LIBS = @RESID_LIBS@
315SDL2_CFLAGS = @SDL2_CFLAGS@
316SDL2_IMAGE_CFLAGS = @SDL2_IMAGE_CFLAGS@
317SDL2_IMAGE_LIBS = @SDL2_IMAGE_LIBS@
318SDL2_LIBS = @SDL2_LIBS@
319SDLCONFIG = @SDLCONFIG@
320SDL_EXTRA_LIBS = @SDL_EXTRA_LIBS@
321SDL_IMAGE_CFLAGS = @SDL_IMAGE_CFLAGS@
322SDL_IMAGE_LIBS = @SDL_IMAGE_LIBS@
323SDL_VERSION = @SDL_VERSION@
324SET_MAKE = @SET_MAKE@
325SHELL = @SHELL@
326SOUND_DRIVERS = @SOUND_DRIVERS@
327SOUND_LIBS = @SOUND_LIBS@
328SOUND_MIDAS_OBJ = @SOUND_MIDAS_OBJ@
329SOUND_SDL_OBJ = @SOUND_SDL_OBJ@
330SOUND_USS_OBJ = @SOUND_USS_OBJ@
331STRIP = @STRIP@
332SVN = @SVN@
333SVNVERSION = @SVNVERSION@
334TAR = @TAR@
335TEXI2DVI = @TEXI2DVI@
336TFE_LIBS = @TFE_LIBS@
337UI_LIBS = @UI_LIBS@
338VERSION = @VERSION@
339VERSION_COMBINED = @VERSION_COMBINED@
340VERSION_RC = @VERSION_RC@
341VICE_CFLAGS = @VICE_CFLAGS@
342VICE_CPPFLAGS = @VICE_CPPFLAGS@
343VICE_CXXFLAGS = @VICE_CXXFLAGS@
344VICE_DATADIR = @VICE_DATADIR@
345VICE_DOCDIR = @VICE_DOCDIR@
346VICE_LDFLAGS = @VICE_LDFLAGS@
347VICE_OBJCFLAGS = @VICE_OBJCFLAGS@
348VICE_PDF_FILE_NAME = @VICE_PDF_FILE_NAME@
349VICE_VERSION = @VICE_VERSION@
350VICE_VERSION_BUILD = @VICE_VERSION_BUILD@
351VICE_VERSION_MAJOR = @VICE_VERSION_MAJOR@
352VICE_VERSION_MINOR = @VICE_VERSION_MINOR@
353VTE_CXXFLAGS = @VTE_CXXFLAGS@
354WINDRES = @WINDRES@
355WINDRES_LIB = @WINDRES_LIB@
356XA = @XA@
357XDG_DESKTOP_MENU = @XDG_DESKTOP_MENU@
358YACC = @YACC@
359YASM = @YASM@
360ZLIB_LIBS = @ZLIB_LIBS@
361abs_builddir = @abs_builddir@
362abs_srcdir = @abs_srcdir@
363abs_top_builddir = @abs_top_builddir@
364abs_top_srcdir = @abs_top_srcdir@
365ac_ct_CC = @ac_ct_CC@
366ac_ct_CXX = @ac_ct_CXX@
367ac_ct_OBJC = @ac_ct_OBJC@
368am__include = @am__include@
369am__leading_dot = @am__leading_dot@
370am__quote = @am__quote@
371am__tar = @am__tar@
372am__untar = @am__untar@
373bindir = @bindir@
374build = @build@
375build_alias = @build_alias@
376build_cpu = @build_cpu@
377build_os = @build_os@
378build_vendor = @build_vendor@
379builddir = @builddir@
380datadir = @datadir@
381datarootdir = @datarootdir@
382docdir = @docdir@
383dvidir = @dvidir@
384exec_prefix = @exec_prefix@
385host = @host@
386host_alias = @host_alias@
387host_cpu = @host_cpu@
388host_os = @host_os@
389host_vendor = @host_vendor@
390htmldir = @htmldir@
391includedir = @includedir@
392infodir = @infodir@
393install_sh = @install_sh@
394libdir = @libdir@
395libexecdir = @libexecdir@
396localedir = @localedir@
397localstatedir = @localstatedir@
398mandir = @mandir@
399mkdir_p = @mkdir_p@
400objdump = @objdump@
401oldincludedir = @oldincludedir@
402pdfdir = @pdfdir@
403prefix = @prefix@
404program_transform_name = @program_transform_name@
405psdir = @psdir@
406runstatedir = @runstatedir@
407sbindir = @sbindir@
408sdl_config = @sdl_config@
409sharedstatedir = @sharedstatedir@
410srcdir = @srcdir@
411subdirs = @subdirs@
412sysconfdir = @sysconfdir@
413target_alias = @target_alias@
414top_build_prefix = @top_build_prefix@
415top_builddir = @top_builddir@
416top_srcdir = @top_srcdir@
417vsid_LDFLAGS = @vsid_LDFLAGS@
418x128_LDFLAGS = @x128_LDFLAGS@
419x64_LDFLAGS = @x64_LDFLAGS@
420xcbm2_LDFLAGS = @xcbm2_LDFLAGS@
421xpet_LDFLAGS = @xpet_LDFLAGS@
422xplus4_LDFLAGS = @xplus4_LDFLAGS@
423xscpu64_LDFLAGS = @xscpu64_LDFLAGS@
424xvic_LDFLAGS = @xvic_LDFLAGS@
425SUBDIRS = \
426	android \
427	beos \
428	mingw
429
430all: all-recursive
431
432.SUFFIXES:
433$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
434	@for dep in $?; do \
435	  case '$(am__configure_deps)' in \
436	    *$$dep*) \
437	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
438	        && { if test -f $@; then exit 0; else break; fi; }; \
439	      exit 1;; \
440	  esac; \
441	done; \
442	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign build/Makefile'; \
443	$(am__cd) $(top_srcdir) && \
444	  $(AUTOMAKE) --foreign build/Makefile
445Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
446	@case '$?' in \
447	  *config.status*) \
448	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
449	  *) \
450	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
451	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
452	esac;
453
454$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
455	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
456
457$(top_srcdir)/configure:  $(am__configure_deps)
458	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
460	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
461$(am__aclocal_m4_deps):
462
463# This directory's subdirectories are mostly independent; you can cd
464# into them and run 'make' without going through this Makefile.
465# To change the values of 'make' variables: instead of editing Makefiles,
466# (1) if the variable is set in 'config.status', edit 'config.status'
467#     (which will cause the Makefiles to be regenerated when you run 'make');
468# (2) otherwise, pass the desired values on the 'make' command line.
469$(am__recursive_targets):
470	@fail=; \
471	if $(am__make_keepgoing); then \
472	  failcom='fail=yes'; \
473	else \
474	  failcom='exit 1'; \
475	fi; \
476	dot_seen=no; \
477	target=`echo $@ | sed s/-recursive//`; \
478	case "$@" in \
479	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
480	  *) list='$(SUBDIRS)' ;; \
481	esac; \
482	for subdir in $$list; do \
483	  echo "Making $$target in $$subdir"; \
484	  if test "$$subdir" = "."; then \
485	    dot_seen=yes; \
486	    local_target="$$target-am"; \
487	  else \
488	    local_target="$$target"; \
489	  fi; \
490	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
491	  || eval $$failcom; \
492	done; \
493	if test "$$dot_seen" = "no"; then \
494	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
495	fi; test -z "$$fail"
496
497ID: $(am__tagged_files)
498	$(am__define_uniq_tagged_files); mkid -fID $$unique
499tags: tags-recursive
500TAGS: tags
501
502tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
503	set x; \
504	here=`pwd`; \
505	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
506	  include_option=--etags-include; \
507	  empty_fix=.; \
508	else \
509	  include_option=--include; \
510	  empty_fix=; \
511	fi; \
512	list='$(SUBDIRS)'; for subdir in $$list; do \
513	  if test "$$subdir" = .; then :; else \
514	    test ! -f $$subdir/TAGS || \
515	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
516	  fi; \
517	done; \
518	$(am__define_uniq_tagged_files); \
519	shift; \
520	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
521	  test -n "$$unique" || unique=$$empty_fix; \
522	  if test $$# -gt 0; then \
523	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524	      "$$@" $$unique; \
525	  else \
526	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527	      $$unique; \
528	  fi; \
529	fi
530ctags: ctags-recursive
531
532CTAGS: ctags
533ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534	$(am__define_uniq_tagged_files); \
535	test -z "$(CTAGS_ARGS)$$unique" \
536	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537	     $$unique
538
539GTAGS:
540	here=`$(am__cd) $(top_builddir) && pwd` \
541	  && $(am__cd) $(top_srcdir) \
542	  && gtags -i $(GTAGS_ARGS) "$$here"
543cscopelist: cscopelist-recursive
544
545cscopelist-am: $(am__tagged_files)
546	list='$(am__tagged_files)'; \
547	case "$(srcdir)" in \
548	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
549	  *) sdir=$(subdir)/$(srcdir) ;; \
550	esac; \
551	for i in $$list; do \
552	  if test -f "$$i"; then \
553	    echo "$(subdir)/$$i"; \
554	  else \
555	    echo "$$sdir/$$i"; \
556	  fi; \
557	done >> $(top_builddir)/cscope.files
558
559distclean-tags:
560	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561
562distdir: $(BUILT_SOURCES)
563	$(MAKE) $(AM_MAKEFLAGS) distdir-am
564
565distdir-am: $(DISTFILES)
566	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
568	list='$(DISTFILES)'; \
569	  dist_files=`for file in $$list; do echo $$file; done | \
570	  sed -e "s|^$$srcdirstrip/||;t" \
571	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
572	case $$dist_files in \
573	  */*) $(MKDIR_P) `echo "$$dist_files" | \
574			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
575			   sort -u` ;; \
576	esac; \
577	for file in $$dist_files; do \
578	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
579	  if test -d $$d/$$file; then \
580	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
581	    if test -d "$(distdir)/$$file"; then \
582	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
583	    fi; \
584	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
585	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
586	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587	    fi; \
588	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
589	  else \
590	    test -f "$(distdir)/$$file" \
591	    || cp -p $$d/$$file "$(distdir)/$$file" \
592	    || exit 1; \
593	  fi; \
594	done
595	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
596	  if test "$$subdir" = .; then :; else \
597	    $(am__make_dryrun) \
598	      || test -d "$(distdir)/$$subdir" \
599	      || $(MKDIR_P) "$(distdir)/$$subdir" \
600	      || exit 1; \
601	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
602	    $(am__relativize); \
603	    new_distdir=$$reldir; \
604	    dir1=$$subdir; dir2="$(top_distdir)"; \
605	    $(am__relativize); \
606	    new_top_distdir=$$reldir; \
607	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
608	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
609	    ($(am__cd) $$subdir && \
610	      $(MAKE) $(AM_MAKEFLAGS) \
611	        top_distdir="$$new_top_distdir" \
612	        distdir="$$new_distdir" \
613		am__remove_distdir=: \
614		am__skip_length_check=: \
615		am__skip_mode_fix=: \
616	        distdir) \
617	      || exit 1; \
618	  fi; \
619	done
620check-am: all-am
621check: check-recursive
622all-am: Makefile
623installdirs: installdirs-recursive
624installdirs-am:
625install: install-recursive
626install-exec: install-exec-recursive
627install-data: install-data-recursive
628uninstall: uninstall-recursive
629
630install-am: all-am
631	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
632
633installcheck: installcheck-recursive
634install-strip:
635	if test -z '$(STRIP)'; then \
636	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
637	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638	      install; \
639	else \
640	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
641	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
642	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
643	fi
644mostlyclean-generic:
645
646clean-generic:
647
648distclean-generic:
649	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
650	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
651
652maintainer-clean-generic:
653	@echo "This command is intended for maintainers to use"
654	@echo "it deletes files that may require special tools to rebuild."
655clean: clean-recursive
656
657clean-am: clean-generic mostlyclean-am
658
659distclean: distclean-recursive
660	-rm -f Makefile
661distclean-am: clean-am distclean-generic distclean-tags
662
663dvi: dvi-recursive
664
665dvi-am:
666
667html: html-recursive
668
669html-am:
670
671info: info-recursive
672
673info-am:
674
675install-data-am:
676
677install-dvi: install-dvi-recursive
678
679install-dvi-am:
680
681install-exec-am:
682
683install-html: install-html-recursive
684
685install-html-am:
686
687install-info: install-info-recursive
688
689install-info-am:
690
691install-man:
692
693install-pdf: install-pdf-recursive
694
695install-pdf-am:
696
697install-ps: install-ps-recursive
698
699install-ps-am:
700
701installcheck-am:
702
703maintainer-clean: maintainer-clean-recursive
704	-rm -f Makefile
705maintainer-clean-am: distclean-am maintainer-clean-generic
706
707mostlyclean: mostlyclean-recursive
708
709mostlyclean-am: mostlyclean-generic
710
711pdf: pdf-recursive
712
713pdf-am:
714
715ps: ps-recursive
716
717ps-am:
718
719uninstall-am:
720
721.MAKE: $(am__recursive_targets) install-am install-strip
722
723.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
724	check-am clean clean-generic cscopelist-am ctags ctags-am \
725	distclean distclean-generic distclean-tags distdir dvi dvi-am \
726	html html-am info info-am install install-am install-data \
727	install-data-am install-dvi install-dvi-am install-exec \
728	install-exec-am install-html install-html-am install-info \
729	install-info-am install-man install-pdf install-pdf-am \
730	install-ps install-ps-am install-strip installcheck \
731	installcheck-am installdirs installdirs-am maintainer-clean \
732	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
733	pdf-am ps ps-am tags tags-am uninstall uninstall-am
734
735.PRECIOUS: Makefile
736
737
738# Tell versions [3.59,3.63) of GNU make to not export all variables.
739# Otherwise a system limit (for SysV at least) may be exceeded.
740.NOEXPORT:
741