initial commit, lordsawar source, slightly modified
[lordsawar] / Makefile.in
1 # Makefile.in generated by automake 1.11 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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40         $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
41         INSTALL NEWS TODO config.guess config.rpath config.sub depcomp \
42         install-sh ltmain.sh missing
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
45         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
46         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
47         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
48         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
49         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
50         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
51         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
52         $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54         $(ACLOCAL_M4)
55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56  configure.lineno config.status.lineno
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = config.h
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64         html-recursive info-recursive install-data-recursive \
65         install-dvi-recursive install-exec-recursive \
66         install-html-recursive install-info-recursive \
67         install-pdf-recursive install-ps-recursive install-recursive \
68         installcheck-recursive installdirs-recursive pdf-recursive \
69         ps-recursive uninstall-recursive
70 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
71   distclean-recursive maintainer-clean-recursive
72 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
73         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
74         distdir dist dist-all distcheck
75 ETAGS = etags
76 CTAGS = ctags
77 DIST_SUBDIRS = $(SUBDIRS)
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 distdir = $(PACKAGE)-$(VERSION)
80 top_distdir = $(distdir)
81 am__remove_distdir = \
82   { test ! -d "$(distdir)" \
83     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
84          && rm -fr "$(distdir)"; }; }
85 am__relativize = \
86   dir0=`pwd`; \
87   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
88   sed_rest='s,^[^/]*/*,,'; \
89   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
90   sed_butlast='s,/*[^/]*$$,,'; \
91   while test -n "$$dir1"; do \
92     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93     if test "$$first" != "."; then \
94       if test "$$first" = ".."; then \
95         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
96         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97       else \
98         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99         if test "$$first2" = "$$first"; then \
100           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101         else \
102           dir2="../$$dir2"; \
103         fi; \
104         dir0="$$dir0"/"$$first"; \
105       fi; \
106     fi; \
107     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108   done; \
109   reldir="$$dir2"
110 DIST_ARCHIVES = $(distdir).tar.gz
111 GZIP_ENV = --best
112 distuninstallcheck_listfiles = find . -type f -print
113 distcleancheck_listfiles = find . -type f -print
114 ACLOCAL = @ACLOCAL@
115 ALL_LINGUAS = @ALL_LINGUAS@
116 AMTAR = @AMTAR@
117 AR = @AR@
118 AUTOCONF = @AUTOCONF@
119 AUTOHEADER = @AUTOHEADER@
120 AUTOMAKE = @AUTOMAKE@
121 AWK = @AWK@
122 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
123 CATALOGS = @CATALOGS@
124 CATOBJEXT = @CATOBJEXT@
125 CC = @CC@
126 CCDEPMODE = @CCDEPMODE@
127 CFLAGS = @CFLAGS@
128 CPP = @CPP@
129 CPPFLAGS = @CPPFLAGS@
130 CXX = @CXX@
131 CXXCPP = @CXXCPP@
132 CXXDEPMODE = @CXXDEPMODE@
133 CXXFLAGS = @CXXFLAGS@
134 CYGPATH_W = @CYGPATH_W@
135 DATADIRNAME = @DATADIRNAME@
136 DEFS = @DEFS@
137 DEPDIR = @DEPDIR@
138 DSYMUTIL = @DSYMUTIL@
139 DUMPBIN = @DUMPBIN@
140 ECHO_C = @ECHO_C@
141 ECHO_N = @ECHO_N@
142 ECHO_T = @ECHO_T@
143 EGREP = @EGREP@
144 EXEEXT = @EXEEXT@
145 FGREP = @FGREP@
146 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
147 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
148 GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
149 GLIBMM_LIBS = @GLIBMM_LIBS@
150 GMOFILES = @GMOFILES@
151 GMSGFMT = @GMSGFMT@
152 GMSGFMT_015 = @GMSGFMT_015@
153 GREP = @GREP@
154 GTKMM_CFLAGS = @GTKMM_CFLAGS@
155 GTKMM_LIBS = @GTKMM_LIBS@
156 HOME = @HOME@
157 INSTALL = @INSTALL@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 INSTOBJEXT = @INSTOBJEXT@
163 INTLLIBS = @INTLLIBS@
164 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
165 INTLTOOL_MERGE = @INTLTOOL_MERGE@
166 INTLTOOL_PERL = @INTLTOOL_PERL@
167 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
168 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
169 LD = @LD@
170 LDFLAGS = @LDFLAGS@
171 LIBGNET_CFLAGS = @LIBGNET_CFLAGS@
172 LIBGNET_LIBS = @LIBGNET_LIBS@
173 LIBICONV = @LIBICONV@
174 LIBINTL = @LIBINTL@
175 LIBOBJS = @LIBOBJS@
176 LIBS = @LIBS@
177 LIBSIGC_CFLAGS = @LIBSIGC_CFLAGS@
178 LIBSIGC_LIBS = @LIBSIGC_LIBS@
179 LIBTOOL = @LIBTOOL@
180 LIPO = @LIPO@
181 LN_S = @LN_S@
182 LORDSAWAR_DATADIR = @LORDSAWAR_DATADIR@
183 LTLIBICONV = @LTLIBICONV@
184 LTLIBINTL = @LTLIBINTL@
185 LTLIBOBJS = @LTLIBOBJS@
186 MAKEINFO = @MAKEINFO@
187 MKDIR_P = @MKDIR_P@
188 MKINSTALLDIRS = @MKINSTALLDIRS@
189 MSGFMT = @MSGFMT@
190 MSGFMT_015 = @MSGFMT_015@
191 MSGFMT_OPTS = @MSGFMT_OPTS@
192 MSGMERGE = @MSGMERGE@
193 NM = @NM@
194 NMEDIT = @NMEDIT@
195 OBJDUMP = @OBJDUMP@
196 OBJEXT = @OBJEXT@
197 OTOOL = @OTOOL@
198 OTOOL64 = @OTOOL64@
199 PACKAGE = @PACKAGE@
200 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
201 PACKAGE_NAME = @PACKAGE_NAME@
202 PACKAGE_STRING = @PACKAGE_STRING@
203 PACKAGE_TARNAME = @PACKAGE_TARNAME@
204 PACKAGE_URL = @PACKAGE_URL@
205 PACKAGE_VERSION = @PACKAGE_VERSION@
206 PATH_SEPARATOR = @PATH_SEPARATOR@
207 PKG_CONFIG = @PKG_CONFIG@
208 POFILES = @POFILES@
209 POSUB = @POSUB@
210 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
211 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
212 PROGRAMNAME_LOCALEDIR = @PROGRAMNAME_LOCALEDIR@
213 RANLIB = @RANLIB@
214 SCREEN_RESOLUTION = @SCREEN_RESOLUTION@
215 SDLSOUND_LIBS = @SDLSOUND_LIBS@
216 SDL_CFLAGS = @SDL_CFLAGS@
217 SDL_CONFIG = @SDL_CONFIG@
218 SDL_LIBS = @SDL_LIBS@
219 SED = @SED@
220 SET_MAKE = @SET_MAKE@
221 SHELL = @SHELL@
222 STRIP = @STRIP@
223 USE_NLS = @USE_NLS@
224 VERSION = @VERSION@
225 XGETTEXT = @XGETTEXT@
226 XGETTEXT_015 = @XGETTEXT_015@
227 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
228 ZIP_FILES = @ZIP_FILES@
229 abs_builddir = @abs_builddir@
230 abs_srcdir = @abs_srcdir@
231 abs_top_builddir = @abs_top_builddir@
232 abs_top_srcdir = @abs_top_srcdir@
233 ac_ct_CC = @ac_ct_CC@
234 ac_ct_CXX = @ac_ct_CXX@
235 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236 am__include = @am__include@
237 am__leading_dot = @am__leading_dot@
238 am__quote = @am__quote@
239 am__tar = @am__tar@
240 am__untar = @am__untar@
241 bindir = @bindir@
242 build = @build@
243 build_alias = @build_alias@
244 build_cpu = @build_cpu@
245 build_os = @build_os@
246 build_vendor = @build_vendor@
247 builddir = @builddir@
248 datadir = @datadir@
249 datarootdir = @datarootdir@
250 docdir = @docdir@
251 dvidir = @dvidir@
252 exec_prefix = @exec_prefix@
253 host = @host@
254 host_alias = @host_alias@
255 host_cpu = @host_cpu@
256 host_os = @host_os@
257 host_vendor = @host_vendor@
258 htmldir = @htmldir@
259 includedir = @includedir@
260 infodir = @infodir@
261 install_sh = @install_sh@
262 libdir = @libdir@
263 libexecdir = @libexecdir@
264 localedir = @localedir@
265 localstatedir = @localstatedir@
266 lt_ECHO = @lt_ECHO@
267 mandir = @mandir@
268 mkdir_p = @mkdir_p@
269 oldincludedir = @oldincludedir@
270 pdfdir = @pdfdir@
271 prefix = @prefix@
272 program_transform_name = @program_transform_name@
273 psdir = @psdir@
274 sbindir = @sbindir@
275 sharedstatedir = @sharedstatedir@
276 srcdir = @srcdir@
277 sysconfdir = @sysconfdir@
278 target = @target@
279 target_alias = @target_alias@
280 target_cpu = @target_cpu@
281 target_os = @target_os@
282 target_vendor = @target_vendor@
283 top_build_prefix = @top_build_prefix@
284 top_builddir = @top_builddir@
285 top_srcdir = @top_srcdir@
286 SUBDIRS = src dat po doc help
287 MAINTAINERCLEANFILES = Makefile.in
288 CLEANFILES = *~
289 lordsawarconfigdir = $(LORDSAWAR_DATADIR)
290 EXTRA_DIST = DEPENDENCIES README ${top_builddir}/po/lordsawar.pot
291 DISTCLEANFILES = po/.intltool-merge-cache
292 ACLOCAL_AMFLAGS = -I m4
293 all: config.h
294         $(MAKE) $(AM_MAKEFLAGS) all-recursive
295
296 .SUFFIXES:
297 am--refresh:
298         @:
299 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
300         @for dep in $?; do \
301           case '$(am__configure_deps)' in \
302             *$$dep*) \
303               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
304               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
305                 && exit 0; \
306               exit 1;; \
307           esac; \
308         done; \
309         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
310         $(am__cd) $(top_srcdir) && \
311           $(AUTOMAKE) --gnu Makefile
312 .PRECIOUS: Makefile
313 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314         @case '$?' in \
315           *config.status*) \
316             echo ' $(SHELL) ./config.status'; \
317             $(SHELL) ./config.status;; \
318           *) \
319             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
320             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
321         esac;
322
323 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324         $(SHELL) ./config.status --recheck
325
326 $(top_srcdir)/configure:  $(am__configure_deps)
327         $(am__cd) $(srcdir) && $(AUTOCONF)
328 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
329         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
330 $(am__aclocal_m4_deps):
331
332 config.h: stamp-h1
333         @if test ! -f $@; then \
334           rm -f stamp-h1; \
335           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
336         else :; fi
337
338 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
339         @rm -f stamp-h1
340         cd $(top_builddir) && $(SHELL) ./config.status config.h
341 $(srcdir)/config.h.in:  $(am__configure_deps) 
342         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
343         rm -f stamp-h1
344         touch $@
345
346 distclean-hdr:
347         -rm -f config.h stamp-h1
348
349 mostlyclean-libtool:
350         -rm -f *.lo
351
352 clean-libtool:
353         -rm -rf .libs _libs
354
355 distclean-libtool:
356         -rm -f libtool config.lt
357
358 # This directory's subdirectories are mostly independent; you can cd
359 # into them and run `make' without going through this Makefile.
360 # To change the values of `make' variables: instead of editing Makefiles,
361 # (1) if the variable is set in `config.status', edit `config.status'
362 #     (which will cause the Makefiles to be regenerated when you run `make');
363 # (2) otherwise, pass the desired values on the `make' command line.
364 $(RECURSIVE_TARGETS):
365         @failcom='exit 1'; \
366         for f in x $$MAKEFLAGS; do \
367           case $$f in \
368             *=* | --[!k]*);; \
369             *k*) failcom='fail=yes';; \
370           esac; \
371         done; \
372         dot_seen=no; \
373         target=`echo $@ | sed s/-recursive//`; \
374         list='$(SUBDIRS)'; for subdir in $$list; do \
375           echo "Making $$target in $$subdir"; \
376           if test "$$subdir" = "."; then \
377             dot_seen=yes; \
378             local_target="$$target-am"; \
379           else \
380             local_target="$$target"; \
381           fi; \
382           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383           || eval $$failcom; \
384         done; \
385         if test "$$dot_seen" = "no"; then \
386           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
387         fi; test -z "$$fail"
388
389 $(RECURSIVE_CLEAN_TARGETS):
390         @failcom='exit 1'; \
391         for f in x $$MAKEFLAGS; do \
392           case $$f in \
393             *=* | --[!k]*);; \
394             *k*) failcom='fail=yes';; \
395           esac; \
396         done; \
397         dot_seen=no; \
398         case "$@" in \
399           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
400           *) list='$(SUBDIRS)' ;; \
401         esac; \
402         rev=''; for subdir in $$list; do \
403           if test "$$subdir" = "."; then :; else \
404             rev="$$subdir $$rev"; \
405           fi; \
406         done; \
407         rev="$$rev ."; \
408         target=`echo $@ | sed s/-recursive//`; \
409         for subdir in $$rev; do \
410           echo "Making $$target in $$subdir"; \
411           if test "$$subdir" = "."; then \
412             local_target="$$target-am"; \
413           else \
414             local_target="$$target"; \
415           fi; \
416           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
417           || eval $$failcom; \
418         done && test -z "$$fail"
419 tags-recursive:
420         list='$(SUBDIRS)'; for subdir in $$list; do \
421           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
422         done
423 ctags-recursive:
424         list='$(SUBDIRS)'; for subdir in $$list; do \
425           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
426         done
427
428 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
429         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430         unique=`for i in $$list; do \
431             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432           done | \
433           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434               END { if (nonempty) { for (i in files) print i; }; }'`; \
435         mkid -fID $$unique
436 tags: TAGS
437
438 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
439                 $(TAGS_FILES) $(LISP)
440         set x; \
441         here=`pwd`; \
442         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
443           include_option=--etags-include; \
444           empty_fix=.; \
445         else \
446           include_option=--include; \
447           empty_fix=; \
448         fi; \
449         list='$(SUBDIRS)'; for subdir in $$list; do \
450           if test "$$subdir" = .; then :; else \
451             test ! -f $$subdir/TAGS || \
452               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
453           fi; \
454         done; \
455         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
456         unique=`for i in $$list; do \
457             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458           done | \
459           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460               END { if (nonempty) { for (i in files) print i; }; }'`; \
461         shift; \
462         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
463           test -n "$$unique" || unique=$$empty_fix; \
464           if test $$# -gt 0; then \
465             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466               "$$@" $$unique; \
467           else \
468             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469               $$unique; \
470           fi; \
471         fi
472 ctags: CTAGS
473 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
474                 $(TAGS_FILES) $(LISP)
475         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
476         unique=`for i in $$list; do \
477             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478           done | \
479           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
480               END { if (nonempty) { for (i in files) print i; }; }'`; \
481         test -z "$(CTAGS_ARGS)$$unique" \
482           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
483              $$unique
484
485 GTAGS:
486         here=`$(am__cd) $(top_builddir) && pwd` \
487           && $(am__cd) $(top_srcdir) \
488           && gtags -i $(GTAGS_ARGS) "$$here"
489
490 distclean-tags:
491         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
492
493 distdir: $(DISTFILES)
494         $(am__remove_distdir)
495         test -d "$(distdir)" || mkdir "$(distdir)"
496         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
498         list='$(DISTFILES)'; \
499           dist_files=`for file in $$list; do echo $$file; done | \
500           sed -e "s|^$$srcdirstrip/||;t" \
501               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
502         case $$dist_files in \
503           */*) $(MKDIR_P) `echo "$$dist_files" | \
504                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
505                            sort -u` ;; \
506         esac; \
507         for file in $$dist_files; do \
508           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
509           if test -d $$d/$$file; then \
510             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
511             if test -d "$(distdir)/$$file"; then \
512               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513             fi; \
514             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
515               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
516               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517             fi; \
518             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
519           else \
520             test -f "$(distdir)/$$file" \
521             || cp -p $$d/$$file "$(distdir)/$$file" \
522             || exit 1; \
523           fi; \
524         done
525         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
526           if test "$$subdir" = .; then :; else \
527             test -d "$(distdir)/$$subdir" \
528             || $(MKDIR_P) "$(distdir)/$$subdir" \
529             || exit 1; \
530           fi; \
531         done
532         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
533           if test "$$subdir" = .; then :; else \
534             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
535             $(am__relativize); \
536             new_distdir=$$reldir; \
537             dir1=$$subdir; dir2="$(top_distdir)"; \
538             $(am__relativize); \
539             new_top_distdir=$$reldir; \
540             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
541             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
542             ($(am__cd) $$subdir && \
543               $(MAKE) $(AM_MAKEFLAGS) \
544                 top_distdir="$$new_top_distdir" \
545                 distdir="$$new_distdir" \
546                 am__remove_distdir=: \
547                 am__skip_length_check=: \
548                 am__skip_mode_fix=: \
549                 distdir) \
550               || exit 1; \
551           fi; \
552         done
553         -test -n "$(am__skip_mode_fix)" \
554         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
555           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
556           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
557           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
558         || chmod -R a+r "$(distdir)"
559 dist-gzip: distdir
560         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
561         $(am__remove_distdir)
562
563 dist-bzip2: distdir
564         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
565         $(am__remove_distdir)
566
567 dist-lzma: distdir
568         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
569         $(am__remove_distdir)
570
571 dist-xz: distdir
572         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
573         $(am__remove_distdir)
574
575 dist-tarZ: distdir
576         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
577         $(am__remove_distdir)
578
579 dist-shar: distdir
580         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
581         $(am__remove_distdir)
582
583 dist-zip: distdir
584         -rm -f $(distdir).zip
585         zip -rq $(distdir).zip $(distdir)
586         $(am__remove_distdir)
587
588 dist dist-all: distdir
589         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
590         $(am__remove_distdir)
591
592 # This target untars the dist file and tries a VPATH configuration.  Then
593 # it guarantees that the distribution is self-contained by making another
594 # tarfile.
595 distcheck: dist
596         case '$(DIST_ARCHIVES)' in \
597         *.tar.gz*) \
598           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
599         *.tar.bz2*) \
600           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
601         *.tar.lzma*) \
602           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
603         *.tar.xz*) \
604           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
605         *.tar.Z*) \
606           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
607         *.shar.gz*) \
608           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
609         *.zip*) \
610           unzip $(distdir).zip ;;\
611         esac
612         chmod -R a-w $(distdir); chmod a+w $(distdir)
613         mkdir $(distdir)/_build
614         mkdir $(distdir)/_inst
615         chmod a-w $(distdir)
616         test -d $(distdir)/_build || exit 0; \
617         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
618           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
619           && am__cwd=`pwd` \
620           && $(am__cd) $(distdir)/_build \
621           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
622             $(DISTCHECK_CONFIGURE_FLAGS) \
623           && $(MAKE) $(AM_MAKEFLAGS) \
624           && $(MAKE) $(AM_MAKEFLAGS) dvi \
625           && $(MAKE) $(AM_MAKEFLAGS) check \
626           && $(MAKE) $(AM_MAKEFLAGS) install \
627           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
628           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
629           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
630                 distuninstallcheck \
631           && chmod -R a-w "$$dc_install_base" \
632           && ({ \
633                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
634                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
635                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
636                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
637                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
638               } || { rm -rf "$$dc_destdir"; exit 1; }) \
639           && rm -rf "$$dc_destdir" \
640           && $(MAKE) $(AM_MAKEFLAGS) dist \
641           && rm -rf $(DIST_ARCHIVES) \
642           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
643           && cd "$$am__cwd" \
644           || exit 1
645         $(am__remove_distdir)
646         @(echo "$(distdir) archives ready for distribution: "; \
647           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
648           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
649 distuninstallcheck:
650         @$(am__cd) '$(distuninstallcheck_dir)' \
651         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
652            || { echo "ERROR: files left after uninstall:" ; \
653                 if test -n "$(DESTDIR)"; then \
654                   echo "  (check DESTDIR support)"; \
655                 fi ; \
656                 $(distuninstallcheck_listfiles) ; \
657                 exit 1; } >&2
658 distcleancheck: distclean
659         @if test '$(srcdir)' = . ; then \
660           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
661           exit 1 ; \
662         fi
663         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
664           || { echo "ERROR: files left in build directory after distclean:" ; \
665                $(distcleancheck_listfiles) ; \
666                exit 1; } >&2
667 check-am: all-am
668 check: check-recursive
669 all-am: Makefile config.h
670 installdirs: installdirs-recursive
671 installdirs-am:
672 install: install-recursive
673 install-exec: install-exec-recursive
674 install-data: install-data-recursive
675 uninstall: uninstall-recursive
676
677 install-am: all-am
678         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
679
680 installcheck: installcheck-recursive
681 install-strip:
682         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684           `test -z '$(STRIP)' || \
685             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
686 mostlyclean-generic:
687
688 clean-generic:
689         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
690
691 distclean-generic:
692         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
693         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
694         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
695
696 maintainer-clean-generic:
697         @echo "This command is intended for maintainers to use"
698         @echo "it deletes files that may require special tools to rebuild."
699         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
700 clean: clean-recursive
701
702 clean-am: clean-generic clean-libtool mostlyclean-am
703
704 distclean: distclean-recursive
705         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
706         -rm -f Makefile
707 distclean-am: clean-am distclean-generic distclean-hdr \
708         distclean-libtool distclean-tags
709
710 dvi: dvi-recursive
711
712 dvi-am:
713
714 html: html-recursive
715
716 html-am:
717
718 info: info-recursive
719
720 info-am:
721
722 install-data-am:
723
724 install-dvi: install-dvi-recursive
725
726 install-dvi-am:
727
728 install-exec-am:
729
730 install-html: install-html-recursive
731
732 install-html-am:
733
734 install-info: install-info-recursive
735
736 install-info-am:
737
738 install-man:
739
740 install-pdf: install-pdf-recursive
741
742 install-pdf-am:
743
744 install-ps: install-ps-recursive
745
746 install-ps-am:
747
748 installcheck-am:
749
750 maintainer-clean: maintainer-clean-recursive
751         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
752         -rm -rf $(top_srcdir)/autom4te.cache
753         -rm -f Makefile
754 maintainer-clean-am: distclean-am maintainer-clean-generic
755
756 mostlyclean: mostlyclean-recursive
757
758 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
759
760 pdf: pdf-recursive
761
762 pdf-am:
763
764 ps: ps-recursive
765
766 ps-am:
767
768 uninstall-am:
769
770 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
771         ctags-recursive install-am install-strip tags-recursive
772
773 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
774         all all-am am--refresh check check-am clean clean-generic \
775         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
776         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
777         distcheck distclean distclean-generic distclean-hdr \
778         distclean-libtool distclean-tags distcleancheck distdir \
779         distuninstallcheck dvi dvi-am html html-am info info-am \
780         install install-am install-data install-data-am install-dvi \
781         install-dvi-am install-exec install-exec-am install-html \
782         install-html-am install-info install-info-am install-man \
783         install-pdf install-pdf-am install-ps install-ps-am \
784         install-strip installcheck installcheck-am installdirs \
785         installdirs-am maintainer-clean maintainer-clean-generic \
786         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
787         ps ps-am tags tags-recursive uninstall uninstall-am
788
789
790 # Tell versions [3.59,3.63) of GNU make to not export all variables.
791 # Otherwise a system limit (for SysV at least) may be exceeded.
792 .NOEXPORT: