~ubuntu-branches/ubuntu/saucy/trousers/saucy

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Logan Rosen
  • Date: 2012-11-30 16:31:54 UTC
  • mfrom: (0.1.25 sid)
  • Revision ID: logatronico@gmail.com-20121130163154-jllqpry4lo24ol6p
* Merge from Debian unstable. Remaining changes:
  - debian/trousers.postinst: Reload udev rules to reload new users and
    groups.
* Dropped Ubuntu change in debian/trousers.prerm to make remove work,
  as Debian made a different one with the same goal that works as well.
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools
* Fix regression introduced in previous patch, preventing removal
  (Closes: #680375)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 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  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, 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
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
52
69
        install-pdf-recursive install-ps-recursive install-recursive \
53
70
        installcheck-recursive installdirs-recursive pdf-recursive \
54
71
        ps-recursive uninstall-recursive
 
72
am__can_run_installinfo = \
 
73
  case $$AM_UPDATE_INFO_DIR in \
 
74
    n|no|NO) false;; \
 
75
    *) (install-info --version) >/dev/null 2>&1;; \
 
76
  esac
55
77
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
56
78
  distclean-recursive maintainer-clean-recursive
57
79
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
421
443
        done
422
444
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
423
445
          if test "$$subdir" = .; then :; else \
424
 
            test -d "$(distdir)/$$subdir" \
425
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
426
 
            || exit 1; \
427
 
          fi; \
428
 
        done
429
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
430
 
          if test "$$subdir" = .; then :; else \
 
446
            $(am__make_dryrun) \
 
447
              || test -d "$(distdir)/$$subdir" \
 
448
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
449
              || exit 1; \
431
450
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
432
451
            $(am__relativize); \
433
452
            new_distdir=$$reldir; \
462
481
 
463
482
installcheck: installcheck-recursive
464
483
install-strip:
465
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467
 
          `test -z '$(STRIP)' || \
468
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
484
        if test -z '$(STRIP)'; then \
 
485
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
486
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
487
              install; \
 
488
        else \
 
489
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
490
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
491
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
492
        fi
469
493
mostlyclean-generic:
470
494
 
471
495
clean-generic: