initial commit, lordsawar source, slightly modified
[lordsawar] / dat / various / 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 = dat/various
39 DIST_COMMON = README $(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)$(variousdir)"
87 DATA = $(various_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 = items editor
295 MAINTAINERCLEANFILES = Makefile.in
296 variousdir = $(datadir)/lordsawar/various
297 various_DATA = \
298     arrows.png \
299     waypoints.png \
300     buttons.png \
301     city_occupied.png \
302     medals_mask.png \
303     bigmedals.png \
304     ship.png \
305     recruit_female.png \
306     recruit_male.png \
307     ruin_1.png \
308     ruin_2.png \
309     splash_screen.jpg \
310     win.png \
311     lordsawar_logo.png \
312     hero.png \
313     hero-inactive.png \
314     prodshieldset.png \
315     smallruinedcity.png \
316     movebonus.png \
317     smallunexploredruin.png \
318     smallunexploredstronghold.png \
319     smallexploredruin.png \
320     smalltemple.png \
321     cursors.png \
322     smallupkeep.png \
323     smallincome.png \
324     smalldefense.png \
325     smalltreasury.png \
326     smallcity.png \
327     diplomacy-small.png \
328     diplomacy-large.png \
329     castle_icon.png \
330     tileset_icon.png \
331     parley_offered.png \
332     parley_refused.png \
333     background.png \
334     back.bmp \
335     hero-newlevel-female.png \
336     hero-newlevel-male.png
337
338 EXTRA_DIST = \
339     README \
340     arrows.png \
341     waypoints.png \
342     buttons.png \
343     city_occupied.png \
344     medals_mask.png \
345     bigmedals.png \
346     ship.png \
347     recruit_female.png \
348     recruit_male.png \
349     ruin_1.png \
350     ruin_2.png \
351     splash_screen.jpg \
352     win.png \
353     lordsawar_logo.png \
354     hero.png \
355     hero-inactive.png \
356     prodshieldset.png \
357     smallruinedcity.png \
358     movebonus.png \
359     smallunexploredruin.png \
360     smallunexploredstronghold.png \
361     smallexploredruin.png \
362     smalltemple.png \
363     cursors.png \
364     smallupkeep.png \
365     smallincome.png \
366     smalldefense.png \
367     smalltreasury.png \
368     smallcity.png \
369     diplomacy-small.png \
370     diplomacy-large.png \
371     castle_icon.png \
372     tileset_icon.png \
373     parley_offered.png \
374     parley_refused.png \
375     background.png \
376     back.bmp \
377     hero-newlevel-female.png \
378     hero-newlevel-male.png
379
380 all: all-recursive
381
382 .SUFFIXES:
383 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
384         @for dep in $?; do \
385           case '$(am__configure_deps)' in \
386             *$$dep*) \
387               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
388                 && { if test -f $@; then exit 0; else break; fi; }; \
389               exit 1;; \
390           esac; \
391         done; \
392         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dat/various/Makefile'; \
393         $(am__cd) $(top_srcdir) && \
394           $(AUTOMAKE) --gnu dat/various/Makefile
395 .PRECIOUS: Makefile
396 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
397         @case '$?' in \
398           *config.status*) \
399             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
400           *) \
401             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
402             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
403         esac;
404
405 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
406         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407
408 $(top_srcdir)/configure:  $(am__configure_deps)
409         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
411         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412 $(am__aclocal_m4_deps):
413
414 mostlyclean-libtool:
415         -rm -f *.lo
416
417 clean-libtool:
418         -rm -rf .libs _libs
419 install-variousDATA: $(various_DATA)
420         @$(NORMAL_INSTALL)
421         test -z "$(variousdir)" || $(MKDIR_P) "$(DESTDIR)$(variousdir)"
422         @list='$(various_DATA)'; test -n "$(variousdir)" || list=; \
423         for p in $$list; do \
424           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425           echo "$$d$$p"; \
426         done | $(am__base_list) | \
427         while read files; do \
428           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(variousdir)'"; \
429           $(INSTALL_DATA) $$files "$(DESTDIR)$(variousdir)" || exit $$?; \
430         done
431
432 uninstall-variousDATA:
433         @$(NORMAL_UNINSTALL)
434         @list='$(various_DATA)'; test -n "$(variousdir)" || list=; \
435         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
436         test -n "$$files" || exit 0; \
437         echo " ( cd '$(DESTDIR)$(variousdir)' && rm -f" $$files ")"; \
438         cd "$(DESTDIR)$(variousdir)" && rm -f $$files
439
440 # This directory's subdirectories are mostly independent; you can cd
441 # into them and run `make' without going through this Makefile.
442 # To change the values of `make' variables: instead of editing Makefiles,
443 # (1) if the variable is set in `config.status', edit `config.status'
444 #     (which will cause the Makefiles to be regenerated when you run `make');
445 # (2) otherwise, pass the desired values on the `make' command line.
446 $(RECURSIVE_TARGETS):
447         @failcom='exit 1'; \
448         for f in x $$MAKEFLAGS; do \
449           case $$f in \
450             *=* | --[!k]*);; \
451             *k*) failcom='fail=yes';; \
452           esac; \
453         done; \
454         dot_seen=no; \
455         target=`echo $@ | sed s/-recursive//`; \
456         list='$(SUBDIRS)'; for subdir in $$list; do \
457           echo "Making $$target in $$subdir"; \
458           if test "$$subdir" = "."; then \
459             dot_seen=yes; \
460             local_target="$$target-am"; \
461           else \
462             local_target="$$target"; \
463           fi; \
464           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465           || eval $$failcom; \
466         done; \
467         if test "$$dot_seen" = "no"; then \
468           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
469         fi; test -z "$$fail"
470
471 $(RECURSIVE_CLEAN_TARGETS):
472         @failcom='exit 1'; \
473         for f in x $$MAKEFLAGS; do \
474           case $$f in \
475             *=* | --[!k]*);; \
476             *k*) failcom='fail=yes';; \
477           esac; \
478         done; \
479         dot_seen=no; \
480         case "$@" in \
481           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
482           *) list='$(SUBDIRS)' ;; \
483         esac; \
484         rev=''; for subdir in $$list; do \
485           if test "$$subdir" = "."; then :; else \
486             rev="$$subdir $$rev"; \
487           fi; \
488         done; \
489         rev="$$rev ."; \
490         target=`echo $@ | sed s/-recursive//`; \
491         for subdir in $$rev; do \
492           echo "Making $$target in $$subdir"; \
493           if test "$$subdir" = "."; then \
494             local_target="$$target-am"; \
495           else \
496             local_target="$$target"; \
497           fi; \
498           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
499           || eval $$failcom; \
500         done && test -z "$$fail"
501 tags-recursive:
502         list='$(SUBDIRS)'; for subdir in $$list; do \
503           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
504         done
505 ctags-recursive:
506         list='$(SUBDIRS)'; for subdir in $$list; do \
507           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
508         done
509
510 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
511         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
512         unique=`for i in $$list; do \
513             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514           done | \
515           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516               END { if (nonempty) { for (i in files) print i; }; }'`; \
517         mkid -fID $$unique
518 tags: TAGS
519
520 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
521                 $(TAGS_FILES) $(LISP)
522         set x; \
523         here=`pwd`; \
524         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
525           include_option=--etags-include; \
526           empty_fix=.; \
527         else \
528           include_option=--include; \
529           empty_fix=; \
530         fi; \
531         list='$(SUBDIRS)'; for subdir in $$list; do \
532           if test "$$subdir" = .; then :; else \
533             test ! -f $$subdir/TAGS || \
534               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
535           fi; \
536         done; \
537         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
538         unique=`for i in $$list; do \
539             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540           done | \
541           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
542               END { if (nonempty) { for (i in files) print i; }; }'`; \
543         shift; \
544         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
545           test -n "$$unique" || unique=$$empty_fix; \
546           if test $$# -gt 0; then \
547             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548               "$$@" $$unique; \
549           else \
550             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551               $$unique; \
552           fi; \
553         fi
554 ctags: CTAGS
555 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
556                 $(TAGS_FILES) $(LISP)
557         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
558         unique=`for i in $$list; do \
559             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560           done | \
561           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
562               END { if (nonempty) { for (i in files) print i; }; }'`; \
563         test -z "$(CTAGS_ARGS)$$unique" \
564           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
565              $$unique
566
567 GTAGS:
568         here=`$(am__cd) $(top_builddir) && pwd` \
569           && $(am__cd) $(top_srcdir) \
570           && gtags -i $(GTAGS_ARGS) "$$here"
571
572 distclean-tags:
573         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574
575 distdir: $(DISTFILES)
576         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
577         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
578         list='$(DISTFILES)'; \
579           dist_files=`for file in $$list; do echo $$file; done | \
580           sed -e "s|^$$srcdirstrip/||;t" \
581               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
582         case $$dist_files in \
583           */*) $(MKDIR_P) `echo "$$dist_files" | \
584                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
585                            sort -u` ;; \
586         esac; \
587         for file in $$dist_files; do \
588           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
589           if test -d $$d/$$file; then \
590             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
591             if test -d "$(distdir)/$$file"; then \
592               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
593             fi; \
594             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
595               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
596               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
597             fi; \
598             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
599           else \
600             test -f "$(distdir)/$$file" \
601             || cp -p $$d/$$file "$(distdir)/$$file" \
602             || exit 1; \
603           fi; \
604         done
605         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
606           if test "$$subdir" = .; then :; else \
607             test -d "$(distdir)/$$subdir" \
608             || $(MKDIR_P) "$(distdir)/$$subdir" \
609             || exit 1; \
610           fi; \
611         done
612         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
613           if test "$$subdir" = .; then :; else \
614             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
615             $(am__relativize); \
616             new_distdir=$$reldir; \
617             dir1=$$subdir; dir2="$(top_distdir)"; \
618             $(am__relativize); \
619             new_top_distdir=$$reldir; \
620             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
621             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
622             ($(am__cd) $$subdir && \
623               $(MAKE) $(AM_MAKEFLAGS) \
624                 top_distdir="$$new_top_distdir" \
625                 distdir="$$new_distdir" \
626                 am__remove_distdir=: \
627                 am__skip_length_check=: \
628                 am__skip_mode_fix=: \
629                 distdir) \
630               || exit 1; \
631           fi; \
632         done
633 check-am: all-am
634 check: check-recursive
635 all-am: Makefile $(DATA)
636 installdirs: installdirs-recursive
637 installdirs-am:
638         for dir in "$(DESTDIR)$(variousdir)"; do \
639           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
640         done
641 install: install-recursive
642 install-exec: install-exec-recursive
643 install-data: install-data-recursive
644 uninstall: uninstall-recursive
645
646 install-am: all-am
647         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
648
649 installcheck: installcheck-recursive
650 install-strip:
651         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
652           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
653           `test -z '$(STRIP)' || \
654             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
655 mostlyclean-generic:
656
657 clean-generic:
658
659 distclean-generic:
660         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
661         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
662
663 maintainer-clean-generic:
664         @echo "This command is intended for maintainers to use"
665         @echo "it deletes files that may require special tools to rebuild."
666         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
667 clean: clean-recursive
668
669 clean-am: clean-generic clean-libtool mostlyclean-am
670
671 distclean: distclean-recursive
672         -rm -f Makefile
673 distclean-am: clean-am distclean-generic distclean-tags
674
675 dvi: dvi-recursive
676
677 dvi-am:
678
679 html: html-recursive
680
681 html-am:
682
683 info: info-recursive
684
685 info-am:
686
687 install-data-am: install-variousDATA
688
689 install-dvi: install-dvi-recursive
690
691 install-dvi-am:
692
693 install-exec-am:
694
695 install-html: install-html-recursive
696
697 install-html-am:
698
699 install-info: install-info-recursive
700
701 install-info-am:
702
703 install-man:
704
705 install-pdf: install-pdf-recursive
706
707 install-pdf-am:
708
709 install-ps: install-ps-recursive
710
711 install-ps-am:
712
713 installcheck-am:
714
715 maintainer-clean: maintainer-clean-recursive
716         -rm -f Makefile
717 maintainer-clean-am: distclean-am maintainer-clean-generic
718
719 mostlyclean: mostlyclean-recursive
720
721 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
722
723 pdf: pdf-recursive
724
725 pdf-am:
726
727 ps: ps-recursive
728
729 ps-am:
730
731 uninstall-am: uninstall-variousDATA
732
733 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
734         install-am install-strip tags-recursive
735
736 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
737         all all-am check check-am clean clean-generic clean-libtool \
738         ctags ctags-recursive distclean distclean-generic \
739         distclean-libtool distclean-tags distdir dvi dvi-am html \
740         html-am info info-am install install-am install-data \
741         install-data-am install-dvi install-dvi-am install-exec \
742         install-exec-am install-html install-html-am install-info \
743         install-info-am install-man install-pdf install-pdf-am \
744         install-ps install-ps-am install-strip install-variousDATA \
745         installcheck installcheck-am installdirs installdirs-am \
746         maintainer-clean maintainer-clean-generic mostlyclean \
747         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
748         tags tags-recursive uninstall uninstall-am \
749         uninstall-variousDATA
750
751
752 # Tell versions [3.59,3.63) of GNU make to not export all variables.
753 # Otherwise a system limit (for SysV at least) may be exceeded.
754 .NOEXPORT: