~ubuntu-branches/ubuntu/lucid/loop-aes-utils/lucid-security

« back to all changes in this revision

Viewing changes to mount/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Max Vozeler
  • Date: 2008-08-22 11:57:17 UTC
  • mfrom: (8.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080822115717-v8wfa8pxwlfvyje0
Tags: 2.13.1-4
* patches/losetup_add_option_f.dpatch: 
  - Added to support "find next free loop" in losetup.
    (closes: #495682)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@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
DIST_COMMON = $(am__dist_noinst_DATA_DIST) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in $(top_srcdir)/config/include-Makefile.am
 
38
bin_PROGRAMS = mount$(EXEEXT) umount$(EXEEXT)
 
39
sbin_PROGRAMS = losetup$(EXEEXT) swapon$(EXEEXT) $(am__EXEEXT_1)
 
40
@HAVE_BLKID_TRUE@am__append_1 = fsprobe_blkid.c
 
41
@HAVE_BLKID_TRUE@am__append_2 = -lblkid -luuid
 
42
@HAVE_SELINUX_TRUE@am__append_3 = -lselinux
 
43
@HAVE_VOLUME_ID_TRUE@am__append_4 = fsprobe_volumeid.c
 
44
@HAVE_VOLUME_ID_TRUE@am__append_5 = -lvolume_id
 
45
@HAVE_PIVOT_ROOT_TRUE@am__append_6 = pivot_root
 
46
@HAVE_PIVOT_ROOT_TRUE@am__append_7 = pivot_root.8
 
47
noinst_PROGRAMS = mtab_lock_test$(EXEEXT)
 
48
subdir = mount
 
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
50
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
51
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
52
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
53
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
54
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
55
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
56
        $(ACLOCAL_M4)
 
57
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
58
CONFIG_HEADER = $(top_builddir)/config.h
 
59
CONFIG_CLEAN_FILES =
 
60
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
 
61
        "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"
 
62
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
63
@HAVE_PIVOT_ROOT_TRUE@am__EXEEXT_1 = pivot_root$(EXEEXT)
 
64
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
65
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
 
66
am_losetup_OBJECTS = losetup-lomount.$(OBJEXT)
 
67
losetup_OBJECTS = $(am_losetup_OBJECTS)
 
68
losetup_LDADD = $(LDADD)
 
69
am__mount_SOURCES_DIST = mount.c fstab.c mount_mntent.c getusername.c \
 
70
        lomount.c sundries.c xmalloc.c realpath.c fsprobe.c \
 
71
        fsprobe_blkid.c fsprobe_volumeid.c fstab.h linux_fs.h \
 
72
        mount_mntent.h mount_constants.h my_dev_t.h mount_paths.h \
 
73
        lomount.h fsprobe.h realpath.h xmalloc.h getusername.h loop.h \
 
74
        sundries.h ../lib/env.c ../lib/setproctitle.c
 
75
@HAVE_BLKID_TRUE@am__objects_1 = mount-fsprobe_blkid.$(OBJEXT)
 
76
@HAVE_VOLUME_ID_TRUE@am__objects_2 = mount-fsprobe_volumeid.$(OBJEXT)
 
77
am__objects_3 = mount-sundries.$(OBJEXT) mount-xmalloc.$(OBJEXT) \
 
78
        mount-realpath.$(OBJEXT) mount-fsprobe.$(OBJEXT) \
 
79
        $(am__objects_1) $(am__objects_2)
 
80
am__objects_4 =
 
81
am__objects_5 = mount-fstab.$(OBJEXT) mount-mount_mntent.$(OBJEXT) \
 
82
        mount-getusername.$(OBJEXT) mount-lomount.$(OBJEXT) \
 
83
        $(am__objects_3) $(am__objects_4) mount-env.$(OBJEXT)
 
84
am_mount_OBJECTS = mount-mount.$(OBJEXT) $(am__objects_5) \
 
85
        mount-setproctitle.$(OBJEXT)
 
86
mount_OBJECTS = $(am_mount_OBJECTS)
 
87
am__DEPENDENCIES_1 =
 
88
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
89
mount_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
 
90
mount_LINK = $(CCLD) $(mount_CFLAGS) $(CFLAGS) $(mount_LDFLAGS) \
 
91
        $(LDFLAGS) -o $@
 
92
am_mtab_lock_test_OBJECTS = mtab_lock_test-fstab.$(OBJEXT) \
 
93
        mtab_lock_test-sundries.$(OBJEXT) \
 
94
        mtab_lock_test-xmalloc.$(OBJEXT) $(am__objects_4)
 
95
mtab_lock_test_OBJECTS = $(am_mtab_lock_test_OBJECTS)
 
96
mtab_lock_test_LDADD = $(LDADD)
 
97
pivot_root_SOURCES = pivot_root.c
 
98
pivot_root_OBJECTS = pivot_root.$(OBJEXT)
 
99
pivot_root_LDADD = $(LDADD)
 
100
am__swapon_SOURCES_DIST = swapon.c swap_constants.h sundries.c \
 
101
        xmalloc.c realpath.c fsprobe.c fsprobe_blkid.c \
 
102
        fsprobe_volumeid.c
 
103
@HAVE_BLKID_TRUE@am__objects_6 = fsprobe_blkid.$(OBJEXT)
 
104
@HAVE_VOLUME_ID_TRUE@am__objects_7 = fsprobe_volumeid.$(OBJEXT)
 
105
am__objects_8 = sundries.$(OBJEXT) xmalloc.$(OBJEXT) \
 
106
        realpath.$(OBJEXT) fsprobe.$(OBJEXT) $(am__objects_6) \
 
107
        $(am__objects_7)
 
108
am_swapon_OBJECTS = swapon.$(OBJEXT) $(am__objects_8)
 
109
swapon_OBJECTS = $(am_swapon_OBJECTS)
 
110
swapon_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
111
am__umount_SOURCES_DIST = umount.c fstab.c mount_mntent.c \
 
112
        getusername.c lomount.c sundries.c xmalloc.c realpath.c \
 
113
        fsprobe.c fsprobe_blkid.c fsprobe_volumeid.c fstab.h \
 
114
        linux_fs.h mount_mntent.h mount_constants.h my_dev_t.h \
 
115
        mount_paths.h lomount.h fsprobe.h realpath.h xmalloc.h \
 
116
        getusername.h loop.h sundries.h ../lib/env.c
 
117
@HAVE_BLKID_TRUE@am__objects_9 = umount-fsprobe_blkid.$(OBJEXT)
 
118
@HAVE_VOLUME_ID_TRUE@am__objects_10 =  \
 
119
@HAVE_VOLUME_ID_TRUE@   umount-fsprobe_volumeid.$(OBJEXT)
 
120
am__objects_11 = umount-sundries.$(OBJEXT) umount-xmalloc.$(OBJEXT) \
 
121
        umount-realpath.$(OBJEXT) umount-fsprobe.$(OBJEXT) \
 
122
        $(am__objects_9) $(am__objects_10)
 
123
am__objects_12 = umount-fstab.$(OBJEXT) umount-mount_mntent.$(OBJEXT) \
 
124
        umount-getusername.$(OBJEXT) umount-lomount.$(OBJEXT) \
 
125
        $(am__objects_11) $(am__objects_4) umount-env.$(OBJEXT)
 
126
am_umount_OBJECTS = umount-umount.$(OBJEXT) $(am__objects_12)
 
127
umount_OBJECTS = $(am_umount_OBJECTS)
 
128
umount_DEPENDENCIES = $(am__DEPENDENCIES_2)
 
129
umount_LINK = $(CCLD) $(umount_CFLAGS) $(CFLAGS) $(umount_LDFLAGS) \
 
130
        $(LDFLAGS) -o $@
 
131
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
132
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
133
am__depfiles_maybe = depfiles
 
134
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
135
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
136
CCLD = $(CC)
 
137
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
138
SOURCES = $(losetup_SOURCES) $(mount_SOURCES) \
 
139
        $(mtab_lock_test_SOURCES) pivot_root.c $(swapon_SOURCES) \
 
140
        $(umount_SOURCES)
 
141
DIST_SOURCES = $(losetup_SOURCES) $(am__mount_SOURCES_DIST) \
 
142
        $(mtab_lock_test_SOURCES) pivot_root.c \
 
143
        $(am__swapon_SOURCES_DIST) $(am__umount_SOURCES_DIST)
 
144
man5dir = $(mandir)/man5
 
145
man8dir = $(mandir)/man8
 
146
NROFF = nroff
 
147
MANS = $(man_MANS)
 
148
am__dist_noinst_DATA_DIST = fstab.5 mount.8 swapoff.8 swapon.8 \
 
149
        umount.8 losetup.8 pivot_root.8
 
150
DATA = $(dist_noinst_DATA)
 
151
ETAGS = etags
 
152
CTAGS = ctags
 
153
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
154
ACLOCAL = @ACLOCAL@
 
155
AMTAR = @AMTAR@
 
156
AUTOCONF = @AUTOCONF@
 
157
AUTOHEADER = @AUTOHEADER@
 
158
AUTOMAKE = @AUTOMAKE@
 
159
AWK = @AWK@
 
160
BLKID = @BLKID@
 
161
CC = @CC@
 
162
CCDEPMODE = @CCDEPMODE@
 
163
CFLAGS = @CFLAGS@
 
164
CPP = @CPP@
 
165
CPPFLAGS = @CPPFLAGS@
 
166
CYGPATH_W = @CYGPATH_W@
 
167
DEFS = @DEFS@
 
168
DEPDIR = @DEPDIR@
 
169
ECHO_C = @ECHO_C@
 
170
ECHO_N = @ECHO_N@
 
171
ECHO_T = @ECHO_T@
 
172
EGREP = @EGREP@
 
173
EXEEXT = @EXEEXT@
 
174
GMSGFMT = @GMSGFMT@
 
175
GREP = @GREP@
 
176
INSTALL = @INSTALL@
 
177
INSTALL_DATA = @INSTALL_DATA@
 
178
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
179
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
180
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
181
INTLLIBS = @INTLLIBS@
 
182
LDFLAGS = @LDFLAGS@
 
183
LIBICONV = @LIBICONV@
 
184
LIBINTL = @LIBINTL@
 
185
LIBOBJS = @LIBOBJS@
 
186
LIBS = @LIBS@
 
187
LTLIBICONV = @LTLIBICONV@
 
188
LTLIBINTL = @LTLIBINTL@
 
189
LTLIBOBJS = @LTLIBOBJS@
 
190
MAKEINFO = @MAKEINFO@
 
191
MKDIR_P = @MKDIR_P@
 
192
MKINSTALLDIRS = @MKINSTALLDIRS@
 
193
MSGFMT = @MSGFMT@
 
194
MSGMERGE = @MSGMERGE@
 
195
OBJEXT = @OBJEXT@
 
196
PACKAGE = @PACKAGE@
 
197
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
198
PACKAGE_NAME = @PACKAGE_NAME@
 
199
PACKAGE_STRING = @PACKAGE_STRING@
 
200
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
201
PACKAGE_VERSION = @PACKAGE_VERSION@
 
202
PATH_SEPARATOR = @PATH_SEPARATOR@
 
203
PERL = @PERL@
 
204
POSUB = @POSUB@
 
205
SET_MAKE = @SET_MAKE@
 
206
SHELL = @SHELL@
 
207
STRIP = @STRIP@
 
208
SUID_CFLAGS = @SUID_CFLAGS@
 
209
SUID_LDFLAGS = @SUID_LDFLAGS@
 
210
USE_NLS = @USE_NLS@
 
211
VERSION = @VERSION@
 
212
VOLID = @VOLID@
 
213
XGETTEXT = @XGETTEXT@
 
214
abs_builddir = @abs_builddir@
 
215
abs_srcdir = @abs_srcdir@
 
216
abs_top_builddir = @abs_top_builddir@
 
217
abs_top_srcdir = @abs_top_srcdir@
 
218
ac_ct_CC = @ac_ct_CC@
 
219
am__include = @am__include@
 
220
am__leading_dot = @am__leading_dot@
 
221
am__quote = @am__quote@
 
222
am__tar = @am__tar@
 
223
am__untar = @am__untar@
 
224
bindir = @bindir@
 
225
build = @build@
 
226
build_alias = @build_alias@
 
227
build_cpu = @build_cpu@
 
228
build_os = @build_os@
 
229
build_vendor = @build_vendor@
 
230
builddir = @builddir@
 
231
datadir = @datadir@
 
232
datarootdir = @datarootdir@
 
233
docdir = @docdir@
 
234
dvidir = @dvidir@
 
235
exec_prefix = @exec_prefix@
 
236
host = @host@
 
237
host_alias = @host_alias@
 
238
host_cpu = @host_cpu@
 
239
host_os = @host_os@
 
240
host_vendor = @host_vendor@
 
241
htmldir = @htmldir@
 
242
includedir = @includedir@
 
243
infodir = @infodir@
 
244
install_sh = @install_sh@
 
245
libdir = @libdir@
 
246
libexecdir = @libexecdir@
 
247
localedir = ${datadir}/locale
 
248
localstatedir = @localstatedir@
 
249
mandir = @mandir@
 
250
mkdir_p = @mkdir_p@
 
251
oldincludedir = @oldincludedir@
 
252
pdfdir = @pdfdir@
 
253
prefix = @prefix@
 
254
program_transform_name = @program_transform_name@
 
255
psdir = @psdir@
 
256
sbindir = @sbindir@
 
257
sharedstatedir = @sharedstatedir@
 
258
srcdir = @srcdir@
 
259
sysconfdir = @sysconfdir@
 
260
target_alias = @target_alias@
 
261
top_builddir = @top_builddir@
 
262
top_srcdir = @top_srcdir@
 
263
 
 
264
# The original default vaues of bindir and sbindir:
 
265
usrbinexecdir = ${exec_prefix}/bin
 
266
usrsbinexecdir = ${exec_prefix}/sbin
 
267
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
 
268
        -DLOCALEDIR=\"$(localedir)\"
 
269
 
 
270
AM_CFLAGS = -fsigned-char
 
271
 
 
272
# Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
 
273
# Unlike with other dist primaries, the files are not distributed if the
 
274
# conditional is false.
 
275
# Work the bug around until it is fixed:
 
276
dist_noinst_DATA = $(man_MANS)
 
277
EXTRA_DIST = README.mount
 
278
man_MANS = fstab.5 mount.8 swapoff.8 swapon.8 umount.8 losetup.8 \
 
279
        $(am__append_7)
 
280
utils_common = sundries.c xmalloc.c realpath.c fsprobe.c \
 
281
        $(am__append_1) $(am__append_4)
 
282
headers_common = fstab.h linux_fs.h mount_mntent.h mount_constants.h my_dev_t.h \
 
283
        mount_paths.h lomount.h fsprobe.h realpath.h xmalloc.h \
 
284
        getusername.h loop.h sundries.h
 
285
 
 
286
mount_common = fstab.c mount_mntent.c getusername.c lomount.c \
 
287
        $(utils_common) $(headers_common) ../lib/env.c
 
288
 
 
289
mount_SOURCES = mount.c $(mount_common) ../lib/setproctitle.c
 
290
mount_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS)
 
291
mount_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS)
 
292
umount_SOURCES = umount.c $(mount_common)
 
293
umount_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS)
 
294
umount_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS)
 
295
swapon_SOURCES = swapon.c swap_constants.h $(utils_common)
 
296
losetup_SOURCES = lomount.c loop.h lomount.h
 
297
losetup_CPPFLAGS = -DMAIN $(AM_CPPFLAGS)
 
298
mount_LDADD = $(LDADD_common) $(am__append_3)
 
299
umount_LDADD = $(LDADD_common)
 
300
swapon_LDADD = $(LDADD_common)
 
301
LDADD_common = $(am__append_2) $(am__append_5)
 
302
mtab_lock_test_SOURCES = fstab.c sundries.c xmalloc.c $(headers_common)
 
303
mtab_lock_test_CPPFLAGS = -DMAIN_TEST_MTABLOCK $(AM_CPPFLAGS)
 
304
all: all-am
 
305
 
 
306
.SUFFIXES:
 
307
.SUFFIXES: .c .o .obj
 
308
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/include-Makefile.am $(am__configure_deps)
 
309
        @for dep in $?; do \
 
310
          case '$(am__configure_deps)' in \
 
311
            *$$dep*) \
 
312
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
313
                && exit 0; \
 
314
              exit 1;; \
 
315
          esac; \
 
316
        done; \
 
317
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  mount/Makefile'; \
 
318
        cd $(top_srcdir) && \
 
319
          $(AUTOMAKE) --foreign  mount/Makefile
 
320
.PRECIOUS: Makefile
 
321
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
322
        @case '$?' in \
 
323
          *config.status*) \
 
324
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
325
          *) \
 
326
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
327
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
328
        esac;
 
329
 
 
330
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
331
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
332
 
 
333
$(top_srcdir)/configure:  $(am__configure_deps)
 
334
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
335
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
336
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
337
install-binPROGRAMS: $(bin_PROGRAMS)
 
338
        @$(NORMAL_INSTALL)
 
339
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
340
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
341
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
342
          if test -f $$p \
 
343
          ; then \
 
344
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
345
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
346
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
347
          else :; fi; \
 
348
        done
 
349
 
 
350
uninstall-binPROGRAMS:
 
351
        @$(NORMAL_UNINSTALL)
 
352
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
353
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
354
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
355
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
356
        done
 
357
 
 
358
clean-binPROGRAMS:
 
359
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 
360
 
 
361
clean-noinstPROGRAMS:
 
362
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
363
install-sbinPROGRAMS: $(sbin_PROGRAMS)
 
364
        @$(NORMAL_INSTALL)
 
365
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
 
366
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
367
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
368
          if test -f $$p \
 
369
          ; then \
 
370
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
371
           echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
 
372
           $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
 
373
          else :; fi; \
 
374
        done
 
375
 
 
376
uninstall-sbinPROGRAMS:
 
377
        @$(NORMAL_UNINSTALL)
 
378
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
379
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
380
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
 
381
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
 
382
        done
 
383
 
 
384
clean-sbinPROGRAMS:
 
385
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
 
386
losetup$(EXEEXT): $(losetup_OBJECTS) $(losetup_DEPENDENCIES) 
 
387
        @rm -f losetup$(EXEEXT)
 
388
        $(LINK) $(losetup_OBJECTS) $(losetup_LDADD) $(LIBS)
 
389
mount$(EXEEXT): $(mount_OBJECTS) $(mount_DEPENDENCIES) 
 
390
        @rm -f mount$(EXEEXT)
 
391
        $(mount_LINK) $(mount_OBJECTS) $(mount_LDADD) $(LIBS)
 
392
mtab_lock_test$(EXEEXT): $(mtab_lock_test_OBJECTS) $(mtab_lock_test_DEPENDENCIES) 
 
393
        @rm -f mtab_lock_test$(EXEEXT)
 
394
        $(LINK) $(mtab_lock_test_OBJECTS) $(mtab_lock_test_LDADD) $(LIBS)
 
395
pivot_root$(EXEEXT): $(pivot_root_OBJECTS) $(pivot_root_DEPENDENCIES) 
 
396
        @rm -f pivot_root$(EXEEXT)
 
397
        $(LINK) $(pivot_root_OBJECTS) $(pivot_root_LDADD) $(LIBS)
 
398
swapon$(EXEEXT): $(swapon_OBJECTS) $(swapon_DEPENDENCIES) 
 
399
        @rm -f swapon$(EXEEXT)
 
400
        $(LINK) $(swapon_OBJECTS) $(swapon_LDADD) $(LIBS)
 
401
umount$(EXEEXT): $(umount_OBJECTS) $(umount_DEPENDENCIES) 
 
402
        @rm -f umount$(EXEEXT)
 
403
        $(umount_LINK) $(umount_OBJECTS) $(umount_LDADD) $(LIBS)
 
404
 
 
405
mostlyclean-compile:
 
406
        -rm -f *.$(OBJEXT)
 
407
 
 
408
distclean-compile:
 
409
        -rm -f *.tab.c
 
410
 
 
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsprobe.Po@am__quote@
 
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsprobe_blkid.Po@am__quote@
 
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsprobe_volumeid.Po@am__quote@
 
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/losetup-lomount.Po@am__quote@
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-env.Po@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-fsprobe.Po@am__quote@
 
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-fsprobe_blkid.Po@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-fsprobe_volumeid.Po@am__quote@
 
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-fstab.Po@am__quote@
 
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-getusername.Po@am__quote@
 
421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-lomount.Po@am__quote@
 
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-mount.Po@am__quote@
 
423
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-mount_mntent.Po@am__quote@
 
424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-realpath.Po@am__quote@
 
425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-setproctitle.Po@am__quote@
 
426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-sundries.Po@am__quote@
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount-xmalloc.Po@am__quote@
 
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtab_lock_test-fstab.Po@am__quote@
 
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtab_lock_test-sundries.Po@am__quote@
 
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtab_lock_test-xmalloc.Po@am__quote@
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pivot_root.Po@am__quote@
 
432
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realpath.Po@am__quote@
 
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sundries.Po@am__quote@
 
434
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swapon.Po@am__quote@
 
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-env.Po@am__quote@
 
436
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-fsprobe.Po@am__quote@
 
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-fsprobe_blkid.Po@am__quote@
 
438
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-fsprobe_volumeid.Po@am__quote@
 
439
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-fstab.Po@am__quote@
 
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-getusername.Po@am__quote@
 
441
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-lomount.Po@am__quote@
 
442
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-mount_mntent.Po@am__quote@
 
443
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-realpath.Po@am__quote@
 
444
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-sundries.Po@am__quote@
 
445
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-umount.Po@am__quote@
 
446
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/umount-xmalloc.Po@am__quote@
 
447
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
 
448
 
 
449
.c.o:
 
450
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
451
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
454
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
455
 
 
456
.c.obj:
 
457
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
458
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
461
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
462
 
 
463
losetup-lomount.o: lomount.c
 
464
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(losetup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT losetup-lomount.o -MD -MP -MF $(DEPDIR)/losetup-lomount.Tpo -c -o losetup-lomount.o `test -f 'lomount.c' || echo '$(srcdir)/'`lomount.c
 
465
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/losetup-lomount.Tpo $(DEPDIR)/losetup-lomount.Po
 
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lomount.c' object='losetup-lomount.o' libtool=no @AMDEPBACKSLASH@
 
467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
468
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(losetup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o losetup-lomount.o `test -f 'lomount.c' || echo '$(srcdir)/'`lomount.c
 
469
 
 
470
losetup-lomount.obj: lomount.c
 
471
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(losetup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT losetup-lomount.obj -MD -MP -MF $(DEPDIR)/losetup-lomount.Tpo -c -o losetup-lomount.obj `if test -f 'lomount.c'; then $(CYGPATH_W) 'lomount.c'; else $(CYGPATH_W) '$(srcdir)/lomount.c'; fi`
 
472
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/losetup-lomount.Tpo $(DEPDIR)/losetup-lomount.Po
 
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lomount.c' object='losetup-lomount.obj' libtool=no @AMDEPBACKSLASH@
 
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
475
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(losetup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o losetup-lomount.obj `if test -f 'lomount.c'; then $(CYGPATH_W) 'lomount.c'; else $(CYGPATH_W) '$(srcdir)/lomount.c'; fi`
 
476
 
 
477
mount-mount.o: mount.c
 
478
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-mount.o -MD -MP -MF $(DEPDIR)/mount-mount.Tpo -c -o mount-mount.o `test -f 'mount.c' || echo '$(srcdir)/'`mount.c
 
479
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-mount.Tpo $(DEPDIR)/mount-mount.Po
 
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mount.c' object='mount-mount.o' libtool=no @AMDEPBACKSLASH@
 
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
482
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-mount.o `test -f 'mount.c' || echo '$(srcdir)/'`mount.c
 
483
 
 
484
mount-mount.obj: mount.c
 
485
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-mount.obj -MD -MP -MF $(DEPDIR)/mount-mount.Tpo -c -o mount-mount.obj `if test -f 'mount.c'; then $(CYGPATH_W) 'mount.c'; else $(CYGPATH_W) '$(srcdir)/mount.c'; fi`
 
486
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-mount.Tpo $(DEPDIR)/mount-mount.Po
 
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mount.c' object='mount-mount.obj' libtool=no @AMDEPBACKSLASH@
 
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
489
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-mount.obj `if test -f 'mount.c'; then $(CYGPATH_W) 'mount.c'; else $(CYGPATH_W) '$(srcdir)/mount.c'; fi`
 
490
 
 
491
mount-fstab.o: fstab.c
 
492
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-fstab.o -MD -MP -MF $(DEPDIR)/mount-fstab.Tpo -c -o mount-fstab.o `test -f 'fstab.c' || echo '$(srcdir)/'`fstab.c
 
493
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-fstab.Tpo $(DEPDIR)/mount-fstab.Po
 
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fstab.c' object='mount-fstab.o' libtool=no @AMDEPBACKSLASH@
 
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
496
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-fstab.o `test -f 'fstab.c' || echo '$(srcdir)/'`fstab.c
 
497
 
 
498
mount-fstab.obj: fstab.c
 
499
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-fstab.obj -MD -MP -MF $(DEPDIR)/mount-fstab.Tpo -c -o mount-fstab.obj `if test -f 'fstab.c'; then $(CYGPATH_W) 'fstab.c'; else $(CYGPATH_W) '$(srcdir)/fstab.c'; fi`
 
500
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-fstab.Tpo $(DEPDIR)/mount-fstab.Po
 
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fstab.c' object='mount-fstab.obj' libtool=no @AMDEPBACKSLASH@
 
502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
503
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-fstab.obj `if test -f 'fstab.c'; then $(CYGPATH_W) 'fstab.c'; else $(CYGPATH_W) '$(srcdir)/fstab.c'; fi`
 
504
 
 
505
mount-mount_mntent.o: mount_mntent.c
 
506
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-mount_mntent.o -MD -MP -MF $(DEPDIR)/mount-mount_mntent.Tpo -c -o mount-mount_mntent.o `test -f 'mount_mntent.c' || echo '$(srcdir)/'`mount_mntent.c
 
507
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-mount_mntent.Tpo $(DEPDIR)/mount-mount_mntent.Po
 
508
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mount_mntent.c' object='mount-mount_mntent.o' libtool=no @AMDEPBACKSLASH@
 
509
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
510
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-mount_mntent.o `test -f 'mount_mntent.c' || echo '$(srcdir)/'`mount_mntent.c
 
511
 
 
512
mount-mount_mntent.obj: mount_mntent.c
 
513
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-mount_mntent.obj -MD -MP -MF $(DEPDIR)/mount-mount_mntent.Tpo -c -o mount-mount_mntent.obj `if test -f 'mount_mntent.c'; then $(CYGPATH_W) 'mount_mntent.c'; else $(CYGPATH_W) '$(srcdir)/mount_mntent.c'; fi`
 
514
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-mount_mntent.Tpo $(DEPDIR)/mount-mount_mntent.Po
 
515
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mount_mntent.c' object='mount-mount_mntent.obj' libtool=no @AMDEPBACKSLASH@
 
516
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
517
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-mount_mntent.obj `if test -f 'mount_mntent.c'; then $(CYGPATH_W) 'mount_mntent.c'; else $(CYGPATH_W) '$(srcdir)/mount_mntent.c'; fi`
 
518
 
 
519
mount-getusername.o: getusername.c
 
520
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-getusername.o -MD -MP -MF $(DEPDIR)/mount-getusername.Tpo -c -o mount-getusername.o `test -f 'getusername.c' || echo '$(srcdir)/'`getusername.c
 
521
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-getusername.Tpo $(DEPDIR)/mount-getusername.Po
 
522
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getusername.c' object='mount-getusername.o' libtool=no @AMDEPBACKSLASH@
 
523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
524
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-getusername.o `test -f 'getusername.c' || echo '$(srcdir)/'`getusername.c
 
525
 
 
526
mount-getusername.obj: getusername.c
 
527
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-getusername.obj -MD -MP -MF $(DEPDIR)/mount-getusername.Tpo -c -o mount-getusername.obj `if test -f 'getusername.c'; then $(CYGPATH_W) 'getusername.c'; else $(CYGPATH_W) '$(srcdir)/getusername.c'; fi`
 
528
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-getusername.Tpo $(DEPDIR)/mount-getusername.Po
 
529
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getusername.c' object='mount-getusername.obj' libtool=no @AMDEPBACKSLASH@
 
530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
531
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-getusername.obj `if test -f 'getusername.c'; then $(CYGPATH_W) 'getusername.c'; else $(CYGPATH_W) '$(srcdir)/getusername.c'; fi`
 
532
 
 
533
mount-lomount.o: lomount.c
 
534
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-lomount.o -MD -MP -MF $(DEPDIR)/mount-lomount.Tpo -c -o mount-lomount.o `test -f 'lomount.c' || echo '$(srcdir)/'`lomount.c
 
535
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-lomount.Tpo $(DEPDIR)/mount-lomount.Po
 
536
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lomount.c' object='mount-lomount.o' libtool=no @AMDEPBACKSLASH@
 
537
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
538
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-lomount.o `test -f 'lomount.c' || echo '$(srcdir)/'`lomount.c
 
539
 
 
540
mount-lomount.obj: lomount.c
 
541
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-lomount.obj -MD -MP -MF $(DEPDIR)/mount-lomount.Tpo -c -o mount-lomount.obj `if test -f 'lomount.c'; then $(CYGPATH_W) 'lomount.c'; else $(CYGPATH_W) '$(srcdir)/lomount.c'; fi`
 
542
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-lomount.Tpo $(DEPDIR)/mount-lomount.Po
 
543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lomount.c' object='mount-lomount.obj' libtool=no @AMDEPBACKSLASH@
 
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
545
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-lomount.obj `if test -f 'lomount.c'; then $(CYGPATH_W) 'lomount.c'; else $(CYGPATH_W) '$(srcdir)/lomount.c'; fi`
 
546
 
 
547
mount-sundries.o: sundries.c
 
548
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-sundries.o -MD -MP -MF $(DEPDIR)/mount-sundries.Tpo -c -o mount-sundries.o `test -f 'sundries.c' || echo '$(srcdir)/'`sundries.c
 
549
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-sundries.Tpo $(DEPDIR)/mount-sundries.Po
 
550
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sundries.c' object='mount-sundries.o' libtool=no @AMDEPBACKSLASH@
 
551
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
552
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-sundries.o `test -f 'sundries.c' || echo '$(srcdir)/'`sundries.c
 
553
 
 
554
mount-sundries.obj: sundries.c
 
555
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-sundries.obj -MD -MP -MF $(DEPDIR)/mount-sundries.Tpo -c -o mount-sundries.obj `if test -f 'sundries.c'; then $(CYGPATH_W) 'sundries.c'; else $(CYGPATH_W) '$(srcdir)/sundries.c'; fi`
 
556
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-sundries.Tpo $(DEPDIR)/mount-sundries.Po
 
557
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sundries.c' object='mount-sundries.obj' libtool=no @AMDEPBACKSLASH@
 
558
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
559
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-sundries.obj `if test -f 'sundries.c'; then $(CYGPATH_W) 'sundries.c'; else $(CYGPATH_W) '$(srcdir)/sundries.c'; fi`
 
560
 
 
561
mount-xmalloc.o: xmalloc.c
 
562
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-xmalloc.o -MD -MP -MF $(DEPDIR)/mount-xmalloc.Tpo -c -o mount-xmalloc.o `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
 
563
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-xmalloc.Tpo $(DEPDIR)/mount-xmalloc.Po
 
564
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xmalloc.c' object='mount-xmalloc.o' libtool=no @AMDEPBACKSLASH@
 
565
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
566
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-xmalloc.o `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
 
567
 
 
568
mount-xmalloc.obj: xmalloc.c
 
569
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-xmalloc.obj -MD -MP -MF $(DEPDIR)/mount-xmalloc.Tpo -c -o mount-xmalloc.obj `if test -f 'xmalloc.c'; then $(CYGPATH_W) 'xmalloc.c'; else $(CYGPATH_W) '$(srcdir)/xmalloc.c'; fi`
 
570
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-xmalloc.Tpo $(DEPDIR)/mount-xmalloc.Po
 
571
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xmalloc.c' object='mount-xmalloc.obj' libtool=no @AMDEPBACKSLASH@
 
572
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
573
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-xmalloc.obj `if test -f 'xmalloc.c'; then $(CYGPATH_W) 'xmalloc.c'; else $(CYGPATH_W) '$(srcdir)/xmalloc.c'; fi`
 
574
 
 
575
mount-realpath.o: realpath.c
 
576
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-realpath.o -MD -MP -MF $(DEPDIR)/mount-realpath.Tpo -c -o mount-realpath.o `test -f 'realpath.c' || echo '$(srcdir)/'`realpath.c
 
577
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-realpath.Tpo $(DEPDIR)/mount-realpath.Po
 
578
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='realpath.c' object='mount-realpath.o' libtool=no @AMDEPBACKSLASH@
 
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
580
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-realpath.o `test -f 'realpath.c' || echo '$(srcdir)/'`realpath.c
 
581
 
 
582
mount-realpath.obj: realpath.c
 
583
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-realpath.obj -MD -MP -MF $(DEPDIR)/mount-realpath.Tpo -c -o mount-realpath.obj `if test -f 'realpath.c'; then $(CYGPATH_W) 'realpath.c'; else $(CYGPATH_W) '$(srcdir)/realpath.c'; fi`
 
584
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-realpath.Tpo $(DEPDIR)/mount-realpath.Po
 
585
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='realpath.c' object='mount-realpath.obj' libtool=no @AMDEPBACKSLASH@
 
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
587
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-realpath.obj `if test -f 'realpath.c'; then $(CYGPATH_W) 'realpath.c'; else $(CYGPATH_W) '$(srcdir)/realpath.c'; fi`
 
588
 
 
589
mount-fsprobe.o: fsprobe.c
 
590
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-fsprobe.o -MD -MP -MF $(DEPDIR)/mount-fsprobe.Tpo -c -o mount-fsprobe.o `test -f 'fsprobe.c' || echo '$(srcdir)/'`fsprobe.c
 
591
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-fsprobe.Tpo $(DEPDIR)/mount-fsprobe.Po
 
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe.c' object='mount-fsprobe.o' libtool=no @AMDEPBACKSLASH@
 
593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
594
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-fsprobe.o `test -f 'fsprobe.c' || echo '$(srcdir)/'`fsprobe.c
 
595
 
 
596
mount-fsprobe.obj: fsprobe.c
 
597
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-fsprobe.obj -MD -MP -MF $(DEPDIR)/mount-fsprobe.Tpo -c -o mount-fsprobe.obj `if test -f 'fsprobe.c'; then $(CYGPATH_W) 'fsprobe.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe.c'; fi`
 
598
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-fsprobe.Tpo $(DEPDIR)/mount-fsprobe.Po
 
599
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe.c' object='mount-fsprobe.obj' libtool=no @AMDEPBACKSLASH@
 
600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
601
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-fsprobe.obj `if test -f 'fsprobe.c'; then $(CYGPATH_W) 'fsprobe.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe.c'; fi`
 
602
 
 
603
mount-fsprobe_blkid.o: fsprobe_blkid.c
 
604
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-fsprobe_blkid.o -MD -MP -MF $(DEPDIR)/mount-fsprobe_blkid.Tpo -c -o mount-fsprobe_blkid.o `test -f 'fsprobe_blkid.c' || echo '$(srcdir)/'`fsprobe_blkid.c
 
605
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-fsprobe_blkid.Tpo $(DEPDIR)/mount-fsprobe_blkid.Po
 
606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe_blkid.c' object='mount-fsprobe_blkid.o' libtool=no @AMDEPBACKSLASH@
 
607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
608
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-fsprobe_blkid.o `test -f 'fsprobe_blkid.c' || echo '$(srcdir)/'`fsprobe_blkid.c
 
609
 
 
610
mount-fsprobe_blkid.obj: fsprobe_blkid.c
 
611
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-fsprobe_blkid.obj -MD -MP -MF $(DEPDIR)/mount-fsprobe_blkid.Tpo -c -o mount-fsprobe_blkid.obj `if test -f 'fsprobe_blkid.c'; then $(CYGPATH_W) 'fsprobe_blkid.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe_blkid.c'; fi`
 
612
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-fsprobe_blkid.Tpo $(DEPDIR)/mount-fsprobe_blkid.Po
 
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe_blkid.c' object='mount-fsprobe_blkid.obj' libtool=no @AMDEPBACKSLASH@
 
614
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
615
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-fsprobe_blkid.obj `if test -f 'fsprobe_blkid.c'; then $(CYGPATH_W) 'fsprobe_blkid.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe_blkid.c'; fi`
 
616
 
 
617
mount-fsprobe_volumeid.o: fsprobe_volumeid.c
 
618
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-fsprobe_volumeid.o -MD -MP -MF $(DEPDIR)/mount-fsprobe_volumeid.Tpo -c -o mount-fsprobe_volumeid.o `test -f 'fsprobe_volumeid.c' || echo '$(srcdir)/'`fsprobe_volumeid.c
 
619
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-fsprobe_volumeid.Tpo $(DEPDIR)/mount-fsprobe_volumeid.Po
 
620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe_volumeid.c' object='mount-fsprobe_volumeid.o' libtool=no @AMDEPBACKSLASH@
 
621
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
622
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-fsprobe_volumeid.o `test -f 'fsprobe_volumeid.c' || echo '$(srcdir)/'`fsprobe_volumeid.c
 
623
 
 
624
mount-fsprobe_volumeid.obj: fsprobe_volumeid.c
 
625
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-fsprobe_volumeid.obj -MD -MP -MF $(DEPDIR)/mount-fsprobe_volumeid.Tpo -c -o mount-fsprobe_volumeid.obj `if test -f 'fsprobe_volumeid.c'; then $(CYGPATH_W) 'fsprobe_volumeid.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe_volumeid.c'; fi`
 
626
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-fsprobe_volumeid.Tpo $(DEPDIR)/mount-fsprobe_volumeid.Po
 
627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe_volumeid.c' object='mount-fsprobe_volumeid.obj' libtool=no @AMDEPBACKSLASH@
 
628
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
629
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-fsprobe_volumeid.obj `if test -f 'fsprobe_volumeid.c'; then $(CYGPATH_W) 'fsprobe_volumeid.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe_volumeid.c'; fi`
 
630
 
 
631
mount-env.o: ../lib/env.c
 
632
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-env.o -MD -MP -MF $(DEPDIR)/mount-env.Tpo -c -o mount-env.o `test -f '../lib/env.c' || echo '$(srcdir)/'`../lib/env.c
 
633
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-env.Tpo $(DEPDIR)/mount-env.Po
 
634
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../lib/env.c' object='mount-env.o' libtool=no @AMDEPBACKSLASH@
 
635
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
636
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-env.o `test -f '../lib/env.c' || echo '$(srcdir)/'`../lib/env.c
 
637
 
 
638
mount-env.obj: ../lib/env.c
 
639
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-env.obj -MD -MP -MF $(DEPDIR)/mount-env.Tpo -c -o mount-env.obj `if test -f '../lib/env.c'; then $(CYGPATH_W) '../lib/env.c'; else $(CYGPATH_W) '$(srcdir)/../lib/env.c'; fi`
 
640
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-env.Tpo $(DEPDIR)/mount-env.Po
 
641
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../lib/env.c' object='mount-env.obj' libtool=no @AMDEPBACKSLASH@
 
642
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
643
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-env.obj `if test -f '../lib/env.c'; then $(CYGPATH_W) '../lib/env.c'; else $(CYGPATH_W) '$(srcdir)/../lib/env.c'; fi`
 
644
 
 
645
mount-setproctitle.o: ../lib/setproctitle.c
 
646
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-setproctitle.o -MD -MP -MF $(DEPDIR)/mount-setproctitle.Tpo -c -o mount-setproctitle.o `test -f '../lib/setproctitle.c' || echo '$(srcdir)/'`../lib/setproctitle.c
 
647
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-setproctitle.Tpo $(DEPDIR)/mount-setproctitle.Po
 
648
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../lib/setproctitle.c' object='mount-setproctitle.o' libtool=no @AMDEPBACKSLASH@
 
649
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
650
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-setproctitle.o `test -f '../lib/setproctitle.c' || echo '$(srcdir)/'`../lib/setproctitle.c
 
651
 
 
652
mount-setproctitle.obj: ../lib/setproctitle.c
 
653
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -MT mount-setproctitle.obj -MD -MP -MF $(DEPDIR)/mount-setproctitle.Tpo -c -o mount-setproctitle.obj `if test -f '../lib/setproctitle.c'; then $(CYGPATH_W) '../lib/setproctitle.c'; else $(CYGPATH_W) '$(srcdir)/../lib/setproctitle.c'; fi`
 
654
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mount-setproctitle.Tpo $(DEPDIR)/mount-setproctitle.Po
 
655
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../lib/setproctitle.c' object='mount-setproctitle.obj' libtool=no @AMDEPBACKSLASH@
 
656
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
657
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mount_CFLAGS) $(CFLAGS) -c -o mount-setproctitle.obj `if test -f '../lib/setproctitle.c'; then $(CYGPATH_W) '../lib/setproctitle.c'; else $(CYGPATH_W) '$(srcdir)/../lib/setproctitle.c'; fi`
 
658
 
 
659
mtab_lock_test-fstab.o: fstab.c
 
660
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mtab_lock_test-fstab.o -MD -MP -MF $(DEPDIR)/mtab_lock_test-fstab.Tpo -c -o mtab_lock_test-fstab.o `test -f 'fstab.c' || echo '$(srcdir)/'`fstab.c
 
661
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mtab_lock_test-fstab.Tpo $(DEPDIR)/mtab_lock_test-fstab.Po
 
662
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fstab.c' object='mtab_lock_test-fstab.o' libtool=no @AMDEPBACKSLASH@
 
663
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
664
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mtab_lock_test-fstab.o `test -f 'fstab.c' || echo '$(srcdir)/'`fstab.c
 
665
 
 
666
mtab_lock_test-fstab.obj: fstab.c
 
667
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mtab_lock_test-fstab.obj -MD -MP -MF $(DEPDIR)/mtab_lock_test-fstab.Tpo -c -o mtab_lock_test-fstab.obj `if test -f 'fstab.c'; then $(CYGPATH_W) 'fstab.c'; else $(CYGPATH_W) '$(srcdir)/fstab.c'; fi`
 
668
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mtab_lock_test-fstab.Tpo $(DEPDIR)/mtab_lock_test-fstab.Po
 
669
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fstab.c' object='mtab_lock_test-fstab.obj' libtool=no @AMDEPBACKSLASH@
 
670
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
671
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mtab_lock_test-fstab.obj `if test -f 'fstab.c'; then $(CYGPATH_W) 'fstab.c'; else $(CYGPATH_W) '$(srcdir)/fstab.c'; fi`
 
672
 
 
673
mtab_lock_test-sundries.o: sundries.c
 
674
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mtab_lock_test-sundries.o -MD -MP -MF $(DEPDIR)/mtab_lock_test-sundries.Tpo -c -o mtab_lock_test-sundries.o `test -f 'sundries.c' || echo '$(srcdir)/'`sundries.c
 
675
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mtab_lock_test-sundries.Tpo $(DEPDIR)/mtab_lock_test-sundries.Po
 
676
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sundries.c' object='mtab_lock_test-sundries.o' libtool=no @AMDEPBACKSLASH@
 
677
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
678
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mtab_lock_test-sundries.o `test -f 'sundries.c' || echo '$(srcdir)/'`sundries.c
 
679
 
 
680
mtab_lock_test-sundries.obj: sundries.c
 
681
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mtab_lock_test-sundries.obj -MD -MP -MF $(DEPDIR)/mtab_lock_test-sundries.Tpo -c -o mtab_lock_test-sundries.obj `if test -f 'sundries.c'; then $(CYGPATH_W) 'sundries.c'; else $(CYGPATH_W) '$(srcdir)/sundries.c'; fi`
 
682
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mtab_lock_test-sundries.Tpo $(DEPDIR)/mtab_lock_test-sundries.Po
 
683
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sundries.c' object='mtab_lock_test-sundries.obj' libtool=no @AMDEPBACKSLASH@
 
684
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
685
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mtab_lock_test-sundries.obj `if test -f 'sundries.c'; then $(CYGPATH_W) 'sundries.c'; else $(CYGPATH_W) '$(srcdir)/sundries.c'; fi`
 
686
 
 
687
mtab_lock_test-xmalloc.o: xmalloc.c
 
688
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mtab_lock_test-xmalloc.o -MD -MP -MF $(DEPDIR)/mtab_lock_test-xmalloc.Tpo -c -o mtab_lock_test-xmalloc.o `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
 
689
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mtab_lock_test-xmalloc.Tpo $(DEPDIR)/mtab_lock_test-xmalloc.Po
 
690
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xmalloc.c' object='mtab_lock_test-xmalloc.o' libtool=no @AMDEPBACKSLASH@
 
691
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
692
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mtab_lock_test-xmalloc.o `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
 
693
 
 
694
mtab_lock_test-xmalloc.obj: xmalloc.c
 
695
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mtab_lock_test-xmalloc.obj -MD -MP -MF $(DEPDIR)/mtab_lock_test-xmalloc.Tpo -c -o mtab_lock_test-xmalloc.obj `if test -f 'xmalloc.c'; then $(CYGPATH_W) 'xmalloc.c'; else $(CYGPATH_W) '$(srcdir)/xmalloc.c'; fi`
 
696
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/mtab_lock_test-xmalloc.Tpo $(DEPDIR)/mtab_lock_test-xmalloc.Po
 
697
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xmalloc.c' object='mtab_lock_test-xmalloc.obj' libtool=no @AMDEPBACKSLASH@
 
698
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
699
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mtab_lock_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mtab_lock_test-xmalloc.obj `if test -f 'xmalloc.c'; then $(CYGPATH_W) 'xmalloc.c'; else $(CYGPATH_W) '$(srcdir)/xmalloc.c'; fi`
 
700
 
 
701
umount-umount.o: umount.c
 
702
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-umount.o -MD -MP -MF $(DEPDIR)/umount-umount.Tpo -c -o umount-umount.o `test -f 'umount.c' || echo '$(srcdir)/'`umount.c
 
703
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-umount.Tpo $(DEPDIR)/umount-umount.Po
 
704
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='umount.c' object='umount-umount.o' libtool=no @AMDEPBACKSLASH@
 
705
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
706
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-umount.o `test -f 'umount.c' || echo '$(srcdir)/'`umount.c
 
707
 
 
708
umount-umount.obj: umount.c
 
709
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-umount.obj -MD -MP -MF $(DEPDIR)/umount-umount.Tpo -c -o umount-umount.obj `if test -f 'umount.c'; then $(CYGPATH_W) 'umount.c'; else $(CYGPATH_W) '$(srcdir)/umount.c'; fi`
 
710
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-umount.Tpo $(DEPDIR)/umount-umount.Po
 
711
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='umount.c' object='umount-umount.obj' libtool=no @AMDEPBACKSLASH@
 
712
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
713
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-umount.obj `if test -f 'umount.c'; then $(CYGPATH_W) 'umount.c'; else $(CYGPATH_W) '$(srcdir)/umount.c'; fi`
 
714
 
 
715
umount-fstab.o: fstab.c
 
716
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-fstab.o -MD -MP -MF $(DEPDIR)/umount-fstab.Tpo -c -o umount-fstab.o `test -f 'fstab.c' || echo '$(srcdir)/'`fstab.c
 
717
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-fstab.Tpo $(DEPDIR)/umount-fstab.Po
 
718
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fstab.c' object='umount-fstab.o' libtool=no @AMDEPBACKSLASH@
 
719
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
720
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-fstab.o `test -f 'fstab.c' || echo '$(srcdir)/'`fstab.c
 
721
 
 
722
umount-fstab.obj: fstab.c
 
723
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-fstab.obj -MD -MP -MF $(DEPDIR)/umount-fstab.Tpo -c -o umount-fstab.obj `if test -f 'fstab.c'; then $(CYGPATH_W) 'fstab.c'; else $(CYGPATH_W) '$(srcdir)/fstab.c'; fi`
 
724
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-fstab.Tpo $(DEPDIR)/umount-fstab.Po
 
725
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fstab.c' object='umount-fstab.obj' libtool=no @AMDEPBACKSLASH@
 
726
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
727
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-fstab.obj `if test -f 'fstab.c'; then $(CYGPATH_W) 'fstab.c'; else $(CYGPATH_W) '$(srcdir)/fstab.c'; fi`
 
728
 
 
729
umount-mount_mntent.o: mount_mntent.c
 
730
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-mount_mntent.o -MD -MP -MF $(DEPDIR)/umount-mount_mntent.Tpo -c -o umount-mount_mntent.o `test -f 'mount_mntent.c' || echo '$(srcdir)/'`mount_mntent.c
 
731
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-mount_mntent.Tpo $(DEPDIR)/umount-mount_mntent.Po
 
732
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mount_mntent.c' object='umount-mount_mntent.o' libtool=no @AMDEPBACKSLASH@
 
733
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
734
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-mount_mntent.o `test -f 'mount_mntent.c' || echo '$(srcdir)/'`mount_mntent.c
 
735
 
 
736
umount-mount_mntent.obj: mount_mntent.c
 
737
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-mount_mntent.obj -MD -MP -MF $(DEPDIR)/umount-mount_mntent.Tpo -c -o umount-mount_mntent.obj `if test -f 'mount_mntent.c'; then $(CYGPATH_W) 'mount_mntent.c'; else $(CYGPATH_W) '$(srcdir)/mount_mntent.c'; fi`
 
738
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-mount_mntent.Tpo $(DEPDIR)/umount-mount_mntent.Po
 
739
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mount_mntent.c' object='umount-mount_mntent.obj' libtool=no @AMDEPBACKSLASH@
 
740
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
741
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-mount_mntent.obj `if test -f 'mount_mntent.c'; then $(CYGPATH_W) 'mount_mntent.c'; else $(CYGPATH_W) '$(srcdir)/mount_mntent.c'; fi`
 
742
 
 
743
umount-getusername.o: getusername.c
 
744
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-getusername.o -MD -MP -MF $(DEPDIR)/umount-getusername.Tpo -c -o umount-getusername.o `test -f 'getusername.c' || echo '$(srcdir)/'`getusername.c
 
745
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-getusername.Tpo $(DEPDIR)/umount-getusername.Po
 
746
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getusername.c' object='umount-getusername.o' libtool=no @AMDEPBACKSLASH@
 
747
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
748
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-getusername.o `test -f 'getusername.c' || echo '$(srcdir)/'`getusername.c
 
749
 
 
750
umount-getusername.obj: getusername.c
 
751
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-getusername.obj -MD -MP -MF $(DEPDIR)/umount-getusername.Tpo -c -o umount-getusername.obj `if test -f 'getusername.c'; then $(CYGPATH_W) 'getusername.c'; else $(CYGPATH_W) '$(srcdir)/getusername.c'; fi`
 
752
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-getusername.Tpo $(DEPDIR)/umount-getusername.Po
 
753
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='getusername.c' object='umount-getusername.obj' libtool=no @AMDEPBACKSLASH@
 
754
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
755
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-getusername.obj `if test -f 'getusername.c'; then $(CYGPATH_W) 'getusername.c'; else $(CYGPATH_W) '$(srcdir)/getusername.c'; fi`
 
756
 
 
757
umount-lomount.o: lomount.c
 
758
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-lomount.o -MD -MP -MF $(DEPDIR)/umount-lomount.Tpo -c -o umount-lomount.o `test -f 'lomount.c' || echo '$(srcdir)/'`lomount.c
 
759
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-lomount.Tpo $(DEPDIR)/umount-lomount.Po
 
760
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lomount.c' object='umount-lomount.o' libtool=no @AMDEPBACKSLASH@
 
761
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
762
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-lomount.o `test -f 'lomount.c' || echo '$(srcdir)/'`lomount.c
 
763
 
 
764
umount-lomount.obj: lomount.c
 
765
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-lomount.obj -MD -MP -MF $(DEPDIR)/umount-lomount.Tpo -c -o umount-lomount.obj `if test -f 'lomount.c'; then $(CYGPATH_W) 'lomount.c'; else $(CYGPATH_W) '$(srcdir)/lomount.c'; fi`
 
766
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-lomount.Tpo $(DEPDIR)/umount-lomount.Po
 
767
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lomount.c' object='umount-lomount.obj' libtool=no @AMDEPBACKSLASH@
 
768
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
769
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-lomount.obj `if test -f 'lomount.c'; then $(CYGPATH_W) 'lomount.c'; else $(CYGPATH_W) '$(srcdir)/lomount.c'; fi`
 
770
 
 
771
umount-sundries.o: sundries.c
 
772
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-sundries.o -MD -MP -MF $(DEPDIR)/umount-sundries.Tpo -c -o umount-sundries.o `test -f 'sundries.c' || echo '$(srcdir)/'`sundries.c
 
773
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-sundries.Tpo $(DEPDIR)/umount-sundries.Po
 
774
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sundries.c' object='umount-sundries.o' libtool=no @AMDEPBACKSLASH@
 
775
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
776
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-sundries.o `test -f 'sundries.c' || echo '$(srcdir)/'`sundries.c
 
777
 
 
778
umount-sundries.obj: sundries.c
 
779
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-sundries.obj -MD -MP -MF $(DEPDIR)/umount-sundries.Tpo -c -o umount-sundries.obj `if test -f 'sundries.c'; then $(CYGPATH_W) 'sundries.c'; else $(CYGPATH_W) '$(srcdir)/sundries.c'; fi`
 
780
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-sundries.Tpo $(DEPDIR)/umount-sundries.Po
 
781
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sundries.c' object='umount-sundries.obj' libtool=no @AMDEPBACKSLASH@
 
782
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
783
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-sundries.obj `if test -f 'sundries.c'; then $(CYGPATH_W) 'sundries.c'; else $(CYGPATH_W) '$(srcdir)/sundries.c'; fi`
 
784
 
 
785
umount-xmalloc.o: xmalloc.c
 
786
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-xmalloc.o -MD -MP -MF $(DEPDIR)/umount-xmalloc.Tpo -c -o umount-xmalloc.o `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
 
787
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-xmalloc.Tpo $(DEPDIR)/umount-xmalloc.Po
 
788
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xmalloc.c' object='umount-xmalloc.o' libtool=no @AMDEPBACKSLASH@
 
789
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
790
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-xmalloc.o `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
 
791
 
 
792
umount-xmalloc.obj: xmalloc.c
 
793
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-xmalloc.obj -MD -MP -MF $(DEPDIR)/umount-xmalloc.Tpo -c -o umount-xmalloc.obj `if test -f 'xmalloc.c'; then $(CYGPATH_W) 'xmalloc.c'; else $(CYGPATH_W) '$(srcdir)/xmalloc.c'; fi`
 
794
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-xmalloc.Tpo $(DEPDIR)/umount-xmalloc.Po
 
795
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xmalloc.c' object='umount-xmalloc.obj' libtool=no @AMDEPBACKSLASH@
 
796
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
797
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-xmalloc.obj `if test -f 'xmalloc.c'; then $(CYGPATH_W) 'xmalloc.c'; else $(CYGPATH_W) '$(srcdir)/xmalloc.c'; fi`
 
798
 
 
799
umount-realpath.o: realpath.c
 
800
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-realpath.o -MD -MP -MF $(DEPDIR)/umount-realpath.Tpo -c -o umount-realpath.o `test -f 'realpath.c' || echo '$(srcdir)/'`realpath.c
 
801
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-realpath.Tpo $(DEPDIR)/umount-realpath.Po
 
802
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='realpath.c' object='umount-realpath.o' libtool=no @AMDEPBACKSLASH@
 
803
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
804
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-realpath.o `test -f 'realpath.c' || echo '$(srcdir)/'`realpath.c
 
805
 
 
806
umount-realpath.obj: realpath.c
 
807
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-realpath.obj -MD -MP -MF $(DEPDIR)/umount-realpath.Tpo -c -o umount-realpath.obj `if test -f 'realpath.c'; then $(CYGPATH_W) 'realpath.c'; else $(CYGPATH_W) '$(srcdir)/realpath.c'; fi`
 
808
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-realpath.Tpo $(DEPDIR)/umount-realpath.Po
 
809
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='realpath.c' object='umount-realpath.obj' libtool=no @AMDEPBACKSLASH@
 
810
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
811
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-realpath.obj `if test -f 'realpath.c'; then $(CYGPATH_W) 'realpath.c'; else $(CYGPATH_W) '$(srcdir)/realpath.c'; fi`
 
812
 
 
813
umount-fsprobe.o: fsprobe.c
 
814
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-fsprobe.o -MD -MP -MF $(DEPDIR)/umount-fsprobe.Tpo -c -o umount-fsprobe.o `test -f 'fsprobe.c' || echo '$(srcdir)/'`fsprobe.c
 
815
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-fsprobe.Tpo $(DEPDIR)/umount-fsprobe.Po
 
816
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe.c' object='umount-fsprobe.o' libtool=no @AMDEPBACKSLASH@
 
817
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
818
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-fsprobe.o `test -f 'fsprobe.c' || echo '$(srcdir)/'`fsprobe.c
 
819
 
 
820
umount-fsprobe.obj: fsprobe.c
 
821
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-fsprobe.obj -MD -MP -MF $(DEPDIR)/umount-fsprobe.Tpo -c -o umount-fsprobe.obj `if test -f 'fsprobe.c'; then $(CYGPATH_W) 'fsprobe.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe.c'; fi`
 
822
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-fsprobe.Tpo $(DEPDIR)/umount-fsprobe.Po
 
823
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe.c' object='umount-fsprobe.obj' libtool=no @AMDEPBACKSLASH@
 
824
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
825
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-fsprobe.obj `if test -f 'fsprobe.c'; then $(CYGPATH_W) 'fsprobe.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe.c'; fi`
 
826
 
 
827
umount-fsprobe_blkid.o: fsprobe_blkid.c
 
828
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-fsprobe_blkid.o -MD -MP -MF $(DEPDIR)/umount-fsprobe_blkid.Tpo -c -o umount-fsprobe_blkid.o `test -f 'fsprobe_blkid.c' || echo '$(srcdir)/'`fsprobe_blkid.c
 
829
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-fsprobe_blkid.Tpo $(DEPDIR)/umount-fsprobe_blkid.Po
 
830
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe_blkid.c' object='umount-fsprobe_blkid.o' libtool=no @AMDEPBACKSLASH@
 
831
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
832
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-fsprobe_blkid.o `test -f 'fsprobe_blkid.c' || echo '$(srcdir)/'`fsprobe_blkid.c
 
833
 
 
834
umount-fsprobe_blkid.obj: fsprobe_blkid.c
 
835
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-fsprobe_blkid.obj -MD -MP -MF $(DEPDIR)/umount-fsprobe_blkid.Tpo -c -o umount-fsprobe_blkid.obj `if test -f 'fsprobe_blkid.c'; then $(CYGPATH_W) 'fsprobe_blkid.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe_blkid.c'; fi`
 
836
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-fsprobe_blkid.Tpo $(DEPDIR)/umount-fsprobe_blkid.Po
 
837
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe_blkid.c' object='umount-fsprobe_blkid.obj' libtool=no @AMDEPBACKSLASH@
 
838
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
839
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-fsprobe_blkid.obj `if test -f 'fsprobe_blkid.c'; then $(CYGPATH_W) 'fsprobe_blkid.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe_blkid.c'; fi`
 
840
 
 
841
umount-fsprobe_volumeid.o: fsprobe_volumeid.c
 
842
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-fsprobe_volumeid.o -MD -MP -MF $(DEPDIR)/umount-fsprobe_volumeid.Tpo -c -o umount-fsprobe_volumeid.o `test -f 'fsprobe_volumeid.c' || echo '$(srcdir)/'`fsprobe_volumeid.c
 
843
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-fsprobe_volumeid.Tpo $(DEPDIR)/umount-fsprobe_volumeid.Po
 
844
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe_volumeid.c' object='umount-fsprobe_volumeid.o' libtool=no @AMDEPBACKSLASH@
 
845
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
846
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-fsprobe_volumeid.o `test -f 'fsprobe_volumeid.c' || echo '$(srcdir)/'`fsprobe_volumeid.c
 
847
 
 
848
umount-fsprobe_volumeid.obj: fsprobe_volumeid.c
 
849
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-fsprobe_volumeid.obj -MD -MP -MF $(DEPDIR)/umount-fsprobe_volumeid.Tpo -c -o umount-fsprobe_volumeid.obj `if test -f 'fsprobe_volumeid.c'; then $(CYGPATH_W) 'fsprobe_volumeid.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe_volumeid.c'; fi`
 
850
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-fsprobe_volumeid.Tpo $(DEPDIR)/umount-fsprobe_volumeid.Po
 
851
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fsprobe_volumeid.c' object='umount-fsprobe_volumeid.obj' libtool=no @AMDEPBACKSLASH@
 
852
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
853
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-fsprobe_volumeid.obj `if test -f 'fsprobe_volumeid.c'; then $(CYGPATH_W) 'fsprobe_volumeid.c'; else $(CYGPATH_W) '$(srcdir)/fsprobe_volumeid.c'; fi`
 
854
 
 
855
umount-env.o: ../lib/env.c
 
856
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-env.o -MD -MP -MF $(DEPDIR)/umount-env.Tpo -c -o umount-env.o `test -f '../lib/env.c' || echo '$(srcdir)/'`../lib/env.c
 
857
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-env.Tpo $(DEPDIR)/umount-env.Po
 
858
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../lib/env.c' object='umount-env.o' libtool=no @AMDEPBACKSLASH@
 
859
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
860
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-env.o `test -f '../lib/env.c' || echo '$(srcdir)/'`../lib/env.c
 
861
 
 
862
umount-env.obj: ../lib/env.c
 
863
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -MT umount-env.obj -MD -MP -MF $(DEPDIR)/umount-env.Tpo -c -o umount-env.obj `if test -f '../lib/env.c'; then $(CYGPATH_W) '../lib/env.c'; else $(CYGPATH_W) '$(srcdir)/../lib/env.c'; fi`
 
864
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/umount-env.Tpo $(DEPDIR)/umount-env.Po
 
865
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../lib/env.c' object='umount-env.obj' libtool=no @AMDEPBACKSLASH@
 
866
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
867
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(umount_CFLAGS) $(CFLAGS) -c -o umount-env.obj `if test -f '../lib/env.c'; then $(CYGPATH_W) '../lib/env.c'; else $(CYGPATH_W) '$(srcdir)/../lib/env.c'; fi`
 
868
install-man5: $(man5_MANS) $(man_MANS)
 
869
        @$(NORMAL_INSTALL)
 
870
        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
 
871
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
 
872
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
873
        for i in $$l2; do \
 
874
          case "$$i" in \
 
875
            *.5*) list="$$list $$i" ;; \
 
876
          esac; \
 
877
        done; \
 
878
        for i in $$list; do \
 
879
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
880
          else file=$$i; fi; \
 
881
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
882
          case "$$ext" in \
 
883
            5*) ;; \
 
884
            *) ext='5' ;; \
 
885
          esac; \
 
886
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
887
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
888
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
889
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
 
890
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
 
891
        done
 
892
uninstall-man5:
 
893
        @$(NORMAL_UNINSTALL)
 
894
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
 
895
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
896
        for i in $$l2; do \
 
897
          case "$$i" in \
 
898
            *.5*) list="$$list $$i" ;; \
 
899
          esac; \
 
900
        done; \
 
901
        for i in $$list; do \
 
902
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
903
          case "$$ext" in \
 
904
            5*) ;; \
 
905
            *) ext='5' ;; \
 
906
          esac; \
 
907
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
908
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
909
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
910
          echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
 
911
          rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
 
912
        done
 
913
install-man8: $(man8_MANS) $(man_MANS)
 
914
        @$(NORMAL_INSTALL)
 
915
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
 
916
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
917
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
918
        for i in $$l2; do \
 
919
          case "$$i" in \
 
920
            *.8*) list="$$list $$i" ;; \
 
921
          esac; \
 
922
        done; \
 
923
        for i in $$list; do \
 
924
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
925
          else file=$$i; fi; \
 
926
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
927
          case "$$ext" in \
 
928
            8*) ;; \
 
929
            *) ext='8' ;; \
 
930
          esac; \
 
931
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
932
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
933
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
934
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
935
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
 
936
        done
 
937
uninstall-man8:
 
938
        @$(NORMAL_UNINSTALL)
 
939
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
940
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
941
        for i in $$l2; do \
 
942
          case "$$i" in \
 
943
            *.8*) list="$$list $$i" ;; \
 
944
          esac; \
 
945
        done; \
 
946
        for i in $$list; do \
 
947
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
948
          case "$$ext" in \
 
949
            8*) ;; \
 
950
            *) ext='8' ;; \
 
951
          esac; \
 
952
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
953
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
954
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
955
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
 
956
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
 
957
        done
 
958
 
 
959
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
960
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
961
        unique=`for i in $$list; do \
 
962
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
963
          done | \
 
964
          $(AWK) '    { files[$$0] = 1; } \
 
965
               END { for (i in files) print i; }'`; \
 
966
        mkid -fID $$unique
 
967
tags: TAGS
 
968
 
 
969
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
970
                $(TAGS_FILES) $(LISP)
 
971
        tags=; \
 
972
        here=`pwd`; \
 
973
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
974
        unique=`for i in $$list; do \
 
975
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
976
          done | \
 
977
          $(AWK) '    { files[$$0] = 1; } \
 
978
               END { for (i in files) print i; }'`; \
 
979
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
980
          test -n "$$unique" || unique=$$empty_fix; \
 
981
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
982
            $$tags $$unique; \
 
983
        fi
 
984
ctags: CTAGS
 
985
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
986
                $(TAGS_FILES) $(LISP)
 
987
        tags=; \
 
988
        here=`pwd`; \
 
989
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
990
        unique=`for i in $$list; do \
 
991
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
992
          done | \
 
993
          $(AWK) '    { files[$$0] = 1; } \
 
994
               END { for (i in files) print i; }'`; \
 
995
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
996
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
997
             $$tags $$unique
 
998
 
 
999
GTAGS:
 
1000
        here=`$(am__cd) $(top_builddir) && pwd` \
 
1001
          && cd $(top_srcdir) \
 
1002
          && gtags -i $(GTAGS_ARGS) $$here
 
1003
 
 
1004
distclean-tags:
 
1005
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
1006
 
 
1007
distdir: $(DISTFILES)
 
1008
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1009
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1010
        list='$(DISTFILES)'; \
 
1011
          dist_files=`for file in $$list; do echo $$file; done | \
 
1012
          sed -e "s|^$$srcdirstrip/||;t" \
 
1013
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1014
        case $$dist_files in \
 
1015
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1016
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1017
                           sort -u` ;; \
 
1018
        esac; \
 
1019
        for file in $$dist_files; do \
 
1020
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1021
          if test -d $$d/$$file; then \
 
1022
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1023
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1024
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1025
            fi; \
 
1026
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1027
          else \
 
1028
            test -f $(distdir)/$$file \
 
1029
            || cp -p $$d/$$file $(distdir)/$$file \
 
1030
            || exit 1; \
 
1031
          fi; \
 
1032
        done
 
1033
check-am: all-am
 
1034
check: check-am
 
1035
all-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
 
1036
installdirs:
 
1037
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
 
1038
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
1039
        done
 
1040
install: install-am
 
1041
install-exec: install-exec-am
 
1042
install-data: install-data-am
 
1043
uninstall: uninstall-am
 
1044
 
 
1045
install-am: all-am
 
1046
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1047
 
 
1048
installcheck: installcheck-am
 
1049
install-strip:
 
1050
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1051
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1052
          `test -z '$(STRIP)' || \
 
1053
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1054
mostlyclean-generic:
 
1055
 
 
1056
clean-generic:
 
1057
 
 
1058
distclean-generic:
 
1059
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1060
 
 
1061
maintainer-clean-generic:
 
1062
        @echo "This command is intended for maintainers to use"
 
1063
        @echo "it deletes files that may require special tools to rebuild."
 
1064
clean: clean-am
 
1065
 
 
1066
clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
 
1067
        clean-sbinPROGRAMS mostlyclean-am
 
1068
 
 
1069
distclean: distclean-am
 
1070
        -rm -rf ./$(DEPDIR)
 
1071
        -rm -f Makefile
 
1072
distclean-am: clean-am distclean-compile distclean-generic \
 
1073
        distclean-tags
 
1074
 
 
1075
dvi: dvi-am
 
1076
 
 
1077
dvi-am:
 
1078
 
 
1079
html: html-am
 
1080
 
 
1081
info: info-am
 
1082
 
 
1083
info-am:
 
1084
 
 
1085
install-data-am: install-man
 
1086
 
 
1087
install-dvi: install-dvi-am
 
1088
 
 
1089
install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
 
1090
        @$(NORMAL_INSTALL)
 
1091
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
1092
 
 
1093
install-html: install-html-am
 
1094
 
 
1095
install-info: install-info-am
 
1096
 
 
1097
install-man: install-man5 install-man8
 
1098
 
 
1099
install-pdf: install-pdf-am
 
1100
 
 
1101
install-ps: install-ps-am
 
1102
 
 
1103
installcheck-am:
 
1104
 
 
1105
maintainer-clean: maintainer-clean-am
 
1106
        -rm -rf ./$(DEPDIR)
 
1107
        -rm -f Makefile
 
1108
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1109
 
 
1110
mostlyclean: mostlyclean-am
 
1111
 
 
1112
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
1113
 
 
1114
pdf: pdf-am
 
1115
 
 
1116
pdf-am:
 
1117
 
 
1118
ps: ps-am
 
1119
 
 
1120
ps-am:
 
1121
 
 
1122
uninstall-am: uninstall-binPROGRAMS uninstall-man \
 
1123
        uninstall-sbinPROGRAMS
 
1124
 
 
1125
uninstall-man: uninstall-man5 uninstall-man8
 
1126
 
 
1127
.MAKE: install-am install-exec-am install-strip
 
1128
 
 
1129
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
1130
        clean-generic clean-noinstPROGRAMS clean-sbinPROGRAMS ctags \
 
1131
        distclean distclean-compile distclean-generic distclean-tags \
 
1132
        distdir dvi dvi-am html html-am info info-am install \
 
1133
        install-am install-binPROGRAMS install-data install-data-am \
 
1134
        install-dvi install-dvi-am install-exec install-exec-am \
 
1135
        install-exec-hook install-html install-html-am install-info \
 
1136
        install-info-am install-man install-man5 install-man8 \
 
1137
        install-pdf install-pdf-am install-ps install-ps-am \
 
1138
        install-sbinPROGRAMS install-strip installcheck \
 
1139
        installcheck-am installdirs maintainer-clean \
 
1140
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1141
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
1142
        uninstall-am uninstall-binPROGRAMS uninstall-man \
 
1143
        uninstall-man5 uninstall-man8 uninstall-sbinPROGRAMS
 
1144
 
 
1145
 
 
1146
install-exec-hook:
 
1147
        chmod 4755 $(DESTDIR)$(bindir)/mount
 
1148
        chmod 4755 $(DESTDIR)$(bindir)/umount
 
1149
        cd $(DESTDIR)$(sbindir) && ln -sf swapon swapoff
 
1150
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1151
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1152
.NOEXPORT: