~ubuntu-branches/ubuntu/maverick/asc/maverick

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff, Moritz Muehlenhoff, Barry deFreese, Alexander Reichle-Schmehl
  • Date: 2010-01-01 22:11:14 UTC
  • mfrom: (1.1.6 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100101221114-qfg9ogppdfcte4m7
Tags: 2.4.0.0-1
[ Moritz Muehlenhoff ]
* New upstream release. (2.4.0)
  - Drop obsolete patches
  - Initializes map_edit properly. (Closes: #534171).
* Update to standards version 3.8.3
* Switch to source format 3.0 (quilt) (Closes: #538430)
* Adding myself to uploaders

[ Barry deFreese ]
* New upstream release. (2.2.0)

[ Alexander Reichle-Schmehl ]
* Adopt debian/control to my new name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
 
17
18
VPATH = @srcdir@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
41
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
44
47
SOURCES =
45
48
DIST_SOURCES =
46
49
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
59
    *) f=$$p;; \
57
60
  esac;
58
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
59
77
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
60
 
pkgdataDATA_INSTALL = $(INSTALL_DATA)
61
78
DATA = $(pkgdata_DATA)
62
79
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63
80
  distclean-recursive maintainer-clean-recursive
 
81
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
82
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
83
        distdir
64
84
ETAGS = etags
65
85
CTAGS = ctags
66
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
87
am__relativize = \
 
88
  dir0=`pwd`; \
 
89
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
90
  sed_rest='s,^[^/]*/*,,'; \
 
91
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
92
  sed_butlast='s,/*[^/]*$$,,'; \
 
93
  while test -n "$$dir1"; do \
 
94
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
95
    if test "$$first" != "."; then \
 
96
      if test "$$first" = ".."; then \
 
97
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
98
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
99
      else \
 
100
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
101
        if test "$$first2" = "$$first"; then \
 
102
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
103
        else \
 
104
          dir2="../$$dir2"; \
 
105
        fi; \
 
106
        dir0="$$dir0"/"$$first"; \
 
107
      fi; \
 
108
    fi; \
 
109
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
110
  done; \
 
111
  reldir="$$dir2"
67
112
pkgdatadir = $(datadir)/games/@PACKAGE@
68
113
ACLOCAL = @ACLOCAL@
69
114
AMTAR = @AMTAR@
73
118
AUTOMAKE = @AUTOMAKE@
74
119
AWK = @AWK@
75
120
BOOST_LIBS = @BOOST_LIBS@
 
121
BZIP2_LIBS = @BZIP2_LIBS@
76
122
CC = @CC@
77
123
CCDEPMODE = @CCDEPMODE@
78
124
CFLAGS = @CFLAGS@
85
131
CYGPATH_W = @CYGPATH_W@
86
132
DEFS = @DEFS@
87
133
DEPDIR = @DEPDIR@
88
 
DOCBOOK2MAN = @DOCBOOK2MAN@
 
134
DSYMUTIL = @DSYMUTIL@
89
135
ECHO = @ECHO@
90
136
ECHO_C = @ECHO_C@
91
137
ECHO_N = @ECHO_N@
107
153
INSTALL_PROGRAM = @INSTALL_PROGRAM@
108
154
INSTALL_SCRIPT = @INSTALL_SCRIPT@
109
155
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
110
 
LDADDLIBBZ2 = @LDADDLIBBZ2@
111
156
LDFLAGS = @LDFLAGS@
112
 
LIBBZ2 = @LIBBZ2@
113
157
LIBCURL = @LIBCURL@
114
158
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
115
159
LIBEXPAT = @LIBEXPAT@
118
162
LIBS = @LIBS@
119
163
LIBTOOL = @LIBTOOL@
120
164
LN_S = @LN_S@
 
165
LOKI_LIBS = @LOKI_LIBS@
121
166
LTLIBOBJS = @LTLIBOBJS@
 
167
LUA_CFLAGS = @LUA_CFLAGS@
 
168
LUA_FLAGS = @LUA_FLAGS@
 
169
LUA_LIBS = @LUA_LIBS@
 
170
LokiInclude = @LokiInclude@
122
171
MAINT = @MAINT@
123
172
MAKEINFO = @MAKEINFO@
124
173
MKDIR_P = @MKDIR_P@
125
174
MUSICDIR = @MUSICDIR@
126
175
NETWORKLIB = @NETWORKLIB@
 
176
NMEDIT = @NMEDIT@
127
177
OBJEXT = @OBJEXT@
 
178
OGG_CFLAGS = @OGG_CFLAGS@
 
179
OGG_LIBS = @OGG_LIBS@
128
180
PACKAGE = @PACKAGE@
129
181
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130
182
PACKAGE_NAME = @PACKAGE_NAME@
131
183
PACKAGE_STRING = @PACKAGE_STRING@
132
184
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
185
PACKAGE_URL = @PACKAGE_URL@
133
186
PACKAGE_VERSION = @PACKAGE_VERSION@
134
187
PARAGUI_CFLAGS = @PARAGUI_CFLAGS@
135
188
PARAGUI_LIBS = @PARAGUI_LIBS@
145
198
SDL_CONFIG = @SDL_CONFIG@
146
199
SDL_LIBS = @SDL_LIBS@
147
200
SDL_SOUND_LIB = @SDL_SOUND_LIB@
 
201
SED = @SED@
148
202
SET_MAKE = @SET_MAKE@
149
203
SHELL = @SHELL@
150
204
SIGC_CFLAGS = @SIGC_CFLAGS@
157
211
VORBISFILE_LIBS = @VORBISFILE_LIBS@
158
212
VORBIS_CFLAGS = @VORBIS_CFLAGS@
159
213
VORBIS_LIBS = @VORBIS_LIBS@
 
214
WX_CFLAGS = @WX_CFLAGS@
 
215
WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
 
216
WX_CONFIG_PATH = @WX_CONFIG_PATH@
 
217
WX_CPPFLAGS = @WX_CPPFLAGS@
 
218
WX_CXXFLAGS = @WX_CXXFLAGS@
 
219
WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
 
220
WX_LIBS = @WX_LIBS@
 
221
WX_LIBS_STATIC = @WX_LIBS_STATIC@
 
222
WX_VERSION = @WX_VERSION@
160
223
_libcurl_config = @_libcurl_config@
161
224
abs_builddir = @abs_builddir@
162
225
abs_srcdir = @abs_srcdir@
204
267
mkdir_p = @mkdir_p@
205
268
oldincludedir = @oldincludedir@
206
269
pdfdir = @pdfdir@
 
270
pkgconfigfound = @pkgconfigfound@
207
271
prefix = @prefix@
208
272
program_transform_name = @program_transform_name@
209
273
psdir = @psdir@
215
279
subdirs = @subdirs@
216
280
sysconfdir = @sysconfdir@
217
281
target_alias = @target_alias@
 
282
top_build_prefix = @top_build_prefix@
218
283
top_builddir = @top_builddir@
219
284
top_srcdir = @top_srcdir@
 
285
zipfound = @zipfound@
220
286
SUBDIRS = dialog  @MUSICDIR@
221
287
DIST_SUBDIRS = dialog music
222
288
# unitsets trrobj buildings icons sounds 
230
296
        @for dep in $?; do \
231
297
          case '$(am__configure_deps)' in \
232
298
            *$$dep*) \
233
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
234
 
                && exit 0; \
 
299
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
300
                && { if test -f $@; then exit 0; else break; fi; }; \
235
301
              exit 1;; \
236
302
          esac; \
237
303
        done; \
238
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/Makefile'; \
239
 
        cd $(top_srcdir) && \
240
 
          $(AUTOMAKE) --gnu  data/Makefile
 
304
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
305
        $(am__cd) $(top_srcdir) && \
 
306
          $(AUTOMAKE) --gnu data/Makefile
241
307
.PRECIOUS: Makefile
242
308
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243
309
        @case '$?' in \
255
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
322
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
257
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
324
$(am__aclocal_m4_deps):
258
325
 
259
326
mostlyclean-libtool:
260
327
        -rm -f *.lo
264
331
install-pkgdataDATA: $(pkgdata_DATA)
265
332
        @$(NORMAL_INSTALL)
266
333
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
267
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
 
334
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
335
        for p in $$list; do \
268
336
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
269
 
          f=$(am__strip_dir) \
270
 
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
271
 
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
337
          echo "$$d$$p"; \
 
338
        done | $(am__base_list) | \
 
339
        while read files; do \
 
340
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
 
341
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
272
342
        done
273
343
 
274
344
uninstall-pkgdataDATA:
275
345
        @$(NORMAL_UNINSTALL)
276
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
277
 
          f=$(am__strip_dir) \
278
 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
279
 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
280
 
        done
 
346
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
347
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
348
        test -n "$$files" || exit 0; \
 
349
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
350
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
281
351
 
282
352
# This directory's subdirectories are mostly independent; you can cd
283
353
# into them and run `make' without going through this Makefile.
303
373
          else \
304
374
            local_target="$$target"; \
305
375
          fi; \
306
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
376
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
307
377
          || eval $$failcom; \
308
378
        done; \
309
379
        if test "$$dot_seen" = "no"; then \
337
407
          else \
338
408
            local_target="$$target"; \
339
409
          fi; \
340
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
410
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341
411
          || eval $$failcom; \
342
412
        done && test -z "$$fail"
343
413
tags-recursive:
344
414
        list='$(SUBDIRS)'; for subdir in $$list; do \
345
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
415
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
346
416
        done
347
417
ctags-recursive:
348
418
        list='$(SUBDIRS)'; for subdir in $$list; do \
349
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
419
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
350
420
        done
351
421
 
352
422
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
354
424
        unique=`for i in $$list; do \
355
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356
426
          done | \
357
 
          $(AWK) '    { files[$$0] = 1; } \
358
 
               END { for (i in files) print i; }'`; \
 
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
359
429
        mkid -fID $$unique
360
430
tags: TAGS
361
431
 
362
432
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363
433
                $(TAGS_FILES) $(LISP)
364
 
        tags=; \
 
434
        set x; \
365
435
        here=`pwd`; \
366
436
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
367
437
          include_option=--etags-include; \
373
443
        list='$(SUBDIRS)'; for subdir in $$list; do \
374
444
          if test "$$subdir" = .; then :; else \
375
445
            test ! -f $$subdir/TAGS || \
376
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
446
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
377
447
          fi; \
378
448
        done; \
379
449
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
380
450
        unique=`for i in $$list; do \
381
451
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382
452
          done | \
383
 
          $(AWK) '    { files[$$0] = 1; } \
384
 
               END { for (i in files) print i; }'`; \
385
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
453
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
454
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
455
        shift; \
 
456
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
386
457
          test -n "$$unique" || unique=$$empty_fix; \
387
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388
 
            $$tags $$unique; \
 
458
          if test $$# -gt 0; then \
 
459
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
460
              "$$@" $$unique; \
 
461
          else \
 
462
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
463
              $$unique; \
 
464
          fi; \
389
465
        fi
390
466
ctags: CTAGS
391
467
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392
468
                $(TAGS_FILES) $(LISP)
393
 
        tags=; \
394
 
        here=`pwd`; \
395
469
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
470
        unique=`for i in $$list; do \
397
471
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
472
          done | \
399
 
          $(AWK) '    { files[$$0] = 1; } \
400
 
               END { for (i in files) print i; }'`; \
401
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
473
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
474
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
475
        test -z "$(CTAGS_ARGS)$$unique" \
402
476
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403
 
             $$tags $$unique
 
477
             $$unique
404
478
 
405
479
GTAGS:
406
480
        here=`$(am__cd) $(top_builddir) && pwd` \
407
 
          && cd $(top_srcdir) \
408
 
          && gtags -i $(GTAGS_ARGS) $$here
 
481
          && $(am__cd) $(top_srcdir) \
 
482
          && gtags -i $(GTAGS_ARGS) "$$here"
409
483
 
410
484
distclean-tags:
411
485
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
500
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427
501
          if test -d $$d/$$file; then \
428
502
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
503
            if test -d "$(distdir)/$$file"; then \
 
504
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
505
            fi; \
429
506
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
507
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
508
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431
509
            fi; \
432
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
510
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433
511
          else \
434
 
            test -f $(distdir)/$$file \
435
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
512
            test -f "$(distdir)/$$file" \
 
513
            || cp -p $$d/$$file "$(distdir)/$$file" \
436
514
            || exit 1; \
437
515
          fi; \
438
516
        done
439
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
517
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
440
518
          if test "$$subdir" = .; then :; else \
441
519
            test -d "$(distdir)/$$subdir" \
442
520
            || $(MKDIR_P) "$(distdir)/$$subdir" \
443
521
            || exit 1; \
444
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
445
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
446
 
            (cd $$subdir && \
 
522
          fi; \
 
523
        done
 
524
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
525
          if test "$$subdir" = .; then :; else \
 
526
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
527
            $(am__relativize); \
 
528
            new_distdir=$$reldir; \
 
529
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
530
            $(am__relativize); \
 
531
            new_top_distdir=$$reldir; \
 
532
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
533
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
534
            ($(am__cd) $$subdir && \
447
535
              $(MAKE) $(AM_MAKEFLAGS) \
448
 
                top_distdir="$$top_distdir" \
449
 
                distdir="$$distdir/$$subdir" \
 
536
                top_distdir="$$new_top_distdir" \
 
537
                distdir="$$new_distdir" \
450
538
                am__remove_distdir=: \
451
539
                am__skip_length_check=: \
 
540
                am__skip_mode_fix=: \
452
541
                distdir) \
453
542
              || exit 1; \
454
543
          fi; \
484
573
 
485
574
distclean-generic:
486
575
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
576
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
487
577
 
488
578
maintainer-clean-generic:
489
579
        @echo "This command is intended for maintainers to use"
503
593
 
504
594
html: html-recursive
505
595
 
 
596
html-am:
 
597
 
506
598
info: info-recursive
507
599
 
508
600
info-am:
511
603
 
512
604
install-dvi: install-dvi-recursive
513
605
 
 
606
install-dvi-am:
 
607
 
514
608
install-exec-am:
515
609
 
516
610
install-html: install-html-recursive
517
611
 
 
612
install-html-am:
 
613
 
518
614
install-info: install-info-recursive
519
615
 
 
616
install-info-am:
 
617
 
520
618
install-man:
521
619
 
522
620
install-pdf: install-pdf-recursive
523
621
 
 
622
install-pdf-am:
 
623
 
524
624
install-ps: install-ps-recursive
525
625
 
 
626
install-ps-am:
 
627
 
526
628
installcheck-am:
527
629
 
528
630
maintainer-clean: maintainer-clean-recursive
543
645
 
544
646
uninstall-am: uninstall-pkgdataDATA
545
647
 
546
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
547
 
        install-strip
 
648
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
649
        install-am install-strip tags-recursive
548
650
 
549
651
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
550
652
        all all-am check check-am clean clean-generic clean-libtool \
565
667
@maindatainclude@
566
668
 
567
669
main.ascdat: main.d
568
 
        cd $(srcdir) && @abs_top_builddir@/source/tools/linux/asc_mount \@files.txt @abs_builddir@/main.ascdat && touch main.d
 
670
        cd $(srcdir) && touch main.d && @abs_top_builddir@/source/tools/linux/asc_mount \@files.txt @abs_builddir@/main.ascdat 
569
671
 
570
672
clean-local:
571
673
        rm -f main.ascdat main.d 
572
674
 
573
675
dist-hook:
574
 
        cp -pr $(srcdir)/buildings $(srcdir)/unitsets $(srcdir)/icons $(srcdir)/trrobj $(distdir)
 
676
        cp -pr $(srcdir)/buildings $(srcdir)/unitsets $(srcdir)/icons $(srcdir)/trrobj $(srcdir)/campaign $(distdir)
575
677
        cp -p `find $(srcdir) -maxdepth 1 -type f` $(distdir)
576
678
        rm -f $(distdir)/main.ascdat
 
679
 
577
680
# Tell versions [3.59,3.63) of GNU make to not export all variables.
578
681
# Otherwise a system limit (for SysV at least) may be exceeded.
579
682
.NOEXPORT: