~ubuntu-branches/debian/jessie/nfs-utils/jessie

« back to all changes in this revision

Viewing changes to support/export/Makefile.in

  • Committer: Stéphane Graber
  • Author(s): Luk Claes
  • Date: 2013-05-10 19:27:47 UTC
  • mfrom: (1.2.23)
  • Revision ID: stgraber@ubuntu.com-20130510192747-cmt3wre21m3aje04
Tags: 1:1.2.8-1
* New upstream version (Closes: #707258).
  - Only amend extra-options on a successful vers=4 mount
    (Closes: #690181).
  - Use default domain (Closes: #657188).
  - Fix is-subdirectory to understand '/' (Closes: #685306).
  - Drop 18-osd_login-sbindir: incorporated upstream.
  - Avoid DNS reverse lookups on server names (Closes: #707401).
  - auth_unix_ip should downcall on error (Closes: #682709).
  - Refresh 11-532048-reduce-verbosity.
* Use rpcbind's rpcinfo everywhere (Closes: #707589).
* Add nfsdcltrack to nfs-kernel-server.
* Add libsqlite3-dev build dependency for nfsdcltrack.
* Do not try to install dropped ChangeLog.
* Adjust version of replaces due to manpage move.

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.12.2 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-2012 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.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
20
36
pkgdatadir = $(datadir)/@PACKAGE@
21
37
pkgincludedir = $(includedir)/@PACKAGE@
22
38
pkglibdir = $(libdir)/@PACKAGE@
37
53
host_triplet = @host@
38
54
subdir = support/export
39
55
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40
 
        $(srcdir)/Makefile.in
 
56
        $(srcdir)/Makefile.in $(top_srcdir)/depcomp
41
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
58
am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
43
59
        $(top_srcdir)/aclocal/ipv6.m4 \
50
66
        $(top_srcdir)/aclocal/librpcsecgss.m4 \
51
67
        $(top_srcdir)/aclocal/libsqlite3.m4 \
52
68
        $(top_srcdir)/aclocal/libtirpc.m4 \
 
69
        $(top_srcdir)/aclocal/libtool.m4 \
 
70
        $(top_srcdir)/aclocal/ltoptions.m4 \
 
71
        $(top_srcdir)/aclocal/ltsugar.m4 \
 
72
        $(top_srcdir)/aclocal/ltversion.m4 \
 
73
        $(top_srcdir)/aclocal/lt~obsolete.m4 \
53
74
        $(top_srcdir)/aclocal/nfs-utils.m4 \
54
75
        $(top_srcdir)/aclocal/rpcsec_vers.m4 \
55
76
        $(top_srcdir)/aclocal/tcp-wrappers.m4 \
83
104
        $(LDFLAGS) -o $@
84
105
SOURCES = $(libexport_a_SOURCES)
85
106
DIST_SOURCES = $(libexport_a_SOURCES)
 
107
am__can_run_installinfo = \
 
108
  case $$AM_UPDATE_INFO_DIR in \
 
109
    n|no|NO) false;; \
 
110
    *) (install-info --version) >/dev/null 2>&1;; \
 
111
  esac
86
112
HEADERS = $(noinst_HEADERS)
87
113
ETAGS = etags
88
114
CTAGS = ctags
124
150
EXEEXT = @EXEEXT@
125
151
FGREP = @FGREP@
126
152
GREP = @GREP@
 
153
GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
 
154
GSSAPI_LIBS = @GSSAPI_LIBS@
127
155
GSSD = @GSSD@
128
156
GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
129
157
GSSGLUE_LIBS = @GSSGLUE_LIBS@
 
158
GSSKRB_CFLAGS = @GSSKRB_CFLAGS@
 
159
GSSKRB_LIBS = @GSSKRB_LIBS@
130
160
HAVE_LIBWRAP = @HAVE_LIBWRAP@
131
161
HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
132
162
IDMAPD = @IDMAPD@
312
342
 
313
343
clean-noinstLIBRARIES:
314
344
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
315
 
libexport.a: $(libexport_a_OBJECTS) $(libexport_a_DEPENDENCIES) 
 
345
libexport.a: $(libexport_a_OBJECTS) $(libexport_a_DEPENDENCIES) $(EXTRA_libexport_a_DEPENDENCIES) 
316
346
        -rm -f libexport.a
317
347
        $(libexport_a_AR) libexport.a $(libexport_a_OBJECTS) $(libexport_a_LIBADD)
318
348
        $(RANLIB) libexport.a
408
438
          && $(am__cd) $(top_srcdir) \
409
439
          && gtags -i $(GTAGS_ARGS) "$$here"
410
440
 
 
441
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
442
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
443
        case "$(srcdir)" in \
 
444
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
445
          *) sdir=$(subdir)/$(srcdir) ;; \
 
446
        esac; \
 
447
        for i in $$list; do \
 
448
          if test -f "$$i"; then \
 
449
            echo "$(subdir)/$$i"; \
 
450
          else \
 
451
            echo "$$sdir/$$i"; \
 
452
          fi; \
 
453
        done >> $(top_builddir)/cscope.files
 
454
 
411
455
distclean-tags:
412
456
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413
457
 
460
504
 
461
505
installcheck: installcheck-am
462
506
install-strip:
463
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465
 
          `test -z '$(STRIP)' || \
466
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
507
        if test -z '$(STRIP)'; then \
 
508
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
509
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
510
              install; \
 
511
        else \
 
512
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
513
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
514
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
515
        fi
467
516
mostlyclean-generic:
468
517
 
469
518
clean-generic:
552
601
.MAKE: all check install install-am install-strip
553
602
 
554
603
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
555
 
        clean-libtool clean-noinstLIBRARIES ctags dist-hook distclean \
556
 
        distclean-compile distclean-generic distclean-libtool \
557
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
558
 
        install install-am install-data install-data-am install-dvi \
559
 
        install-dvi-am install-exec install-exec-am install-html \
560
 
        install-html-am install-info install-info-am install-man \
561
 
        install-pdf install-pdf-am install-ps install-ps-am \
562
 
        install-strip installcheck installcheck-am installdirs \
563
 
        maintainer-clean maintainer-clean-generic mostlyclean \
564
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
565
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
604
        clean-libtool clean-noinstLIBRARIES cscopelist ctags dist-hook \
 
605
        distclean distclean-compile distclean-generic \
 
606
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
607
        html-am info info-am install install-am install-data \
 
608
        install-data-am install-dvi install-dvi-am install-exec \
 
609
        install-exec-am install-html install-html-am install-info \
 
610
        install-info-am install-man install-pdf install-pdf-am \
 
611
        install-ps install-ps-am install-strip installcheck \
 
612
        installcheck-am installdirs maintainer-clean \
 
613
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
614
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
615
        tags uninstall uninstall-am
566
616
 
567
617
 
568
618
dist-hook: