~ubuntu-branches/ubuntu/trusty/enigma/trusty-proposed

« back to all changes in this revision

Viewing changes to data/levels/soko/skinner_sasquatch02/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2013-04-06 14:54:02 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130406145402-jgjrtk7hac8gtvza
Tags: 1.20-dfsg.1-1
* New upstream release (Closes: #704595)
  (Repacked: dropped zipios++ source and main menu music)
* Update watch file, sf.net again.
* Fix documentation links (Closes: #653508)
* Conflict with enigma-level-previews to encourage deinstallation
  (Pregenerated level previews were only used with version 1.01)
* Use dh7 for building instead of CDBS
* Update to policy 3.9.4.0 (no changes)
* Register documentation with doc-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
22
 
    case $$MAKEFLAGS in \
23
 
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
36
19
pkgincludedir = $(includedir)/@PACKAGE@
37
20
pkglibdir = $(libdir)/@PACKAGE@
38
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
78
61
CONFIG_CLEAN_VPATH_FILES =
79
62
SOURCES =
80
63
DIST_SOURCES =
81
 
am__can_run_installinfo = \
82
 
  case $$AM_UPDATE_INFO_DIR in \
83
 
    n|no|NO) false;; \
84
 
    *) (install-info --version) >/dev/null 2>&1;; \
85
 
  esac
86
64
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87
65
am__vpath_adj = case $$p in \
88
66
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
104
82
am__base_list = \
105
83
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106
84
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107
 
am__uninstall_files_from_dir = { \
108
 
  test -z "$$files" \
109
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
110
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
111
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
112
 
  }
113
85
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
114
86
DATA = $(pkgdata_DATA)
115
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
291
263
$(am__aclocal_m4_deps):
292
264
install-pkgdataDATA: $(pkgdata_DATA)
293
265
        @$(NORMAL_INSTALL)
 
266
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
294
267
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
295
 
        if test -n "$$list"; then \
296
 
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
297
 
          $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
298
 
        fi; \
299
268
        for p in $$list; do \
300
269
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
301
270
          echo "$$d$$p"; \
309
278
        @$(NORMAL_UNINSTALL)
310
279
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
311
280
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
312
 
        dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
 
281
        test -n "$$files" || exit 0; \
 
282
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
283
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
313
284
tags: TAGS
314
285
TAGS:
315
286
 
364
335
 
365
336
installcheck: installcheck-am
366
337
install-strip:
367
 
        if test -z '$(STRIP)'; then \
368
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
369
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
370
 
              install; \
371
 
        else \
372
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
373
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
374
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
375
 
        fi
 
338
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
339
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
340
          `test -z '$(STRIP)' || \
 
341
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
376
342
mostlyclean-generic:
377
343
 
378
344
clean-generic: