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