1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
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@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = pyfsxfs-python3
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/common.m4 \
94	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/host-cpu-c-abi.m4 \
95	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
96	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
97	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libbfio.m4 \
98	$(top_srcdir)/m4/libcdata.m4 $(top_srcdir)/m4/libcerror.m4 \
99	$(top_srcdir)/m4/libcfile.m4 $(top_srcdir)/m4/libclocale.m4 \
100	$(top_srcdir)/m4/libcnotify.m4 $(top_srcdir)/m4/libcpath.m4 \
101	$(top_srcdir)/m4/libcrypto.m4 $(top_srcdir)/m4/libcsplit.m4 \
102	$(top_srcdir)/m4/libcthreads.m4 $(top_srcdir)/m4/libfcache.m4 \
103	$(top_srcdir)/m4/libfdata.m4 $(top_srcdir)/m4/libfdatetime.m4 \
104	$(top_srcdir)/m4/libfguid.m4 $(top_srcdir)/m4/libhmac.m4 \
105	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libuna.m4 \
106	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
107	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
108	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
109	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/pthread.m4 \
110	$(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/tests.m4 \
111	$(top_srcdir)/m4/types.m4 $(top_srcdir)/acinclude.m4 \
112	$(top_srcdir)/configure.ac
113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114	$(ACLOCAL_M4)
115DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
116mkinstalldirs = $(install_sh) -d
117CONFIG_HEADER = $(top_builddir)/common/config.h
118CONFIG_CLEAN_FILES =
119CONFIG_CLEAN_VPATH_FILES =
120am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
121am__vpath_adj = case $$p in \
122    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
123    *) f=$$p;; \
124  esac;
125am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
126am__install_max = 40
127am__nobase_strip_setup = \
128  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
129am__nobase_strip = \
130  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
131am__nobase_list = $(am__nobase_strip_setup); \
132  for p in $$list; do echo "$$p $$p"; done | \
133  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
134  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
135    if (++n[$$2] == $(am__install_max)) \
136      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
137    END { for (dir in files) print dir, files[dir] }'
138am__base_list = \
139  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
140  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
141am__uninstall_files_from_dir = { \
142  test -z "$$files" \
143    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
144    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
145         $(am__cd) "$$dir" && rm -f $$files; }; \
146  }
147LTLIBRARIES = $(pyexec_LTLIBRARIES)
148@HAVE_PYTHON3_TRUE@pyfsxfs_la_DEPENDENCIES = ../libfsxfs/libfsxfs.la
149@HAVE_PYTHON3_TRUE@am__objects_1 = pyfsxfs_la-pyfsxfs.lo \
150@HAVE_PYTHON3_TRUE@	pyfsxfs_la-pyfsxfs_datetime.lo \
151@HAVE_PYTHON3_TRUE@	pyfsxfs_la-pyfsxfs_error.lo \
152@HAVE_PYTHON3_TRUE@	pyfsxfs_la-pyfsxfs_extended_attribute.lo \
153@HAVE_PYTHON3_TRUE@	pyfsxfs_la-pyfsxfs_extended_attributes.lo \
154@HAVE_PYTHON3_TRUE@	pyfsxfs_la-pyfsxfs_file_entries.lo \
155@HAVE_PYTHON3_TRUE@	pyfsxfs_la-pyfsxfs_file_entry.lo \
156@HAVE_PYTHON3_TRUE@	pyfsxfs_la-pyfsxfs_file_object_io_handle.lo \
157@HAVE_PYTHON3_TRUE@	pyfsxfs_la-pyfsxfs_integer.lo \
158@HAVE_PYTHON3_TRUE@	pyfsxfs_la-pyfsxfs_volume.lo
159@HAVE_PYTHON3_TRUE@nodist_pyfsxfs_la_OBJECTS = $(am__objects_1)
160pyfsxfs_la_OBJECTS = $(nodist_pyfsxfs_la_OBJECTS)
161AM_V_lt = $(am__v_lt_@AM_V@)
162am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
163am__v_lt_0 = --silent
164am__v_lt_1 =
165pyfsxfs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
167	$(pyfsxfs_la_LDFLAGS) $(LDFLAGS) -o $@
168AM_V_P = $(am__v_P_@AM_V@)
169am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
170am__v_P_0 = false
171am__v_P_1 = :
172AM_V_GEN = $(am__v_GEN_@AM_V@)
173am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
174am__v_GEN_0 = @echo "  GEN     " $@;
175am__v_GEN_1 =
176AM_V_at = $(am__v_at_@AM_V@)
177am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
178am__v_at_0 = @
179am__v_at_1 =
180DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/common
181depcomp = $(SHELL) $(top_srcdir)/depcomp
182am__maybe_remake_depfiles = depfiles
183am__depfiles_remade = ./$(DEPDIR)/pyfsxfs_la-pyfsxfs.Plo \
184	./$(DEPDIR)/pyfsxfs_la-pyfsxfs_datetime.Plo \
185	./$(DEPDIR)/pyfsxfs_la-pyfsxfs_error.Plo \
186	./$(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attribute.Plo \
187	./$(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attributes.Plo \
188	./$(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entries.Plo \
189	./$(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entry.Plo \
190	./$(DEPDIR)/pyfsxfs_la-pyfsxfs_file_object_io_handle.Plo \
191	./$(DEPDIR)/pyfsxfs_la-pyfsxfs_integer.Plo \
192	./$(DEPDIR)/pyfsxfs_la-pyfsxfs_volume.Plo
193am__mv = mv -f
194COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
196LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
197	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
198	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
199	$(AM_CFLAGS) $(CFLAGS)
200AM_V_CC = $(am__v_CC_@AM_V@)
201am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
202am__v_CC_0 = @echo "  CC      " $@;
203am__v_CC_1 =
204CCLD = $(CC)
205LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
206	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
207	$(AM_LDFLAGS) $(LDFLAGS) -o $@
208AM_V_CCLD = $(am__v_CCLD_@AM_V@)
209am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
210am__v_CCLD_0 = @echo "  CCLD    " $@;
211am__v_CCLD_1 =
212SOURCES = $(nodist_pyfsxfs_la_SOURCES)
213DIST_SOURCES =
214am__can_run_installinfo = \
215  case $$AM_UPDATE_INFO_DIR in \
216    n|no|NO) false;; \
217    *) (install-info --version) >/dev/null 2>&1;; \
218  esac
219am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
220# Read a list of newline-separated strings from the standard input,
221# and print each of them once, without duplicates.  Input order is
222# *not* preserved.
223am__uniquify_input = $(AWK) '\
224  BEGIN { nonempty = 0; } \
225  { items[$$0] = 1; nonempty = 1; } \
226  END { if (nonempty) { for (i in items) print i; }; } \
227'
228# Make sure the list of sources is unique.  This is necessary because,
229# e.g., the same source file might be shared among _SOURCES variables
230# for different programs/libraries.
231am__define_uniq_tagged_files = \
232  list='$(am__tagged_files)'; \
233  unique=`for i in $$list; do \
234    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
235  done | $(am__uniquify_input)`
236ETAGS = etags
237CTAGS = ctags
238am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
239DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
240ACLOCAL = @ACLOCAL@
241AMTAR = @AMTAR@
242AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
243AR = @AR@
244AS = @AS@
245AUTOCONF = @AUTOCONF@
246AUTOHEADER = @AUTOHEADER@
247AUTOMAKE = @AUTOMAKE@
248AWK = @AWK@
249CC = @CC@
250CCDEPMODE = @CCDEPMODE@
251CFLAGS = @CFLAGS@
252CPP = @CPP@
253CPPFLAGS = @CPPFLAGS@
254CXX = @CXX@
255CXXCPP = @CXXCPP@
256CXXDEPMODE = @CXXDEPMODE@
257CXXFLAGS = @CXXFLAGS@
258CYGPATH_W = @CYGPATH_W@
259DEFS = @DEFS@
260DEPDIR = @DEPDIR@
261DLLTOOL = @DLLTOOL@
262DPKG_DATE = @DPKG_DATE@
263DSYMUTIL = @DSYMUTIL@
264DUMPBIN = @DUMPBIN@
265ECHO_C = @ECHO_C@
266ECHO_N = @ECHO_N@
267ECHO_T = @ECHO_T@
268EGREP = @EGREP@
269EXEEXT = @EXEEXT@
270FGREP = @FGREP@
271GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
272GMSGFMT = @GMSGFMT@
273GMSGFMT_015 = @GMSGFMT_015@
274GREP = @GREP@
275HAVE_DLLMAIN = @HAVE_DLLMAIN@
276HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
277HAVE_LIBBFIO = @HAVE_LIBBFIO@
278HAVE_LIBCDATA = @HAVE_LIBCDATA@
279HAVE_LIBCERROR = @HAVE_LIBCERROR@
280HAVE_LIBCFILE = @HAVE_LIBCFILE@
281HAVE_LIBCLOCALE = @HAVE_LIBCLOCALE@
282HAVE_LIBCNOTIFY = @HAVE_LIBCNOTIFY@
283HAVE_LIBCPATH = @HAVE_LIBCPATH@
284HAVE_LIBCSPLIT = @HAVE_LIBCSPLIT@
285HAVE_LIBCTHREADS = @HAVE_LIBCTHREADS@
286HAVE_LIBFCACHE = @HAVE_LIBFCACHE@
287HAVE_LIBFDATA = @HAVE_LIBFDATA@
288HAVE_LIBFDATETIME = @HAVE_LIBFDATETIME@
289HAVE_LIBFGUID = @HAVE_LIBFGUID@
290HAVE_LIBHMAC = @HAVE_LIBHMAC@
291HAVE_LIBUNA = @HAVE_LIBUNA@
292HAVE_LOCAL_LIBBFIO = @HAVE_LOCAL_LIBBFIO@
293HAVE_LOCAL_LIBCDATA = @HAVE_LOCAL_LIBCDATA@
294HAVE_LOCAL_LIBCERROR = @HAVE_LOCAL_LIBCERROR@
295HAVE_LOCAL_LIBCFILE = @HAVE_LOCAL_LIBCFILE@
296HAVE_LOCAL_LIBCLOCALE = @HAVE_LOCAL_LIBCLOCALE@
297HAVE_LOCAL_LIBCNOTIFY = @HAVE_LOCAL_LIBCNOTIFY@
298HAVE_LOCAL_LIBCPATH = @HAVE_LOCAL_LIBCPATH@
299HAVE_LOCAL_LIBCSPLIT = @HAVE_LOCAL_LIBCSPLIT@
300HAVE_LOCAL_LIBCTHREADS = @HAVE_LOCAL_LIBCTHREADS@
301HAVE_LOCAL_LIBFCACHE = @HAVE_LOCAL_LIBFCACHE@
302HAVE_LOCAL_LIBFDATA = @HAVE_LOCAL_LIBFDATA@
303HAVE_LOCAL_LIBFDATETIME = @HAVE_LOCAL_LIBFDATETIME@
304HAVE_LOCAL_LIBFGUID = @HAVE_LOCAL_LIBFGUID@
305HAVE_LOCAL_LIBHMAC = @HAVE_LOCAL_LIBHMAC@
306HAVE_LOCAL_LIBUNA = @HAVE_LOCAL_LIBUNA@
307HAVE_MULTI_THREAD_SUPPORT = @HAVE_MULTI_THREAD_SUPPORT@
308HAVE_OFF64_T = @HAVE_OFF64_T@
309HAVE_OPENSSL_EVP_H = @HAVE_OPENSSL_EVP_H@
310HAVE_PTHREAD = @HAVE_PTHREAD@
311HAVE_SIZE32_T = @HAVE_SIZE32_T@
312HAVE_SIZE64_T = @HAVE_SIZE64_T@
313HAVE_SSIZE32_T = @HAVE_SSIZE32_T@
314HAVE_SSIZE64_T = @HAVE_SSIZE64_T@
315HAVE_STDINT_H = @HAVE_STDINT_H@
316HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
317HAVE_WCHAR_H = @HAVE_WCHAR_H@
318HAVE_WIDE_CHARACTER_TYPE = @HAVE_WIDE_CHARACTER_TYPE@
319INSTALL = @INSTALL@
320INSTALL_DATA = @INSTALL_DATA@
321INSTALL_PROGRAM = @INSTALL_PROGRAM@
322INSTALL_SCRIPT = @INSTALL_SCRIPT@
323INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
324INTLLIBS = @INTLLIBS@
325INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
326LD = @LD@
327LDFLAGS = @LDFLAGS@
328LIBBFIO_CPPFLAGS = @LIBBFIO_CPPFLAGS@
329LIBBFIO_LIBADD = @LIBBFIO_LIBADD@
330LIBCDATA_CPPFLAGS = @LIBCDATA_CPPFLAGS@
331LIBCDATA_LIBADD = @LIBCDATA_LIBADD@
332LIBCERROR_CPPFLAGS = @LIBCERROR_CPPFLAGS@
333LIBCERROR_LIBADD = @LIBCERROR_LIBADD@
334LIBCFILE_CPPFLAGS = @LIBCFILE_CPPFLAGS@
335LIBCFILE_LIBADD = @LIBCFILE_LIBADD@
336LIBCLOCALE_CPPFLAGS = @LIBCLOCALE_CPPFLAGS@
337LIBCLOCALE_LIBADD = @LIBCLOCALE_LIBADD@
338LIBCNOTIFY_CPPFLAGS = @LIBCNOTIFY_CPPFLAGS@
339LIBCNOTIFY_LIBADD = @LIBCNOTIFY_LIBADD@
340LIBCPATH_CPPFLAGS = @LIBCPATH_CPPFLAGS@
341LIBCPATH_LIBADD = @LIBCPATH_LIBADD@
342LIBCRYPTO_CPPFLAGS = @LIBCRYPTO_CPPFLAGS@
343LIBCRYPTO_LIBADD = @LIBCRYPTO_LIBADD@
344LIBCSPLIT_CPPFLAGS = @LIBCSPLIT_CPPFLAGS@
345LIBCSPLIT_LIBADD = @LIBCSPLIT_LIBADD@
346LIBCTHREADS_CPPFLAGS = @LIBCTHREADS_CPPFLAGS@
347LIBCTHREADS_LIBADD = @LIBCTHREADS_LIBADD@
348LIBDL_LIBADD = @LIBDL_LIBADD@
349LIBFCACHE_CPPFLAGS = @LIBFCACHE_CPPFLAGS@
350LIBFCACHE_LIBADD = @LIBFCACHE_LIBADD@
351LIBFDATA_CPPFLAGS = @LIBFDATA_CPPFLAGS@
352LIBFDATA_LIBADD = @LIBFDATA_LIBADD@
353LIBFDATETIME_CPPFLAGS = @LIBFDATETIME_CPPFLAGS@
354LIBFDATETIME_LIBADD = @LIBFDATETIME_LIBADD@
355LIBFGUID_CPPFLAGS = @LIBFGUID_CPPFLAGS@
356LIBFGUID_LIBADD = @LIBFGUID_LIBADD@
357LIBFSXFS_DLL_EXPORT = @LIBFSXFS_DLL_EXPORT@
358LIBFSXFS_DLL_IMPORT = @LIBFSXFS_DLL_IMPORT@
359LIBHMAC_CPPFLAGS = @LIBHMAC_CPPFLAGS@
360LIBHMAC_LIBADD = @LIBHMAC_LIBADD@
361LIBICONV = @LIBICONV@
362LIBINTL = @LIBINTL@
363LIBOBJS = @LIBOBJS@
364LIBS = @LIBS@
365LIBTOOL = @LIBTOOL@
366LIBTOOL_DEPS = @LIBTOOL_DEPS@
367LIBUNA_CPPFLAGS = @LIBUNA_CPPFLAGS@
368LIBUNA_LIBADD = @LIBUNA_LIBADD@
369LIB_FUZZING_ENGINE = @LIB_FUZZING_ENGINE@
370LIPO = @LIPO@
371LN_S = @LN_S@
372LTLIBICONV = @LTLIBICONV@
373LTLIBINTL = @LTLIBINTL@
374LTLIBOBJS = @LTLIBOBJS@
375LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
376MAKEINFO = @MAKEINFO@
377MANIFEST_TOOL = @MANIFEST_TOOL@
378MKDIR_P = @MKDIR_P@
379MSGFMT = @MSGFMT@
380MSGFMT_015 = @MSGFMT_015@
381MSGMERGE = @MSGMERGE@
382NM = @NM@
383NMEDIT = @NMEDIT@
384OBJDUMP = @OBJDUMP@
385OBJEXT = @OBJEXT@
386OTOOL = @OTOOL@
387OTOOL64 = @OTOOL64@
388PACKAGE = @PACKAGE@
389PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
390PACKAGE_NAME = @PACKAGE_NAME@
391PACKAGE_STRING = @PACKAGE_STRING@
392PACKAGE_TARNAME = @PACKAGE_TARNAME@
393PACKAGE_URL = @PACKAGE_URL@
394PACKAGE_VERSION = @PACKAGE_VERSION@
395PATH_SEPARATOR = @PATH_SEPARATOR@
396PKGCONFIG = @PKGCONFIG@
397PKG_CONFIG = @PKG_CONFIG@
398PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
399PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
400POSUB = @POSUB@
401PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
402PTHREAD_LIBADD = @PTHREAD_LIBADD@
403PYTHON = @PYTHON@
404PYTHON2 = @PYTHON2@
405PYTHON2_CONFIG = @PYTHON2_CONFIG@
406PYTHON2_CPPFLAGS = @PYTHON2_CPPFLAGS@
407PYTHON2_EXEC_PREFIX = @PYTHON2_EXEC_PREFIX@
408PYTHON2_LDFLAGS = @PYTHON2_LDFLAGS@
409PYTHON2_LIBRARY_DIR = @PYTHON2_LIBRARY_DIR@
410PYTHON2_PACKAGE_DIR = @PYTHON2_PACKAGE_DIR@
411PYTHON2_PLATFORM = @PYTHON2_PLATFORM@
412PYTHON2_PREFIX = @PYTHON2_PREFIX@
413PYTHON2_VERSION = @PYTHON2_VERSION@
414PYTHON3 = @PYTHON3@
415PYTHON3_CONFIG = @PYTHON3_CONFIG@
416PYTHON3_CPPFLAGS = @PYTHON3_CPPFLAGS@
417PYTHON3_EXEC_PREFIX = @PYTHON3_EXEC_PREFIX@
418PYTHON3_LDFLAGS = @PYTHON3_LDFLAGS@
419PYTHON3_LIBRARY_DIR = @PYTHON3_LIBRARY_DIR@
420PYTHON3_PACKAGE_DIR = @PYTHON3_PACKAGE_DIR@
421PYTHON3_PLATFORM = @PYTHON3_PLATFORM@
422PYTHON3_PREFIX = @PYTHON3_PREFIX@
423PYTHON3_VERSION = @PYTHON3_VERSION@
424PYTHON_CONFIG = @PYTHON_CONFIG@
425PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
426PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
427PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
428PYTHON_LIBRARY_DIR = @PYTHON_LIBRARY_DIR@
429PYTHON_PACKAGE_DIR = @PYTHON_PACKAGE_DIR@
430PYTHON_PLATFORM = @PYTHON_PLATFORM@
431PYTHON_PREFIX = @PYTHON_PREFIX@
432RANLIB = @RANLIB@
433SED = @SED@
434SET_MAKE = @SET_MAKE@
435SHELL = @SHELL@
436SPEC_DATE = @SPEC_DATE@
437STATIC_LDFLAGS = @STATIC_LDFLAGS@
438STRIP = @STRIP@
439USE_NLS = @USE_NLS@
440VERSION = @VERSION@
441XGETTEXT = @XGETTEXT@
442XGETTEXT_015 = @XGETTEXT_015@
443XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
444abs_builddir = @abs_builddir@
445abs_srcdir = @abs_srcdir@
446abs_top_builddir = @abs_top_builddir@
447abs_top_srcdir = @abs_top_srcdir@
448ac_ct_AR = @ac_ct_AR@
449ac_ct_CC = @ac_ct_CC@
450ac_ct_CXX = @ac_ct_CXX@
451ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
452am__include = @am__include@
453am__leading_dot = @am__leading_dot@
454am__quote = @am__quote@
455am__tar = @am__tar@
456am__untar = @am__untar@
457ax_libbfio_pc_libs_private = @ax_libbfio_pc_libs_private@
458ax_libbfio_spec_build_requires = @ax_libbfio_spec_build_requires@
459ax_libbfio_spec_requires = @ax_libbfio_spec_requires@
460ax_libcdata_pc_libs_private = @ax_libcdata_pc_libs_private@
461ax_libcdata_spec_build_requires = @ax_libcdata_spec_build_requires@
462ax_libcdata_spec_requires = @ax_libcdata_spec_requires@
463ax_libcerror_pc_libs_private = @ax_libcerror_pc_libs_private@
464ax_libcerror_spec_build_requires = @ax_libcerror_spec_build_requires@
465ax_libcerror_spec_requires = @ax_libcerror_spec_requires@
466ax_libcfile_pc_libs_private = @ax_libcfile_pc_libs_private@
467ax_libcfile_spec_build_requires = @ax_libcfile_spec_build_requires@
468ax_libcfile_spec_requires = @ax_libcfile_spec_requires@
469ax_libclocale_pc_libs_private = @ax_libclocale_pc_libs_private@
470ax_libclocale_spec_build_requires = @ax_libclocale_spec_build_requires@
471ax_libclocale_spec_requires = @ax_libclocale_spec_requires@
472ax_libcnotify_pc_libs_private = @ax_libcnotify_pc_libs_private@
473ax_libcnotify_spec_build_requires = @ax_libcnotify_spec_build_requires@
474ax_libcnotify_spec_requires = @ax_libcnotify_spec_requires@
475ax_libcpath_pc_libs_private = @ax_libcpath_pc_libs_private@
476ax_libcpath_spec_build_requires = @ax_libcpath_spec_build_requires@
477ax_libcpath_spec_requires = @ax_libcpath_spec_requires@
478ax_libcrypto_pc_libs_private = @ax_libcrypto_pc_libs_private@
479ax_libcrypto_spec_build_requires = @ax_libcrypto_spec_build_requires@
480ax_libcrypto_spec_requires = @ax_libcrypto_spec_requires@
481ax_libcsplit_pc_libs_private = @ax_libcsplit_pc_libs_private@
482ax_libcsplit_spec_build_requires = @ax_libcsplit_spec_build_requires@
483ax_libcsplit_spec_requires = @ax_libcsplit_spec_requires@
484ax_libcthreads_pc_libs_private = @ax_libcthreads_pc_libs_private@
485ax_libcthreads_spec_build_requires = @ax_libcthreads_spec_build_requires@
486ax_libcthreads_spec_requires = @ax_libcthreads_spec_requires@
487ax_libfcache_pc_libs_private = @ax_libfcache_pc_libs_private@
488ax_libfcache_spec_build_requires = @ax_libfcache_spec_build_requires@
489ax_libfcache_spec_requires = @ax_libfcache_spec_requires@
490ax_libfdata_pc_libs_private = @ax_libfdata_pc_libs_private@
491ax_libfdata_spec_build_requires = @ax_libfdata_spec_build_requires@
492ax_libfdata_spec_requires = @ax_libfdata_spec_requires@
493ax_libfdatetime_pc_libs_private = @ax_libfdatetime_pc_libs_private@
494ax_libfdatetime_spec_build_requires = @ax_libfdatetime_spec_build_requires@
495ax_libfdatetime_spec_requires = @ax_libfdatetime_spec_requires@
496ax_libfguid_pc_libs_private = @ax_libfguid_pc_libs_private@
497ax_libfguid_spec_build_requires = @ax_libfguid_spec_build_requires@
498ax_libfguid_spec_requires = @ax_libfguid_spec_requires@
499ax_libhmac_pc_libs_private = @ax_libhmac_pc_libs_private@
500ax_libhmac_spec_build_requires = @ax_libhmac_spec_build_requires@
501ax_libhmac_spec_requires = @ax_libhmac_spec_requires@
502ax_libuna_pc_libs_private = @ax_libuna_pc_libs_private@
503ax_libuna_spec_build_requires = @ax_libuna_spec_build_requires@
504ax_libuna_spec_requires = @ax_libuna_spec_requires@
505ax_pthread_pc_libs_private = @ax_pthread_pc_libs_private@
506bindir = @bindir@
507build = @build@
508build_alias = @build_alias@
509build_cpu = @build_cpu@
510build_os = @build_os@
511build_vendor = @build_vendor@
512builddir = @builddir@
513datadir = @datadir@
514datarootdir = @datarootdir@
515docdir = @docdir@
516dvidir = @dvidir@
517exec_prefix = @exec_prefix@
518host = @host@
519host_alias = @host_alias@
520host_cpu = @host_cpu@
521host_os = @host_os@
522host_vendor = @host_vendor@
523htmldir = @htmldir@
524includedir = @includedir@
525infodir = @infodir@
526install_sh = @install_sh@
527libbfio_CFLAGS = @libbfio_CFLAGS@
528libbfio_LIBS = @libbfio_LIBS@
529libcdata_CFLAGS = @libcdata_CFLAGS@
530libcdata_LIBS = @libcdata_LIBS@
531libcerror_CFLAGS = @libcerror_CFLAGS@
532libcerror_LIBS = @libcerror_LIBS@
533libcfile_CFLAGS = @libcfile_CFLAGS@
534libcfile_LIBS = @libcfile_LIBS@
535libclocale_CFLAGS = @libclocale_CFLAGS@
536libclocale_LIBS = @libclocale_LIBS@
537libcnotify_CFLAGS = @libcnotify_CFLAGS@
538libcnotify_LIBS = @libcnotify_LIBS@
539libcpath_CFLAGS = @libcpath_CFLAGS@
540libcpath_LIBS = @libcpath_LIBS@
541libcsplit_CFLAGS = @libcsplit_CFLAGS@
542libcsplit_LIBS = @libcsplit_LIBS@
543libcthreads_CFLAGS = @libcthreads_CFLAGS@
544libcthreads_LIBS = @libcthreads_LIBS@
545libdir = @libdir@
546libexecdir = @libexecdir@
547libfcache_CFLAGS = @libfcache_CFLAGS@
548libfcache_LIBS = @libfcache_LIBS@
549libfdata_CFLAGS = @libfdata_CFLAGS@
550libfdata_LIBS = @libfdata_LIBS@
551libfdatetime_CFLAGS = @libfdatetime_CFLAGS@
552libfdatetime_LIBS = @libfdatetime_LIBS@
553libfguid_CFLAGS = @libfguid_CFLAGS@
554libfguid_LIBS = @libfguid_LIBS@
555libfsxfs_spec_requires = @libfsxfs_spec_requires@
556libfsxfs_spec_tools_build_requires = @libfsxfs_spec_tools_build_requires@
557libhmac_CFLAGS = @libhmac_CFLAGS@
558libhmac_LIBS = @libhmac_LIBS@
559libuna_CFLAGS = @libuna_CFLAGS@
560libuna_LIBS = @libuna_LIBS@
561localedir = @localedir@
562localstatedir = @localstatedir@
563mandir = @mandir@
564mkdir_p = @mkdir_p@
565oldincludedir = @oldincludedir@
566openssl_CFLAGS = @openssl_CFLAGS@
567openssl_LIBS = @openssl_LIBS@
568pdfdir = @pdfdir@
569prefix = @prefix@
570program_transform_name = @program_transform_name@
571psdir = @psdir@
572pyexecdir = $(pyexecdir3)
573pyexecdir2 = @pyexecdir2@
574pyexecdir3 = @pyexecdir3@
575pythondir = @pythondir@
576pythondir2 = @pythondir2@
577pythondir3 = @pythondir3@
578runstatedir = @runstatedir@
579sbindir = @sbindir@
580sharedstatedir = @sharedstatedir@
581srcdir = @srcdir@
582sysconfdir = @sysconfdir@
583target_alias = @target_alias@
584top_build_prefix = @top_build_prefix@
585top_builddir = @top_builddir@
586top_srcdir = @top_srcdir@
587
588# Note that we cannot use: AUTOMAKE_OPTIONS = subdir-objects
589# subdir-objects will compile the source files to a single version of Python.
590# Since subdir-objects is being deprecated we copy the source files instead.
591am__installdirs = "$(DESTDIR)$(pyexecdir3)"
592@HAVE_PYTHON3_TRUE@AM_CFLAGS = \
593@HAVE_PYTHON3_TRUE@	-I$(top_srcdir)/include \
594@HAVE_PYTHON3_TRUE@	-I$(top_srcdir)/common \
595@HAVE_PYTHON3_TRUE@	@LIBCERROR_CPPFLAGS@ \
596@HAVE_PYTHON3_TRUE@	@LIBCDATA_CPPFLAGS@ \
597@HAVE_PYTHON3_TRUE@	@LIBCLOCALE_CPPFLAGS@ \
598@HAVE_PYTHON3_TRUE@	@LIBCSPLIT_CPPFLAGS@ \
599@HAVE_PYTHON3_TRUE@	@LIBUNA_CPPFLAGS@ \
600@HAVE_PYTHON3_TRUE@	@LIBCFILE_CPPFLAGS@ \
601@HAVE_PYTHON3_TRUE@	@LIBCPATH_CPPFLAGS@ \
602@HAVE_PYTHON3_TRUE@	@LIBBFIO_CPPFLAGS@ \
603@HAVE_PYTHON3_TRUE@	@LIBFGUID_CPPFLAGS@ \
604@HAVE_PYTHON3_TRUE@	@LIBFSXFS_DLL_IMPORT@
605
606@HAVE_PYTHON3_TRUE@am_pyfsxfs_la_rpath = -rpath $(pyexecdir3)
607@HAVE_PYTHON3_TRUE@BUILT_SOURCES = \
608@HAVE_PYTHON3_TRUE@	pyfsxfs.c pyfsxfs.h \
609@HAVE_PYTHON3_TRUE@	pyfsxfs_datetime.c pyfsxfs_datetime.h \
610@HAVE_PYTHON3_TRUE@	pyfsxfs_error.c pyfsxfs_error.h \
611@HAVE_PYTHON3_TRUE@	pyfsxfs_extended_attribute.c pyfsxfs_extended_attribute.h \
612@HAVE_PYTHON3_TRUE@	pyfsxfs_extended_attributes.c pyfsxfs_extended_attributes.h \
613@HAVE_PYTHON3_TRUE@	pyfsxfs_file_entries.c pyfsxfs_file_entries.h \
614@HAVE_PYTHON3_TRUE@	pyfsxfs_file_entry.c pyfsxfs_file_entry.h \
615@HAVE_PYTHON3_TRUE@	pyfsxfs_file_object_io_handle.c pyfsxfs_file_object_io_handle.h \
616@HAVE_PYTHON3_TRUE@	pyfsxfs_integer.c pyfsxfs_integer.h \
617@HAVE_PYTHON3_TRUE@	pyfsxfs_libbfio.h \
618@HAVE_PYTHON3_TRUE@	pyfsxfs_libcerror.h \
619@HAVE_PYTHON3_TRUE@	pyfsxfs_libfsxfs.h \
620@HAVE_PYTHON3_TRUE@	pyfsxfs_python.h \
621@HAVE_PYTHON3_TRUE@	pyfsxfs_unused.h \
622@HAVE_PYTHON3_TRUE@	pyfsxfs_volume.c pyfsxfs_volume.h
623
624@HAVE_PYTHON3_TRUE@pyexec_LTLIBRARIES = pyfsxfs.la
625@HAVE_PYTHON3_TRUE@nodist_pyfsxfs_la_SOURCES = $(BUILT_SOURCES)
626@HAVE_PYTHON3_TRUE@pyfsxfs_la_LIBADD = \
627@HAVE_PYTHON3_TRUE@	@LIBCERROR_LIBADD@ \
628@HAVE_PYTHON3_TRUE@	../libfsxfs/libfsxfs.la \
629@HAVE_PYTHON3_TRUE@	@LIBCDATA_LIBADD@ \
630@HAVE_PYTHON3_TRUE@	@LIBCLOCALE_LIBADD@ \
631@HAVE_PYTHON3_TRUE@	@LIBCSPLIT_LIBADD@ \
632@HAVE_PYTHON3_TRUE@	@LIBUNA_LIBADD@ \
633@HAVE_PYTHON3_TRUE@	@LIBCFILE_LIBADD@ \
634@HAVE_PYTHON3_TRUE@	@LIBCPATH_LIBADD@ \
635@HAVE_PYTHON3_TRUE@	@LIBBFIO_LIBADD@ \
636@HAVE_PYTHON3_TRUE@	@LIBFGUID_LIBADD@
637
638@HAVE_PYTHON3_TRUE@pyfsxfs_la_CPPFLAGS = $(PYTHON3_CPPFLAGS)
639@HAVE_PYTHON3_TRUE@pyfsxfs_la_LDFLAGS = -module -avoid-version $(PYTHON3_LDFLAGS)
640MAINTAINERCLEANFILES = \
641	Makefile.in
642
643all: $(BUILT_SOURCES)
644	$(MAKE) $(AM_MAKEFLAGS) all-am
645
646.SUFFIXES:
647.SUFFIXES: .c .lo .o .obj
648$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
649	@for dep in $?; do \
650	  case '$(am__configure_deps)' in \
651	    *$$dep*) \
652	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
653	        && { if test -f $@; then exit 0; else break; fi; }; \
654	      exit 1;; \
655	  esac; \
656	done; \
657	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pyfsxfs-python3/Makefile'; \
658	$(am__cd) $(top_srcdir) && \
659	  $(AUTOMAKE) --gnu pyfsxfs-python3/Makefile
660Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
661	@case '$?' in \
662	  *config.status*) \
663	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
664	  *) \
665	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
666	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
667	esac;
668
669$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
670	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
671
672$(top_srcdir)/configure:  $(am__configure_deps)
673	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
674$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
675	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
676$(am__aclocal_m4_deps):
677
678install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
679	@$(NORMAL_INSTALL)
680	@list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
681	list2=; for p in $$list; do \
682	  if test -f $$p; then \
683	    list2="$$list2 $$p"; \
684	  else :; fi; \
685	done; \
686	test -z "$$list2" || { \
687	  echo " $(MKDIR_P) '$(DESTDIR)$(pyexecdir)'"; \
688	  $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" || exit 1; \
689	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \
690	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \
691	}
692
693uninstall-pyexecLTLIBRARIES:
694	@$(NORMAL_UNINSTALL)
695	@list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
696	for p in $$list; do \
697	  $(am__strip_dir) \
698	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \
699	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \
700	done
701
702clean-pyexecLTLIBRARIES:
703	-test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES)
704	@list='$(pyexec_LTLIBRARIES)'; \
705	locs=`for p in $$list; do echo $$p; done | \
706	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
707	      sort -u`; \
708	test -z "$$locs" || { \
709	  echo rm -f $${locs}; \
710	  rm -f $${locs}; \
711	}
712
713pyfsxfs.la: $(pyfsxfs_la_OBJECTS) $(pyfsxfs_la_DEPENDENCIES) $(EXTRA_pyfsxfs_la_DEPENDENCIES)
714	$(AM_V_CCLD)$(pyfsxfs_la_LINK) $(am_pyfsxfs_la_rpath) $(pyfsxfs_la_OBJECTS) $(pyfsxfs_la_LIBADD) $(LIBS)
715
716mostlyclean-compile:
717	-rm -f *.$(OBJEXT)
718
719distclean-compile:
720	-rm -f *.tab.c
721
722@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs.Plo@am__quote@ # am--include-marker
723@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs_datetime.Plo@am__quote@ # am--include-marker
724@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs_error.Plo@am__quote@ # am--include-marker
725@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attribute.Plo@am__quote@ # am--include-marker
726@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attributes.Plo@am__quote@ # am--include-marker
727@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entries.Plo@am__quote@ # am--include-marker
728@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entry.Plo@am__quote@ # am--include-marker
729@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs_file_object_io_handle.Plo@am__quote@ # am--include-marker
730@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs_integer.Plo@am__quote@ # am--include-marker
731@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pyfsxfs_la-pyfsxfs_volume.Plo@am__quote@ # am--include-marker
732
733$(am__depfiles_remade):
734	@$(MKDIR_P) $(@D)
735	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
736
737am--depfiles: $(am__depfiles_remade)
738
739.c.o:
740@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
741@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
742@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
743@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
744@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
745
746.c.obj:
747@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
748@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
749@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
750@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
751@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
752
753.c.lo:
754@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
755@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
756@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
757@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
758@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
759
760pyfsxfs_la-pyfsxfs.lo: pyfsxfs.c
761@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs.Tpo -c -o pyfsxfs_la-pyfsxfs.lo `test -f 'pyfsxfs.c' || echo '$(srcdir)/'`pyfsxfs.c
762@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs.Plo
763@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs.c' object='pyfsxfs_la-pyfsxfs.lo' libtool=yes @AMDEPBACKSLASH@
764@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
765@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs.lo `test -f 'pyfsxfs.c' || echo '$(srcdir)/'`pyfsxfs.c
766
767pyfsxfs_la-pyfsxfs_datetime.lo: pyfsxfs_datetime.c
768@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs_datetime.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs_datetime.Tpo -c -o pyfsxfs_la-pyfsxfs_datetime.lo `test -f 'pyfsxfs_datetime.c' || echo '$(srcdir)/'`pyfsxfs_datetime.c
769@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs_datetime.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs_datetime.Plo
770@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs_datetime.c' object='pyfsxfs_la-pyfsxfs_datetime.lo' libtool=yes @AMDEPBACKSLASH@
771@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
772@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs_datetime.lo `test -f 'pyfsxfs_datetime.c' || echo '$(srcdir)/'`pyfsxfs_datetime.c
773
774pyfsxfs_la-pyfsxfs_error.lo: pyfsxfs_error.c
775@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs_error.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs_error.Tpo -c -o pyfsxfs_la-pyfsxfs_error.lo `test -f 'pyfsxfs_error.c' || echo '$(srcdir)/'`pyfsxfs_error.c
776@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs_error.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs_error.Plo
777@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs_error.c' object='pyfsxfs_la-pyfsxfs_error.lo' libtool=yes @AMDEPBACKSLASH@
778@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
779@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs_error.lo `test -f 'pyfsxfs_error.c' || echo '$(srcdir)/'`pyfsxfs_error.c
780
781pyfsxfs_la-pyfsxfs_extended_attribute.lo: pyfsxfs_extended_attribute.c
782@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs_extended_attribute.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attribute.Tpo -c -o pyfsxfs_la-pyfsxfs_extended_attribute.lo `test -f 'pyfsxfs_extended_attribute.c' || echo '$(srcdir)/'`pyfsxfs_extended_attribute.c
783@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attribute.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attribute.Plo
784@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs_extended_attribute.c' object='pyfsxfs_la-pyfsxfs_extended_attribute.lo' libtool=yes @AMDEPBACKSLASH@
785@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
786@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs_extended_attribute.lo `test -f 'pyfsxfs_extended_attribute.c' || echo '$(srcdir)/'`pyfsxfs_extended_attribute.c
787
788pyfsxfs_la-pyfsxfs_extended_attributes.lo: pyfsxfs_extended_attributes.c
789@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs_extended_attributes.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attributes.Tpo -c -o pyfsxfs_la-pyfsxfs_extended_attributes.lo `test -f 'pyfsxfs_extended_attributes.c' || echo '$(srcdir)/'`pyfsxfs_extended_attributes.c
790@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attributes.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attributes.Plo
791@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs_extended_attributes.c' object='pyfsxfs_la-pyfsxfs_extended_attributes.lo' libtool=yes @AMDEPBACKSLASH@
792@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
793@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs_extended_attributes.lo `test -f 'pyfsxfs_extended_attributes.c' || echo '$(srcdir)/'`pyfsxfs_extended_attributes.c
794
795pyfsxfs_la-pyfsxfs_file_entries.lo: pyfsxfs_file_entries.c
796@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs_file_entries.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entries.Tpo -c -o pyfsxfs_la-pyfsxfs_file_entries.lo `test -f 'pyfsxfs_file_entries.c' || echo '$(srcdir)/'`pyfsxfs_file_entries.c
797@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entries.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entries.Plo
798@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs_file_entries.c' object='pyfsxfs_la-pyfsxfs_file_entries.lo' libtool=yes @AMDEPBACKSLASH@
799@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
800@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs_file_entries.lo `test -f 'pyfsxfs_file_entries.c' || echo '$(srcdir)/'`pyfsxfs_file_entries.c
801
802pyfsxfs_la-pyfsxfs_file_entry.lo: pyfsxfs_file_entry.c
803@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs_file_entry.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entry.Tpo -c -o pyfsxfs_la-pyfsxfs_file_entry.lo `test -f 'pyfsxfs_file_entry.c' || echo '$(srcdir)/'`pyfsxfs_file_entry.c
804@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entry.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entry.Plo
805@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs_file_entry.c' object='pyfsxfs_la-pyfsxfs_file_entry.lo' libtool=yes @AMDEPBACKSLASH@
806@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
807@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs_file_entry.lo `test -f 'pyfsxfs_file_entry.c' || echo '$(srcdir)/'`pyfsxfs_file_entry.c
808
809pyfsxfs_la-pyfsxfs_file_object_io_handle.lo: pyfsxfs_file_object_io_handle.c
810@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs_file_object_io_handle.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs_file_object_io_handle.Tpo -c -o pyfsxfs_la-pyfsxfs_file_object_io_handle.lo `test -f 'pyfsxfs_file_object_io_handle.c' || echo '$(srcdir)/'`pyfsxfs_file_object_io_handle.c
811@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs_file_object_io_handle.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs_file_object_io_handle.Plo
812@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs_file_object_io_handle.c' object='pyfsxfs_la-pyfsxfs_file_object_io_handle.lo' libtool=yes @AMDEPBACKSLASH@
813@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
814@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs_file_object_io_handle.lo `test -f 'pyfsxfs_file_object_io_handle.c' || echo '$(srcdir)/'`pyfsxfs_file_object_io_handle.c
815
816pyfsxfs_la-pyfsxfs_integer.lo: pyfsxfs_integer.c
817@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs_integer.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs_integer.Tpo -c -o pyfsxfs_la-pyfsxfs_integer.lo `test -f 'pyfsxfs_integer.c' || echo '$(srcdir)/'`pyfsxfs_integer.c
818@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs_integer.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs_integer.Plo
819@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs_integer.c' object='pyfsxfs_la-pyfsxfs_integer.lo' libtool=yes @AMDEPBACKSLASH@
820@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
821@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs_integer.lo `test -f 'pyfsxfs_integer.c' || echo '$(srcdir)/'`pyfsxfs_integer.c
822
823pyfsxfs_la-pyfsxfs_volume.lo: pyfsxfs_volume.c
824@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pyfsxfs_la-pyfsxfs_volume.lo -MD -MP -MF $(DEPDIR)/pyfsxfs_la-pyfsxfs_volume.Tpo -c -o pyfsxfs_la-pyfsxfs_volume.lo `test -f 'pyfsxfs_volume.c' || echo '$(srcdir)/'`pyfsxfs_volume.c
825@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/pyfsxfs_la-pyfsxfs_volume.Tpo $(DEPDIR)/pyfsxfs_la-pyfsxfs_volume.Plo
826@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pyfsxfs_volume.c' object='pyfsxfs_la-pyfsxfs_volume.lo' libtool=yes @AMDEPBACKSLASH@
827@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pyfsxfs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pyfsxfs_la-pyfsxfs_volume.lo `test -f 'pyfsxfs_volume.c' || echo '$(srcdir)/'`pyfsxfs_volume.c
829
830mostlyclean-libtool:
831	-rm -f *.lo
832
833clean-libtool:
834	-rm -rf .libs _libs
835
836ID: $(am__tagged_files)
837	$(am__define_uniq_tagged_files); mkid -fID $$unique
838tags: tags-am
839TAGS: tags
840
841tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
842	set x; \
843	here=`pwd`; \
844	$(am__define_uniq_tagged_files); \
845	shift; \
846	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
847	  test -n "$$unique" || unique=$$empty_fix; \
848	  if test $$# -gt 0; then \
849	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
850	      "$$@" $$unique; \
851	  else \
852	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
853	      $$unique; \
854	  fi; \
855	fi
856ctags: ctags-am
857
858CTAGS: ctags
859ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
860	$(am__define_uniq_tagged_files); \
861	test -z "$(CTAGS_ARGS)$$unique" \
862	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
863	     $$unique
864
865GTAGS:
866	here=`$(am__cd) $(top_builddir) && pwd` \
867	  && $(am__cd) $(top_srcdir) \
868	  && gtags -i $(GTAGS_ARGS) "$$here"
869cscopelist: cscopelist-am
870
871cscopelist-am: $(am__tagged_files)
872	list='$(am__tagged_files)'; \
873	case "$(srcdir)" in \
874	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
875	  *) sdir=$(subdir)/$(srcdir) ;; \
876	esac; \
877	for i in $$list; do \
878	  if test -f "$$i"; then \
879	    echo "$(subdir)/$$i"; \
880	  else \
881	    echo "$$sdir/$$i"; \
882	  fi; \
883	done >> $(top_builddir)/cscope.files
884
885distclean-tags:
886	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
887
888distdir: $(BUILT_SOURCES)
889	$(MAKE) $(AM_MAKEFLAGS) distdir-am
890
891distdir-am: $(DISTFILES)
892	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
893	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
894	list='$(DISTFILES)'; \
895	  dist_files=`for file in $$list; do echo $$file; done | \
896	  sed -e "s|^$$srcdirstrip/||;t" \
897	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
898	case $$dist_files in \
899	  */*) $(MKDIR_P) `echo "$$dist_files" | \
900			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
901			   sort -u` ;; \
902	esac; \
903	for file in $$dist_files; do \
904	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
905	  if test -d $$d/$$file; then \
906	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
907	    if test -d "$(distdir)/$$file"; then \
908	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
909	    fi; \
910	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
911	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
912	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
913	    fi; \
914	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
915	  else \
916	    test -f "$(distdir)/$$file" \
917	    || cp -p $$d/$$file "$(distdir)/$$file" \
918	    || exit 1; \
919	  fi; \
920	done
921check-am: all-am
922check: $(BUILT_SOURCES)
923	$(MAKE) $(AM_MAKEFLAGS) check-am
924all-am: Makefile $(LTLIBRARIES)
925installdirs:
926	for dir in "$(DESTDIR)$(pyexecdir3)"; do \
927	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
928	done
929install: $(BUILT_SOURCES)
930	$(MAKE) $(AM_MAKEFLAGS) install-am
931install-exec: install-exec-am
932install-data: install-data-am
933uninstall: uninstall-am
934
935install-am: all-am
936	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
937
938installcheck: installcheck-am
939install-strip:
940	if test -z '$(STRIP)'; then \
941	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
942	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
943	      install; \
944	else \
945	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
946	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
947	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
948	fi
949mostlyclean-generic:
950
951clean-generic:
952
953distclean-generic:
954	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
955	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
956
957maintainer-clean-generic:
958	@echo "This command is intended for maintainers to use"
959	@echo "it deletes files that may require special tools to rebuild."
960	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
961	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
962clean: clean-am
963
964clean-am: clean-generic clean-libtool clean-local \
965	clean-pyexecLTLIBRARIES mostlyclean-am
966
967distclean-am: clean-am distclean-compile distclean-generic \
968	distclean-tags
969
970dvi: dvi-am
971
972dvi-am:
973
974html: html-am
975
976html-am:
977
978info: info-am
979
980info-am:
981
982install-data-am:
983
984install-dvi: install-dvi-am
985
986install-dvi-am:
987
988install-exec-am: install-pyexecLTLIBRARIES
989
990install-html: install-html-am
991
992install-html-am:
993
994install-info: install-info-am
995
996install-info-am:
997
998install-man:
999
1000install-pdf: install-pdf-am
1001
1002install-pdf-am:
1003
1004install-ps: install-ps-am
1005
1006install-ps-am:
1007
1008installcheck-am:
1009
1010maintainer-clean: maintainer-clean-am
1011		-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs.Plo
1012	-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs_datetime.Plo
1013	-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs_error.Plo
1014	-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attribute.Plo
1015	-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs_extended_attributes.Plo
1016	-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entries.Plo
1017	-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs_file_entry.Plo
1018	-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs_file_object_io_handle.Plo
1019	-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs_integer.Plo
1020	-rm -f ./$(DEPDIR)/pyfsxfs_la-pyfsxfs_volume.Plo
1021	-rm -f Makefile
1022maintainer-clean-am: distclean-am maintainer-clean-generic
1023
1024mostlyclean: mostlyclean-am
1025
1026mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1027	mostlyclean-libtool
1028
1029pdf: pdf-am
1030
1031pdf-am:
1032
1033ps: ps-am
1034
1035ps-am:
1036
1037uninstall-am: uninstall-pyexecLTLIBRARIES
1038
1039.MAKE: all check install install-am install-strip
1040
1041.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1042	clean-generic clean-libtool clean-local \
1043	clean-pyexecLTLIBRARIES cscopelist-am ctags ctags-am distclean \
1044	distclean-compile distclean-generic distclean-libtool \
1045	distclean-tags distdir dvi dvi-am html html-am info info-am \
1046	install install-am install-data install-data-am install-dvi \
1047	install-dvi-am install-exec install-exec-am install-html \
1048	install-html-am install-info install-info-am install-man \
1049	install-pdf install-pdf-am install-ps install-ps-am \
1050	install-pyexecLTLIBRARIES install-strip installcheck \
1051	installcheck-am installdirs maintainer-clean \
1052	maintainer-clean-generic mostlyclean mostlyclean-compile \
1053	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1054	tags tags-am uninstall uninstall-am \
1055	uninstall-pyexecLTLIBRARIES
1056
1057.PRECIOUS: Makefile
1058
1059
1060@HAVE_PYTHON3_TRUE@$(BUILT_SOURCES):
1061@HAVE_PYTHON3_TRUE@	/bin/cp -f $(top_srcdir)/pyfsxfs/$@ $@
1062
1063clean-local:
1064	/bin/rm -f pyfsxfs*.[ch]
1065
1066distclean: clean
1067	/bin/rm -f Makefile
1068
1069# Tell versions [3.59,3.63) of GNU make to not export all variables.
1070# Otherwise a system limit (for SysV at least) may be exceeded.
1071.NOEXPORT:
1072