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

« back to all changes in this revision

Viewing changes to utils/osd_login/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luk Claes
  • Date: 2012-05-25 20:41:58 UTC
  • mfrom: (1.2.22)
  • Revision ID: package-import@ubuntu.com-20120525204158-fte9hh32egwbk5g3
Tags: 1:1.2.6-1
* New upstream version
  - Remove 18-dont-use-PAGE_SIZE.patch: merged upstream.
  - Update other patches.
  - Install osd_login (part of the autologin feature).
    - Add open-iscsi and watchdog to Recommends.
* Check for blank exports file (Closes: #673798).
* Add 18-osd_login-sbindir.patch to avoid FTBFS
* Add 19-iscsiadm-path.patch so osd_login works

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
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.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
subdir = utils/osd_login
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
 
40
        $(top_srcdir)/aclocal/ipv6.m4 \
 
41
        $(top_srcdir)/aclocal/kerberos5.m4 \
 
42
        $(top_srcdir)/aclocal/keyutils.m4 \
 
43
        $(top_srcdir)/aclocal/libblkid.m4 \
 
44
        $(top_srcdir)/aclocal/libcap.m4 \
 
45
        $(top_srcdir)/aclocal/libevent.m4 \
 
46
        $(top_srcdir)/aclocal/libnfsidmap.m4 \
 
47
        $(top_srcdir)/aclocal/librpcsecgss.m4 \
 
48
        $(top_srcdir)/aclocal/libsqlite3.m4 \
 
49
        $(top_srcdir)/aclocal/libtirpc.m4 \
 
50
        $(top_srcdir)/aclocal/nfs-utils.m4 \
 
51
        $(top_srcdir)/aclocal/rpcsec_vers.m4 \
 
52
        $(top_srcdir)/aclocal/tcp-wrappers.m4 \
 
53
        $(top_srcdir)/configure.ac
 
54
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
55
        $(ACLOCAL_M4)
 
56
mkinstalldirs = $(install_sh) -d
 
57
CONFIG_HEADER = $(top_builddir)/support/include/config.h
 
58
CONFIG_CLEAN_FILES =
 
59
CONFIG_CLEAN_VPATH_FILES =
 
60
SOURCES =
 
61
DIST_SOURCES =
 
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
63
ACLOCAL = @ACLOCAL@
 
64
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
65
ALLOCA = @ALLOCA@
 
66
AMTAR = @AMTAR@
 
67
AM_CFLAGS = @AM_CFLAGS@
 
68
AM_CPPFLAGS = @AM_CPPFLAGS@
 
69
AR = @AR@
 
70
AUTOCONF = @AUTOCONF@
 
71
AUTOHEADER = @AUTOHEADER@
 
72
AUTOMAKE = @AUTOMAKE@
 
73
AWK = @AWK@
 
74
CC = @CC@
 
75
CCDEPMODE = @CCDEPMODE@
 
76
CC_FOR_BUILD = @CC_FOR_BUILD@
 
77
CFLAGS = @CFLAGS@
 
78
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
 
79
CPP = @CPP@
 
80
CPPFLAGS = @CPPFLAGS@
 
81
CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
 
82
CXX = @CXX@
 
83
CXXCPP = @CXXCPP@
 
84
CXXDEPMODE = @CXXDEPMODE@
 
85
CXXFLAGS = @CXXFLAGS@
 
86
CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
 
87
CYGPATH_W = @CYGPATH_W@
 
88
DEFS = @DEFS@
 
89
DEPDIR = @DEPDIR@
 
90
DLLTOOL = @DLLTOOL@
 
91
DSYMUTIL = @DSYMUTIL@
 
92
DUMPBIN = @DUMPBIN@
 
93
ECHO_C = @ECHO_C@
 
94
ECHO_N = @ECHO_N@
 
95
ECHO_T = @ECHO_T@
 
96
EGREP = @EGREP@
 
97
EXEEXT = @EXEEXT@
 
98
FGREP = @FGREP@
 
99
GREP = @GREP@
 
100
GSSD = @GSSD@
 
101
GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
 
102
GSSGLUE_LIBS = @GSSGLUE_LIBS@
 
103
HAVE_LIBWRAP = @HAVE_LIBWRAP@
 
104
HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
 
105
IDMAPD = @IDMAPD@
 
106
INSTALL = @INSTALL@
 
107
INSTALL_DATA = @INSTALL_DATA@
 
108
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
109
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
110
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
111
K5VERS = @K5VERS@
 
112
KRBCFLAGS = @KRBCFLAGS@
 
113
KRBDIR = @KRBDIR@
 
114
KRBLDFLAGS = @KRBLDFLAGS@
 
115
KRBLIBS = @KRBLIBS@
 
116
LD = @LD@
 
117
LDFLAGS = @LDFLAGS@
 
118
LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
 
119
LIBBLKID = @LIBBLKID@
 
120
LIBBSD = @LIBBSD@
 
121
LIBCAP = @LIBCAP@
 
122
LIBCRYPT = @LIBCRYPT@
 
123
LIBDL = @LIBDL@
 
124
LIBEVENT = @LIBEVENT@
 
125
LIBKEYUTILS = @LIBKEYUTILS@
 
126
LIBMOUNT = @LIBMOUNT@
 
127
LIBNFSIDMAP = @LIBNFSIDMAP@
 
128
LIBNSL = @LIBNSL@
 
129
LIBOBJS = @LIBOBJS@
 
130
LIBS = @LIBS@
 
131
LIBSOCKET = @LIBSOCKET@
 
132
LIBSQLITE = @LIBSQLITE@
 
133
LIBTIRPC = @LIBTIRPC@
 
134
LIBTOOL = @LIBTOOL@
 
135
LIBWRAP = @LIBWRAP@
 
136
LIPO = @LIPO@
 
137
LN_S = @LN_S@
 
138
LTLIBOBJS = @LTLIBOBJS@
 
139
MAINT = @MAINT@
 
140
MAKEINFO = @MAKEINFO@
 
141
MANIFEST_TOOL = @MANIFEST_TOOL@
 
142
MKDIR_P = @MKDIR_P@
 
143
NM = @NM@
 
144
NMEDIT = @NMEDIT@
 
145
OBJDUMP = @OBJDUMP@
 
146
OBJEXT = @OBJEXT@
 
147
OTOOL = @OTOOL@
 
148
OTOOL64 = @OTOOL64@
 
149
PACKAGE = @PACKAGE@
 
150
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
151
PACKAGE_NAME = @PACKAGE_NAME@
 
152
PACKAGE_STRING = @PACKAGE_STRING@
 
153
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
154
PACKAGE_URL = @PACKAGE_URL@
 
155
PACKAGE_VERSION = @PACKAGE_VERSION@
 
156
PATH_SEPARATOR = @PATH_SEPARATOR@
 
157
PKG_CONFIG = @PKG_CONFIG@
 
158
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
159
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
160
RANLIB = @RANLIB@
 
161
RELEASE = @RELEASE@
 
162
RPCGEN_PATH = @RPCGEN_PATH@
 
163
RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
 
164
RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
 
165
SED = @SED@
 
166
SET_MAKE = @SET_MAKE@
 
167
SHELL = @SHELL@
 
168
STRIP = @STRIP@
 
169
SVCGSSD = @SVCGSSD@
 
170
VERSION = @VERSION@
 
171
abs_builddir = @abs_builddir@
 
172
abs_srcdir = @abs_srcdir@
 
173
abs_top_builddir = @abs_top_builddir@
 
174
abs_top_srcdir = @abs_top_srcdir@
 
175
ac_ct_AR = @ac_ct_AR@
 
176
ac_ct_CC = @ac_ct_CC@
 
177
ac_ct_CXX = @ac_ct_CXX@
 
178
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
179
am__include = @am__include@
 
180
am__leading_dot = @am__leading_dot@
 
181
am__quote = @am__quote@
 
182
am__tar = @am__tar@
 
183
am__untar = @am__untar@
 
184
bindir = @bindir@
 
185
build = @build@
 
186
build_alias = @build_alias@
 
187
build_cpu = @build_cpu@
 
188
build_os = @build_os@
 
189
build_vendor = @build_vendor@
 
190
builddir = @builddir@
 
191
datadir = @datadir@
 
192
datarootdir = @datarootdir@
 
193
docdir = @docdir@
 
194
dvidir = @dvidir@
 
195
enable_gss = @enable_gss@
 
196
enable_ipv6 = @enable_ipv6@
 
197
enable_mountconfig = @enable_mountconfig@
 
198
enable_nfsv4 = @enable_nfsv4@
 
199
enable_nfsv41 = @enable_nfsv41@
 
200
exec_prefix = @exec_prefix@
 
201
host = @host@
 
202
host_alias = @host_alias@
 
203
host_cpu = @host_cpu@
 
204
host_os = @host_os@
 
205
host_vendor = @host_vendor@
 
206
htmldir = @htmldir@
 
207
includedir = @includedir@
 
208
infodir = @infodir@
 
209
install_sh = @install_sh@
 
210
kprefix = @kprefix@
 
211
libdir = @libdir@
 
212
libexecdir = @libexecdir@
 
213
localedir = @localedir@
 
214
localstatedir = @localstatedir@
 
215
mandir = @mandir@
 
216
mkdir_p = @mkdir_p@
 
217
mountfile = @mountfile@
 
218
oldincludedir = @oldincludedir@
 
219
pdfdir = @pdfdir@
 
220
prefix = @prefix@
 
221
program_transform_name = @program_transform_name@
 
222
psdir = @psdir@
 
223
sbindir = @sbindir@
 
224
sharedstatedir = @sharedstatedir@
 
225
srcdir = @srcdir@
 
226
startstatd = @startstatd@
 
227
statdpath = @statdpath@
 
228
statduser = @statduser@
 
229
statedir = @statedir@
 
230
sysconfdir = @sysconfdir@
 
231
target_alias = @target_alias@
 
232
top_build_prefix = @top_build_prefix@
 
233
top_builddir = @top_builddir@
 
234
top_srcdir = @top_srcdir@
 
235
OSD_LOGIN_FILES = osd_login
 
236
EXTRA_DIST = $(OSD_LOGIN_FILES)
 
237
MAINTAINERCLEANFILES = Makefile.in
 
238
all: all-am
 
239
 
 
240
.SUFFIXES:
 
241
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
242
        @for dep in $?; do \
 
243
          case '$(am__configure_deps)' in \
 
244
            *$$dep*) \
 
245
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
246
                && { if test -f $@; then exit 0; else break; fi; }; \
 
247
              exit 1;; \
 
248
          esac; \
 
249
        done; \
 
250
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/osd_login/Makefile'; \
 
251
        $(am__cd) $(top_srcdir) && \
 
252
          $(AUTOMAKE) --gnu utils/osd_login/Makefile
 
253
.PRECIOUS: Makefile
 
254
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
255
        @case '$?' in \
 
256
          *config.status*) \
 
257
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
258
          *) \
 
259
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
260
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
261
        esac;
 
262
 
 
263
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
 
 
266
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
270
$(am__aclocal_m4_deps):
 
271
 
 
272
mostlyclean-libtool:
 
273
        -rm -f *.lo
 
274
 
 
275
clean-libtool:
 
276
        -rm -rf .libs _libs
 
277
tags: TAGS
 
278
TAGS:
 
279
 
 
280
ctags: CTAGS
 
281
CTAGS:
 
282
 
 
283
 
 
284
distdir: $(DISTFILES)
 
285
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
286
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
287
        list='$(DISTFILES)'; \
 
288
          dist_files=`for file in $$list; do echo $$file; done | \
 
289
          sed -e "s|^$$srcdirstrip/||;t" \
 
290
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
291
        case $$dist_files in \
 
292
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
293
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
294
                           sort -u` ;; \
 
295
        esac; \
 
296
        for file in $$dist_files; do \
 
297
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
298
          if test -d $$d/$$file; then \
 
299
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
300
            if test -d "$(distdir)/$$file"; then \
 
301
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
302
            fi; \
 
303
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
304
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
305
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
306
            fi; \
 
307
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
308
          else \
 
309
            test -f "$(distdir)/$$file" \
 
310
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
311
            || exit 1; \
 
312
          fi; \
 
313
        done
 
314
check-am: all-am
 
315
check: check-am
 
316
all-am: Makefile all-local
 
317
installdirs:
 
318
install: install-am
 
319
install-exec: install-exec-am
 
320
install-data: install-data-am
 
321
uninstall: uninstall-am
 
322
 
 
323
install-am: all-am
 
324
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
325
 
 
326
installcheck: installcheck-am
 
327
install-strip:
 
328
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
329
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
330
          `test -z '$(STRIP)' || \
 
331
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
332
mostlyclean-generic:
 
333
 
 
334
clean-generic:
 
335
 
 
336
distclean-generic:
 
337
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
338
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
339
 
 
340
maintainer-clean-generic:
 
341
        @echo "This command is intended for maintainers to use"
 
342
        @echo "it deletes files that may require special tools to rebuild."
 
343
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
344
clean: clean-am
 
345
 
 
346
clean-am: clean-generic clean-libtool mostlyclean-am
 
347
 
 
348
distclean: distclean-am
 
349
        -rm -f Makefile
 
350
distclean-am: clean-am distclean-generic
 
351
 
 
352
dvi: dvi-am
 
353
 
 
354
dvi-am:
 
355
 
 
356
html: html-am
 
357
 
 
358
html-am:
 
359
 
 
360
info: info-am
 
361
 
 
362
info-am:
 
363
 
 
364
install-data-am:
 
365
        @$(NORMAL_INSTALL)
 
366
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
367
install-dvi: install-dvi-am
 
368
 
 
369
install-dvi-am:
 
370
 
 
371
install-exec-am:
 
372
 
 
373
install-html: install-html-am
 
374
 
 
375
install-html-am:
 
376
 
 
377
install-info: install-info-am
 
378
 
 
379
install-info-am:
 
380
 
 
381
install-man:
 
382
 
 
383
install-pdf: install-pdf-am
 
384
 
 
385
install-pdf-am:
 
386
 
 
387
install-ps: install-ps-am
 
388
 
 
389
install-ps-am:
 
390
 
 
391
installcheck-am:
 
392
 
 
393
maintainer-clean: maintainer-clean-am
 
394
        -rm -f Makefile
 
395
maintainer-clean-am: distclean-am maintainer-clean-generic
 
396
 
 
397
mostlyclean: mostlyclean-am
 
398
 
 
399
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
400
 
 
401
pdf: pdf-am
 
402
 
 
403
pdf-am:
 
404
 
 
405
ps: ps-am
 
406
 
 
407
ps-am:
 
408
 
 
409
uninstall-am:
 
410
 
 
411
.MAKE: install-am install-data-am install-strip
 
412
 
 
413
.PHONY: all all-am all-local check check-am clean clean-generic \
 
414
        clean-libtool distclean distclean-generic distclean-libtool \
 
415
        distdir dvi dvi-am html html-am info info-am install \
 
416
        install-am install-data install-data-am install-data-hook \
 
417
        install-dvi install-dvi-am install-exec install-exec-am \
 
418
        install-html install-html-am install-info install-info-am \
 
419
        install-man install-pdf install-pdf-am install-ps \
 
420
        install-ps-am install-strip installcheck installcheck-am \
 
421
        installdirs maintainer-clean maintainer-clean-generic \
 
422
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
423
        ps ps-am uninstall uninstall-am
 
424
 
 
425
 
 
426
all-local: $(OSD_LOGIN_FILES)
 
427
 
 
428
install-data-hook:
 
429
        $(INSTALL) --mode 755 osd_login $(DESTDIR)/sbin/osd_login
 
430
 
 
431
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
432
# Otherwise a system limit (for SysV at least) may be exceeded.
 
433
.NOEXPORT: