Imported Upstream version 0.0~git20110716.8c27363
[deb_libnfs.git] / mount / 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 subdir = mount
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(install_sh) -d
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 LTLIBRARIES = $(noinst_LTLIBRARIES)
48 libmount_la_LIBADD =
49 am__objects_1 = libmount_la-libnfs-raw-mount.lo
50 am_libmount_la_OBJECTS = $(am__objects_1) libmount_la-mount.lo
51 libmount_la_OBJECTS = $(am_libmount_la_OBJECTS)
52 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
53 depcomp = $(SHELL) $(top_srcdir)/depcomp
54 am__depfiles_maybe = depfiles
55 am__mv = mv -f
56 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
57 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
58 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
59 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61 CCLD = $(CC)
62 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
63 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
64 $(LDFLAGS) -o $@
65 SOURCES = $(libmount_la_SOURCES)
66 DIST_SOURCES = $(libmount_la_SOURCES)
67 ETAGS = etags
68 CTAGS = ctags
69 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70 ACLOCAL = @ACLOCAL@
71 AMTAR = @AMTAR@
72 AR = @AR@
73 AUTOCONF = @AUTOCONF@
74 AUTOHEADER = @AUTOHEADER@
75 AUTOMAKE = @AUTOMAKE@
76 AWK = @AWK@
77 CC = @CC@
78 CCDEPMODE = @CCDEPMODE@
79 CFLAGS = @CFLAGS@
80 CPP = @CPP@
81 CPPFLAGS = @CPPFLAGS@
82 CYGPATH_W = @CYGPATH_W@
83 DEFS = @DEFS@
84 DEPDIR = @DEPDIR@
85 DLLTOOL = @DLLTOOL@
86 DSYMUTIL = @DSYMUTIL@
87 DUMPBIN = @DUMPBIN@
88 ECHO_C = @ECHO_C@
89 ECHO_N = @ECHO_N@
90 ECHO_T = @ECHO_T@
91 EGREP = @EGREP@
92 EXEEXT = @EXEEXT@
93 FGREP = @FGREP@
94 GREP = @GREP@
95 HAVE_RPCGEN = @HAVE_RPCGEN@
96 INSTALL = @INSTALL@
97 INSTALL_DATA = @INSTALL_DATA@
98 INSTALL_PROGRAM = @INSTALL_PROGRAM@
99 INSTALL_SCRIPT = @INSTALL_SCRIPT@
100 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
101 LD = @LD@
102 LDFLAGS = @LDFLAGS@
103 LIBOBJS = @LIBOBJS@
104 LIBS = @LIBS@
105 LIBTOOL = @LIBTOOL@
106 LIPO = @LIPO@
107 LN_S = @LN_S@
108 LTLIBOBJS = @LTLIBOBJS@
109 MAKEINFO = @MAKEINFO@
110 MANIFEST_TOOL = @MANIFEST_TOOL@
111 MAYBE_EXAMPLES = @MAYBE_EXAMPLES@
112 MKDIR_P = @MKDIR_P@
113 NM = @NM@
114 NMEDIT = @NMEDIT@
115 OBJDUMP = @OBJDUMP@
116 OBJEXT = @OBJEXT@
117 OTOOL = @OTOOL@
118 OTOOL64 = @OTOOL64@
119 PACKAGE = @PACKAGE@
120 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121 PACKAGE_NAME = @PACKAGE_NAME@
122 PACKAGE_STRING = @PACKAGE_STRING@
123 PACKAGE_TARNAME = @PACKAGE_TARNAME@
124 PACKAGE_URL = @PACKAGE_URL@
125 PACKAGE_VERSION = @PACKAGE_VERSION@
126 PATH_SEPARATOR = @PATH_SEPARATOR@
127 RANLIB = @RANLIB@
128 RPCGENFLAGS = @RPCGENFLAGS@
129 SED = @SED@
130 SET_MAKE = @SET_MAKE@
131 SHELL = @SHELL@
132 STRIP = @STRIP@
133 VERSION = @VERSION@
134 abs_builddir = @abs_builddir@
135 abs_srcdir = @abs_srcdir@
136 abs_top_builddir = @abs_top_builddir@
137 abs_top_srcdir = @abs_top_srcdir@
138 ac_ct_AR = @ac_ct_AR@
139 ac_ct_CC = @ac_ct_CC@
140 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
141 am__include = @am__include@
142 am__leading_dot = @am__leading_dot@
143 am__quote = @am__quote@
144 am__tar = @am__tar@
145 am__untar = @am__untar@
146 bindir = @bindir@
147 build = @build@
148 build_alias = @build_alias@
149 build_cpu = @build_cpu@
150 build_os = @build_os@
151 build_vendor = @build_vendor@
152 builddir = @builddir@
153 datadir = @datadir@
154 datarootdir = @datarootdir@
155 docdir = @docdir@
156 dvidir = @dvidir@
157 exec_prefix = @exec_prefix@
158 host = @host@
159 host_alias = @host_alias@
160 host_cpu = @host_cpu@
161 host_os = @host_os@
162 host_vendor = @host_vendor@
163 htmldir = @htmldir@
164 includedir = @includedir@
165 infodir = @infodir@
166 install_sh = @install_sh@
167 libdir = @libdir@
168 libexecdir = @libexecdir@
169 localedir = @localedir@
170 localstatedir = @localstatedir@
171 mandir = @mandir@
172 mkdir_p = @mkdir_p@
173 oldincludedir = @oldincludedir@
174 pdfdir = @pdfdir@
175 prefix = @prefix@
176 program_transform_name = @program_transform_name@
177 psdir = @psdir@
178 sbindir = @sbindir@
179 sharedstatedir = @sharedstatedir@
180 srcdir = @srcdir@
181 sysconfdir = @sysconfdir@
182 target_alias = @target_alias@
183 top_build_prefix = @top_build_prefix@
184 top_builddir = @top_builddir@
185 top_srcdir = @top_srcdir@
186 noinst_LTLIBRARIES = libmount.la
187 mount_SOURCES_GENERATED = libnfs-raw-mount.c
188 mount_HEADERS_GENERATED = libnfs-raw-mount.h
189 mount_GENERATED = $(mount_SOURCES_GENERATED) $(mount_HEADERS_GENERATED)
190 CLEANFILES = $(mount_GENERATED) mount-stamp
191 libmount_la_CPPFLAGS = -I$(abs_top_srcdir)/include
192 libmount_la_SOURCES = \
193 $(mount_SOURCES_GENERATED) \
194 mount.c
195
196 all: all-am
197
198 .SUFFIXES:
199 .SUFFIXES: .c .lo .o .obj
200 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
201 @for dep in $?; do \
202 case '$(am__configure_deps)' in \
203 *$$dep*) \
204 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
205 && { if test -f $@; then exit 0; else break; fi; }; \
206 exit 1;; \
207 esac; \
208 done; \
209 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign mount/Makefile'; \
210 $(am__cd) $(top_srcdir) && \
211 $(AUTOMAKE) --foreign mount/Makefile
212 .PRECIOUS: Makefile
213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214 @case '$?' in \
215 *config.status*) \
216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
217 *) \
218 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
219 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
220 esac;
221
222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224
225 $(top_srcdir)/configure: $(am__configure_deps)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229 $(am__aclocal_m4_deps):
230
231 clean-noinstLTLIBRARIES:
232 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
233 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
234 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
235 test "$$dir" != "$$p" || dir=.; \
236 echo "rm -f \"$${dir}/so_locations\""; \
237 rm -f "$${dir}/so_locations"; \
238 done
239 libmount.la: $(libmount_la_OBJECTS) $(libmount_la_DEPENDENCIES)
240 $(LINK) $(libmount_la_OBJECTS) $(libmount_la_LIBADD) $(LIBS)
241
242 mostlyclean-compile:
243 -rm -f *.$(OBJEXT)
244
245 distclean-compile:
246 -rm -f *.tab.c
247
248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmount_la-libnfs-raw-mount.Plo@am__quote@
249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmount_la-mount.Plo@am__quote@
250
251 .c.o:
252 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
253 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
254 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
255 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
256 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
257
258 .c.obj:
259 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
260 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
262 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
263 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
264
265 .c.lo:
266 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
267 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
269 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
271
272 libmount_la-libnfs-raw-mount.lo: libnfs-raw-mount.c
273 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmount_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmount_la-libnfs-raw-mount.lo -MD -MP -MF $(DEPDIR)/libmount_la-libnfs-raw-mount.Tpo -c -o libmount_la-libnfs-raw-mount.lo `test -f 'libnfs-raw-mount.c' || echo '$(srcdir)/'`libnfs-raw-mount.c
274 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmount_la-libnfs-raw-mount.Tpo $(DEPDIR)/libmount_la-libnfs-raw-mount.Plo
275 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libnfs-raw-mount.c' object='libmount_la-libnfs-raw-mount.lo' libtool=yes @AMDEPBACKSLASH@
276 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmount_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmount_la-libnfs-raw-mount.lo `test -f 'libnfs-raw-mount.c' || echo '$(srcdir)/'`libnfs-raw-mount.c
278
279 libmount_la-mount.lo: mount.c
280 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmount_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmount_la-mount.lo -MD -MP -MF $(DEPDIR)/libmount_la-mount.Tpo -c -o libmount_la-mount.lo `test -f 'mount.c' || echo '$(srcdir)/'`mount.c
281 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libmount_la-mount.Tpo $(DEPDIR)/libmount_la-mount.Plo
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mount.c' object='libmount_la-mount.lo' libtool=yes @AMDEPBACKSLASH@
283 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmount_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmount_la-mount.lo `test -f 'mount.c' || echo '$(srcdir)/'`mount.c
285
286 mostlyclean-libtool:
287 -rm -f *.lo
288
289 clean-libtool:
290 -rm -rf .libs _libs
291
292 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
294 unique=`for i in $$list; do \
295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296 done | \
297 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
298 END { if (nonempty) { for (i in files) print i; }; }'`; \
299 mkid -fID $$unique
300 tags: TAGS
301
302 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
303 $(TAGS_FILES) $(LISP)
304 set x; \
305 here=`pwd`; \
306 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307 unique=`for i in $$list; do \
308 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309 done | \
310 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
311 END { if (nonempty) { for (i in files) print i; }; }'`; \
312 shift; \
313 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
314 test -n "$$unique" || unique=$$empty_fix; \
315 if test $$# -gt 0; then \
316 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
317 "$$@" $$unique; \
318 else \
319 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
320 $$unique; \
321 fi; \
322 fi
323 ctags: CTAGS
324 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325 $(TAGS_FILES) $(LISP)
326 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
327 unique=`for i in $$list; do \
328 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329 done | \
330 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
331 END { if (nonempty) { for (i in files) print i; }; }'`; \
332 test -z "$(CTAGS_ARGS)$$unique" \
333 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
334 $$unique
335
336 GTAGS:
337 here=`$(am__cd) $(top_builddir) && pwd` \
338 && $(am__cd) $(top_srcdir) \
339 && gtags -i $(GTAGS_ARGS) "$$here"
340
341 distclean-tags:
342 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
343
344 distdir: $(DISTFILES)
345 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
346 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
347 list='$(DISTFILES)'; \
348 dist_files=`for file in $$list; do echo $$file; done | \
349 sed -e "s|^$$srcdirstrip/||;t" \
350 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
351 case $$dist_files in \
352 */*) $(MKDIR_P) `echo "$$dist_files" | \
353 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
354 sort -u` ;; \
355 esac; \
356 for file in $$dist_files; do \
357 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
358 if test -d $$d/$$file; then \
359 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
360 if test -d "$(distdir)/$$file"; then \
361 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
362 fi; \
363 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
364 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
365 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
366 fi; \
367 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
368 else \
369 test -f "$(distdir)/$$file" \
370 || cp -p $$d/$$file "$(distdir)/$$file" \
371 || exit 1; \
372 fi; \
373 done
374 check-am: all-am
375 check: check-am
376 all-am: Makefile $(LTLIBRARIES)
377 installdirs:
378 install: install-am
379 install-exec: install-exec-am
380 install-data: install-data-am
381 uninstall: uninstall-am
382
383 install-am: all-am
384 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385
386 installcheck: installcheck-am
387 install-strip:
388 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
389 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
390 `test -z '$(STRIP)' || \
391 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
392 mostlyclean-generic:
393
394 clean-generic:
395 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
396
397 distclean-generic:
398 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
399 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
400
401 maintainer-clean-generic:
402 @echo "This command is intended for maintainers to use"
403 @echo "it deletes files that may require special tools to rebuild."
404 clean: clean-am
405
406 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
407 mostlyclean-am
408
409 distclean: distclean-am
410 -rm -rf ./$(DEPDIR)
411 -rm -f Makefile
412 distclean-am: clean-am distclean-compile distclean-generic \
413 distclean-tags
414
415 dvi: dvi-am
416
417 dvi-am:
418
419 html: html-am
420
421 html-am:
422
423 info: info-am
424
425 info-am:
426
427 install-data-am:
428
429 install-dvi: install-dvi-am
430
431 install-dvi-am:
432
433 install-exec-am:
434
435 install-html: install-html-am
436
437 install-html-am:
438
439 install-info: install-info-am
440
441 install-info-am:
442
443 install-man:
444
445 install-pdf: install-pdf-am
446
447 install-pdf-am:
448
449 install-ps: install-ps-am
450
451 install-ps-am:
452
453 installcheck-am:
454
455 maintainer-clean: maintainer-clean-am
456 -rm -rf ./$(DEPDIR)
457 -rm -f Makefile
458 maintainer-clean-am: distclean-am maintainer-clean-generic
459
460 mostlyclean: mostlyclean-am
461
462 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
463 mostlyclean-libtool
464
465 pdf: pdf-am
466
467 pdf-am:
468
469 ps: ps-am
470
471 ps-am:
472
473 uninstall-am:
474
475 .MAKE: install-am install-strip
476
477 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
478 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
479 distclean-compile distclean-generic distclean-libtool \
480 distclean-tags distdir dvi dvi-am html html-am info info-am \
481 install install-am install-data install-data-am install-dvi \
482 install-dvi-am install-exec install-exec-am install-html \
483 install-html-am install-info install-info-am install-man \
484 install-pdf install-pdf-am install-ps install-ps-am \
485 install-strip installcheck installcheck-am installdirs \
486 maintainer-clean maintainer-clean-generic mostlyclean \
487 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
488 pdf pdf-am ps ps-am tags uninstall uninstall-am
489
490
491 $(mount_GENERATED) : mount-stamp
492 mount-stamp : mount.x
493 rm -f $(mount_GENERATED)
494 rpcgen -h @RPCGENFLAGS@ $< > libnfs-raw-mount.h
495 rpcgen -c @RPCGENFLAGS@ $< | sed -e "s/#include \".*mount.h\"/#include \"libnfs-raw-mount.h\"/" > libnfs-raw-mount.c
496 touch mount-stamp
497
498 # Tell versions [3.59,3.63) of GNU make to not export all variables.
499 # Otherwise a system limit (for SysV at least) may be exceeded.
500 .NOEXPORT: