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

« back to all changes in this revision

Viewing changes to man/man5/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-11-10 17:04:44 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20121110170444-yvoa372npyp02mwr
Tags: 0.3.10-1
* Imported Upstream version 0.3.10
* Update symbols file
* Force build of tools

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@
46
63
CONFIG_CLEAN_VPATH_FILES =
47
64
SOURCES =
48
65
DIST_SOURCES =
 
66
am__can_run_installinfo = \
 
67
  case $$AM_UPDATE_INFO_DIR in \
 
68
    n|no|NO) false;; \
 
69
    *) (install-info --version) >/dev/null 2>&1;; \
 
70
  esac
49
71
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
72
am__vpath_adj = case $$p in \
51
73
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
89
am__base_list = \
68
90
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69
91
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
92
am__uninstall_files_from_dir = { \
 
93
  test -z "$$files" \
 
94
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
95
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
96
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
97
  }
70
98
man5dir = $(mandir)/man5
71
99
am__installdirs = "$(DESTDIR)$(man5dir)"
72
100
NROFF = nroff
244
272
        -rm -rf .libs _libs
245
273
install-man5: $(man5_MANS)
246
274
        @$(NORMAL_INSTALL)
247
 
        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
248
 
        @list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
249
 
        { for i in $$list; do echo "$$i"; done; \
 
275
        @list1='$(man5_MANS)'; \
 
276
        list2=''; \
 
277
        test -n "$(man5dir)" \
 
278
          && test -n "`echo $$list1$$list2`" \
 
279
          || exit 0; \
 
280
        echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
 
281
        $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
 
282
        { for i in $$list1; do echo "$$i"; done;  \
 
283
        if test -n "$$list2"; then \
 
284
          for i in $$list2; do echo "$$i"; done \
 
285
            | sed -n '/\.5[a-z]*$$/p'; \
 
286
        fi; \
250
287
        } | while read p; do \
251
288
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
252
289
          echo "$$d$$p"; echo "$$p"; \
273
310
        files=`{ for i in $$list; do echo "$$i"; done; \
274
311
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
275
312
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
276
 
        test -z "$$files" || { \
277
 
          echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
278
 
          cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
 
313
        dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
279
314
tags: TAGS
280
315
TAGS:
281
316
 
343
378
 
344
379
installcheck: installcheck-am
345
380
install-strip:
346
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
347
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
348
 
          `test -z '$(STRIP)' || \
349
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
381
        if test -z '$(STRIP)'; then \
 
382
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
383
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
384
              install; \
 
385
        else \
 
386
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
387
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
388
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
389
        fi
350
390
mostlyclean-generic:
351
391
 
352
392
clean-generic: