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