1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ../..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39target_triplet = @target@
40subdir = guichan/guichan
41DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49LIBRARIES = $(noinst_LIBRARIES)
50AR = ar
51ARFLAGS = cru
52libguichan_a_AR = $(AR) $(ARFLAGS)
53libguichan_a_DEPENDENCIES = widgets/libguichan_widgets.a \
54	sdl/libguichan_sdl.a
55am_libguichan_a_OBJECTS = actionevent.$(OBJEXT) \
56	basiccontainer.$(OBJEXT) cliprectangle.$(OBJEXT) \
57	color.$(OBJEXT) defaultfont.$(OBJEXT) event.$(OBJEXT) \
58	exception.$(OBJEXT) focushandler.$(OBJEXT) font.$(OBJEXT) \
59	graphics.$(OBJEXT) gui.$(OBJEXT) guichan.$(OBJEXT) \
60	image.$(OBJEXT) imagefont.$(OBJEXT) inputevent.$(OBJEXT) \
61	key.$(OBJEXT) keyevent.$(OBJEXT) keyinput.$(OBJEXT) \
62	mouseevent.$(OBJEXT) mouseinput.$(OBJEXT) rectangle.$(OBJEXT) \
63	widget.$(OBJEXT)
64libguichan_a_OBJECTS = $(am_libguichan_a_OBJECTS)
65DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
66depcomp = $(SHELL) $(top_srcdir)/depcomp
67am__depfiles_maybe = depfiles
68CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70CXXLD = $(CXX)
71CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
72	-o $@
73COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75CCLD = $(CC)
76LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
77SOURCES = $(libguichan_a_SOURCES)
78DIST_SOURCES = $(libguichan_a_SOURCES)
79RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80	html-recursive info-recursive install-data-recursive \
81	install-exec-recursive install-info-recursive \
82	install-recursive installcheck-recursive installdirs-recursive \
83	pdf-recursive ps-recursive uninstall-info-recursive \
84	uninstall-recursive
85ETAGS = etags
86CTAGS = ctags
87DIST_SUBDIRS = $(SUBDIRS)
88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89ACLOCAL = @ACLOCAL@
90AMDEP_FALSE = @AMDEP_FALSE@
91AMDEP_TRUE = @AMDEP_TRUE@
92AMTAR = @AMTAR@
93AUTOCONF = @AUTOCONF@
94AUTOHEADER = @AUTOHEADER@
95AUTOMAKE = @AUTOMAKE@
96AWK = @AWK@
97CC = @CC@
98CCDEPMODE = @CCDEPMODE@
99CFLAGS = @CFLAGS@
100CPP = @CPP@
101CPPFLAGS = @CPPFLAGS@
102CXX = @CXX@
103CXXDEPMODE = @CXXDEPMODE@
104CXXFLAGS = @CXXFLAGS@
105CYGPATH_W = @CYGPATH_W@
106DEFS = @DEFS@
107DEPDIR = @DEPDIR@
108ECHO_C = @ECHO_C@
109ECHO_N = @ECHO_N@
110ECHO_T = @ECHO_T@
111EGREP = @EGREP@
112EXEEXT = @EXEEXT@
113GREP = @GREP@
114INSTALL_DATA = @INSTALL_DATA@
115INSTALL_PROGRAM = @INSTALL_PROGRAM@
116INSTALL_SCRIPT = @INSTALL_SCRIPT@
117INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118LDFLAGS = @LDFLAGS@
119LIBOBJS = @LIBOBJS@
120LIBS = @LIBS@
121LTLIBOBJS = @LTLIBOBJS@
122MAKEINFO = @MAKEINFO@
123OBJEXT = @OBJEXT@
124PACKAGE = @PACKAGE@
125PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126PACKAGE_NAME = @PACKAGE_NAME@
127PACKAGE_STRING = @PACKAGE_STRING@
128PACKAGE_TARNAME = @PACKAGE_TARNAME@
129PACKAGE_VERSION = @PACKAGE_VERSION@
130PATH_SEPARATOR = @PATH_SEPARATOR@
131RANLIB = @RANLIB@
132SDL_CFLAGS = @SDL_CFLAGS@
133SDL_CONFIG = @SDL_CONFIG@
134SDL_LIBS = @SDL_LIBS@
135SET_MAKE = @SET_MAKE@
136SHELL = @SHELL@
137STRIP = @STRIP@
138VERSION = @VERSION@
139ac_ct_CC = @ac_ct_CC@
140ac_ct_CXX = @ac_ct_CXX@
141am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
143am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
144am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
145am__include = @am__include@
146am__leading_dot = @am__leading_dot@
147am__quote = @am__quote@
148am__tar = @am__tar@
149am__untar = @am__untar@
150bindir = @bindir@
151build = @build@
152build_alias = @build_alias@
153build_cpu = @build_cpu@
154build_os = @build_os@
155build_vendor = @build_vendor@
156datadir = @datadir@
157datarootdir = @datarootdir@
158docdir = @docdir@
159dvidir = @dvidir@
160exec_prefix = @exec_prefix@
161host = @host@
162host_alias = @host_alias@
163host_cpu = @host_cpu@
164host_os = @host_os@
165host_vendor = @host_vendor@
166htmldir = @htmldir@
167includedir = @includedir@
168infodir = @infodir@
169install_sh = @install_sh@
170libdir = @libdir@
171libexecdir = @libexecdir@
172localedir = @localedir@
173localstatedir = @localstatedir@
174mandir = @mandir@
175mkdir_p = @mkdir_p@
176oldincludedir = @oldincludedir@
177pdfdir = @pdfdir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180psdir = @psdir@
181sbindir = @sbindir@
182sharedstatedir = @sharedstatedir@
183sysconfdir = @sysconfdir@
184target = @target@
185target_alias = @target_alias@
186target_cpu = @target_cpu@
187target_os = @target_os@
188target_vendor = @target_vendor@
189SUBDIRS = widgets sdl
190INCLUDES = -I$(top_srcdir)/guichan
191noinst_LIBRARIES = libguichan.a
192libguichan_a_LIBADD = widgets/libguichan_widgets.a sdl/libguichan_sdl.a
193
194#libguichan_a_DEPENDENCIES = \
195#	widgets/libguichan_widgets.a \
196#        sdl/libguichan_sdl.a
197
198# The Guichan library sources
199libguichan_a_SOURCES = \
200	actionevent.cpp		\
201	basiccontainer.cpp	\
202	cliprectangle.cpp	\
203	color.cpp		\
204	defaultfont.cpp		\
205	event.cpp		\
206	exception.cpp		\
207	focushandler.cpp	\
208	font.cpp		\
209	graphics.cpp		\
210	gui.cpp			\
211	guichan.cpp		\
212	image.cpp		\
213	imagefont.cpp		\
214	inputevent.cpp		\
215	key.cpp			\
216	keyevent.cpp		\
217	keyinput.cpp		\
218	mouseevent.cpp		\
219	mouseinput.cpp		\
220	rectangle.cpp		\
221	widget.cpp \
222	actionevent.hpp \
223	actionlistener.hpp \
224	basiccontainer.hpp \
225	cliprectangle.hpp \
226	color.hpp \
227	deathlistener.hpp \
228	defaultfont.hpp \
229	event.hpp \
230	exception.hpp \
231	focushandler.hpp \
232	font.hpp \
233	graphics.hpp \
234	gui.hpp \
235	imagefont.hpp \
236	image.hpp \
237	imageloader.hpp \
238	inputevent.hpp \
239	input.hpp \
240	keyevent.hpp \
241	key.hpp \
242	keyinput.hpp \
243	keylistener.hpp \
244	listmodel.hpp \
245	mouseevent.hpp \
246	mouseinput.hpp \
247	mouselistener.hpp \
248	platform.hpp \
249	rectangle.hpp \
250	sdl.hpp \
251	widget.hpp
252
253all: all-recursive
254
255.SUFFIXES:
256.SUFFIXES: .cpp .o .obj
257$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
258	@for dep in $?; do \
259	  case '$(am__configure_deps)' in \
260	    *$$dep*) \
261	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
262		&& exit 0; \
263	      exit 1;; \
264	  esac; \
265	done; \
266	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  guichan/guichan/Makefile'; \
267	cd $(top_srcdir) && \
268	  $(AUTOMAKE) --foreign  guichan/guichan/Makefile
269.PRECIOUS: Makefile
270Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271	@case '$?' in \
272	  *config.status*) \
273	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
274	  *) \
275	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
276	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
277	esac;
278
279$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
282$(top_srcdir)/configure:  $(am__configure_deps)
283	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
285	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
287clean-noinstLIBRARIES:
288	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
289libguichan.a: $(libguichan_a_OBJECTS) $(libguichan_a_DEPENDENCIES)
290	-rm -f libguichan.a
291	$(libguichan_a_AR) libguichan.a $(libguichan_a_OBJECTS) $(libguichan_a_LIBADD)
292	$(RANLIB) libguichan.a
293
294mostlyclean-compile:
295	-rm -f *.$(OBJEXT)
296
297distclean-compile:
298	-rm -f *.tab.c
299
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actionevent.Po@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basiccontainer.Po@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cliprectangle.Po@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/color.Po@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaultfont.Po@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception.Po@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/focushandler.Po@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font.Po@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics.Po@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gui.Po@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/guichan.Po@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagefont.Po@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inputevent.Po@am__quote@
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key.Po@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyevent.Po@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyinput.Po@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouseevent.Po@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouseinput.Po@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rectangle.Po@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widget.Po@am__quote@
322
323.cpp.o:
324@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
325@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
326@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
327@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
329
330.cpp.obj:
331@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
332@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
333@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
334@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
336uninstall-info-am:
337
338# This directory's subdirectories are mostly independent; you can cd
339# into them and run `make' without going through this Makefile.
340# To change the values of `make' variables: instead of editing Makefiles,
341# (1) if the variable is set in `config.status', edit `config.status'
342#     (which will cause the Makefiles to be regenerated when you run `make');
343# (2) otherwise, pass the desired values on the `make' command line.
344$(RECURSIVE_TARGETS):
345	@failcom='exit 1'; \
346	for f in x $$MAKEFLAGS; do \
347	  case $$f in \
348	    *=* | --[!k]*);; \
349	    *k*) failcom='fail=yes';; \
350	  esac; \
351	done; \
352	dot_seen=no; \
353	target=`echo $@ | sed s/-recursive//`; \
354	list='$(SUBDIRS)'; for subdir in $$list; do \
355	  echo "Making $$target in $$subdir"; \
356	  if test "$$subdir" = "."; then \
357	    dot_seen=yes; \
358	    local_target="$$target-am"; \
359	  else \
360	    local_target="$$target"; \
361	  fi; \
362	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
363	  || eval $$failcom; \
364	done; \
365	if test "$$dot_seen" = "no"; then \
366	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
367	fi; test -z "$$fail"
368
369mostlyclean-recursive clean-recursive distclean-recursive \
370maintainer-clean-recursive:
371	@failcom='exit 1'; \
372	for f in x $$MAKEFLAGS; do \
373	  case $$f in \
374	    *=* | --[!k]*);; \
375	    *k*) failcom='fail=yes';; \
376	  esac; \
377	done; \
378	dot_seen=no; \
379	case "$@" in \
380	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
381	  *) list='$(SUBDIRS)' ;; \
382	esac; \
383	rev=''; for subdir in $$list; do \
384	  if test "$$subdir" = "."; then :; else \
385	    rev="$$subdir $$rev"; \
386	  fi; \
387	done; \
388	rev="$$rev ."; \
389	target=`echo $@ | sed s/-recursive//`; \
390	for subdir in $$rev; do \
391	  echo "Making $$target in $$subdir"; \
392	  if test "$$subdir" = "."; then \
393	    local_target="$$target-am"; \
394	  else \
395	    local_target="$$target"; \
396	  fi; \
397	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
398	  || eval $$failcom; \
399	done && test -z "$$fail"
400tags-recursive:
401	list='$(SUBDIRS)'; for subdir in $$list; do \
402	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
403	done
404ctags-recursive:
405	list='$(SUBDIRS)'; for subdir in $$list; do \
406	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
407	done
408
409ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
410	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
411	unique=`for i in $$list; do \
412	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413	  done | \
414	  $(AWK) '    { files[$$0] = 1; } \
415	       END { for (i in files) print i; }'`; \
416	mkid -fID $$unique
417tags: TAGS
418
419TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
420		$(TAGS_FILES) $(LISP)
421	tags=; \
422	here=`pwd`; \
423	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
424	  include_option=--etags-include; \
425	  empty_fix=.; \
426	else \
427	  include_option=--include; \
428	  empty_fix=; \
429	fi; \
430	list='$(SUBDIRS)'; for subdir in $$list; do \
431	  if test "$$subdir" = .; then :; else \
432	    test ! -f $$subdir/TAGS || \
433	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
434	  fi; \
435	done; \
436	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437	unique=`for i in $$list; do \
438	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439	  done | \
440	  $(AWK) '    { files[$$0] = 1; } \
441	       END { for (i in files) print i; }'`; \
442	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
443	  test -n "$$unique" || unique=$$empty_fix; \
444	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445	    $$tags $$unique; \
446	fi
447ctags: CTAGS
448CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
449		$(TAGS_FILES) $(LISP)
450	tags=; \
451	here=`pwd`; \
452	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453	unique=`for i in $$list; do \
454	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455	  done | \
456	  $(AWK) '    { files[$$0] = 1; } \
457	       END { for (i in files) print i; }'`; \
458	test -z "$(CTAGS_ARGS)$$tags$$unique" \
459	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460	     $$tags $$unique
461
462GTAGS:
463	here=`$(am__cd) $(top_builddir) && pwd` \
464	  && cd $(top_srcdir) \
465	  && gtags -i $(GTAGS_ARGS) $$here
466
467distclean-tags:
468	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
469
470distdir: $(DISTFILES)
471	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
472	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
473	list='$(DISTFILES)'; for file in $$list; do \
474	  case $$file in \
475	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
476	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
477	  esac; \
478	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
480	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
481	    dir="/$$dir"; \
482	    $(mkdir_p) "$(distdir)$$dir"; \
483	  else \
484	    dir=''; \
485	  fi; \
486	  if test -d $$d/$$file; then \
487	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
489	    fi; \
490	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
491	  else \
492	    test -f $(distdir)/$$file \
493	    || cp -p $$d/$$file $(distdir)/$$file \
494	    || exit 1; \
495	  fi; \
496	done
497	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498	  if test "$$subdir" = .; then :; else \
499	    test -d "$(distdir)/$$subdir" \
500	    || $(mkdir_p) "$(distdir)/$$subdir" \
501	    || exit 1; \
502	    distdir=`$(am__cd) $(distdir) && pwd`; \
503	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
504	    (cd $$subdir && \
505	      $(MAKE) $(AM_MAKEFLAGS) \
506	        top_distdir="$$top_distdir" \
507	        distdir="$$distdir/$$subdir" \
508	        distdir) \
509	      || exit 1; \
510	  fi; \
511	done
512check-am: all-am
513check: check-recursive
514all-am: Makefile $(LIBRARIES)
515installdirs: installdirs-recursive
516installdirs-am:
517install: install-recursive
518install-exec: install-exec-recursive
519install-data: install-data-recursive
520uninstall: uninstall-recursive
521
522install-am: all-am
523	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
524
525installcheck: installcheck-recursive
526install-strip:
527	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
528	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
529	  `test -z '$(STRIP)' || \
530	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
531mostlyclean-generic:
532
533clean-generic:
534
535distclean-generic:
536	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
537
538maintainer-clean-generic:
539	@echo "This command is intended for maintainers to use"
540	@echo "it deletes files that may require special tools to rebuild."
541clean: clean-recursive
542
543clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
544
545distclean: distclean-recursive
546	-rm -rf ./$(DEPDIR)
547	-rm -f Makefile
548distclean-am: clean-am distclean-compile distclean-generic \
549	distclean-tags
550
551dvi: dvi-recursive
552
553dvi-am:
554
555html: html-recursive
556
557info: info-recursive
558
559info-am:
560
561install-data-am:
562
563install-exec-am:
564
565install-info: install-info-recursive
566
567install-man:
568
569installcheck-am:
570
571maintainer-clean: maintainer-clean-recursive
572	-rm -rf ./$(DEPDIR)
573	-rm -f Makefile
574maintainer-clean-am: distclean-am maintainer-clean-generic
575
576mostlyclean: mostlyclean-recursive
577
578mostlyclean-am: mostlyclean-compile mostlyclean-generic
579
580pdf: pdf-recursive
581
582pdf-am:
583
584ps: ps-recursive
585
586ps-am:
587
588uninstall-am: uninstall-info-am
589
590uninstall-info: uninstall-info-recursive
591
592.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
593	clean clean-generic clean-noinstLIBRARIES clean-recursive \
594	ctags ctags-recursive distclean distclean-compile \
595	distclean-generic distclean-recursive distclean-tags distdir \
596	dvi dvi-am html html-am info info-am install install-am \
597	install-data install-data-am install-exec install-exec-am \
598	install-info install-info-am install-man install-strip \
599	installcheck installcheck-am installdirs installdirs-am \
600	maintainer-clean maintainer-clean-generic \
601	maintainer-clean-recursive mostlyclean mostlyclean-compile \
602	mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
603	tags tags-recursive uninstall uninstall-am uninstall-info-am
604
605# Tell versions [3.59,3.63) of GNU make to not export all variables.
606# Otherwise a system limit (for SysV at least) may be exceeded.
607.NOEXPORT:
608