1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90subdir = .
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/sdl2.m4 \
93	$(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97	$(am__configure_deps) $(am__DIST_COMMON)
98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100mkinstalldirs = $(install_sh) -d
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118	ctags-recursive dvi-recursive html-recursive info-recursive \
119	install-data-recursive install-dvi-recursive \
120	install-exec-recursive install-html-recursive \
121	install-info-recursive install-pdf-recursive \
122	install-ps-recursive install-recursive installcheck-recursive \
123	installdirs-recursive pdf-recursive ps-recursive \
124	tags-recursive uninstall-recursive
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133    *) f=$$p;; \
134  esac;
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__nobase_list = $(am__nobase_strip_setup); \
142  for p in $$list; do echo "$$p $$p"; done | \
143  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145    if (++n[$$2] == $(am__install_max)) \
146      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147    END { for (dir in files) print dir, files[dir] }'
148am__base_list = \
149  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151am__uninstall_files_from_dir = { \
152  test -z "$$files" \
153    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155         $(am__cd) "$$dir" && rm -f $$files; }; \
156  }
157am__installdirs = "$(DESTDIR)$(datafilesdir)"
158DATA = $(datafiles_DATA)
159RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
160  distclean-recursive maintainer-clean-recursive
161am__recursive_targets = \
162  $(RECURSIVE_TARGETS) \
163  $(RECURSIVE_CLEAN_TARGETS) \
164  $(am__extra_recursive_targets)
165AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
166	cscope distdir dist dist-all distcheck
167am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
168# Read a list of newline-separated strings from the standard input,
169# and print each of them once, without duplicates.  Input order is
170# *not* preserved.
171am__uniquify_input = $(AWK) '\
172  BEGIN { nonempty = 0; } \
173  { items[$$0] = 1; nonempty = 1; } \
174  END { if (nonempty) { for (i in items) print i; }; } \
175'
176# Make sure the list of sources is unique.  This is necessary because,
177# e.g., the same source file might be shared among _SOURCES variables
178# for different programs/libraries.
179am__define_uniq_tagged_files = \
180  list='$(am__tagged_files)'; \
181  unique=`for i in $$list; do \
182    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183  done | $(am__uniquify_input)`
184ETAGS = etags
185CTAGS = ctags
186CSCOPE = cscope
187DIST_SUBDIRS = $(SUBDIRS)
188am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \
189	INSTALL NEWS README compile config.guess config.sub depcomp \
190	install-sh missing
191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192distdir = $(PACKAGE)-$(VERSION)
193top_distdir = $(distdir)
194am__remove_distdir = \
195  if test -d "$(distdir)"; then \
196    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
197      && rm -rf "$(distdir)" \
198      || { sleep 5 && rm -rf "$(distdir)"; }; \
199  else :; fi
200am__post_remove_distdir = $(am__remove_distdir)
201am__relativize = \
202  dir0=`pwd`; \
203  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
204  sed_rest='s,^[^/]*/*,,'; \
205  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
206  sed_butlast='s,/*[^/]*$$,,'; \
207  while test -n "$$dir1"; do \
208    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
209    if test "$$first" != "."; then \
210      if test "$$first" = ".."; then \
211        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
212        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
213      else \
214        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
215        if test "$$first2" = "$$first"; then \
216          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
217        else \
218          dir2="../$$dir2"; \
219        fi; \
220        dir0="$$dir0"/"$$first"; \
221      fi; \
222    fi; \
223    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
224  done; \
225  reldir="$$dir2"
226DIST_ARCHIVES = $(distdir).tar.gz
227GZIP_ENV = --best
228DIST_TARGETS = dist-gzip
229distuninstallcheck_listfiles = find . -type f -print
230am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
231  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
232distcleancheck_listfiles = find . -type f -print
233ACLOCAL = @ACLOCAL@
234AMTAR = @AMTAR@
235AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
236AUTOCONF = @AUTOCONF@
237AUTOHEADER = @AUTOHEADER@
238AUTOMAKE = @AUTOMAKE@
239AWK = @AWK@
240CC = @CC@
241CCDEPMODE = @CCDEPMODE@
242CFLAGS = @CFLAGS@
243CPP = @CPP@
244CPPFLAGS = @CPPFLAGS@
245CXX = @CXX@
246CXXDEPMODE = @CXXDEPMODE@
247CXXFLAGS = @CXXFLAGS@
248CYGPATH_W = @CYGPATH_W@
249DEFS = @DEFS@
250DEPDIR = @DEPDIR@
251ECHO_C = @ECHO_C@
252ECHO_N = @ECHO_N@
253ECHO_T = @ECHO_T@
254EGREP = @EGREP@
255EXEEXT = @EXEEXT@
256GREP = @GREP@
257INSTALL = @INSTALL@
258INSTALL_DATA = @INSTALL_DATA@
259INSTALL_PROGRAM = @INSTALL_PROGRAM@
260INSTALL_SCRIPT = @INSTALL_SCRIPT@
261INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262LDFLAGS = @LDFLAGS@
263LIBOBJS = @LIBOBJS@
264LIBS = @LIBS@
265LTLIBOBJS = @LTLIBOBJS@
266MAKEINFO = @MAKEINFO@
267MKDIR_P = @MKDIR_P@
268OBJEXT = @OBJEXT@
269PACKAGE = @PACKAGE@
270PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271PACKAGE_NAME = @PACKAGE_NAME@
272PACKAGE_STRING = @PACKAGE_STRING@
273PACKAGE_TARNAME = @PACKAGE_TARNAME@
274PACKAGE_URL = @PACKAGE_URL@
275PACKAGE_VERSION = @PACKAGE_VERSION@
276PATH_SEPARATOR = @PATH_SEPARATOR@
277PKG_CONFIG = @PKG_CONFIG@
278PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
279PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
280SDL2_CONFIG = @SDL2_CONFIG@
281SDL_CFLAGS = @SDL_CFLAGS@
282SDL_LIBS = @SDL_LIBS@
283SET_MAKE = @SET_MAKE@
284SHELL = @SHELL@
285STRIP = @STRIP@
286VERSION = @VERSION@
287abs_builddir = @abs_builddir@
288abs_srcdir = @abs_srcdir@
289abs_top_builddir = @abs_top_builddir@
290abs_top_srcdir = @abs_top_srcdir@
291ac_ct_CC = @ac_ct_CC@
292ac_ct_CXX = @ac_ct_CXX@
293am__include = @am__include@
294am__leading_dot = @am__leading_dot@
295am__quote = @am__quote@
296am__tar = @am__tar@
297am__untar = @am__untar@
298bindir = @bindir@
299build = @build@
300build_alias = @build_alias@
301build_cpu = @build_cpu@
302build_os = @build_os@
303build_vendor = @build_vendor@
304builddir = @builddir@
305datadir = @datadir@
306datarootdir = @datarootdir@
307docdir = @docdir@
308dunelegacydatadir = @dunelegacydatadir@
309dvidir = @dvidir@
310exec_prefix = @exec_prefix@
311host_alias = @host_alias@
312htmldir = @htmldir@
313includedir = @includedir@
314infodir = @infodir@
315install_sh = @install_sh@
316libdir = @libdir@
317libexecdir = @libexecdir@
318localedir = @localedir@
319localstatedir = @localstatedir@
320mandir = @mandir@
321mkdir_p = @mkdir_p@
322oldincludedir = @oldincludedir@
323pdfdir = @pdfdir@
324prefix = @prefix@
325program_transform_name = @program_transform_name@
326psdir = @psdir@
327runstatedir = @runstatedir@
328sbindir = @sbindir@
329sharedstatedir = @sharedstatedir@
330srcdir = @srcdir@
331sysconfdir = @sysconfdir@
332target_alias = @target_alias@
333top_build_prefix = @top_build_prefix@
334top_builddir = @top_builddir@
335top_srcdir = @top_srcdir@
336SUBDIRS = src tests
337ACLOCAL_AMFLAGS = -I m4
338EXTRA_DIST = include \
339             IDE/codeblocks/dunelegacy.cbp \
340             IDE/xCode \
341             debian/changelog \
342             debian/compat \
343             debian/control \
344             debian/copyright \
345             debian/dirs \
346             debian/docs \
347             debian/rules \
348             data/LEGACY.PAK \
349             data/OPENSD2.PAK \
350             data/GFXHD.PAK \
351             data/Dune2-Versions.txt \
352             data/maps \
353             data/locale \
354             Doxyfile \
355             ToDo.txt \
356             SoftwareDesign.txt \
357             buildclangdebug.sh \
358             buildlocal.sh \
359             builddebug.sh \
360             buildcrosswin32.sh \
361             runUnitTests.sh \
362             dunelegacy.png \
363             dunelegacy.svg \
364             dunelegacy-128x128.png \
365             dunelegacy.ico \
366             dunelegacy.icns \
367             dunelegacy.desktop \
368             MacOSX \
369             dunelegacy.spec \
370             dunelegacy-0.96.4.ebuild \
371             dunelegacy.nsi \
372             nsis-background1.bmp \
373             nsis-background2.bmp \
374             clean.sh \
375             scanbuild.sh \
376             updatelocale.sh \
377             resource.rc
378
379datafiles_DATA = data/LEGACY.PAK \
380				 data/OPENSD2.PAK \
381				 data/GFXHD.PAK \
382                 data/Dune2-Versions.txt
383
384datafilesdir = $(dunelegacydatadir)
385all: all-recursive
386
387.SUFFIXES:
388am--refresh: Makefile
389	@:
390$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
391	@for dep in $?; do \
392	  case '$(am__configure_deps)' in \
393	    *$$dep*) \
394	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
395	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
396		&& exit 0; \
397	      exit 1;; \
398	  esac; \
399	done; \
400	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
401	$(am__cd) $(top_srcdir) && \
402	  $(AUTOMAKE) --gnu Makefile
403Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
404	@case '$?' in \
405	  *config.status*) \
406	    echo ' $(SHELL) ./config.status'; \
407	    $(SHELL) ./config.status;; \
408	  *) \
409	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
410	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
411	esac;
412
413$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
414	$(SHELL) ./config.status --recheck
415
416$(top_srcdir)/configure:  $(am__configure_deps)
417	$(am__cd) $(srcdir) && $(AUTOCONF)
418$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
419	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
420$(am__aclocal_m4_deps):
421install-datafilesDATA: $(datafiles_DATA)
422	@$(NORMAL_INSTALL)
423	@list='$(datafiles_DATA)'; test -n "$(datafilesdir)" || list=; \
424	if test -n "$$list"; then \
425	  echo " $(MKDIR_P) '$(DESTDIR)$(datafilesdir)'"; \
426	  $(MKDIR_P) "$(DESTDIR)$(datafilesdir)" || exit 1; \
427	fi; \
428	for p in $$list; do \
429	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
430	  echo "$$d$$p"; \
431	done | $(am__base_list) | \
432	while read files; do \
433	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datafilesdir)'"; \
434	  $(INSTALL_DATA) $$files "$(DESTDIR)$(datafilesdir)" || exit $$?; \
435	done
436
437uninstall-datafilesDATA:
438	@$(NORMAL_UNINSTALL)
439	@list='$(datafiles_DATA)'; test -n "$(datafilesdir)" || list=; \
440	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
441	dir='$(DESTDIR)$(datafilesdir)'; $(am__uninstall_files_from_dir)
442
443# This directory's subdirectories are mostly independent; you can cd
444# into them and run 'make' without going through this Makefile.
445# To change the values of 'make' variables: instead of editing Makefiles,
446# (1) if the variable is set in 'config.status', edit 'config.status'
447#     (which will cause the Makefiles to be regenerated when you run 'make');
448# (2) otherwise, pass the desired values on the 'make' command line.
449$(am__recursive_targets):
450	@fail=; \
451	if $(am__make_keepgoing); then \
452	  failcom='fail=yes'; \
453	else \
454	  failcom='exit 1'; \
455	fi; \
456	dot_seen=no; \
457	target=`echo $@ | sed s/-recursive//`; \
458	case "$@" in \
459	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
460	  *) list='$(SUBDIRS)' ;; \
461	esac; \
462	for subdir in $$list; do \
463	  echo "Making $$target in $$subdir"; \
464	  if test "$$subdir" = "."; then \
465	    dot_seen=yes; \
466	    local_target="$$target-am"; \
467	  else \
468	    local_target="$$target"; \
469	  fi; \
470	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
471	  || eval $$failcom; \
472	done; \
473	if test "$$dot_seen" = "no"; then \
474	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
475	fi; test -z "$$fail"
476
477ID: $(am__tagged_files)
478	$(am__define_uniq_tagged_files); mkid -fID $$unique
479tags: tags-recursive
480TAGS: tags
481
482tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483	set x; \
484	here=`pwd`; \
485	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
486	  include_option=--etags-include; \
487	  empty_fix=.; \
488	else \
489	  include_option=--include; \
490	  empty_fix=; \
491	fi; \
492	list='$(SUBDIRS)'; for subdir in $$list; do \
493	  if test "$$subdir" = .; then :; else \
494	    test ! -f $$subdir/TAGS || \
495	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
496	  fi; \
497	done; \
498	$(am__define_uniq_tagged_files); \
499	shift; \
500	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
501	  test -n "$$unique" || unique=$$empty_fix; \
502	  if test $$# -gt 0; then \
503	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
504	      "$$@" $$unique; \
505	  else \
506	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507	      $$unique; \
508	  fi; \
509	fi
510ctags: ctags-recursive
511
512CTAGS: ctags
513ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
514	$(am__define_uniq_tagged_files); \
515	test -z "$(CTAGS_ARGS)$$unique" \
516	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
517	     $$unique
518
519GTAGS:
520	here=`$(am__cd) $(top_builddir) && pwd` \
521	  && $(am__cd) $(top_srcdir) \
522	  && gtags -i $(GTAGS_ARGS) "$$here"
523cscope: cscope.files
524	test ! -s cscope.files \
525	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
526clean-cscope:
527	-rm -f cscope.files
528cscope.files: clean-cscope cscopelist
529cscopelist: cscopelist-recursive
530
531cscopelist-am: $(am__tagged_files)
532	list='$(am__tagged_files)'; \
533	case "$(srcdir)" in \
534	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
535	  *) sdir=$(subdir)/$(srcdir) ;; \
536	esac; \
537	for i in $$list; do \
538	  if test -f "$$i"; then \
539	    echo "$(subdir)/$$i"; \
540	  else \
541	    echo "$$sdir/$$i"; \
542	  fi; \
543	done >> $(top_builddir)/cscope.files
544
545distclean-tags:
546	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
547	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
548
549distdir: $(DISTFILES)
550	$(am__remove_distdir)
551	test -d "$(distdir)" || mkdir "$(distdir)"
552	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554	list='$(DISTFILES)'; \
555	  dist_files=`for file in $$list; do echo $$file; done | \
556	  sed -e "s|^$$srcdirstrip/||;t" \
557	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
558	case $$dist_files in \
559	  */*) $(MKDIR_P) `echo "$$dist_files" | \
560			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561			   sort -u` ;; \
562	esac; \
563	for file in $$dist_files; do \
564	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
565	  if test -d $$d/$$file; then \
566	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
567	    if test -d "$(distdir)/$$file"; then \
568	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569	    fi; \
570	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
571	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
572	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573	    fi; \
574	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
575	  else \
576	    test -f "$(distdir)/$$file" \
577	    || cp -p $$d/$$file "$(distdir)/$$file" \
578	    || exit 1; \
579	  fi; \
580	done
581	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
582	  if test "$$subdir" = .; then :; else \
583	    $(am__make_dryrun) \
584	      || test -d "$(distdir)/$$subdir" \
585	      || $(MKDIR_P) "$(distdir)/$$subdir" \
586	      || exit 1; \
587	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
588	    $(am__relativize); \
589	    new_distdir=$$reldir; \
590	    dir1=$$subdir; dir2="$(top_distdir)"; \
591	    $(am__relativize); \
592	    new_top_distdir=$$reldir; \
593	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
594	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
595	    ($(am__cd) $$subdir && \
596	      $(MAKE) $(AM_MAKEFLAGS) \
597	        top_distdir="$$new_top_distdir" \
598	        distdir="$$new_distdir" \
599		am__remove_distdir=: \
600		am__skip_length_check=: \
601		am__skip_mode_fix=: \
602	        distdir) \
603	      || exit 1; \
604	  fi; \
605	done
606	$(MAKE) $(AM_MAKEFLAGS) \
607	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
608	  dist-hook
609	-test -n "$(am__skip_mode_fix)" \
610	|| find "$(distdir)" -type d ! -perm -755 \
611		-exec chmod u+rwx,go+rx {} \; -o \
612	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
613	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
614	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
615	|| chmod -R a+r "$(distdir)"
616dist-gzip: distdir
617	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
618	$(am__post_remove_distdir)
619
620dist-bzip2: distdir
621	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
622	$(am__post_remove_distdir)
623
624dist-lzip: distdir
625	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
626	$(am__post_remove_distdir)
627
628dist-xz: distdir
629	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
630	$(am__post_remove_distdir)
631
632dist-tarZ: distdir
633	@echo WARNING: "Support for distribution archives compressed with" \
634		       "legacy program 'compress' is deprecated." >&2
635	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
636	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
637	$(am__post_remove_distdir)
638
639dist-shar: distdir
640	@echo WARNING: "Support for shar distribution archives is" \
641	               "deprecated." >&2
642	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
643	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
644	$(am__post_remove_distdir)
645
646dist-zip: distdir
647	-rm -f $(distdir).zip
648	zip -rq $(distdir).zip $(distdir)
649	$(am__post_remove_distdir)
650
651dist dist-all:
652	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
653	$(am__post_remove_distdir)
654
655# This target untars the dist file and tries a VPATH configuration.  Then
656# it guarantees that the distribution is self-contained by making another
657# tarfile.
658distcheck: dist
659	case '$(DIST_ARCHIVES)' in \
660	*.tar.gz*) \
661	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
662	*.tar.bz2*) \
663	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
664	*.tar.lz*) \
665	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
666	*.tar.xz*) \
667	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
668	*.tar.Z*) \
669	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
670	*.shar.gz*) \
671	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
672	*.zip*) \
673	  unzip $(distdir).zip ;;\
674	esac
675	chmod -R a-w $(distdir)
676	chmod u+w $(distdir)
677	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
678	chmod a-w $(distdir)
679	test -d $(distdir)/_build || exit 0; \
680	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
681	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
682	  && am__cwd=`pwd` \
683	  && $(am__cd) $(distdir)/_build/sub \
684	  && ../../configure \
685	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
686	    $(DISTCHECK_CONFIGURE_FLAGS) \
687	    --srcdir=../.. --prefix="$$dc_install_base" \
688	  && $(MAKE) $(AM_MAKEFLAGS) \
689	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
690	  && $(MAKE) $(AM_MAKEFLAGS) check \
691	  && $(MAKE) $(AM_MAKEFLAGS) install \
692	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
693	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
694	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
695	        distuninstallcheck \
696	  && chmod -R a-w "$$dc_install_base" \
697	  && ({ \
698	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
699	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
700	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
701	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
702	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
703	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
704	  && rm -rf "$$dc_destdir" \
705	  && $(MAKE) $(AM_MAKEFLAGS) dist \
706	  && rm -rf $(DIST_ARCHIVES) \
707	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
708	  && cd "$$am__cwd" \
709	  || exit 1
710	$(am__post_remove_distdir)
711	@(echo "$(distdir) archives ready for distribution: "; \
712	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
713	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
714distuninstallcheck:
715	@test -n '$(distuninstallcheck_dir)' || { \
716	  echo 'ERROR: trying to run $@ with an empty' \
717	       '$$(distuninstallcheck_dir)' >&2; \
718	  exit 1; \
719	}; \
720	$(am__cd) '$(distuninstallcheck_dir)' || { \
721	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
722	  exit 1; \
723	}; \
724	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
725	   || { echo "ERROR: files left after uninstall:" ; \
726	        if test -n "$(DESTDIR)"; then \
727	          echo "  (check DESTDIR support)"; \
728	        fi ; \
729	        $(distuninstallcheck_listfiles) ; \
730	        exit 1; } >&2
731distcleancheck: distclean
732	@if test '$(srcdir)' = . ; then \
733	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
734	  exit 1 ; \
735	fi
736	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
737	  || { echo "ERROR: files left in build directory after distclean:" ; \
738	       $(distcleancheck_listfiles) ; \
739	       exit 1; } >&2
740check-am: all-am
741check: check-recursive
742all-am: Makefile $(DATA)
743installdirs: installdirs-recursive
744installdirs-am:
745	for dir in "$(DESTDIR)$(datafilesdir)"; do \
746	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
747	done
748install: install-recursive
749install-exec: install-exec-recursive
750install-data: install-data-recursive
751uninstall: uninstall-recursive
752
753install-am: all-am
754	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
755
756installcheck: installcheck-recursive
757install-strip:
758	if test -z '$(STRIP)'; then \
759	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
760	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
761	      install; \
762	else \
763	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
764	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
765	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
766	fi
767mostlyclean-generic:
768
769clean-generic:
770
771distclean-generic:
772	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
773	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
774
775maintainer-clean-generic:
776	@echo "This command is intended for maintainers to use"
777	@echo "it deletes files that may require special tools to rebuild."
778clean: clean-recursive
779
780clean-am: clean-generic mostlyclean-am
781
782distclean: distclean-recursive
783	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
784	-rm -f Makefile
785distclean-am: clean-am distclean-generic distclean-tags
786
787dvi: dvi-recursive
788
789dvi-am:
790
791html: html-recursive
792
793html-am:
794
795info: info-recursive
796
797info-am:
798
799install-data-am: install-data-local install-datafilesDATA
800
801install-dvi: install-dvi-recursive
802
803install-dvi-am:
804
805install-exec-am:
806
807install-html: install-html-recursive
808
809install-html-am:
810
811install-info: install-info-recursive
812
813install-info-am:
814
815install-man:
816
817install-pdf: install-pdf-recursive
818
819install-pdf-am:
820
821install-ps: install-ps-recursive
822
823install-ps-am:
824
825installcheck-am:
826
827maintainer-clean: maintainer-clean-recursive
828	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
829	-rm -rf $(top_srcdir)/autom4te.cache
830	-rm -f Makefile
831maintainer-clean-am: distclean-am maintainer-clean-generic
832
833mostlyclean: mostlyclean-recursive
834
835mostlyclean-am: mostlyclean-generic
836
837pdf: pdf-recursive
838
839pdf-am:
840
841ps: ps-recursive
842
843ps-am:
844
845uninstall-am: uninstall-datafilesDATA uninstall-local
846
847.MAKE: $(am__recursive_targets) install-am install-strip
848
849.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
850	am--refresh check check-am clean clean-cscope clean-generic \
851	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
852	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
853	dist-zip distcheck distclean distclean-generic distclean-tags \
854	distcleancheck distdir distuninstallcheck dvi dvi-am html \
855	html-am info info-am install install-am install-data \
856	install-data-am install-data-local install-datafilesDATA \
857	install-dvi install-dvi-am install-exec install-exec-am \
858	install-html install-html-am install-info install-info-am \
859	install-man install-pdf install-pdf-am install-ps \
860	install-ps-am install-strip installcheck installcheck-am \
861	installdirs installdirs-am maintainer-clean \
862	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
863	pdf-am ps ps-am tags tags-am uninstall uninstall-am \
864	uninstall-datafilesDATA uninstall-local
865
866.PRECIOUS: Makefile
867
868
869install-data-local:
870	@$(NORMAL_INSTALL)
871	$(MKDIR_P) $(DESTDIR)$(dunelegacydatadir)/locale
872	$(INSTALL_DATA) data/locale/*.pot $(DESTDIR)$(dunelegacydatadir)/locale/
873	$(INSTALL_DATA) data/locale/*.po $(DESTDIR)$(dunelegacydatadir)/locale/
874	$(MKDIR_P) $(DESTDIR)$(dunelegacydatadir)/maps/singleplayer
875	$(INSTALL_DATA) data/maps/singleplayer/*.ini $(DESTDIR)$(dunelegacydatadir)/maps/singleplayer/
876	$(MKDIR_P) $(DESTDIR)$(dunelegacydatadir)/maps/multiplayer
877	$(INSTALL_DATA) data/maps/multiplayer/*.ini $(DESTDIR)$(dunelegacydatadir)/maps/multiplayer/
878
879uninstall-local:
880	@$(NORMAL_UNINSTALL)
881	rm -f $(DESTDIR)$(dunelegacydatadir)/locale
882	rm -f $(DESTDIR)$(dunelegacydatadir)/maps
883
884dist-hook:
885	rm -rf `find $(distdir) -name .svn`
886	rm -rf $(distdir)/IDE/xCode/Dune\ Legacy.xcodeproj/.svn
887
888# Tell versions [3.59,3.63) of GNU make to not export all variables.
889# Otherwise a system limit (for SysV at least) may be exceeded.
890.NOEXPORT:
891