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