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

« back to all changes in this revision

Viewing changes to lib-src/enet/include/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.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
21
 
    case $$MAKEFLAGS in \
22
 
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
35
18
pkgdatadir = $(datadir)/@PACKAGE@
36
19
pkgincludedir = $(includedir)/@PACKAGE@
37
20
pkglibdir = $(libdir)/@PACKAGE@
66
49
        install-pdf-recursive install-ps-recursive install-recursive \
67
50
        installcheck-recursive installdirs-recursive pdf-recursive \
68
51
        ps-recursive uninstall-recursive
69
 
am__can_run_installinfo = \
70
 
  case $$AM_UPDATE_INFO_DIR in \
71
 
    n|no|NO) false;; \
72
 
    *) (install-info --version) >/dev/null 2>&1;; \
73
 
  esac
74
52
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75
53
  distclean-recursive maintainer-clean-recursive
76
54
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
394
372
        done
395
373
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
396
374
          if test "$$subdir" = .; then :; else \
397
 
            $(am__make_dryrun) \
398
 
              || test -d "$(distdir)/$$subdir" \
399
 
              || $(MKDIR_P) "$(distdir)/$$subdir" \
400
 
              || exit 1; \
 
375
            test -d "$(distdir)/$$subdir" \
 
376
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
377
            || exit 1; \
 
378
          fi; \
 
379
        done
 
380
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
381
          if test "$$subdir" = .; then :; else \
401
382
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
402
383
            $(am__relativize); \
403
384
            new_distdir=$$reldir; \
432
413
 
433
414
installcheck: installcheck-recursive
434
415
install-strip:
435
 
        if test -z '$(STRIP)'; then \
436
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
437
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
438
 
              install; \
439
 
        else \
440
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
441
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
442
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
443
 
        fi
 
416
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
417
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
418
          `test -z '$(STRIP)' || \
 
419
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
444
420
mostlyclean-generic:
445
421
 
446
422
clean-generic: