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

« back to all changes in this revision

Viewing changes to lib-src/enigma-core/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
pkgdatadir = $(datadir)/@PACKAGE@
37
20
pkgincludedir = $(includedir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
105
88
        -o $@
106
89
SOURCES = $(libecl_a_SOURCES)
107
90
DIST_SOURCES = $(libecl_a_SOURCES)
108
 
am__can_run_installinfo = \
109
 
  case $$AM_UPDATE_INFO_DIR in \
110
 
    n|no|NO) false;; \
111
 
    *) (install-info --version) >/dev/null 2>&1;; \
112
 
  esac
113
91
ETAGS = etags
114
92
CTAGS = ctags
115
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
332
310
 
333
311
clean-noinstLIBRARIES:
334
312
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
335
 
libecl.a: $(libecl_a_OBJECTS) $(libecl_a_DEPENDENCIES) $(EXTRA_libecl_a_DEPENDENCIES) 
 
313
libecl.a: $(libecl_a_OBJECTS) $(libecl_a_DEPENDENCIES) 
336
314
        -rm -f libecl.a
337
315
        $(libecl_a_AR) libecl.a $(libecl_a_OBJECTS) $(libecl_a_LIBADD)
338
316
        $(RANLIB) libecl.a
483
461
 
484
462
installcheck: installcheck-am
485
463
install-strip:
486
 
        if test -z '$(STRIP)'; then \
487
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489
 
              install; \
490
 
        else \
491
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
494
 
        fi
 
464
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
465
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
466
          `test -z '$(STRIP)' || \
 
467
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
495
468
mostlyclean-generic:
496
469
 
497
470
clean-generic: