initial commit, lordsawar source, slightly modified
[lordsawar] / help / 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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = help
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
43         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
44         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
45         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
46         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
47         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
48         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
49         $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51         $(ACLOCAL_M4)
52 mkinstalldirs = $(install_sh) -d
53 CONFIG_HEADER = $(top_builddir)/config.h
54 CONFIG_CLEAN_FILES =
55 CONFIG_CLEAN_VPATH_FILES =
56 SOURCES =
57 DIST_SOURCES =
58 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59         html-recursive info-recursive install-data-recursive \
60         install-dvi-recursive install-exec-recursive \
61         install-html-recursive install-info-recursive \
62         install-pdf-recursive install-ps-recursive install-recursive \
63         installcheck-recursive installdirs-recursive pdf-recursive \
64         ps-recursive uninstall-recursive
65 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66 am__vpath_adj = case $$p in \
67     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68     *) f=$$p;; \
69   esac;
70 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
71 am__install_max = 40
72 am__nobase_strip_setup = \
73   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
74 am__nobase_strip = \
75   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
76 am__nobase_list = $(am__nobase_strip_setup); \
77   for p in $$list; do echo "$$p $$p"; done | \
78   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
79   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
80     if (++n[$$2] == $(am__install_max)) \
81       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
82     END { for (dir in files) print dir, files[dir] }'
83 am__base_list = \
84   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
85   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
86 am__installdirs = "$(DESTDIR)$(helpdir)"
87 DATA = $(help_DATA)
88 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89   distclean-recursive maintainer-clean-recursive
90 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
91         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
92         distdir
93 ETAGS = etags
94 CTAGS = ctags
95 DIST_SUBDIRS = $(SUBDIRS)
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97 am__relativize = \
98   dir0=`pwd`; \
99   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
100   sed_rest='s,^[^/]*/*,,'; \
101   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
102   sed_butlast='s,/*[^/]*$$,,'; \
103   while test -n "$$dir1"; do \
104     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
105     if test "$$first" != "."; then \
106       if test "$$first" = ".."; then \
107         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
108         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
109       else \
110         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
111         if test "$$first2" = "$$first"; then \
112           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
113         else \
114           dir2="../$$dir2"; \
115         fi; \
116         dir0="$$dir0"/"$$first"; \
117       fi; \
118     fi; \
119     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
120   done; \
121   reldir="$$dir2"
122 ACLOCAL = @ACLOCAL@
123 ALL_LINGUAS = @ALL_LINGUAS@
124 AMTAR = @AMTAR@
125 AR = @AR@
126 AUTOCONF = @AUTOCONF@
127 AUTOHEADER = @AUTOHEADER@
128 AUTOMAKE = @AUTOMAKE@
129 AWK = @AWK@
130 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
131 CATALOGS = @CATALOGS@
132 CATOBJEXT = @CATOBJEXT@
133 CC = @CC@
134 CCDEPMODE = @CCDEPMODE@
135 CFLAGS = @CFLAGS@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CXX = @CXX@
139 CXXCPP = @CXXCPP@
140 CXXDEPMODE = @CXXDEPMODE@
141 CXXFLAGS = @CXXFLAGS@
142 CYGPATH_W = @CYGPATH_W@
143 DATADIRNAME = @DATADIRNAME@
144 DEFS = @DEFS@
145 DEPDIR = @DEPDIR@
146 DSYMUTIL = @DSYMUTIL@
147 DUMPBIN = @DUMPBIN@
148 ECHO_C = @ECHO_C@
149 ECHO_N = @ECHO_N@
150 ECHO_T = @ECHO_T@
151 EGREP = @EGREP@
152 EXEEXT = @EXEEXT@
153 FGREP = @FGREP@
154 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
155 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
156 GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
157 GLIBMM_LIBS = @GLIBMM_LIBS@
158 GMOFILES = @GMOFILES@
159 GMSGFMT = @GMSGFMT@
160 GMSGFMT_015 = @GMSGFMT_015@
161 GREP = @GREP@
162 GTKMM_CFLAGS = @GTKMM_CFLAGS@
163 GTKMM_LIBS = @GTKMM_LIBS@
164 HOME = @HOME@
165 INSTALL = @INSTALL@
166 INSTALL_DATA = @INSTALL_DATA@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 INSTOBJEXT = @INSTOBJEXT@
171 INTLLIBS = @INTLLIBS@
172 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
173 INTLTOOL_MERGE = @INTLTOOL_MERGE@
174 INTLTOOL_PERL = @INTLTOOL_PERL@
175 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
176 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
177 LD = @LD@
178 LDFLAGS = @LDFLAGS@
179 LIBGNET_CFLAGS = @LIBGNET_CFLAGS@
180 LIBGNET_LIBS = @LIBGNET_LIBS@
181 LIBICONV = @LIBICONV@
182 LIBINTL = @LIBINTL@
183 LIBOBJS = @LIBOBJS@
184 LIBS = @LIBS@
185 LIBSIGC_CFLAGS = @LIBSIGC_CFLAGS@
186 LIBSIGC_LIBS = @LIBSIGC_LIBS@
187 LIBTOOL = @LIBTOOL@
188 LIPO = @LIPO@
189 LN_S = @LN_S@
190 LORDSAWAR_DATADIR = @LORDSAWAR_DATADIR@
191 LTLIBICONV = @LTLIBICONV@
192 LTLIBINTL = @LTLIBINTL@
193 LTLIBOBJS = @LTLIBOBJS@
194 MAKEINFO = @MAKEINFO@
195 MKDIR_P = @MKDIR_P@
196 MKINSTALLDIRS = @MKINSTALLDIRS@
197 MSGFMT = @MSGFMT@
198 MSGFMT_015 = @MSGFMT_015@
199 MSGFMT_OPTS = @MSGFMT_OPTS@
200 MSGMERGE = @MSGMERGE@
201 NM = @NM@
202 NMEDIT = @NMEDIT@
203 OBJDUMP = @OBJDUMP@
204 OBJEXT = @OBJEXT@
205 OTOOL = @OTOOL@
206 OTOOL64 = @OTOOL64@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 PKG_CONFIG = @PKG_CONFIG@
216 POFILES = @POFILES@
217 POSUB = @POSUB@
218 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
219 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
220 PROGRAMNAME_LOCALEDIR = @PROGRAMNAME_LOCALEDIR@
221 RANLIB = @RANLIB@
222 SCREEN_RESOLUTION = @SCREEN_RESOLUTION@
223 SDLSOUND_LIBS = @SDLSOUND_LIBS@
224 SDL_CFLAGS = @SDL_CFLAGS@
225 SDL_CONFIG = @SDL_CONFIG@
226 SDL_LIBS = @SDL_LIBS@
227 SED = @SED@
228 SET_MAKE = @SET_MAKE@
229 SHELL = @SHELL@
230 STRIP = @STRIP@
231 USE_NLS = @USE_NLS@
232 VERSION = @VERSION@
233 XGETTEXT = @XGETTEXT@
234 XGETTEXT_015 = @XGETTEXT_015@
235 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
236 ZIP_FILES = @ZIP_FILES@
237 abs_builddir = @abs_builddir@
238 abs_srcdir = @abs_srcdir@
239 abs_top_builddir = @abs_top_builddir@
240 abs_top_srcdir = @abs_top_srcdir@
241 ac_ct_CC = @ac_ct_CC@
242 ac_ct_CXX = @ac_ct_CXX@
243 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
244 am__include = @am__include@
245 am__leading_dot = @am__leading_dot@
246 am__quote = @am__quote@
247 am__tar = @am__tar@
248 am__untar = @am__untar@
249 bindir = @bindir@
250 build = @build@
251 build_alias = @build_alias@
252 build_cpu = @build_cpu@
253 build_os = @build_os@
254 build_vendor = @build_vendor@
255 builddir = @builddir@
256 datadir = @datadir@
257 datarootdir = @datarootdir@
258 docdir = @docdir@
259 dvidir = @dvidir@
260 exec_prefix = @exec_prefix@
261 host = @host@
262 host_alias = @host_alias@
263 host_cpu = @host_cpu@
264 host_os = @host_os@
265 host_vendor = @host_vendor@
266 htmldir = @htmldir@
267 includedir = @includedir@
268 infodir = @infodir@
269 install_sh = @install_sh@
270 libdir = @libdir@
271 libexecdir = @libexecdir@
272 localedir = @localedir@
273 localstatedir = @localstatedir@
274 lt_ECHO = @lt_ECHO@
275 mandir = @mandir@
276 mkdir_p = @mkdir_p@
277 oldincludedir = @oldincludedir@
278 pdfdir = @pdfdir@
279 prefix = @prefix@
280 program_transform_name = @program_transform_name@
281 psdir = @psdir@
282 sbindir = @sbindir@
283 sharedstatedir = @sharedstatedir@
284 srcdir = @srcdir@
285 sysconfdir = @sysconfdir@
286 target = @target@
287 target_alias = @target_alias@
288 target_cpu = @target_cpu@
289 target_os = @target_os@
290 target_vendor = @target_vendor@
291 top_build_prefix = @top_build_prefix@
292 top_builddir = @top_builddir@
293 top_srcdir = @top_srcdir@
294 SUBDIRS = figures
295 EXTRA_DIST = $(help_DATA)
296 helpdir = ${datadir}/gnome/help/lordsawar/C/
297 help_DATA = legal.xml \
298             lordsawar.xml
299
300 all: all-recursive
301
302 .SUFFIXES:
303 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
304         @for dep in $?; do \
305           case '$(am__configure_deps)' in \
306             *$$dep*) \
307               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308                 && { if test -f $@; then exit 0; else break; fi; }; \
309               exit 1;; \
310           esac; \
311         done; \
312         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/Makefile'; \
313         $(am__cd) $(top_srcdir) && \
314           $(AUTOMAKE) --gnu help/Makefile
315 .PRECIOUS: Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317         @case '$?' in \
318           *config.status*) \
319             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320           *) \
321             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323         esac;
324
325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328 $(top_srcdir)/configure:  $(am__configure_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(am__aclocal_m4_deps):
333
334 mostlyclean-libtool:
335         -rm -f *.lo
336
337 clean-libtool:
338         -rm -rf .libs _libs
339 install-helpDATA: $(help_DATA)
340         @$(NORMAL_INSTALL)
341         test -z "$(helpdir)" || $(MKDIR_P) "$(DESTDIR)$(helpdir)"
342         @list='$(help_DATA)'; test -n "$(helpdir)" || list=; \
343         for p in $$list; do \
344           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
345           echo "$$d$$p"; \
346         done | $(am__base_list) | \
347         while read files; do \
348           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpdir)'"; \
349           $(INSTALL_DATA) $$files "$(DESTDIR)$(helpdir)" || exit $$?; \
350         done
351
352 uninstall-helpDATA:
353         @$(NORMAL_UNINSTALL)
354         @list='$(help_DATA)'; test -n "$(helpdir)" || list=; \
355         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
356         test -n "$$files" || exit 0; \
357         echo " ( cd '$(DESTDIR)$(helpdir)' && rm -f" $$files ")"; \
358         cd "$(DESTDIR)$(helpdir)" && rm -f $$files
359
360 # This directory's subdirectories are mostly independent; you can cd
361 # into them and run `make' without going through this Makefile.
362 # To change the values of `make' variables: instead of editing Makefiles,
363 # (1) if the variable is set in `config.status', edit `config.status'
364 #     (which will cause the Makefiles to be regenerated when you run `make');
365 # (2) otherwise, pass the desired values on the `make' command line.
366 $(RECURSIVE_TARGETS):
367         @failcom='exit 1'; \
368         for f in x $$MAKEFLAGS; do \
369           case $$f in \
370             *=* | --[!k]*);; \
371             *k*) failcom='fail=yes';; \
372           esac; \
373         done; \
374         dot_seen=no; \
375         target=`echo $@ | sed s/-recursive//`; \
376         list='$(SUBDIRS)'; for subdir in $$list; do \
377           echo "Making $$target in $$subdir"; \
378           if test "$$subdir" = "."; then \
379             dot_seen=yes; \
380             local_target="$$target-am"; \
381           else \
382             local_target="$$target"; \
383           fi; \
384           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
385           || eval $$failcom; \
386         done; \
387         if test "$$dot_seen" = "no"; then \
388           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
389         fi; test -z "$$fail"
390
391 $(RECURSIVE_CLEAN_TARGETS):
392         @failcom='exit 1'; \
393         for f in x $$MAKEFLAGS; do \
394           case $$f in \
395             *=* | --[!k]*);; \
396             *k*) failcom='fail=yes';; \
397           esac; \
398         done; \
399         dot_seen=no; \
400         case "$@" in \
401           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
402           *) list='$(SUBDIRS)' ;; \
403         esac; \
404         rev=''; for subdir in $$list; do \
405           if test "$$subdir" = "."; then :; else \
406             rev="$$subdir $$rev"; \
407           fi; \
408         done; \
409         rev="$$rev ."; \
410         target=`echo $@ | sed s/-recursive//`; \
411         for subdir in $$rev; do \
412           echo "Making $$target in $$subdir"; \
413           if test "$$subdir" = "."; then \
414             local_target="$$target-am"; \
415           else \
416             local_target="$$target"; \
417           fi; \
418           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
419           || eval $$failcom; \
420         done && test -z "$$fail"
421 tags-recursive:
422         list='$(SUBDIRS)'; for subdir in $$list; do \
423           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
424         done
425 ctags-recursive:
426         list='$(SUBDIRS)'; for subdir in $$list; do \
427           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
428         done
429
430 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
431         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
432         unique=`for i in $$list; do \
433             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434           done | \
435           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436               END { if (nonempty) { for (i in files) print i; }; }'`; \
437         mkid -fID $$unique
438 tags: TAGS
439
440 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
441                 $(TAGS_FILES) $(LISP)
442         set x; \
443         here=`pwd`; \
444         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
445           include_option=--etags-include; \
446           empty_fix=.; \
447         else \
448           include_option=--include; \
449           empty_fix=; \
450         fi; \
451         list='$(SUBDIRS)'; for subdir in $$list; do \
452           if test "$$subdir" = .; then :; else \
453             test ! -f $$subdir/TAGS || \
454               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
455           fi; \
456         done; \
457         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
458         unique=`for i in $$list; do \
459             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460           done | \
461           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462               END { if (nonempty) { for (i in files) print i; }; }'`; \
463         shift; \
464         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
465           test -n "$$unique" || unique=$$empty_fix; \
466           if test $$# -gt 0; then \
467             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468               "$$@" $$unique; \
469           else \
470             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471               $$unique; \
472           fi; \
473         fi
474 ctags: CTAGS
475 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
476                 $(TAGS_FILES) $(LISP)
477         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
478         unique=`for i in $$list; do \
479             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480           done | \
481           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482               END { if (nonempty) { for (i in files) print i; }; }'`; \
483         test -z "$(CTAGS_ARGS)$$unique" \
484           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
485              $$unique
486
487 GTAGS:
488         here=`$(am__cd) $(top_builddir) && pwd` \
489           && $(am__cd) $(top_srcdir) \
490           && gtags -i $(GTAGS_ARGS) "$$here"
491
492 distclean-tags:
493         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
494
495 distdir: $(DISTFILES)
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 check-am: all-am
554 check: check-recursive
555 all-am: Makefile $(DATA)
556 installdirs: installdirs-recursive
557 installdirs-am:
558         for dir in "$(DESTDIR)$(helpdir)"; do \
559           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
560         done
561 install: install-recursive
562 install-exec: install-exec-recursive
563 install-data: install-data-recursive
564 uninstall: uninstall-recursive
565
566 install-am: all-am
567         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
568
569 installcheck: installcheck-recursive
570 install-strip:
571         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
572           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
573           `test -z '$(STRIP)' || \
574             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
575 mostlyclean-generic:
576
577 clean-generic:
578
579 distclean-generic:
580         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
581         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
582
583 maintainer-clean-generic:
584         @echo "This command is intended for maintainers to use"
585         @echo "it deletes files that may require special tools to rebuild."
586 clean: clean-recursive
587
588 clean-am: clean-generic clean-libtool mostlyclean-am
589
590 distclean: distclean-recursive
591         -rm -f Makefile
592 distclean-am: clean-am distclean-generic distclean-tags
593
594 dvi: dvi-recursive
595
596 dvi-am:
597
598 html: html-recursive
599
600 html-am:
601
602 info: info-recursive
603
604 info-am:
605
606 install-data-am: install-helpDATA
607
608 install-dvi: install-dvi-recursive
609
610 install-dvi-am:
611
612 install-exec-am:
613
614 install-html: install-html-recursive
615
616 install-html-am:
617
618 install-info: install-info-recursive
619
620 install-info-am:
621
622 install-man:
623
624 install-pdf: install-pdf-recursive
625
626 install-pdf-am:
627
628 install-ps: install-ps-recursive
629
630 install-ps-am:
631
632 installcheck-am:
633
634 maintainer-clean: maintainer-clean-recursive
635         -rm -f Makefile
636 maintainer-clean-am: distclean-am maintainer-clean-generic
637
638 mostlyclean: mostlyclean-recursive
639
640 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
641
642 pdf: pdf-recursive
643
644 pdf-am:
645
646 ps: ps-recursive
647
648 ps-am:
649
650 uninstall-am: uninstall-helpDATA
651
652 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
653         install-am install-strip tags-recursive
654
655 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
656         all all-am check check-am clean clean-generic clean-libtool \
657         ctags ctags-recursive distclean distclean-generic \
658         distclean-libtool distclean-tags distdir dvi dvi-am html \
659         html-am info info-am install install-am install-data \
660         install-data-am install-dvi install-dvi-am install-exec \
661         install-exec-am install-helpDATA install-html install-html-am \
662         install-info install-info-am install-man install-pdf \
663         install-pdf-am install-ps install-ps-am install-strip \
664         installcheck installcheck-am installdirs installdirs-am \
665         maintainer-clean maintainer-clean-generic mostlyclean \
666         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
667         tags tags-recursive uninstall uninstall-am uninstall-helpDATA
668
669
670 # Tell versions [3.59,3.63) of GNU make to not export all variables.
671 # Otherwise a system limit (for SysV at least) may be exceeded.
672 .NOEXPORT: