Tizen 2.1 base
[framework/base/fuse.git] / util / Makefile.in
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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 bin_PROGRAMS = fusermount$(EXEEXT) ulockmgr_server$(EXEEXT)
39 noinst_PROGRAMS = mount.fuse$(EXEEXT)
40 subdir = util
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
44         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
45         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
46         $(top_srcdir)/configure.in
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48         $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = $(top_builddir)/include/config.h
51 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
53 am__installdirs = "$(DESTDIR)$(bindir)"
54 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
55 am_fusermount_OBJECTS = fusermount-fusermount.$(OBJEXT) \
56         fusermount-mount_util.$(OBJEXT)
57 fusermount_OBJECTS = $(am_fusermount_OBJECTS)
58 fusermount_LDADD = $(LDADD)
59 AM_V_lt = $(am__v_lt_$(V))
60 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
61 am__v_lt_0 = --silent
62 am_mount_fuse_OBJECTS = mount.fuse.$(OBJEXT)
63 mount_fuse_OBJECTS = $(am_mount_fuse_OBJECTS)
64 mount_fuse_LDADD = $(LDADD)
65 am_ulockmgr_server_OBJECTS =  \
66         ulockmgr_server-ulockmgr_server.$(OBJEXT)
67 ulockmgr_server_OBJECTS = $(am_ulockmgr_server_OBJECTS)
68 ulockmgr_server_LDADD = $(LDADD)
69 ulockmgr_server_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
70         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
71         $(AM_CFLAGS) $(CFLAGS) $(ulockmgr_server_LDFLAGS) $(LDFLAGS) \
72         -o $@
73 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
74 depcomp = $(SHELL) $(top_srcdir)/depcomp
75 am__depfiles_maybe = depfiles
76 am__mv = mv -f
77 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
80         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
81         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82         $(AM_CFLAGS) $(CFLAGS)
83 AM_V_CC = $(am__v_CC_$(V))
84 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
85 am__v_CC_0 = @echo "  CC    " $@;
86 AM_V_at = $(am__v_at_$(V))
87 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
88 am__v_at_0 = @
89 CCLD = $(CC)
90 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
91         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
92         $(AM_LDFLAGS) $(LDFLAGS) -o $@
93 AM_V_CCLD = $(am__v_CCLD_$(V))
94 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
95 am__v_CCLD_0 = @echo "  CCLD  " $@;
96 AM_V_GEN = $(am__v_GEN_$(V))
97 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
98 am__v_GEN_0 = @echo "  GEN   " $@;
99 SOURCES = $(fusermount_SOURCES) $(mount_fuse_SOURCES) \
100         $(ulockmgr_server_SOURCES)
101 DIST_SOURCES = $(fusermount_SOURCES) $(mount_fuse_SOURCES) \
102         $(ulockmgr_server_SOURCES)
103 ETAGS = etags
104 CTAGS = ctags
105 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106 ACLOCAL = @ACLOCAL@
107 AMTAR = @AMTAR@
108 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
109 AR = @AR@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 CC = @CC@
115 CCDEPMODE = @CCDEPMODE@
116 CFLAGS = @CFLAGS@
117 CPP = @CPP@
118 CPPFLAGS = @CPPFLAGS@
119 CYGPATH_W = @CYGPATH_W@
120 DEFS = @DEFS@
121 DEPDIR = @DEPDIR@
122 DLLTOOL = @DLLTOOL@
123 DSYMUTIL = @DSYMUTIL@
124 DUMPBIN = @DUMPBIN@
125 ECHO_C = @ECHO_C@
126 ECHO_N = @ECHO_N@
127 ECHO_T = @ECHO_T@
128 EGREP = @EGREP@
129 EXEEXT = @EXEEXT@
130 FGREP = @FGREP@
131 GREP = @GREP@
132 INIT_D_PATH = @INIT_D_PATH@
133 INSTALL = @INSTALL@
134 INSTALL_DATA = @INSTALL_DATA@
135 INSTALL_PROGRAM = @INSTALL_PROGRAM@
136 INSTALL_SCRIPT = @INSTALL_SCRIPT@
137 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138 LD = @LD@
139 LDFLAGS = @LDFLAGS@
140 LIBICONV = @LIBICONV@
141 LIBOBJS = @LIBOBJS@
142 LIBS = @LIBS@
143 LIBTOOL = @LIBTOOL@
144 LIPO = @LIPO@
145 LN_S = @LN_S@
146 LTLIBICONV = @LTLIBICONV@
147 LTLIBOBJS = @LTLIBOBJS@
148 MAKEINFO = @MAKEINFO@
149 MANIFEST_TOOL = @MANIFEST_TOOL@
150 MKDIR_P = @MKDIR_P@
151 MOUNT_FUSE_PATH = @MOUNT_FUSE_PATH@
152 NM = @NM@
153 NMEDIT = @NMEDIT@
154 OBJDUMP = @OBJDUMP@
155 OBJEXT = @OBJEXT@
156 OTOOL = @OTOOL@
157 OTOOL64 = @OTOOL64@
158 PACKAGE = @PACKAGE@
159 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160 PACKAGE_NAME = @PACKAGE_NAME@
161 PACKAGE_STRING = @PACKAGE_STRING@
162 PACKAGE_TARNAME = @PACKAGE_TARNAME@
163 PACKAGE_URL = @PACKAGE_URL@
164 PACKAGE_VERSION = @PACKAGE_VERSION@
165 PATH_SEPARATOR = @PATH_SEPARATOR@
166 RANLIB = @RANLIB@
167 SED = @SED@
168 SET_MAKE = @SET_MAKE@
169 SHELL = @SHELL@
170 STRIP = @STRIP@
171 UDEV_RULES_PATH = @UDEV_RULES_PATH@
172 VERSION = @VERSION@
173 abs_builddir = @abs_builddir@
174 abs_srcdir = @abs_srcdir@
175 abs_top_builddir = @abs_top_builddir@
176 abs_top_srcdir = @abs_top_srcdir@
177 ac_ct_AR = @ac_ct_AR@
178 ac_ct_CC = @ac_ct_CC@
179 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
180 am__include = @am__include@
181 am__leading_dot = @am__leading_dot@
182 am__quote = @am__quote@
183 am__tar = @am__tar@
184 am__untar = @am__untar@
185 bindir = @bindir@
186 build = @build@
187 build_alias = @build_alias@
188 build_cpu = @build_cpu@
189 build_os = @build_os@
190 build_vendor = @build_vendor@
191 builddir = @builddir@
192 datadir = @datadir@
193 datarootdir = @datarootdir@
194 docdir = @docdir@
195 dvidir = @dvidir@
196 exec_prefix = @exec_prefix@
197 host = @host@
198 host_alias = @host_alias@
199 host_cpu = @host_cpu@
200 host_os = @host_os@
201 host_vendor = @host_vendor@
202 htmldir = @htmldir@
203 includedir = @includedir@
204 infodir = @infodir@
205 install_sh = @install_sh@
206 libdir = @libdir@
207 libexecdir = @libexecdir@
208 libfuse_libs = @libfuse_libs@
209 localedir = @localedir@
210 localstatedir = @localstatedir@
211 mandir = @mandir@
212 mkdir_p = @mkdir_p@
213 oldincludedir = @oldincludedir@
214 pdfdir = @pdfdir@
215 pkgconfigdir = @pkgconfigdir@
216 prefix = @prefix@
217 program_transform_name = @program_transform_name@
218 psdir = @psdir@
219 sbindir = @sbindir@
220 sharedstatedir = @sharedstatedir@
221 srcdir = @srcdir@
222 subdirs2 = @subdirs2@
223 sysconfdir = @sysconfdir@
224 target = @target@
225 target_alias = @target_alias@
226 target_cpu = @target_cpu@
227 target_os = @target_os@
228 target_vendor = @target_vendor@
229 top_build_prefix = @top_build_prefix@
230 top_builddir = @top_builddir@
231 top_srcdir = @top_srcdir@
232 AM_CPPFLAGS = -D_FILE_OFFSET_BITS=64 
233
234 # we re-use mount_util.c from the library, but do want to keep ourself
235 # as stand-alone as possible. in order to make an out-of-source build
236 # possible, we "generate" the file from its original location by
237 # copying it over.
238 fusermount_SOURCES = fusermount.c mount_util.c
239 fusermount_CPPFLAGS = -I$(top_srcdir)/lib
240 BUILT_SOURCES = mount_util.c
241 mount_fuse_SOURCES = mount.fuse.c
242 ulockmgr_server_SOURCES = ulockmgr_server.c
243 ulockmgr_server_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
244 ulockmgr_server_LDFLAGS = -pthread
245 EXTRA_DIST = udev.rules init_script
246 all: $(BUILT_SOURCES)
247         $(MAKE) $(AM_MAKEFLAGS) all-am
248
249 .SUFFIXES:
250 .SUFFIXES: .c .lo .o .obj
251 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
252         @for dep in $?; do \
253           case '$(am__configure_deps)' in \
254             *$$dep*) \
255               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
256                 && { if test -f $@; then exit 0; else break; fi; }; \
257               exit 1;; \
258           esac; \
259         done; \
260         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu util/Makefile'; \
261         $(am__cd) $(top_srcdir) && \
262           $(AUTOMAKE) --gnu util/Makefile
263 .PRECIOUS: Makefile
264 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
265         @case '$?' in \
266           *config.status*) \
267             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
268           *) \
269             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
270             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
271         esac;
272
273 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
274         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275
276 $(top_srcdir)/configure:  $(am__configure_deps)
277         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
279         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280 $(am__aclocal_m4_deps):
281 install-binPROGRAMS: $(bin_PROGRAMS)
282         @$(NORMAL_INSTALL)
283         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
284         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
285         for p in $$list; do echo "$$p $$p"; done | \
286         sed 's/$(EXEEXT)$$//' | \
287         while read p p1; do if test -f $$p || test -f $$p1; \
288           then echo "$$p"; echo "$$p"; else :; fi; \
289         done | \
290         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
291             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
292         sed 'N;N;N;s,\n, ,g' | \
293         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
294           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
295             if ($$2 == $$4) files[d] = files[d] " " $$1; \
296             else { print "f", $$3 "/" $$4, $$1; } } \
297           END { for (d in files) print "f", d, files[d] }' | \
298         while read type dir files; do \
299             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
300             test -z "$$files" || { \
301             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
302             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
303             } \
304         ; done
305
306 uninstall-binPROGRAMS:
307         @$(NORMAL_UNINSTALL)
308         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
309         files=`for p in $$list; do echo "$$p"; done | \
310           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
311               -e 's/$$/$(EXEEXT)/' `; \
312         test -n "$$list" || exit 0; \
313         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
314         cd "$(DESTDIR)$(bindir)" && rm -f $$files
315
316 clean-binPROGRAMS:
317         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
318         echo " rm -f" $$list; \
319         rm -f $$list || exit $$?; \
320         test -n "$(EXEEXT)" || exit 0; \
321         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
322         echo " rm -f" $$list; \
323         rm -f $$list
324
325 clean-noinstPROGRAMS:
326         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
327         echo " rm -f" $$list; \
328         rm -f $$list || exit $$?; \
329         test -n "$(EXEEXT)" || exit 0; \
330         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
331         echo " rm -f" $$list; \
332         rm -f $$list
333 fusermount$(EXEEXT): $(fusermount_OBJECTS) $(fusermount_DEPENDENCIES) 
334         @rm -f fusermount$(EXEEXT)
335         $(AM_V_CCLD)$(LINK) $(fusermount_OBJECTS) $(fusermount_LDADD) $(LIBS)
336 mount.fuse$(EXEEXT): $(mount_fuse_OBJECTS) $(mount_fuse_DEPENDENCIES) 
337         @rm -f mount.fuse$(EXEEXT)
338         $(AM_V_CCLD)$(LINK) $(mount_fuse_OBJECTS) $(mount_fuse_LDADD) $(LIBS)
339 ulockmgr_server$(EXEEXT): $(ulockmgr_server_OBJECTS) $(ulockmgr_server_DEPENDENCIES) 
340         @rm -f ulockmgr_server$(EXEEXT)
341         $(AM_V_CCLD)$(ulockmgr_server_LINK) $(ulockmgr_server_OBJECTS) $(ulockmgr_server_LDADD) $(LIBS)
342
343 mostlyclean-compile:
344         -rm -f *.$(OBJEXT)
345
346 distclean-compile:
347         -rm -f *.tab.c
348
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fusermount-fusermount.Po@am__quote@
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fusermount-mount_util.Po@am__quote@
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.fuse.Po@am__quote@
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ulockmgr_server-ulockmgr_server.Po@am__quote@
353
354 .c.o:
355 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
356 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
358 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
361
362 .c.obj:
363 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
364 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
366 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
369
370 .c.lo:
371 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
373 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
374 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
377
378 fusermount-fusermount.o: fusermount.c
379 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fusermount_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fusermount-fusermount.o -MD -MP -MF $(DEPDIR)/fusermount-fusermount.Tpo -c -o fusermount-fusermount.o `test -f 'fusermount.c' || echo '$(srcdir)/'`fusermount.c
380 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/fusermount-fusermount.Tpo $(DEPDIR)/fusermount-fusermount.Po
381 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fusermount.c' object='fusermount-fusermount.o' libtool=no @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fusermount_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fusermount-fusermount.o `test -f 'fusermount.c' || echo '$(srcdir)/'`fusermount.c
385
386 fusermount-fusermount.obj: fusermount.c
387 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fusermount_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fusermount-fusermount.obj -MD -MP -MF $(DEPDIR)/fusermount-fusermount.Tpo -c -o fusermount-fusermount.obj `if test -f 'fusermount.c'; then $(CYGPATH_W) 'fusermount.c'; else $(CYGPATH_W) '$(srcdir)/fusermount.c'; fi`
388 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/fusermount-fusermount.Tpo $(DEPDIR)/fusermount-fusermount.Po
389 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
390 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fusermount.c' object='fusermount-fusermount.obj' libtool=no @AMDEPBACKSLASH@
391 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fusermount_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fusermount-fusermount.obj `if test -f 'fusermount.c'; then $(CYGPATH_W) 'fusermount.c'; else $(CYGPATH_W) '$(srcdir)/fusermount.c'; fi`
393
394 fusermount-mount_util.o: mount_util.c
395 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fusermount_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fusermount-mount_util.o -MD -MP -MF $(DEPDIR)/fusermount-mount_util.Tpo -c -o fusermount-mount_util.o `test -f 'mount_util.c' || echo '$(srcdir)/'`mount_util.c
396 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/fusermount-mount_util.Tpo $(DEPDIR)/fusermount-mount_util.Po
397 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mount_util.c' object='fusermount-mount_util.o' libtool=no @AMDEPBACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fusermount_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fusermount-mount_util.o `test -f 'mount_util.c' || echo '$(srcdir)/'`mount_util.c
401
402 fusermount-mount_util.obj: mount_util.c
403 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fusermount_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fusermount-mount_util.obj -MD -MP -MF $(DEPDIR)/fusermount-mount_util.Tpo -c -o fusermount-mount_util.obj `if test -f 'mount_util.c'; then $(CYGPATH_W) 'mount_util.c'; else $(CYGPATH_W) '$(srcdir)/mount_util.c'; fi`
404 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/fusermount-mount_util.Tpo $(DEPDIR)/fusermount-mount_util.Po
405 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mount_util.c' object='fusermount-mount_util.obj' libtool=no @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fusermount_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fusermount-mount_util.obj `if test -f 'mount_util.c'; then $(CYGPATH_W) 'mount_util.c'; else $(CYGPATH_W) '$(srcdir)/mount_util.c'; fi`
409
410 ulockmgr_server-ulockmgr_server.o: ulockmgr_server.c
411 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ulockmgr_server_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ulockmgr_server-ulockmgr_server.o -MD -MP -MF $(DEPDIR)/ulockmgr_server-ulockmgr_server.Tpo -c -o ulockmgr_server-ulockmgr_server.o `test -f 'ulockmgr_server.c' || echo '$(srcdir)/'`ulockmgr_server.c
412 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/ulockmgr_server-ulockmgr_server.Tpo $(DEPDIR)/ulockmgr_server-ulockmgr_server.Po
413 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ulockmgr_server.c' object='ulockmgr_server-ulockmgr_server.o' libtool=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ulockmgr_server_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ulockmgr_server-ulockmgr_server.o `test -f 'ulockmgr_server.c' || echo '$(srcdir)/'`ulockmgr_server.c
417
418 ulockmgr_server-ulockmgr_server.obj: ulockmgr_server.c
419 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ulockmgr_server_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ulockmgr_server-ulockmgr_server.obj -MD -MP -MF $(DEPDIR)/ulockmgr_server-ulockmgr_server.Tpo -c -o ulockmgr_server-ulockmgr_server.obj `if test -f 'ulockmgr_server.c'; then $(CYGPATH_W) 'ulockmgr_server.c'; else $(CYGPATH_W) '$(srcdir)/ulockmgr_server.c'; fi`
420 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/ulockmgr_server-ulockmgr_server.Tpo $(DEPDIR)/ulockmgr_server-ulockmgr_server.Po
421 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ulockmgr_server.c' object='ulockmgr_server-ulockmgr_server.obj' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ulockmgr_server_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ulockmgr_server-ulockmgr_server.obj `if test -f 'ulockmgr_server.c'; then $(CYGPATH_W) 'ulockmgr_server.c'; else $(CYGPATH_W) '$(srcdir)/ulockmgr_server.c'; fi`
425
426 mostlyclean-libtool:
427         -rm -f *.lo
428
429 clean-libtool:
430         -rm -rf .libs _libs
431
432 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
433         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
434         unique=`for i in $$list; do \
435             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436           done | \
437           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438               END { if (nonempty) { for (i in files) print i; }; }'`; \
439         mkid -fID $$unique
440 tags: TAGS
441
442 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443                 $(TAGS_FILES) $(LISP)
444         set x; \
445         here=`pwd`; \
446         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447         unique=`for i in $$list; do \
448             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449           done | \
450           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451               END { if (nonempty) { for (i in files) print i; }; }'`; \
452         shift; \
453         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454           test -n "$$unique" || unique=$$empty_fix; \
455           if test $$# -gt 0; then \
456             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457               "$$@" $$unique; \
458           else \
459             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460               $$unique; \
461           fi; \
462         fi
463 ctags: CTAGS
464 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465                 $(TAGS_FILES) $(LISP)
466         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
467         unique=`for i in $$list; do \
468             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469           done | \
470           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471               END { if (nonempty) { for (i in files) print i; }; }'`; \
472         test -z "$(CTAGS_ARGS)$$unique" \
473           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474              $$unique
475
476 GTAGS:
477         here=`$(am__cd) $(top_builddir) && pwd` \
478           && $(am__cd) $(top_srcdir) \
479           && gtags -i $(GTAGS_ARGS) "$$here"
480
481 distclean-tags:
482         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484 distdir: $(DISTFILES)
485         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487         list='$(DISTFILES)'; \
488           dist_files=`for file in $$list; do echo $$file; done | \
489           sed -e "s|^$$srcdirstrip/||;t" \
490               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491         case $$dist_files in \
492           */*) $(MKDIR_P) `echo "$$dist_files" | \
493                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494                            sort -u` ;; \
495         esac; \
496         for file in $$dist_files; do \
497           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498           if test -d $$d/$$file; then \
499             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500             if test -d "$(distdir)/$$file"; then \
501               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502             fi; \
503             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506             fi; \
507             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508           else \
509             test -f "$(distdir)/$$file" \
510             || cp -p $$d/$$file "$(distdir)/$$file" \
511             || exit 1; \
512           fi; \
513         done
514 check-am: all-am
515 check: $(BUILT_SOURCES)
516         $(MAKE) $(AM_MAKEFLAGS) check-am
517 all-am: Makefile $(PROGRAMS)
518 installdirs:
519         for dir in "$(DESTDIR)$(bindir)"; do \
520           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
521         done
522 install: $(BUILT_SOURCES)
523         $(MAKE) $(AM_MAKEFLAGS) install-am
524 install-exec: install-exec-am
525 install-data: install-data-am
526 uninstall: uninstall-am
527
528 install-am: all-am
529         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
530
531 installcheck: installcheck-am
532 install-strip:
533         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
535           `test -z '$(STRIP)' || \
536             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
537 mostlyclean-generic:
538
539 clean-generic:
540
541 distclean-generic:
542         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
543         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
545 maintainer-clean-generic:
546         @echo "This command is intended for maintainers to use"
547         @echo "it deletes files that may require special tools to rebuild."
548         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
549 clean: clean-am
550
551 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
552         clean-noinstPROGRAMS mostlyclean-am
553
554 distclean: distclean-am
555         -rm -rf ./$(DEPDIR)
556         -rm -f Makefile
557 distclean-am: clean-am distclean-compile distclean-generic \
558         distclean-tags
559
560 dvi: dvi-am
561
562 dvi-am:
563
564 html: html-am
565
566 html-am:
567
568 info: info-am
569
570 info-am:
571
572 install-data-am: install-data-local
573
574 install-dvi: install-dvi-am
575
576 install-dvi-am:
577
578 install-exec-am: install-binPROGRAMS install-exec-local
579         @$(NORMAL_INSTALL)
580         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
581 install-html: install-html-am
582
583 install-html-am:
584
585 install-info: install-info-am
586
587 install-info-am:
588
589 install-man:
590
591 install-pdf: install-pdf-am
592
593 install-pdf-am:
594
595 install-ps: install-ps-am
596
597 install-ps-am:
598
599 installcheck-am:
600
601 maintainer-clean: maintainer-clean-am
602         -rm -rf ./$(DEPDIR)
603         -rm -f Makefile
604 maintainer-clean-am: distclean-am maintainer-clean-generic
605
606 mostlyclean: mostlyclean-am
607
608 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
609         mostlyclean-libtool
610
611 pdf: pdf-am
612
613 pdf-am:
614
615 ps: ps-am
616
617 ps-am:
618
619 uninstall-am: uninstall-binPROGRAMS uninstall-local
620
621 .MAKE: all check install install-am install-exec-am install-strip
622
623 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
624         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
625         distclean distclean-compile distclean-generic \
626         distclean-libtool distclean-tags distdir dvi dvi-am html \
627         html-am info info-am install install-am install-binPROGRAMS \
628         install-data install-data-am install-data-local install-dvi \
629         install-dvi-am install-exec install-exec-am install-exec-hook \
630         install-exec-local install-html install-html-am install-info \
631         install-info-am install-man install-pdf install-pdf-am \
632         install-ps install-ps-am install-strip installcheck \
633         installcheck-am installdirs maintainer-clean \
634         maintainer-clean-generic mostlyclean mostlyclean-compile \
635         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
636         tags uninstall uninstall-am uninstall-binPROGRAMS \
637         uninstall-local
638
639 mount_util.c: $(top_srcdir)/lib/mount_util.c
640         @cp $(top_srcdir)/lib/mount_util.c .
641
642 install-exec-hook:
643         -chmod u+s $(DESTDIR)$(bindir)/fusermount
644         @if test ! -e $(DESTDIR)/dev/fuse; then \
645                 $(MKDIR_P) $(DESTDIR)/dev; \
646                 echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \
647                 mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \
648         fi
649
650 install-exec-local:
651         $(MKDIR_P) $(DESTDIR)$(MOUNT_FUSE_PATH)
652         $(INSTALL_PROGRAM) $(builddir)/mount.fuse $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
653         $(MKDIR_P) $(DESTDIR)$(INIT_D_PATH)
654         $(INSTALL_SCRIPT) $(srcdir)/init_script $(DESTDIR)$(INIT_D_PATH)/fuse
655         @if test -x /usr/sbin/update-rc.d; then \
656                 echo "/usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true"; \
657                 /usr/sbin/update-rc.d fuse start 34 S . start 41 0 6 . || true; \
658         fi
659
660 install-data-local:
661         $(MKDIR_P) $(DESTDIR)$(UDEV_RULES_PATH)
662         $(INSTALL_DATA) $(srcdir)/udev.rules $(DESTDIR)$(UDEV_RULES_PATH)/99-fuse.rules
663
664 uninstall-local:
665         rm -f $(DESTDIR)$(MOUNT_FUSE_PATH)/mount.fuse
666         rm -f $(DESTDIR)$(UDEV_RULES_PATH)/99-fuse.rules
667         rm -f $(DESTDIR)$(INIT_D_PATH)/fuse
668         @if test -x /usr/sbin/update-rc.d; then \
669                 echo "/usr/sbin/update-rc.d fuse remove || true"; \
670                 /usr/sbin/update-rc.d fuse remove || true; \
671         fi
672
673 # Tell versions [3.59,3.63) of GNU make to not export all variables.
674 # Otherwise a system limit (for SysV at least) may be exceeded.
675 .NOEXPORT: