~ubuntu-branches/ubuntu/vivid/trousers/vivid

« back to all changes in this revision

Viewing changes to man/man3/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@
45
62
CONFIG_CLEAN_VPATH_FILES =
46
63
SOURCES =
47
64
DIST_SOURCES =
 
65
am__can_run_installinfo = \
 
66
  case $$AM_UPDATE_INFO_DIR in \
 
67
    n|no|NO) false;; \
 
68
    *) (install-info --version) >/dev/null 2>&1;; \
 
69
  esac
48
70
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49
71
am__vpath_adj = case $$p in \
50
72
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
88
am__base_list = \
67
89
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
68
90
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
91
am__uninstall_files_from_dir = { \
 
92
  test -z "$$files" \
 
93
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
94
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
95
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
96
  }
69
97
man3dir = $(mandir)/man3
70
98
am__installdirs = "$(DESTDIR)$(man3dir)"
71
99
NROFF = nroff
330
358
        -rm -rf .libs _libs
331
359
install-man3: $(man3_MANS)
332
360
        @$(NORMAL_INSTALL)
333
 
        test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
334
 
        @list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
335
 
        { for i in $$list; do echo "$$i"; done; \
 
361
        @list1='$(man3_MANS)'; \
 
362
        list2=''; \
 
363
        test -n "$(man3dir)" \
 
364
          && test -n "`echo $$list1$$list2`" \
 
365
          || exit 0; \
 
366
        echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
 
367
        $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
 
368
        { for i in $$list1; do echo "$$i"; done;  \
 
369
        if test -n "$$list2"; then \
 
370
          for i in $$list2; do echo "$$i"; done \
 
371
            | sed -n '/\.3[a-z]*$$/p'; \
 
372
        fi; \
336
373
        } | while read p; do \
337
374
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
338
375
          echo "$$d$$p"; echo "$$p"; \
359
396
        files=`{ for i in $$list; do echo "$$i"; done; \
360
397
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
361
398
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
362
 
        test -z "$$files" || { \
363
 
          echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
364
 
          cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
 
399
        dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
365
400
tags: TAGS
366
401
TAGS:
367
402
 
429
464
 
430
465
installcheck: installcheck-am
431
466
install-strip:
432
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434
 
          `test -z '$(STRIP)' || \
435
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
467
        if test -z '$(STRIP)'; then \
 
468
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
469
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
470
              install; \
 
471
        else \
 
472
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
473
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
474
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
475
        fi
436
476
mostlyclean-generic:
437
477
 
438
478
clean-generic: