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

« back to all changes in this revision

Viewing changes to data/schemas/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)
293
265
$(am__aclocal_m4_deps):
294
266
install-pkgdataDATA: $(pkgdata_DATA)
295
267
        @$(NORMAL_INSTALL)
 
268
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
296
269
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
297
 
        if test -n "$$list"; then \
298
 
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
299
 
          $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
300
 
        fi; \
301
270
        for p in $$list; do \
302
271
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
303
272
          echo "$$d$$p"; \
311
280
        @$(NORMAL_UNINSTALL)
312
281
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
313
282
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
314
 
        dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
 
283
        test -n "$$files" || exit 0; \
 
284
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
285
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
315
286
tags: TAGS
316
287
TAGS:
317
288
 
366
337
 
367
338
installcheck: installcheck-am
368
339
install-strip:
369
 
        if test -z '$(STRIP)'; then \
370
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
371
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
372
 
              install; \
373
 
        else \
374
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
375
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
376
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
377
 
        fi
 
340
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
341
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
342
          `test -z '$(STRIP)' || \
 
343
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
378
344
mostlyclean-generic:
379
345
 
380
346
clean-generic: