summaryrefslogtreecommitdiff
path: root/include/fuse-lite/Makefile.in (plain)
blob: 0949aebea0cf1c98a7a5169351cc3ba953864ed4
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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38subdir = include/fuse-lite
39DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
43 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45 $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48mkinstalldirs = $(install_sh) -d
49CONFIG_HEADER = $(top_builddir)/config.h
50CONFIG_CLEAN_FILES =
51CONFIG_CLEAN_VPATH_FILES =
52SOURCES =
53DIST_SOURCES =
54HEADERS = $(noinst_HEADERS)
55ETAGS = etags
56CTAGS = ctags
57DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
58ACLOCAL = @ACLOCAL@
59AMTAR = @AMTAR@
60AR = @AR@
61AUTOCONF = @AUTOCONF@
62AUTOHEADER = @AUTOHEADER@
63AUTOMAKE = @AUTOMAKE@
64AWK = @AWK@
65CC = @CC@
66CCDEPMODE = @CCDEPMODE@
67CFLAGS = @CFLAGS@
68CPP = @CPP@
69CPPFLAGS = @CPPFLAGS@
70CYGPATH_W = @CYGPATH_W@
71DEFS = @DEFS@
72DEPDIR = @DEPDIR@
73DSYMUTIL = @DSYMUTIL@
74DUMPBIN = @DUMPBIN@
75ECHO_C = @ECHO_C@
76ECHO_N = @ECHO_N@
77ECHO_T = @ECHO_T@
78EGREP = @EGREP@
79EXEEXT = @EXEEXT@
80FGREP = @FGREP@
81FUSE_MODULE_CFLAGS = @FUSE_MODULE_CFLAGS@
82FUSE_MODULE_LIBS = @FUSE_MODULE_LIBS@
83GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
84GNUTLS_LIBS = @GNUTLS_LIBS@
85GREP = @GREP@
86INSTALL = @INSTALL@
87INSTALL_DATA = @INSTALL_DATA@
88INSTALL_PROGRAM = @INSTALL_PROGRAM@
89INSTALL_SCRIPT = @INSTALL_SCRIPT@
90INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
91LD = @LD@
92LDCONFIG = @LDCONFIG@
93LDFLAGS = @LDFLAGS@
94LIBFUSE_LITE_CFLAGS = @LIBFUSE_LITE_CFLAGS@
95LIBFUSE_LITE_LIBS = @LIBFUSE_LITE_LIBS@
96LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
97LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
98LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
99LIBNTFS_3G_VERSION = @LIBNTFS_3G_VERSION@
100LIBNTFS_CPPFLAGS = @LIBNTFS_CPPFLAGS@
101LIBNTFS_LIBS = @LIBNTFS_LIBS@
102LIBOBJS = @LIBOBJS@
103LIBS = @LIBS@
104LIBTOOL = @LIBTOOL@
105LIPO = @LIPO@
106LN_S = @LN_S@
107LTLIBOBJS = @LTLIBOBJS@
108MAINT = @MAINT@
109MAKEINFO = @MAKEINFO@
110MKDIR_P = @MKDIR_P@
111MKNTFS_CPPFLAGS = @MKNTFS_CPPFLAGS@
112MKNTFS_LIBS = @MKNTFS_LIBS@
113MV = @MV@
114NM = @NM@
115NMEDIT = @NMEDIT@
116NTFSPROGS_STATIC_LIBS = @NTFSPROGS_STATIC_LIBS@
117OBJDUMP = @OBJDUMP@
118OBJEXT = @OBJEXT@
119OTOOL = @OTOOL@
120OTOOL64 = @OTOOL64@
121OUTPUT_FORMAT = @OUTPUT_FORMAT@
122PACKAGE = @PACKAGE@
123PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124PACKAGE_NAME = @PACKAGE_NAME@
125PACKAGE_STRING = @PACKAGE_STRING@
126PACKAGE_TARNAME = @PACKAGE_TARNAME@
127PACKAGE_URL = @PACKAGE_URL@
128PACKAGE_VERSION = @PACKAGE_VERSION@
129PATH_SEPARATOR = @PATH_SEPARATOR@
130PKG_CONFIG = @PKG_CONFIG@
131PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
132PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
133RANLIB = @RANLIB@
134RM = @RM@
135SED = @SED@
136SET_MAKE = @SET_MAKE@
137SHELL = @SHELL@
138STRIP = @STRIP@
139VERSION = @VERSION@
140abs_builddir = @abs_builddir@
141abs_srcdir = @abs_srcdir@
142abs_top_builddir = @abs_top_builddir@
143abs_top_srcdir = @abs_top_srcdir@
144ac_ct_CC = @ac_ct_CC@
145ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
146all_includes = @all_includes@
147all_libraries = @all_libraries@
148am__include = @am__include@
149am__leading_dot = @am__leading_dot@
150am__quote = @am__quote@
151am__tar = @am__tar@
152am__untar = @am__untar@
153bindir = @bindir@
154build = @build@
155build_alias = @build_alias@
156build_cpu = @build_cpu@
157build_os = @build_os@
158build_vendor = @build_vendor@
159builddir = @builddir@
160datadir = @datadir@
161datarootdir = @datarootdir@
162docdir = @docdir@
163dvidir = @dvidir@
164exec_prefix = @exec_prefix@
165host = @host@
166host_alias = @host_alias@
167host_cpu = @host_cpu@
168host_os = @host_os@
169host_vendor = @host_vendor@
170htmldir = @htmldir@
171includedir = @includedir@
172infodir = @infodir@
173install_sh = @install_sh@
174libdir = @libdir@
175libexecdir = @libexecdir@
176localedir = @localedir@
177localstatedir = @localstatedir@
178lt_ECHO = @lt_ECHO@
179mandir = @mandir@
180mkdir_p = @mkdir_p@
181ntfs3gincludedir = @ntfs3gincludedir@
182oldincludedir = @oldincludedir@
183pdfdir = @pdfdir@
184pkgconfigdir = @pkgconfigdir@
185prefix = @prefix@
186program_transform_name = @program_transform_name@
187psdir = @psdir@
188rootbindir = @rootbindir@
189rootlibdir = @rootlibdir@
190rootsbindir = @rootsbindir@
191sbindir = @sbindir@
192sharedstatedir = @sharedstatedir@
193srcdir = @srcdir@
194sysconfdir = @sysconfdir@
195target = @target@
196target_alias = @target_alias@
197target_cpu = @target_cpu@
198target_os = @target_os@
199target_vendor = @target_vendor@
200top_build_prefix = @top_build_prefix@
201top_builddir = @top_builddir@
202top_srcdir = @top_srcdir@
203MAINTAINERCLEANFILES = Makefile.in
204noinst_HEADERS = \
205 fuse.h \
206 fuse_common.h \
207 fuse_lowlevel.h \
208 fuse_lowlevel_compat.h \
209 fuse_opt.h \
210 fuse_kernel.h
211
212all: all-am
213
214.SUFFIXES:
215$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
216 @for dep in $?; do \
217 case '$(am__configure_deps)' in \
218 *$$dep*) \
219 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
220 && { if test -f $@; then exit 0; else break; fi; }; \
221 exit 1;; \
222 esac; \
223 done; \
224 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/fuse-lite/Makefile'; \
225 $(am__cd) $(top_srcdir) && \
226 $(AUTOMAKE) --gnu include/fuse-lite/Makefile
227.PRECIOUS: Makefile
228Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229 @case '$?' in \
230 *config.status*) \
231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
232 *) \
233 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
234 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
235 esac;
236
237$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239
240$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
243 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244$(am__aclocal_m4_deps):
245
246mostlyclean-libtool:
247 -rm -f *.lo
248
249clean-libtool:
250 -rm -rf .libs _libs
251
252ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
253 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
254 unique=`for i in $$list; do \
255 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
256 done | \
257 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
258 END { if (nonempty) { for (i in files) print i; }; }'`; \
259 mkid -fID $$unique
260tags: TAGS
261
262TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
263 $(TAGS_FILES) $(LISP)
264 set x; \
265 here=`pwd`; \
266 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267 unique=`for i in $$list; do \
268 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269 done | \
270 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
271 END { if (nonempty) { for (i in files) print i; }; }'`; \
272 shift; \
273 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
274 test -n "$$unique" || unique=$$empty_fix; \
275 if test $$# -gt 0; then \
276 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
277 "$$@" $$unique; \
278 else \
279 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
280 $$unique; \
281 fi; \
282 fi
283ctags: CTAGS
284CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
285 $(TAGS_FILES) $(LISP)
286 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
287 unique=`for i in $$list; do \
288 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289 done | \
290 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
291 END { if (nonempty) { for (i in files) print i; }; }'`; \
292 test -z "$(CTAGS_ARGS)$$unique" \
293 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
294 $$unique
295
296GTAGS:
297 here=`$(am__cd) $(top_builddir) && pwd` \
298 && $(am__cd) $(top_srcdir) \
299 && gtags -i $(GTAGS_ARGS) "$$here"
300
301distclean-tags:
302 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
303
304distdir: $(DISTFILES)
305 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
306 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
307 list='$(DISTFILES)'; \
308 dist_files=`for file in $$list; do echo $$file; done | \
309 sed -e "s|^$$srcdirstrip/||;t" \
310 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
311 case $$dist_files in \
312 */*) $(MKDIR_P) `echo "$$dist_files" | \
313 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
314 sort -u` ;; \
315 esac; \
316 for file in $$dist_files; do \
317 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
318 if test -d $$d/$$file; then \
319 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
320 if test -d "$(distdir)/$$file"; then \
321 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
322 fi; \
323 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
324 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
325 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
326 fi; \
327 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
328 else \
329 test -f "$(distdir)/$$file" \
330 || cp -p $$d/$$file "$(distdir)/$$file" \
331 || exit 1; \
332 fi; \
333 done
334check-am: all-am
335check: check-am
336all-am: Makefile $(HEADERS)
337installdirs:
338install: install-am
339install-exec: install-exec-am
340install-data: install-data-am
341uninstall: uninstall-am
342
343install-am: all-am
344 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
345
346installcheck: installcheck-am
347install-strip:
348 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
349 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
350 `test -z '$(STRIP)' || \
351 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
352mostlyclean-generic:
353
354clean-generic:
355
356distclean-generic:
357 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
358 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
359
360maintainer-clean-generic:
361 @echo "This command is intended for maintainers to use"
362 @echo "it deletes files that may require special tools to rebuild."
363 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
364clean: clean-am
365
366clean-am: clean-generic clean-libtool mostlyclean-am
367
368distclean: distclean-am
369 -rm -f Makefile
370distclean-am: clean-am distclean-generic distclean-tags
371
372dvi: dvi-am
373
374dvi-am:
375
376html: html-am
377
378html-am:
379
380info: info-am
381
382info-am:
383
384install-data-am:
385
386install-dvi: install-dvi-am
387
388install-dvi-am:
389
390install-exec-am:
391
392install-html: install-html-am
393
394install-html-am:
395
396install-info: install-info-am
397
398install-info-am:
399
400install-man:
401
402install-pdf: install-pdf-am
403
404install-pdf-am:
405
406install-ps: install-ps-am
407
408install-ps-am:
409
410installcheck-am:
411
412maintainer-clean: maintainer-clean-am
413 -rm -f Makefile
414maintainer-clean-am: distclean-am maintainer-clean-generic
415
416mostlyclean: mostlyclean-am
417
418mostlyclean-am: mostlyclean-generic mostlyclean-libtool
419
420pdf: pdf-am
421
422pdf-am:
423
424ps: ps-am
425
426ps-am:
427
428uninstall-am:
429
430.MAKE: install-am install-strip
431
432.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
433 clean-libtool ctags distclean distclean-generic \
434 distclean-libtool distclean-tags distdir dvi dvi-am html \
435 html-am info info-am install install-am install-data \
436 install-data-am install-dvi install-dvi-am install-exec \
437 install-exec-am install-html install-html-am install-info \
438 install-info-am install-man install-pdf install-pdf-am \
439 install-ps install-ps-am install-strip installcheck \
440 installcheck-am installdirs maintainer-clean \
441 maintainer-clean-generic mostlyclean mostlyclean-generic \
442 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
443 uninstall-am
444
445
446# Tell versions [3.59,3.63) of GNU make to not export all variables.
447# Otherwise a system limit (for SysV at least) may be exceeded.
448.NOEXPORT:
449