Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.14.1 from Makefile.am. |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 2 | # @configure_input@ |
| 3 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 4 | # Copyright (C) 1994-2013 Free Software Foundation, Inc. |
| 5 | |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 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 | VPATH = @srcdir@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 18 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 19 | am__make_running_with_option = \ |
| 20 | case $${target_option-} in \ |
| 21 | ?) ;; \ |
| 22 | *) echo "am__make_running_with_option: internal error: invalid" \ |
| 23 | "target option '$${target_option-}' specified" >&2; \ |
| 24 | exit 1;; \ |
| 25 | esac; \ |
| 26 | has_opt=no; \ |
| 27 | sane_makeflags=$$MAKEFLAGS; \ |
| 28 | if $(am__is_gnu_make); then \ |
| 29 | sane_makeflags=$$MFLAGS; \ |
| 30 | else \ |
| 31 | case $$MAKEFLAGS in \ |
| 32 | *\\[\ \ ]*) \ |
| 33 | bs=\\; \ |
| 34 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 35 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 36 | esac; \ |
| 37 | fi; \ |
| 38 | skip_next=no; \ |
| 39 | strip_trailopt () \ |
| 40 | { \ |
| 41 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 42 | }; \ |
| 43 | for flg in $$sane_makeflags; do \ |
| 44 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
| 45 | case $$flg in \ |
| 46 | *=*|--*) continue;; \ |
| 47 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 48 | -*I?*) strip_trailopt 'I';; \ |
| 49 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 50 | -*O?*) strip_trailopt 'O';; \ |
| 51 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 52 | -*l?*) strip_trailopt 'l';; \ |
| 53 | -[dEDm]) skip_next=yes;; \ |
| 54 | -[JT]) skip_next=yes;; \ |
| 55 | esac; \ |
| 56 | case $$flg in \ |
| 57 | *$$target_option*) has_opt=yes; break;; \ |
| 58 | esac; \ |
| 59 | done; \ |
| 60 | test $$has_opt = yes |
| 61 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 62 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 63 | pkgdatadir = $(datadir)/@PACKAGE@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 64 | pkgincludedir = $(includedir)/@PACKAGE@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 65 | pkglibdir = $(libdir)/@PACKAGE@ |
| 66 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 67 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 68 | install_sh_DATA = $(install_sh) -c -m 644 |
| 69 | install_sh_PROGRAM = $(install_sh) -c |
| 70 | install_sh_SCRIPT = $(install_sh) -c |
| 71 | INSTALL_HEADER = $(INSTALL_DATA) |
| 72 | transform = $(program_transform_name) |
| 73 | NORMAL_INSTALL = : |
| 74 | PRE_INSTALL = : |
| 75 | POST_INSTALL = : |
| 76 | NORMAL_UNINSTALL = : |
| 77 | PRE_UNINSTALL = : |
| 78 | POST_UNINSTALL = : |
| 79 | build_triplet = @build@ |
| 80 | host_triplet = @host@ |
| 81 | target_triplet = @target@ |
| 82 | subdir = libfuse-lite |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 83 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
| 84 | $(top_srcdir)/depcomp |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 85 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 86 | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
| 87 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
| 88 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
| 89 | $(top_srcdir)/configure.ac |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 90 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 91 | $(ACLOCAL_M4) |
| 92 | mkinstalldirs = $(install_sh) -d |
| 93 | CONFIG_HEADER = $(top_builddir)/config.h |
| 94 | CONFIG_CLEAN_FILES = |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 95 | CONFIG_CLEAN_VPATH_FILES = |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 96 | LTLIBRARIES = $(noinst_LTLIBRARIES) |
| 97 | am__DEPENDENCIES_1 = |
| 98 | libfuse_lite_la_DEPENDENCIES = $(am__DEPENDENCIES_1) |
| 99 | am_libfuse_lite_la_OBJECTS = libfuse_lite_la-fuse.lo \ |
| 100 | libfuse_lite_la-fuse_kern_chan.lo libfuse_lite_la-fuse_loop.lo \ |
| 101 | libfuse_lite_la-fuse_lowlevel.lo libfuse_lite_la-fuse_opt.lo \ |
| 102 | libfuse_lite_la-fuse_session.lo \ |
| 103 | libfuse_lite_la-fuse_signals.lo libfuse_lite_la-fusermount.lo \ |
| 104 | libfuse_lite_la-helper.lo libfuse_lite_la-mount.lo \ |
| 105 | libfuse_lite_la-mount_util.lo |
| 106 | libfuse_lite_la_OBJECTS = $(am_libfuse_lite_la_OBJECTS) |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 107 | AM_V_lt = $(am__v_lt_@AM_V@) |
| 108 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 109 | am__v_lt_0 = --silent |
| 110 | am__v_lt_1 = |
| 111 | libfuse_lite_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
| 112 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ |
| 113 | $(libfuse_lite_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ |
| 114 | -o $@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 115 | @FUSE_INTERNAL_TRUE@am_libfuse_lite_la_rpath = |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 116 | AM_V_P = $(am__v_P_@AM_V@) |
| 117 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 118 | am__v_P_0 = false |
| 119 | am__v_P_1 = : |
| 120 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 121 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 122 | am__v_GEN_0 = @echo " GEN " $@; |
| 123 | am__v_GEN_1 = |
| 124 | AM_V_at = $(am__v_at_@AM_V@) |
| 125 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 126 | am__v_at_0 = @ |
| 127 | am__v_at_1 = |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 128 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 129 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 130 | am__depfiles_maybe = depfiles |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 131 | am__mv = mv -f |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 132 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 133 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 134 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 135 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
| 136 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| 137 | $(AM_CFLAGS) $(CFLAGS) |
| 138 | AM_V_CC = $(am__v_CC_@AM_V@) |
| 139 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 140 | am__v_CC_0 = @echo " CC " $@; |
| 141 | am__v_CC_1 = |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 142 | CCLD = $(CC) |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 143 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 144 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 145 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 146 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 147 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 148 | am__v_CCLD_0 = @echo " CCLD " $@; |
| 149 | am__v_CCLD_1 = |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 150 | SOURCES = $(libfuse_lite_la_SOURCES) |
| 151 | DIST_SOURCES = $(libfuse_lite_la_SOURCES) |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 152 | am__can_run_installinfo = \ |
| 153 | case $$AM_UPDATE_INFO_DIR in \ |
| 154 | n|no|NO) false;; \ |
| 155 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 156 | esac |
| 157 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 158 | # Read a list of newline-separated strings from the standard input, |
| 159 | # and print each of them once, without duplicates. Input order is |
| 160 | # *not* preserved. |
| 161 | am__uniquify_input = $(AWK) '\ |
| 162 | BEGIN { nonempty = 0; } \ |
| 163 | { items[$$0] = 1; nonempty = 1; } \ |
| 164 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 165 | ' |
| 166 | # Make sure the list of sources is unique. This is necessary because, |
| 167 | # e.g., the same source file might be shared among _SOURCES variables |
| 168 | # for different programs/libraries. |
| 169 | am__define_uniq_tagged_files = \ |
| 170 | list='$(am__tagged_files)'; \ |
| 171 | unique=`for i in $$list; do \ |
| 172 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 173 | done | $(am__uniquify_input)` |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 174 | ETAGS = etags |
| 175 | CTAGS = ctags |
| 176 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 177 | ACLOCAL = @ACLOCAL@ |
| 178 | AMTAR = @AMTAR@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 179 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 180 | AR = @AR@ |
| 181 | AUTOCONF = @AUTOCONF@ |
| 182 | AUTOHEADER = @AUTOHEADER@ |
| 183 | AUTOMAKE = @AUTOMAKE@ |
| 184 | AWK = @AWK@ |
| 185 | CC = @CC@ |
| 186 | CCDEPMODE = @CCDEPMODE@ |
| 187 | CFLAGS = @CFLAGS@ |
| 188 | CPP = @CPP@ |
| 189 | CPPFLAGS = @CPPFLAGS@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 190 | CYGPATH_W = @CYGPATH_W@ |
| 191 | DEFS = @DEFS@ |
| 192 | DEPDIR = @DEPDIR@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 193 | DLLTOOL = @DLLTOOL@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 194 | DSYMUTIL = @DSYMUTIL@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 195 | DUMPBIN = @DUMPBIN@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 196 | ECHO_C = @ECHO_C@ |
| 197 | ECHO_N = @ECHO_N@ |
| 198 | ECHO_T = @ECHO_T@ |
| 199 | EGREP = @EGREP@ |
| 200 | EXEEXT = @EXEEXT@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 201 | FGREP = @FGREP@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 202 | FUSE_MODULE_CFLAGS = @FUSE_MODULE_CFLAGS@ |
| 203 | FUSE_MODULE_LIBS = @FUSE_MODULE_LIBS@ |
| 204 | GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ |
| 205 | GNUTLS_LIBS = @GNUTLS_LIBS@ |
| 206 | GREP = @GREP@ |
| 207 | INSTALL = @INSTALL@ |
| 208 | INSTALL_DATA = @INSTALL_DATA@ |
| 209 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 210 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 211 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 212 | LD = @LD@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 213 | LDCONFIG = @LDCONFIG@ |
| 214 | LDFLAGS = @LDFLAGS@ |
| 215 | LIBFUSE_LITE_CFLAGS = @LIBFUSE_LITE_CFLAGS@ |
| 216 | LIBFUSE_LITE_LIBS = @LIBFUSE_LITE_LIBS@ |
| 217 | LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ |
| 218 | LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ |
| 219 | LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ |
| 220 | LIBNTFS_3G_VERSION = @LIBNTFS_3G_VERSION@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 221 | LIBNTFS_CPPFLAGS = @LIBNTFS_CPPFLAGS@ |
| 222 | LIBNTFS_LIBS = @LIBNTFS_LIBS@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 223 | LIBOBJS = @LIBOBJS@ |
| 224 | LIBS = @LIBS@ |
| 225 | LIBTOOL = @LIBTOOL@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 226 | LIPO = @LIPO@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 227 | LN_S = @LN_S@ |
| 228 | LTLIBOBJS = @LTLIBOBJS@ |
| 229 | MAINT = @MAINT@ |
| 230 | MAKEINFO = @MAKEINFO@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 231 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 232 | MKDIR_P = @MKDIR_P@ |
| 233 | MKNTFS_CPPFLAGS = @MKNTFS_CPPFLAGS@ |
| 234 | MKNTFS_LIBS = @MKNTFS_LIBS@ |
| 235 | MV = @MV@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 236 | NM = @NM@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 237 | NMEDIT = @NMEDIT@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 238 | NTFSPROGS_STATIC_LIBS = @NTFSPROGS_STATIC_LIBS@ |
| 239 | OBJDUMP = @OBJDUMP@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 240 | OBJEXT = @OBJEXT@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 241 | OTOOL = @OTOOL@ |
| 242 | OTOOL64 = @OTOOL64@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 243 | OUTPUT_FORMAT = @OUTPUT_FORMAT@ |
| 244 | PACKAGE = @PACKAGE@ |
| 245 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 246 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 247 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 248 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 249 | PACKAGE_URL = @PACKAGE_URL@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 250 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 251 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 252 | PKG_CONFIG = @PKG_CONFIG@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 253 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
| 254 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 255 | RANLIB = @RANLIB@ |
| 256 | RM = @RM@ |
| 257 | SED = @SED@ |
| 258 | SET_MAKE = @SET_MAKE@ |
| 259 | SHELL = @SHELL@ |
| 260 | STRIP = @STRIP@ |
| 261 | VERSION = @VERSION@ |
| 262 | abs_builddir = @abs_builddir@ |
| 263 | abs_srcdir = @abs_srcdir@ |
| 264 | abs_top_builddir = @abs_top_builddir@ |
| 265 | abs_top_srcdir = @abs_top_srcdir@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 266 | ac_ct_AR = @ac_ct_AR@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 267 | ac_ct_CC = @ac_ct_CC@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 268 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 269 | all_includes = @all_includes@ |
| 270 | all_libraries = @all_libraries@ |
| 271 | am__include = @am__include@ |
| 272 | am__leading_dot = @am__leading_dot@ |
| 273 | am__quote = @am__quote@ |
| 274 | am__tar = @am__tar@ |
| 275 | am__untar = @am__untar@ |
| 276 | bindir = @bindir@ |
| 277 | build = @build@ |
| 278 | build_alias = @build_alias@ |
| 279 | build_cpu = @build_cpu@ |
| 280 | build_os = @build_os@ |
| 281 | build_vendor = @build_vendor@ |
| 282 | builddir = @builddir@ |
| 283 | datadir = @datadir@ |
| 284 | datarootdir = @datarootdir@ |
| 285 | docdir = @docdir@ |
| 286 | dvidir = @dvidir@ |
| 287 | exec_prefix = @exec_prefix@ |
| 288 | host = @host@ |
| 289 | host_alias = @host_alias@ |
| 290 | host_cpu = @host_cpu@ |
| 291 | host_os = @host_os@ |
| 292 | host_vendor = @host_vendor@ |
| 293 | htmldir = @htmldir@ |
| 294 | includedir = @includedir@ |
| 295 | infodir = @infodir@ |
| 296 | install_sh = @install_sh@ |
| 297 | libdir = @libdir@ |
| 298 | libexecdir = @libexecdir@ |
| 299 | localedir = @localedir@ |
| 300 | localstatedir = @localstatedir@ |
| 301 | mandir = @mandir@ |
| 302 | mkdir_p = @mkdir_p@ |
| 303 | ntfs3gincludedir = @ntfs3gincludedir@ |
| 304 | oldincludedir = @oldincludedir@ |
| 305 | pdfdir = @pdfdir@ |
| 306 | pkgconfigdir = @pkgconfigdir@ |
| 307 | prefix = @prefix@ |
| 308 | program_transform_name = @program_transform_name@ |
| 309 | psdir = @psdir@ |
| 310 | rootbindir = @rootbindir@ |
| 311 | rootlibdir = @rootlibdir@ |
| 312 | rootsbindir = @rootsbindir@ |
| 313 | sbindir = @sbindir@ |
| 314 | sharedstatedir = @sharedstatedir@ |
| 315 | srcdir = @srcdir@ |
| 316 | sysconfdir = @sysconfdir@ |
| 317 | target = @target@ |
| 318 | target_alias = @target_alias@ |
| 319 | target_cpu = @target_cpu@ |
| 320 | target_os = @target_os@ |
| 321 | target_vendor = @target_vendor@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 322 | top_build_prefix = @top_build_prefix@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 323 | top_builddir = @top_builddir@ |
| 324 | top_srcdir = @top_srcdir@ |
| 325 | MAINTAINERCLEANFILES = $(srcdir)/Makefile.in |
| 326 | @FUSE_INTERNAL_TRUE@noinst_LTLIBRARIES = libfuse-lite.la |
| 327 | libfuse_lite_la_CFLAGS = \ |
| 328 | $(AM_CFLAGS) \ |
| 329 | $(LIBFUSE_LITE_CFLAGS) \ |
| 330 | -I$(top_srcdir)/include/fuse-lite |
| 331 | |
| 332 | libfuse_lite_la_LIBADD = $(LIBFUSE_LITE_LIBS) |
| 333 | libfuse_lite_la_SOURCES = \ |
| 334 | fuse.c \ |
| 335 | fuse_i.h \ |
| 336 | fuse_kern_chan.c \ |
| 337 | fuse_loop.c \ |
| 338 | fuse_lowlevel.c \ |
| 339 | fuse_misc.h \ |
| 340 | fuse_opt.c \ |
| 341 | fuse_session.c \ |
| 342 | fuse_signals.c \ |
| 343 | fusermount.c \ |
| 344 | helper.c \ |
| 345 | mount.c \ |
| 346 | mount_util.c \ |
| 347 | mount_util.h |
| 348 | |
| 349 | all: all-am |
| 350 | |
| 351 | .SUFFIXES: |
| 352 | .SUFFIXES: .c .lo .o .obj |
| 353 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 354 | @for dep in $?; do \ |
| 355 | case '$(am__configure_deps)' in \ |
| 356 | *$$dep*) \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 357 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 358 | && { if test -f $@; then exit 0; else break; fi; }; \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 359 | exit 1;; \ |
| 360 | esac; \ |
| 361 | done; \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 362 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libfuse-lite/Makefile'; \ |
| 363 | $(am__cd) $(top_srcdir) && \ |
| 364 | $(AUTOMAKE) --gnu libfuse-lite/Makefile |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 365 | .PRECIOUS: Makefile |
| 366 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 367 | @case '$?' in \ |
| 368 | *config.status*) \ |
| 369 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 370 | *) \ |
| 371 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 372 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 373 | esac; |
| 374 | |
| 375 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 376 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 377 | |
| 378 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 379 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 380 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 381 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 382 | $(am__aclocal_m4_deps): |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 383 | |
| 384 | clean-noinstLTLIBRARIES: |
| 385 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 386 | @list='$(noinst_LTLIBRARIES)'; \ |
| 387 | locs=`for p in $$list; do echo $$p; done | \ |
| 388 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
| 389 | sort -u`; \ |
| 390 | test -z "$$locs" || { \ |
| 391 | echo rm -f $${locs}; \ |
| 392 | rm -f $${locs}; \ |
| 393 | } |
| 394 | |
| 395 | libfuse-lite.la: $(libfuse_lite_la_OBJECTS) $(libfuse_lite_la_DEPENDENCIES) $(EXTRA_libfuse_lite_la_DEPENDENCIES) |
| 396 | $(AM_V_CCLD)$(libfuse_lite_la_LINK) $(am_libfuse_lite_la_rpath) $(libfuse_lite_la_OBJECTS) $(libfuse_lite_la_LIBADD) $(LIBS) |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 397 | |
| 398 | mostlyclean-compile: |
| 399 | -rm -f *.$(OBJEXT) |
| 400 | |
| 401 | distclean-compile: |
| 402 | -rm -f *.tab.c |
| 403 | |
| 404 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-fuse.Plo@am__quote@ |
| 405 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-fuse_kern_chan.Plo@am__quote@ |
| 406 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-fuse_loop.Plo@am__quote@ |
| 407 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-fuse_lowlevel.Plo@am__quote@ |
| 408 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-fuse_opt.Plo@am__quote@ |
| 409 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-fuse_session.Plo@am__quote@ |
| 410 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-fuse_signals.Plo@am__quote@ |
| 411 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-fusermount.Plo@am__quote@ |
| 412 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-helper.Plo@am__quote@ |
| 413 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-mount.Plo@am__quote@ |
| 414 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-mount_util.Plo@am__quote@ |
| 415 | |
| 416 | .c.o: |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 417 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 418 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 419 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 420 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 421 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 422 | |
| 423 | .c.obj: |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 424 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 425 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 426 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 427 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 428 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 429 | |
| 430 | .c.lo: |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 431 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| 432 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
| 433 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 434 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 435 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 436 | |
| 437 | libfuse_lite_la-fuse.lo: fuse.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 438 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-fuse.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-fuse.Tpo -c -o libfuse_lite_la-fuse.lo `test -f 'fuse.c' || echo '$(srcdir)/'`fuse.c |
| 439 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-fuse.Tpo $(DEPDIR)/libfuse_lite_la-fuse.Plo |
| 440 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fuse.c' object='libfuse_lite_la-fuse.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 441 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 442 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-fuse.lo `test -f 'fuse.c' || echo '$(srcdir)/'`fuse.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 443 | |
| 444 | libfuse_lite_la-fuse_kern_chan.lo: fuse_kern_chan.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 445 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-fuse_kern_chan.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-fuse_kern_chan.Tpo -c -o libfuse_lite_la-fuse_kern_chan.lo `test -f 'fuse_kern_chan.c' || echo '$(srcdir)/'`fuse_kern_chan.c |
| 446 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-fuse_kern_chan.Tpo $(DEPDIR)/libfuse_lite_la-fuse_kern_chan.Plo |
| 447 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fuse_kern_chan.c' object='libfuse_lite_la-fuse_kern_chan.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 448 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 449 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-fuse_kern_chan.lo `test -f 'fuse_kern_chan.c' || echo '$(srcdir)/'`fuse_kern_chan.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 450 | |
| 451 | libfuse_lite_la-fuse_loop.lo: fuse_loop.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 452 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-fuse_loop.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-fuse_loop.Tpo -c -o libfuse_lite_la-fuse_loop.lo `test -f 'fuse_loop.c' || echo '$(srcdir)/'`fuse_loop.c |
| 453 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-fuse_loop.Tpo $(DEPDIR)/libfuse_lite_la-fuse_loop.Plo |
| 454 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fuse_loop.c' object='libfuse_lite_la-fuse_loop.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 455 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 456 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-fuse_loop.lo `test -f 'fuse_loop.c' || echo '$(srcdir)/'`fuse_loop.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 457 | |
| 458 | libfuse_lite_la-fuse_lowlevel.lo: fuse_lowlevel.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 459 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-fuse_lowlevel.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-fuse_lowlevel.Tpo -c -o libfuse_lite_la-fuse_lowlevel.lo `test -f 'fuse_lowlevel.c' || echo '$(srcdir)/'`fuse_lowlevel.c |
| 460 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-fuse_lowlevel.Tpo $(DEPDIR)/libfuse_lite_la-fuse_lowlevel.Plo |
| 461 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fuse_lowlevel.c' object='libfuse_lite_la-fuse_lowlevel.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 462 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 463 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-fuse_lowlevel.lo `test -f 'fuse_lowlevel.c' || echo '$(srcdir)/'`fuse_lowlevel.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 464 | |
| 465 | libfuse_lite_la-fuse_opt.lo: fuse_opt.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 466 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-fuse_opt.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-fuse_opt.Tpo -c -o libfuse_lite_la-fuse_opt.lo `test -f 'fuse_opt.c' || echo '$(srcdir)/'`fuse_opt.c |
| 467 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-fuse_opt.Tpo $(DEPDIR)/libfuse_lite_la-fuse_opt.Plo |
| 468 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fuse_opt.c' object='libfuse_lite_la-fuse_opt.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 469 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 470 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-fuse_opt.lo `test -f 'fuse_opt.c' || echo '$(srcdir)/'`fuse_opt.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 471 | |
| 472 | libfuse_lite_la-fuse_session.lo: fuse_session.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 473 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-fuse_session.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-fuse_session.Tpo -c -o libfuse_lite_la-fuse_session.lo `test -f 'fuse_session.c' || echo '$(srcdir)/'`fuse_session.c |
| 474 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-fuse_session.Tpo $(DEPDIR)/libfuse_lite_la-fuse_session.Plo |
| 475 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fuse_session.c' object='libfuse_lite_la-fuse_session.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 476 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 477 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-fuse_session.lo `test -f 'fuse_session.c' || echo '$(srcdir)/'`fuse_session.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 478 | |
| 479 | libfuse_lite_la-fuse_signals.lo: fuse_signals.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 480 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-fuse_signals.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-fuse_signals.Tpo -c -o libfuse_lite_la-fuse_signals.lo `test -f 'fuse_signals.c' || echo '$(srcdir)/'`fuse_signals.c |
| 481 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-fuse_signals.Tpo $(DEPDIR)/libfuse_lite_la-fuse_signals.Plo |
| 482 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fuse_signals.c' object='libfuse_lite_la-fuse_signals.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 483 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 484 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-fuse_signals.lo `test -f 'fuse_signals.c' || echo '$(srcdir)/'`fuse_signals.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 485 | |
| 486 | libfuse_lite_la-fusermount.lo: fusermount.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 487 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-fusermount.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-fusermount.Tpo -c -o libfuse_lite_la-fusermount.lo `test -f 'fusermount.c' || echo '$(srcdir)/'`fusermount.c |
| 488 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-fusermount.Tpo $(DEPDIR)/libfuse_lite_la-fusermount.Plo |
| 489 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fusermount.c' object='libfuse_lite_la-fusermount.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 490 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 491 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-fusermount.lo `test -f 'fusermount.c' || echo '$(srcdir)/'`fusermount.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 492 | |
| 493 | libfuse_lite_la-helper.lo: helper.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 494 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-helper.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-helper.Tpo -c -o libfuse_lite_la-helper.lo `test -f 'helper.c' || echo '$(srcdir)/'`helper.c |
| 495 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-helper.Tpo $(DEPDIR)/libfuse_lite_la-helper.Plo |
| 496 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='helper.c' object='libfuse_lite_la-helper.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 497 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 498 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-helper.lo `test -f 'helper.c' || echo '$(srcdir)/'`helper.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 499 | |
| 500 | libfuse_lite_la-mount.lo: mount.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 501 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-mount.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-mount.Tpo -c -o libfuse_lite_la-mount.lo `test -f 'mount.c' || echo '$(srcdir)/'`mount.c |
| 502 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-mount.Tpo $(DEPDIR)/libfuse_lite_la-mount.Plo |
| 503 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mount.c' object='libfuse_lite_la-mount.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 504 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 505 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-mount.lo `test -f 'mount.c' || echo '$(srcdir)/'`mount.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 506 | |
| 507 | libfuse_lite_la-mount_util.lo: mount_util.c |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 508 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-mount_util.lo -MD -MP -MF $(DEPDIR)/libfuse_lite_la-mount_util.Tpo -c -o libfuse_lite_la-mount_util.lo `test -f 'mount_util.c' || echo '$(srcdir)/'`mount_util.c |
| 509 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfuse_lite_la-mount_util.Tpo $(DEPDIR)/libfuse_lite_la-mount_util.Plo |
| 510 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mount_util.c' object='libfuse_lite_la-mount_util.lo' libtool=yes @AMDEPBACKSLASH@ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 511 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 512 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -c -o libfuse_lite_la-mount_util.lo `test -f 'mount_util.c' || echo '$(srcdir)/'`mount_util.c |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 513 | |
| 514 | mostlyclean-libtool: |
| 515 | -rm -f *.lo |
| 516 | |
| 517 | clean-libtool: |
| 518 | -rm -rf .libs _libs |
| 519 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 520 | ID: $(am__tagged_files) |
| 521 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 522 | tags: tags-am |
| 523 | TAGS: tags |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 524 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 525 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 526 | set x; \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 527 | here=`pwd`; \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 528 | $(am__define_uniq_tagged_files); \ |
| 529 | shift; \ |
| 530 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 531 | test -n "$$unique" || unique=$$empty_fix; \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 532 | if test $$# -gt 0; then \ |
| 533 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 534 | "$$@" $$unique; \ |
| 535 | else \ |
| 536 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 537 | $$unique; \ |
| 538 | fi; \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 539 | fi |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 540 | ctags: ctags-am |
| 541 | |
| 542 | CTAGS: ctags |
| 543 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 544 | $(am__define_uniq_tagged_files); \ |
| 545 | test -z "$(CTAGS_ARGS)$$unique" \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 546 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 547 | $$unique |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 548 | |
| 549 | GTAGS: |
| 550 | here=`$(am__cd) $(top_builddir) && pwd` \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 551 | && $(am__cd) $(top_srcdir) \ |
| 552 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 553 | cscopelist: cscopelist-am |
| 554 | |
| 555 | cscopelist-am: $(am__tagged_files) |
| 556 | list='$(am__tagged_files)'; \ |
| 557 | case "$(srcdir)" in \ |
| 558 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 559 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 560 | esac; \ |
| 561 | for i in $$list; do \ |
| 562 | if test -f "$$i"; then \ |
| 563 | echo "$(subdir)/$$i"; \ |
| 564 | else \ |
| 565 | echo "$$sdir/$$i"; \ |
| 566 | fi; \ |
| 567 | done >> $(top_builddir)/cscope.files |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 568 | |
| 569 | distclean-tags: |
| 570 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 571 | |
| 572 | distdir: $(DISTFILES) |
| 573 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 574 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 575 | list='$(DISTFILES)'; \ |
| 576 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 577 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 578 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 579 | case $$dist_files in \ |
| 580 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 581 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 582 | sort -u` ;; \ |
| 583 | esac; \ |
| 584 | for file in $$dist_files; do \ |
| 585 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 586 | if test -d $$d/$$file; then \ |
| 587 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 588 | if test -d "$(distdir)/$$file"; then \ |
| 589 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 590 | fi; \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 591 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 592 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 593 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 594 | fi; \ |
| 595 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 596 | else \ |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 597 | test -f "$(distdir)/$$file" \ |
| 598 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 599 | || exit 1; \ |
| 600 | fi; \ |
| 601 | done |
| 602 | check-am: all-am |
| 603 | check: check-am |
| 604 | all-am: Makefile $(LTLIBRARIES) |
| 605 | installdirs: |
| 606 | install: install-am |
| 607 | install-exec: install-exec-am |
| 608 | install-data: install-data-am |
| 609 | uninstall: uninstall-am |
| 610 | |
| 611 | install-am: all-am |
| 612 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 613 | |
| 614 | installcheck: installcheck-am |
| 615 | install-strip: |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 616 | if test -z '$(STRIP)'; then \ |
| 617 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 618 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 619 | install; \ |
| 620 | else \ |
| 621 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 622 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 623 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 624 | fi |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 625 | mostlyclean-generic: |
| 626 | |
| 627 | clean-generic: |
| 628 | |
| 629 | distclean-generic: |
| 630 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 631 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 632 | |
| 633 | maintainer-clean-generic: |
| 634 | @echo "This command is intended for maintainers to use" |
| 635 | @echo "it deletes files that may require special tools to rebuild." |
| 636 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
| 637 | clean: clean-am |
| 638 | |
| 639 | clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ |
| 640 | mostlyclean-am |
| 641 | |
| 642 | distclean: distclean-am |
| 643 | -rm -rf ./$(DEPDIR) |
| 644 | -rm -f Makefile |
| 645 | distclean-am: clean-am distclean-compile distclean-generic \ |
| 646 | distclean-tags |
| 647 | |
| 648 | dvi: dvi-am |
| 649 | |
| 650 | dvi-am: |
| 651 | |
| 652 | html: html-am |
| 653 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 654 | html-am: |
| 655 | |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 656 | info: info-am |
| 657 | |
| 658 | info-am: |
| 659 | |
| 660 | install-data-am: |
| 661 | |
| 662 | install-dvi: install-dvi-am |
| 663 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 664 | install-dvi-am: |
| 665 | |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 666 | install-exec-am: |
| 667 | |
| 668 | install-html: install-html-am |
| 669 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 670 | install-html-am: |
| 671 | |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 672 | install-info: install-info-am |
| 673 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 674 | install-info-am: |
| 675 | |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 676 | install-man: |
| 677 | |
| 678 | install-pdf: install-pdf-am |
| 679 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 680 | install-pdf-am: |
| 681 | |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 682 | install-ps: install-ps-am |
| 683 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 684 | install-ps-am: |
| 685 | |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 686 | installcheck-am: |
| 687 | |
| 688 | maintainer-clean: maintainer-clean-am |
| 689 | -rm -rf ./$(DEPDIR) |
| 690 | -rm -f Makefile |
| 691 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 692 | |
| 693 | mostlyclean: mostlyclean-am |
| 694 | |
| 695 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 696 | mostlyclean-libtool |
| 697 | |
| 698 | pdf: pdf-am |
| 699 | |
| 700 | pdf-am: |
| 701 | |
| 702 | ps: ps-am |
| 703 | |
| 704 | ps-am: |
| 705 | |
| 706 | uninstall-am: |
| 707 | |
| 708 | .MAKE: install-am install-strip |
| 709 | |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 710 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
| 711 | clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ |
| 712 | ctags-am distclean distclean-compile distclean-generic \ |
| 713 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
| 714 | html-am info info-am install install-am install-data \ |
| 715 | install-data-am install-dvi install-dvi-am install-exec \ |
| 716 | install-exec-am install-html install-html-am install-info \ |
| 717 | install-info-am install-man install-pdf install-pdf-am \ |
| 718 | install-ps install-ps-am install-strip installcheck \ |
| 719 | installcheck-am installdirs maintainer-clean \ |
| 720 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 721 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 722 | tags tags-am uninstall uninstall-am |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 723 | |
| 724 | |
| 725 | libs: libfuse-lite.la |
Steve Kondik | 79165c3 | 2015-11-09 19:43:00 -0800 | [diff] [blame] | 726 | |
Steve Kondik | 2111ad7 | 2013-07-07 12:07:44 -0700 | [diff] [blame] | 727 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 728 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 729 | .NOEXPORT: |