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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = src/cpu
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
94	$(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102LIBRARIES = $(noinst_LIBRARIES)
103AR = ar
104ARFLAGS = cru
105AM_V_AR = $(am__v_AR_@AM_V@)
106am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
107am__v_AR_0 = @echo "  AR      " $@;
108am__v_AR_1 =
109libcpu_a_AR = $(AR) $(ARFLAGS)
110libcpu_a_LIBADD =
111am_libcpu_a_OBJECTS = callback.$(OBJEXT) cpu.$(OBJEXT) flags.$(OBJEXT) \
112	modrm.$(OBJEXT) core_full.$(OBJEXT) paging.$(OBJEXT) \
113	core_normal.$(OBJEXT) core_simple.$(OBJEXT) \
114	core_prefetch.$(OBJEXT) core_dyn_x86.$(OBJEXT) \
115	core_dynrec.$(OBJEXT)
116libcpu_a_OBJECTS = $(am_libcpu_a_OBJECTS)
117AM_V_P = $(am__v_P_@AM_V@)
118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_@AM_V@)
122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123am__v_GEN_0 = @echo "  GEN     " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_@AM_V@)
126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127am__v_at_0 = @
128am__v_at_1 =
129DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
130depcomp = $(SHELL) $(top_srcdir)/depcomp
131am__depfiles_maybe = depfiles
132am__mv = mv -f
133CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
134	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
135AM_V_CXX = $(am__v_CXX_@AM_V@)
136am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
137am__v_CXX_0 = @echo "  CXX     " $@;
138am__v_CXX_1 =
139CXXLD = $(CXX)
140CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
141	-o $@
142AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
143am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
144am__v_CXXLD_0 = @echo "  CXXLD   " $@;
145am__v_CXXLD_1 =
146COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
147	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148AM_V_CC = $(am__v_CC_@AM_V@)
149am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
150am__v_CC_0 = @echo "  CC      " $@;
151am__v_CC_1 =
152CCLD = $(CC)
153LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
154AM_V_CCLD = $(am__v_CCLD_@AM_V@)
155am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
156am__v_CCLD_0 = @echo "  CCLD    " $@;
157am__v_CCLD_1 =
158SOURCES = $(libcpu_a_SOURCES)
159DIST_SOURCES = $(libcpu_a_SOURCES)
160RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
161	ctags-recursive dvi-recursive html-recursive info-recursive \
162	install-data-recursive install-dvi-recursive \
163	install-exec-recursive install-html-recursive \
164	install-info-recursive install-pdf-recursive \
165	install-ps-recursive install-recursive installcheck-recursive \
166	installdirs-recursive pdf-recursive ps-recursive \
167	tags-recursive uninstall-recursive
168am__can_run_installinfo = \
169  case $$AM_UPDATE_INFO_DIR in \
170    n|no|NO) false;; \
171    *) (install-info --version) >/dev/null 2>&1;; \
172  esac
173RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
174  distclean-recursive maintainer-clean-recursive
175am__recursive_targets = \
176  $(RECURSIVE_TARGETS) \
177  $(RECURSIVE_CLEAN_TARGETS) \
178  $(am__extra_recursive_targets)
179AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
180	distdir
181am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
182# Read a list of newline-separated strings from the standard input,
183# and print each of them once, without duplicates.  Input order is
184# *not* preserved.
185am__uniquify_input = $(AWK) '\
186  BEGIN { nonempty = 0; } \
187  { items[$$0] = 1; nonempty = 1; } \
188  END { if (nonempty) { for (i in items) print i; }; } \
189'
190# Make sure the list of sources is unique.  This is necessary because,
191# e.g., the same source file might be shared among _SOURCES variables
192# for different programs/libraries.
193am__define_uniq_tagged_files = \
194  list='$(am__tagged_files)'; \
195  unique=`for i in $$list; do \
196    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197  done | $(am__uniquify_input)`
198ETAGS = etags
199CTAGS = ctags
200DIST_SUBDIRS = $(SUBDIRS)
201am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
202DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203am__relativize = \
204  dir0=`pwd`; \
205  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206  sed_rest='s,^[^/]*/*,,'; \
207  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208  sed_butlast='s,/*[^/]*$$,,'; \
209  while test -n "$$dir1"; do \
210    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211    if test "$$first" != "."; then \
212      if test "$$first" = ".."; then \
213        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215      else \
216        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217        if test "$$first2" = "$$first"; then \
218          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219        else \
220          dir2="../$$dir2"; \
221        fi; \
222        dir0="$$dir0"/"$$first"; \
223      fi; \
224    fi; \
225    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226  done; \
227  reldir="$$dir2"
228ACLOCAL = @ACLOCAL@
229ALSA_CFLAGS = @ALSA_CFLAGS@
230ALSA_LIBS = @ALSA_LIBS@
231AMTAR = @AMTAR@
232AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
233AUTOCONF = @AUTOCONF@
234AUTOHEADER = @AUTOHEADER@
235AUTOMAKE = @AUTOMAKE@
236AWK = @AWK@
237CC = @CC@
238CCDEPMODE = @CCDEPMODE@
239CFLAGS = @CFLAGS@
240CPP = @CPP@
241CPPFLAGS = @CPPFLAGS@
242CXX = @CXX@
243CXXDEPMODE = @CXXDEPMODE@
244CXXFLAGS = @CXXFLAGS@
245CYGPATH_W = @CYGPATH_W@
246DEFS = @DEFS@
247DEPDIR = @DEPDIR@
248ECHO_C = @ECHO_C@
249ECHO_N = @ECHO_N@
250ECHO_T = @ECHO_T@
251EGREP = @EGREP@
252EXEEXT = @EXEEXT@
253GREP = @GREP@
254INSTALL = @INSTALL@
255INSTALL_DATA = @INSTALL_DATA@
256INSTALL_PROGRAM = @INSTALL_PROGRAM@
257INSTALL_SCRIPT = @INSTALL_SCRIPT@
258INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
259LDFLAGS = @LDFLAGS@
260LIBOBJS = @LIBOBJS@
261LIBS = @LIBS@
262LTLIBOBJS = @LTLIBOBJS@
263MAKEINFO = @MAKEINFO@
264MKDIR_P = @MKDIR_P@
265OBJEXT = @OBJEXT@
266PACKAGE = @PACKAGE@
267PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268PACKAGE_NAME = @PACKAGE_NAME@
269PACKAGE_STRING = @PACKAGE_STRING@
270PACKAGE_TARNAME = @PACKAGE_TARNAME@
271PACKAGE_URL = @PACKAGE_URL@
272PACKAGE_VERSION = @PACKAGE_VERSION@
273PATH_SEPARATOR = @PATH_SEPARATOR@
274RANLIB = @RANLIB@
275SDL_CFLAGS = @SDL_CFLAGS@
276SDL_CONFIG = @SDL_CONFIG@
277SDL_LIBS = @SDL_LIBS@
278SET_MAKE = @SET_MAKE@
279SHELL = @SHELL@
280STRIP = @STRIP@
281VERSION = @VERSION@
282WINDRES = @WINDRES@
283abs_builddir = @abs_builddir@
284abs_srcdir = @abs_srcdir@
285abs_top_builddir = @abs_top_builddir@
286abs_top_srcdir = @abs_top_srcdir@
287ac_ct_CC = @ac_ct_CC@
288ac_ct_CXX = @ac_ct_CXX@
289am__include = @am__include@
290am__leading_dot = @am__leading_dot@
291am__quote = @am__quote@
292am__tar = @am__tar@
293am__untar = @am__untar@
294bindir = @bindir@
295build = @build@
296build_alias = @build_alias@
297build_cpu = @build_cpu@
298build_os = @build_os@
299build_vendor = @build_vendor@
300builddir = @builddir@
301datadir = @datadir@
302datarootdir = @datarootdir@
303docdir = @docdir@
304dvidir = @dvidir@
305exec_prefix = @exec_prefix@
306host = @host@
307host_alias = @host_alias@
308host_cpu = @host_cpu@
309host_os = @host_os@
310host_vendor = @host_vendor@
311htmldir = @htmldir@
312includedir = @includedir@
313infodir = @infodir@
314install_sh = @install_sh@
315libdir = @libdir@
316libexecdir = @libexecdir@
317localedir = @localedir@
318localstatedir = @localstatedir@
319mandir = @mandir@
320mkdir_p = @mkdir_p@
321oldincludedir = @oldincludedir@
322pdfdir = @pdfdir@
323prefix = @prefix@
324program_transform_name = @program_transform_name@
325psdir = @psdir@
326runstatedir = @runstatedir@
327sbindir = @sbindir@
328sharedstatedir = @sharedstatedir@
329srcdir = @srcdir@
330sysconfdir = @sysconfdir@
331target_alias = @target_alias@
332top_build_prefix = @top_build_prefix@
333top_builddir = @top_builddir@
334top_srcdir = @top_srcdir@
335SUBDIRS = core_full core_normal core_dyn_x86 core_dynrec
336AM_CPPFLAGS = -I$(top_srcdir)/include
337noinst_LIBRARIES = libcpu.a
338libcpu_a_SOURCES = callback.cpp cpu.cpp flags.cpp modrm.cpp modrm.h core_full.cpp instructions.h	\
339		   paging.cpp lazyflags.h core_normal.cpp core_simple.cpp core_prefetch.cpp \
340		   core_dyn_x86.cpp core_dynrec.cpp
341
342all: all-recursive
343
344.SUFFIXES:
345.SUFFIXES: .cpp .o .obj
346$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
347	@for dep in $?; do \
348	  case '$(am__configure_deps)' in \
349	    *$$dep*) \
350	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
351	        && { if test -f $@; then exit 0; else break; fi; }; \
352	      exit 1;; \
353	  esac; \
354	done; \
355	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/cpu/Makefile'; \
356	$(am__cd) $(top_srcdir) && \
357	  $(AUTOMAKE) --gnu src/cpu/Makefile
358Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
359	@case '$?' in \
360	  *config.status*) \
361	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
362	  *) \
363	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
364	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
365	esac;
366
367$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
368	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369
370$(top_srcdir)/configure:  $(am__configure_deps)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374$(am__aclocal_m4_deps):
375
376clean-noinstLIBRARIES:
377	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
378
379libcpu.a: $(libcpu_a_OBJECTS) $(libcpu_a_DEPENDENCIES) $(EXTRA_libcpu_a_DEPENDENCIES)
380	$(AM_V_at)-rm -f libcpu.a
381	$(AM_V_AR)$(libcpu_a_AR) libcpu.a $(libcpu_a_OBJECTS) $(libcpu_a_LIBADD)
382	$(AM_V_at)$(RANLIB) libcpu.a
383
384mostlyclean-compile:
385	-rm -f *.$(OBJEXT)
386
387distclean-compile:
388	-rm -f *.tab.c
389
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callback.Po@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_dyn_x86.Po@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_dynrec.Po@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_full.Po@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_normal.Po@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_prefetch.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_simple.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu.Po@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flags.Po@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modrm.Po@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paging.Po@am__quote@
401
402.cpp.o:
403@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
404@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
408
409.cpp.obj:
410@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
411@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
415
416# This directory's subdirectories are mostly independent; you can cd
417# into them and run 'make' without going through this Makefile.
418# To change the values of 'make' variables: instead of editing Makefiles,
419# (1) if the variable is set in 'config.status', edit 'config.status'
420#     (which will cause the Makefiles to be regenerated when you run 'make');
421# (2) otherwise, pass the desired values on the 'make' command line.
422$(am__recursive_targets):
423	@fail=; \
424	if $(am__make_keepgoing); then \
425	  failcom='fail=yes'; \
426	else \
427	  failcom='exit 1'; \
428	fi; \
429	dot_seen=no; \
430	target=`echo $@ | sed s/-recursive//`; \
431	case "$@" in \
432	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
433	  *) list='$(SUBDIRS)' ;; \
434	esac; \
435	for subdir in $$list; do \
436	  echo "Making $$target in $$subdir"; \
437	  if test "$$subdir" = "."; then \
438	    dot_seen=yes; \
439	    local_target="$$target-am"; \
440	  else \
441	    local_target="$$target"; \
442	  fi; \
443	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444	  || eval $$failcom; \
445	done; \
446	if test "$$dot_seen" = "no"; then \
447	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
448	fi; test -z "$$fail"
449
450ID: $(am__tagged_files)
451	$(am__define_uniq_tagged_files); mkid -fID $$unique
452tags: tags-recursive
453TAGS: tags
454
455tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456	set x; \
457	here=`pwd`; \
458	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
459	  include_option=--etags-include; \
460	  empty_fix=.; \
461	else \
462	  include_option=--include; \
463	  empty_fix=; \
464	fi; \
465	list='$(SUBDIRS)'; for subdir in $$list; do \
466	  if test "$$subdir" = .; then :; else \
467	    test ! -f $$subdir/TAGS || \
468	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
469	  fi; \
470	done; \
471	$(am__define_uniq_tagged_files); \
472	shift; \
473	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
474	  test -n "$$unique" || unique=$$empty_fix; \
475	  if test $$# -gt 0; then \
476	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477	      "$$@" $$unique; \
478	  else \
479	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480	      $$unique; \
481	  fi; \
482	fi
483ctags: ctags-recursive
484
485CTAGS: ctags
486ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
487	$(am__define_uniq_tagged_files); \
488	test -z "$(CTAGS_ARGS)$$unique" \
489	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490	     $$unique
491
492GTAGS:
493	here=`$(am__cd) $(top_builddir) && pwd` \
494	  && $(am__cd) $(top_srcdir) \
495	  && gtags -i $(GTAGS_ARGS) "$$here"
496cscopelist: cscopelist-recursive
497
498cscopelist-am: $(am__tagged_files)
499	list='$(am__tagged_files)'; \
500	case "$(srcdir)" in \
501	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
502	  *) sdir=$(subdir)/$(srcdir) ;; \
503	esac; \
504	for i in $$list; do \
505	  if test -f "$$i"; then \
506	    echo "$(subdir)/$$i"; \
507	  else \
508	    echo "$$sdir/$$i"; \
509	  fi; \
510	done >> $(top_builddir)/cscope.files
511
512distclean-tags:
513	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514
515distdir: $(DISTFILES)
516	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518	list='$(DISTFILES)'; \
519	  dist_files=`for file in $$list; do echo $$file; done | \
520	  sed -e "s|^$$srcdirstrip/||;t" \
521	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
522	case $$dist_files in \
523	  */*) $(MKDIR_P) `echo "$$dist_files" | \
524			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
525			   sort -u` ;; \
526	esac; \
527	for file in $$dist_files; do \
528	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
529	  if test -d $$d/$$file; then \
530	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
531	    if test -d "$(distdir)/$$file"; then \
532	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533	    fi; \
534	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
536	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537	    fi; \
538	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
539	  else \
540	    test -f "$(distdir)/$$file" \
541	    || cp -p $$d/$$file "$(distdir)/$$file" \
542	    || exit 1; \
543	  fi; \
544	done
545	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
546	  if test "$$subdir" = .; then :; else \
547	    $(am__make_dryrun) \
548	      || test -d "$(distdir)/$$subdir" \
549	      || $(MKDIR_P) "$(distdir)/$$subdir" \
550	      || exit 1; \
551	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
552	    $(am__relativize); \
553	    new_distdir=$$reldir; \
554	    dir1=$$subdir; dir2="$(top_distdir)"; \
555	    $(am__relativize); \
556	    new_top_distdir=$$reldir; \
557	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
558	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
559	    ($(am__cd) $$subdir && \
560	      $(MAKE) $(AM_MAKEFLAGS) \
561	        top_distdir="$$new_top_distdir" \
562	        distdir="$$new_distdir" \
563		am__remove_distdir=: \
564		am__skip_length_check=: \
565		am__skip_mode_fix=: \
566	        distdir) \
567	      || exit 1; \
568	  fi; \
569	done
570check-am: all-am
571check: check-recursive
572all-am: Makefile $(LIBRARIES)
573installdirs: installdirs-recursive
574installdirs-am:
575install: install-recursive
576install-exec: install-exec-recursive
577install-data: install-data-recursive
578uninstall: uninstall-recursive
579
580install-am: all-am
581	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
582
583installcheck: installcheck-recursive
584install-strip:
585	if test -z '$(STRIP)'; then \
586	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
587	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
588	      install; \
589	else \
590	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
591	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
592	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
593	fi
594mostlyclean-generic:
595
596clean-generic:
597
598distclean-generic:
599	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
600	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
601
602maintainer-clean-generic:
603	@echo "This command is intended for maintainers to use"
604	@echo "it deletes files that may require special tools to rebuild."
605clean: clean-recursive
606
607clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
608
609distclean: distclean-recursive
610	-rm -rf ./$(DEPDIR)
611	-rm -f Makefile
612distclean-am: clean-am distclean-compile distclean-generic \
613	distclean-tags
614
615dvi: dvi-recursive
616
617dvi-am:
618
619html: html-recursive
620
621html-am:
622
623info: info-recursive
624
625info-am:
626
627install-data-am:
628
629install-dvi: install-dvi-recursive
630
631install-dvi-am:
632
633install-exec-am:
634
635install-html: install-html-recursive
636
637install-html-am:
638
639install-info: install-info-recursive
640
641install-info-am:
642
643install-man:
644
645install-pdf: install-pdf-recursive
646
647install-pdf-am:
648
649install-ps: install-ps-recursive
650
651install-ps-am:
652
653installcheck-am:
654
655maintainer-clean: maintainer-clean-recursive
656	-rm -rf ./$(DEPDIR)
657	-rm -f Makefile
658maintainer-clean-am: distclean-am maintainer-clean-generic
659
660mostlyclean: mostlyclean-recursive
661
662mostlyclean-am: mostlyclean-compile mostlyclean-generic
663
664pdf: pdf-recursive
665
666pdf-am:
667
668ps: ps-recursive
669
670ps-am:
671
672uninstall-am:
673
674.MAKE: $(am__recursive_targets) install-am install-strip
675
676.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
677	check-am clean clean-generic clean-noinstLIBRARIES \
678	cscopelist-am ctags ctags-am distclean distclean-compile \
679	distclean-generic distclean-tags distdir dvi dvi-am html \
680	html-am info info-am install install-am install-data \
681	install-data-am install-dvi install-dvi-am install-exec \
682	install-exec-am install-html install-html-am install-info \
683	install-info-am install-man install-pdf install-pdf-am \
684	install-ps install-ps-am install-strip installcheck \
685	installcheck-am installdirs installdirs-am maintainer-clean \
686	maintainer-clean-generic mostlyclean mostlyclean-compile \
687	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
688	uninstall-am
689
690.PRECIOUS: Makefile
691
692
693# Tell versions [3.59,3.63) of GNU make to not export all variables.
694# Otherwise a system limit (for SysV at least) may be exceeded.
695.NOEXPORT:
696