~ubuntu-branches/ubuntu/trusty/nco/trusty

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-03-26 16:54:51 UTC
  • mfrom: (5.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140326165451-u9erq1ez71r248lt
Tags: 4.4.2-1
* New upstream release.
  (closes: #611673)
* Added missing watch flle.
* Policy bumped to 3.9.5.
* Added build-dep on autotools-dev and update/clean step in debian/rules.
  (closes: #727470)
* Changed Vcs-* url to canonicali ones.
* Debhelper level set to 9.
* Now nco.html is a single file.

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.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
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.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
 
18
 
# $Header: /cvsroot/nco/nco/man/Makefile.in,v 1.76 2011/11/15 02:18:57 zender Exp $ -*-makefile-*-
 
17
# $Header: /cvsroot/nco/nco/man/Makefile.in,v 1.110 2014/01/30 07:10:11 zender Exp $ -*-makefile-*-
19
18
VPATH = @srcdir@
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
 
32
    case $$MAKEFLAGS in \
 
33
      *\\[\ \   ]*) \
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
20
64
pkgdatadir = $(datadir)/@PACKAGE@
21
65
pkgincludedir = $(includedir)/@PACKAGE@
22
66
pkglibdir = $(libdir)/@PACKAGE@
37
81
host_triplet = @host@
38
82
target_triplet = @target@
39
83
subdir = man
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
84
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
85
        $(top_srcdir)/autobld/mkinstalldirs
41
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
 
        $(top_srcdir)/configure.in
 
87
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
88
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
89
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
90
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
44
91
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
92
        $(ACLOCAL_M4)
46
93
mkinstalldirs = $(SHELL) $(top_srcdir)/autobld/mkinstalldirs
47
94
CONFIG_HEADER = $(top_builddir)/config.h
48
95
CONFIG_CLEAN_FILES =
49
96
CONFIG_CLEAN_VPATH_FILES =
 
97
AM_V_P = $(am__v_P_@AM_V@)
 
98
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
99
am__v_P_0 = false
 
100
am__v_P_1 = :
 
101
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
102
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
103
am__v_GEN_0 = @echo "  GEN     " $@;
 
104
am__v_GEN_1 = 
 
105
AM_V_at = $(am__v_at_@AM_V@)
 
106
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
107
am__v_at_0 = @
 
108
am__v_at_1 = 
50
109
SOURCES =
51
110
DIST_SOURCES =
 
111
am__can_run_installinfo = \
 
112
  case $$AM_UPDATE_INFO_DIR in \
 
113
    n|no|NO) false;; \
 
114
    *) (install-info --version) >/dev/null 2>&1;; \
 
115
  esac
52
116
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
117
am__vpath_adj = case $$p in \
54
118
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70
134
am__base_list = \
71
135
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72
136
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
137
am__uninstall_files_from_dir = { \
 
138
  test -z "$$files" \
 
139
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
140
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
141
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
142
  }
73
143
man1dir = $(mandir)/man1
74
144
am__installdirs = "$(DESTDIR)$(man1dir)"
75
145
NROFF = nroff
76
146
MANS = $(man_MANS)
 
147
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
77
148
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78
149
ACLOCAL = @ACLOCAL@
79
150
AMTAR = @AMTAR@
 
151
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
80
152
ANTLR_ROOT = @ANTLR_ROOT@
81
153
AR = @AR@
82
154
AUTOCONF = @AUTOCONF@
96
168
DEFS = @DEFS@
97
169
DEPDIR = @DEPDIR@
98
170
DLLTOOL = @DLLTOOL@
 
171
DOC_FOLDER = @DOC_FOLDER@
99
172
DSYMUTIL = @DSYMUTIL@
100
173
DUMPBIN = @DUMPBIN@
101
174
ECHO_C = @ECHO_C@
106
179
FGREP = @FGREP@
107
180
GREP = @GREP@
108
181
HAVE_ANTLR = @HAVE_ANTLR@
 
182
HAVE_MAKEINFO = @HAVE_MAKEINFO@
109
183
I18N_SHARE = @I18N_SHARE@
110
184
INSTALL = @INSTALL@
111
185
INSTALL_DATA = @INSTALL_DATA@
137
211
NMEDIT = @NMEDIT@
138
212
OBJDUMP = @OBJDUMP@
139
213
OBJEXT = @OBJEXT@
 
214
OPENMP_CFLAGS = @OPENMP_CFLAGS@
140
215
OTOOL = @OTOOL@
141
216
OTOOL64 = @OTOOL64@
142
217
PACKAGE = @PACKAGE@
215
290
top_build_prefix = @top_build_prefix@
216
291
top_builddir = @top_builddir@
217
292
top_srcdir = @top_srcdir@
218
 
man_MANS = ncap.1 ncap2.1 ncatted.1 ncbo.1 ncdiff.1 ncea.1 ncecat.1 ncflint.1 ncks.1 nco.1 ncra.1 ncrename.1 ncpdq.1 ncrcat.1 ncwa.1
 
293
man_MANS = ncap.1 ncap2.1 ncatted.1 ncbo.1 ncdiff.1 ncea.1 nces.1 ncecat.1 ncflint.1 ncks.1 nco.1 ncra.1 ncrename.1 ncpdq.1 ncrcat.1 ncwa.1
219
294
EXTRA_DIST = $(man_MANS)
220
295
all: all-am
221
296
 
258
333
        -rm -rf .libs _libs
259
334
install-man1: $(man_MANS)
260
335
        @$(NORMAL_INSTALL)
261
 
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
262
 
        @list=''; test -n "$(man1dir)" || exit 0; \
263
 
        { for i in $$list; do echo "$$i"; done; \
264
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
265
 
          sed -n '/\.1[a-z]*$$/p'; \
 
336
        @list1=''; \
 
337
        list2='$(man_MANS)'; \
 
338
        test -n "$(man1dir)" \
 
339
          && test -n "`echo $$list1$$list2`" \
 
340
          || exit 0; \
 
341
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
342
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
343
        { for i in $$list1; do echo "$$i"; done;  \
 
344
        if test -n "$$list2"; then \
 
345
          for i in $$list2; do echo "$$i"; done \
 
346
            | sed -n '/\.1[a-z]*$$/p'; \
 
347
        fi; \
266
348
        } | while read p; do \
267
349
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
268
350
          echo "$$d$$p"; echo "$$p"; \
291
373
          sed -n '/\.1[a-z]*$$/p'; \
292
374
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
293
375
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
294
 
        test -z "$$files" || { \
295
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
296
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
297
 
tags: TAGS
298
 
TAGS:
299
 
 
300
 
ctags: CTAGS
301
 
CTAGS:
 
376
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
 
377
tags TAGS:
 
378
 
 
379
ctags CTAGS:
 
380
 
 
381
cscope cscopelist:
302
382
 
303
383
 
304
384
distdir: $(DISTFILES)
305
 
        @list='$(MANS)'; if test -n "$$list"; then \
306
 
          list=`for p in $$list; do \
307
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
308
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
309
 
          if test -n "$$list" && \
310
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
311
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
312
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
313
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
314
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
315
 
            exit 1; \
316
 
          else :; fi; \
317
 
        else :; fi
318
385
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
319
386
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
320
387
        list='$(DISTFILES)'; \
361
428
 
362
429
installcheck: installcheck-am
363
430
install-strip:
364
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
365
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
366
 
          `test -z '$(STRIP)' || \
367
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
431
        if test -z '$(STRIP)'; then \
 
432
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
433
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
434
              install; \
 
435
        else \
 
436
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
437
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
438
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
439
        fi
368
440
mostlyclean-generic:
369
441
 
370
442
clean-generic:
447
519
.MAKE: install-am install-strip
448
520
 
449
521
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
450
 
        distclean distclean-generic distclean-libtool distdir dvi \
451
 
        dvi-am html html-am info info-am install install-am \
452
 
        install-data install-data-am install-dvi install-dvi-am \
453
 
        install-exec install-exec-am install-html install-html-am \
454
 
        install-info install-info-am install-man install-man1 \
455
 
        install-pdf install-pdf-am install-ps install-ps-am \
456
 
        install-strip installcheck installcheck-am installdirs \
457
 
        maintainer-clean maintainer-clean-generic mostlyclean \
458
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
459
 
        uninstall uninstall-am uninstall-man uninstall-man1
 
522
        cscopelist-am ctags-am distclean distclean-generic \
 
523
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
524
        install install-am install-data install-data-am install-dvi \
 
525
        install-dvi-am install-exec install-exec-am install-html \
 
526
        install-html-am install-info install-info-am install-man \
 
527
        install-man1 install-pdf install-pdf-am install-ps \
 
528
        install-ps-am install-strip installcheck installcheck-am \
 
529
        installdirs maintainer-clean maintainer-clean-generic \
 
530
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
531
        ps ps-am tags-am uninstall uninstall-am uninstall-man \
 
532
        uninstall-man1
460
533
 
461
534
 
462
535
# Tell versions [3.59,3.63) of GNU make to not export all variables.