1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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 = python
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
94	$(top_srcdir)/m4/ax_boost_python.m4 \
95	$(top_srcdir)/m4/ax_python.m4 \
96	$(top_srcdir)/m4/ax_python_devel.m4 \
97	$(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
98	$(top_srcdir)/m4/glibc2.m4 $(top_srcdir)/m4/glibc21.m4 \
99	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
100	$(top_srcdir)/m4/intl.m4 $(top_srcdir)/m4/intlmacosx.m4 \
101	$(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
102	$(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
103	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
104	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
105	$(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.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/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
110	$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
111	$(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \
112	$(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
113	$(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115	$(ACLOCAL_M4)
116DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
117mkinstalldirs = $(install_sh) -d
118CONFIG_HEADER = $(top_builddir)/config.h
119CONFIG_CLEAN_FILES =
120CONFIG_CLEAN_VPATH_FILES =
121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
122am__vpath_adj = case $$p in \
123    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
124    *) f=$$p;; \
125  esac;
126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
127am__install_max = 40
128am__nobase_strip_setup = \
129  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
130am__nobase_strip = \
131  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
132am__nobase_list = $(am__nobase_strip_setup); \
133  for p in $$list; do echo "$$p $$p"; done | \
134  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
135  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
136    if (++n[$$2] == $(am__install_max)) \
137      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
138    END { for (dir in files) print dir, files[dir] }'
139am__base_list = \
140  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
141  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
142am__uninstall_files_from_dir = { \
143  test -z "$$files" \
144    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
145    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
146         $(am__cd) "$$dir" && rm -f $$files; }; \
147  }
148am__installdirs = "$(DESTDIR)$(pythonlibdir)"
149LTLIBRARIES = $(pythonlib_LTLIBRARIES)
150@PYTHON_INTERFACE_TRUE@_libpst_la_DEPENDENCIES = ../src/libpst.la
151am___libpst_la_SOURCES_DIST = python-libpst.cpp
152@PYTHON_INTERFACE_TRUE@am__libpst_la_OBJECTS = python-libpst.lo
153_libpst_la_OBJECTS = $(am__libpst_la_OBJECTS)
154AM_V_lt = $(am__v_lt_@AM_V@)
155am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
156am__v_lt_0 = --silent
157am__v_lt_1 =
158_libpst_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
159	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
160	$(CXXFLAGS) $(_libpst_la_LDFLAGS) $(LDFLAGS) -o $@
161@PYTHON_INTERFACE_TRUE@am__libpst_la_rpath = -rpath $(pythonlibdir)
162AM_V_P = $(am__v_P_@AM_V@)
163am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
164am__v_P_0 = false
165am__v_P_1 = :
166AM_V_GEN = $(am__v_GEN_@AM_V@)
167am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
168am__v_GEN_0 = @echo "  GEN     " $@;
169am__v_GEN_1 =
170AM_V_at = $(am__v_at_@AM_V@)
171am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
172am__v_at_0 = @
173am__v_at_1 =
174DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
175depcomp = $(SHELL) $(top_srcdir)/depcomp
176am__maybe_remake_depfiles = depfiles
177am__depfiles_remade = ./$(DEPDIR)/python-libpst.Plo
178am__mv = mv -f
179CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
180	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
181LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
182	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
183	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
184	$(AM_CXXFLAGS) $(CXXFLAGS)
185AM_V_CXX = $(am__v_CXX_@AM_V@)
186am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
187am__v_CXX_0 = @echo "  CXX     " $@;
188am__v_CXX_1 =
189CXXLD = $(CXX)
190CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
191	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
192	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
193AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
194am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
195am__v_CXXLD_0 = @echo "  CXXLD   " $@;
196am__v_CXXLD_1 =
197SOURCES = $(_libpst_la_SOURCES)
198DIST_SOURCES = $(am___libpst_la_SOURCES_DIST)
199am__can_run_installinfo = \
200  case $$AM_UPDATE_INFO_DIR in \
201    n|no|NO) false;; \
202    *) (install-info --version) >/dev/null 2>&1;; \
203  esac
204am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
205# Read a list of newline-separated strings from the standard input,
206# and print each of them once, without duplicates.  Input order is
207# *not* preserved.
208am__uniquify_input = $(AWK) '\
209  BEGIN { nonempty = 0; } \
210  { items[$$0] = 1; nonempty = 1; } \
211  END { if (nonempty) { for (i in items) print i; }; } \
212'
213# Make sure the list of sources is unique.  This is necessary because,
214# e.g., the same source file might be shared among _SOURCES variables
215# for different programs/libraries.
216am__define_uniq_tagged_files = \
217  list='$(am__tagged_files)'; \
218  unique=`for i in $$list; do \
219    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220  done | $(am__uniquify_input)`
221ETAGS = etags
222CTAGS = ctags
223am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
224DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
225ACLOCAL = @ACLOCAL@
226ALLOCA = @ALLOCA@
227AMTAR = @AMTAR@
228AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
229AR = @AR@
230AUTOCONF = @AUTOCONF@
231AUTOHEADER = @AUTOHEADER@
232AUTOMAKE = @AUTOMAKE@
233AWK = @AWK@
234BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
235BOOST_LDFLAGS = @BOOST_LDFLAGS@
236BOOST_PYTHON_LIB = @BOOST_PYTHON_LIB@
237BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
238CATOBJEXT = @CATOBJEXT@
239CC = @CC@
240CCDEPMODE = @CCDEPMODE@
241CFLAGS = @CFLAGS@
242CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
243CONVERT = @CONVERT@
244CPP = @CPP@
245CPPFLAGS = @CPPFLAGS@
246CXX = @CXX@
247CXXCPP = @CXXCPP@
248CXXDEPMODE = @CXXDEPMODE@
249CXXFLAGS = @CXXFLAGS@
250CYGPATH_W = @CYGPATH_W@
251DATADIRNAME = @DATADIRNAME@
252DEFS = @DEFS@
253DEPDIR = @DEPDIR@
254DLLTOOL = @DLLTOOL@
255DSYMUTIL = @DSYMUTIL@
256DUMPBIN = @DUMPBIN@
257ECHO_C = @ECHO_C@
258ECHO_N = @ECHO_N@
259ECHO_T = @ECHO_T@
260EGREP = @EGREP@
261EXEEXT = @EXEEXT@
262FGREP = @FGREP@
263GENCAT = @GENCAT@
264GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
265GLIBC2 = @GLIBC2@
266GLIBC21 = @GLIBC21@
267GMSGFMT = @GMSGFMT@
268GMSGFMT_015 = @GMSGFMT_015@
269GREP = @GREP@
270GSF_CFLAGS = @GSF_CFLAGS@
271GSF_LIBS = @GSF_LIBS@
272HAVE_ASPRINTF = @HAVE_ASPRINTF@
273HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
274HAVE_SNPRINTF = @HAVE_SNPRINTF@
275HAVE_VISIBILITY = @HAVE_VISIBILITY@
276HAVE_WPRINTF = @HAVE_WPRINTF@
277INSTALL = @INSTALL@
278INSTALL_DATA = @INSTALL_DATA@
279INSTALL_PROGRAM = @INSTALL_PROGRAM@
280INSTALL_SCRIPT = @INSTALL_SCRIPT@
281INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
282INSTOBJEXT = @INSTOBJEXT@
283INTLBISON = @INTLBISON@
284INTLLIBS = @INTLLIBS@
285INTLOBJS = @INTLOBJS@
286INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
287INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
288LD = @LD@
289LDFLAGS = @LDFLAGS@
290LIBICONV = @LIBICONV@
291LIBINTL = @LIBINTL@
292LIBMULTITHREAD = @LIBMULTITHREAD@
293LIBOBJS = @LIBOBJS@
294LIBPST_SO_MAJOR = @LIBPST_SO_MAJOR@
295LIBPST_VERSION_INFO = @LIBPST_VERSION_INFO@
296LIBPTH = @LIBPTH@
297LIBPTH_PREFIX = @LIBPTH_PREFIX@
298LIBS = @LIBS@
299LIBTHREAD = @LIBTHREAD@
300LIBTOOL = @LIBTOOL@
301LIPO = @LIPO@
302LN_S = @LN_S@
303LTLIBC = @LTLIBC@
304LTLIBICONV = @LTLIBICONV@
305LTLIBINTL = @LTLIBINTL@
306LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
307LTLIBOBJS = @LTLIBOBJS@
308LTLIBPTH = @LTLIBPTH@
309LTLIBTHREAD = @LTLIBTHREAD@
310LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
311MAKEINFO = @MAKEINFO@
312MANIFEST_TOOL = @MANIFEST_TOOL@
313MKDIR_P = @MKDIR_P@
314MSGFMT = @MSGFMT@
315MSGFMT_015 = @MSGFMT_015@
316MSGMERGE = @MSGMERGE@
317NM = @NM@
318NMEDIT = @NMEDIT@
319OBJDUMP = @OBJDUMP@
320OBJEXT = @OBJEXT@
321OTOOL = @OTOOL@
322OTOOL64 = @OTOOL64@
323PACKAGE = @PACKAGE@
324PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
325PACKAGE_NAME = @PACKAGE_NAME@
326PACKAGE_STRING = @PACKAGE_STRING@
327PACKAGE_TARNAME = @PACKAGE_TARNAME@
328PACKAGE_URL = @PACKAGE_URL@
329PACKAGE_VERSION = @PACKAGE_VERSION@
330PATH_SEPARATOR = @PATH_SEPARATOR@
331PKG_CONFIG = @PKG_CONFIG@
332PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
333PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
334POSUB = @POSUB@
335PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
336PST_OBJDIR = @PST_OBJDIR@
337PYTHON = @PYTHON@
338PYTHON_BIN = @PYTHON_BIN@
339PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
340PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
341PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
342PYTHON_INCLUDE_DIR = @PYTHON_INCLUDE_DIR@
343PYTHON_LIB = @PYTHON_LIB@
344PYTHON_LIBS = @PYTHON_LIBS@
345PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
346PYTHON_VERSION = @PYTHON_VERSION@
347RANLIB = @RANLIB@
348REGEXLIB = @REGEXLIB@
349SED = @SED@
350SEM_LIBS = @SEM_LIBS@
351SET_MAKE = @SET_MAKE@
352SHELL = @SHELL@
353STRIP = @STRIP@
354USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
355USE_NLS = @USE_NLS@
356VERSION = @VERSION@
357WINDRES = @WINDRES@
358WOE32 = @WOE32@
359WOE32DLL = @WOE32DLL@
360XGETTEXT = @XGETTEXT@
361XGETTEXT_015 = @XGETTEXT_015@
362XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
363ZLIB_CFLAGS = @ZLIB_CFLAGS@
364ZLIB_LIBS = @ZLIB_LIBS@
365abs_builddir = @abs_builddir@
366abs_srcdir = @abs_srcdir@
367abs_top_builddir = @abs_top_builddir@
368abs_top_srcdir = @abs_top_srcdir@
369ac_ct_AR = @ac_ct_AR@
370ac_ct_CC = @ac_ct_CC@
371ac_ct_CXX = @ac_ct_CXX@
372ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
373am__include = @am__include@
374am__leading_dot = @am__leading_dot@
375am__quote = @am__quote@
376am__tar = @am__tar@
377am__untar = @am__untar@
378bindir = @bindir@
379build = @build@
380build_alias = @build_alias@
381build_cpu = @build_cpu@
382build_os = @build_os@
383build_vendor = @build_vendor@
384builddir = @builddir@
385datadir = @datadir@
386datarootdir = @datarootdir@
387docdir = @docdir@
388dvidir = @dvidir@
389exec_prefix = @exec_prefix@
390host = @host@
391host_alias = @host_alias@
392host_cpu = @host_cpu@
393host_os = @host_os@
394host_vendor = @host_vendor@
395htmldir = @htmldir@
396includedir = @includedir@
397infodir = @infodir@
398install_sh = @install_sh@
399libdir = @libdir@
400libexecdir = @libexecdir@
401localedir = @localedir@
402localstatedir = @localstatedir@
403mandir = @mandir@
404mkdir_p = @mkdir_p@
405oldincludedir = @oldincludedir@
406pdfdir = @pdfdir@
407prefix = @prefix@
408program_transform_name = @program_transform_name@
409psdir = @psdir@
410sbindir = @sbindir@
411sharedstatedir = @sharedstatedir@
412srcdir = @srcdir@
413sysconfdir = @sysconfdir@
414target_alias = @target_alias@
415top_build_prefix = @top_build_prefix@
416top_builddir = @top_builddir@
417top_srcdir = @top_srcdir@
418@PLATFORM_WIN32_FALSE@@PYTHON_INTERFACE_TRUE@NO_UNDEFINED =
419@PLATFORM_WIN32_TRUE@@PYTHON_INTERFACE_TRUE@NO_UNDEFINED = -no-undefined
420@PYTHON_INTERFACE_TRUE@pythonlibdir = $(libdir)/@PYTHON_VERSION@/site-packages
421@PYTHON_INTERFACE_TRUE@pythonlib_LTLIBRARIES = _libpst.la
422@PYTHON_INTERFACE_TRUE@_libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version
423@PYTHON_INTERFACE_TRUE@_libpst_la_SOURCES = python-libpst.cpp
424@PYTHON_INTERFACE_TRUE@_libpst_la_LIBADD = -l@BOOST_PYTHON_LIB@ ../src/libpst.la
425
426# set the include path found by configure
427@PYTHON_INTERFACE_TRUE@INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../src $(all_includes) -I$(PYTHON_INCLUDE_DIR)
428all: all-am
429
430.SUFFIXES:
431.SUFFIXES: .cpp .lo .o .obj
432$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
433	@for dep in $?; do \
434	  case '$(am__configure_deps)' in \
435	    *$$dep*) \
436	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
437	        && { if test -f $@; then exit 0; else break; fi; }; \
438	      exit 1;; \
439	  esac; \
440	done; \
441	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu python/Makefile'; \
442	$(am__cd) $(top_srcdir) && \
443	  $(AUTOMAKE) --gnu python/Makefile
444Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
445	@case '$?' in \
446	  *config.status*) \
447	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
448	  *) \
449	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
450	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
451	esac;
452
453$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455
456$(top_srcdir)/configure:  $(am__configure_deps)
457	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
459	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460$(am__aclocal_m4_deps):
461
462install-pythonlibLTLIBRARIES: $(pythonlib_LTLIBRARIES)
463	@$(NORMAL_INSTALL)
464	@list='$(pythonlib_LTLIBRARIES)'; test -n "$(pythonlibdir)" || list=; \
465	list2=; for p in $$list; do \
466	  if test -f $$p; then \
467	    list2="$$list2 $$p"; \
468	  else :; fi; \
469	done; \
470	test -z "$$list2" || { \
471	  echo " $(MKDIR_P) '$(DESTDIR)$(pythonlibdir)'"; \
472	  $(MKDIR_P) "$(DESTDIR)$(pythonlibdir)" || exit 1; \
473	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pythonlibdir)'"; \
474	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pythonlibdir)"; \
475	}
476
477uninstall-pythonlibLTLIBRARIES:
478	@$(NORMAL_UNINSTALL)
479	@list='$(pythonlib_LTLIBRARIES)'; test -n "$(pythonlibdir)" || list=; \
480	for p in $$list; do \
481	  $(am__strip_dir) \
482	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pythonlibdir)/$$f'"; \
483	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pythonlibdir)/$$f"; \
484	done
485
486clean-pythonlibLTLIBRARIES:
487	-test -z "$(pythonlib_LTLIBRARIES)" || rm -f $(pythonlib_LTLIBRARIES)
488	@list='$(pythonlib_LTLIBRARIES)'; \
489	locs=`for p in $$list; do echo $$p; done | \
490	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
491	      sort -u`; \
492	test -z "$$locs" || { \
493	  echo rm -f $${locs}; \
494	  rm -f $${locs}; \
495	}
496
497_libpst.la: $(_libpst_la_OBJECTS) $(_libpst_la_DEPENDENCIES) $(EXTRA__libpst_la_DEPENDENCIES)
498	$(AM_V_CXXLD)$(_libpst_la_LINK) $(am__libpst_la_rpath) $(_libpst_la_OBJECTS) $(_libpst_la_LIBADD) $(LIBS)
499
500mostlyclean-compile:
501	-rm -f *.$(OBJEXT)
502
503distclean-compile:
504	-rm -f *.tab.c
505
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/python-libpst.Plo@am__quote@ # am--include-marker
507
508$(am__depfiles_remade):
509	@$(MKDIR_P) $(@D)
510	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
511
512am--depfiles: $(am__depfiles_remade)
513
514.cpp.o:
515@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
516@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
517@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
518@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
520
521.cpp.obj:
522@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
523@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
524@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
525@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
527
528.cpp.lo:
529@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
530@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
531@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
532@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
534
535mostlyclean-libtool:
536	-rm -f *.lo
537
538clean-libtool:
539	-rm -rf .libs _libs
540
541ID: $(am__tagged_files)
542	$(am__define_uniq_tagged_files); mkid -fID $$unique
543tags: tags-am
544TAGS: tags
545
546tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
547	set x; \
548	here=`pwd`; \
549	$(am__define_uniq_tagged_files); \
550	shift; \
551	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
552	  test -n "$$unique" || unique=$$empty_fix; \
553	  if test $$# -gt 0; then \
554	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
555	      "$$@" $$unique; \
556	  else \
557	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
558	      $$unique; \
559	  fi; \
560	fi
561ctags: ctags-am
562
563CTAGS: ctags
564ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565	$(am__define_uniq_tagged_files); \
566	test -z "$(CTAGS_ARGS)$$unique" \
567	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
568	     $$unique
569
570GTAGS:
571	here=`$(am__cd) $(top_builddir) && pwd` \
572	  && $(am__cd) $(top_srcdir) \
573	  && gtags -i $(GTAGS_ARGS) "$$here"
574cscopelist: cscopelist-am
575
576cscopelist-am: $(am__tagged_files)
577	list='$(am__tagged_files)'; \
578	case "$(srcdir)" in \
579	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
580	  *) sdir=$(subdir)/$(srcdir) ;; \
581	esac; \
582	for i in $$list; do \
583	  if test -f "$$i"; then \
584	    echo "$(subdir)/$$i"; \
585	  else \
586	    echo "$$sdir/$$i"; \
587	  fi; \
588	done >> $(top_builddir)/cscope.files
589
590distclean-tags:
591	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
592
593distdir: $(BUILT_SOURCES)
594	$(MAKE) $(AM_MAKEFLAGS) distdir-am
595
596distdir-am: $(DISTFILES)
597	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
598	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
599	list='$(DISTFILES)'; \
600	  dist_files=`for file in $$list; do echo $$file; done | \
601	  sed -e "s|^$$srcdirstrip/||;t" \
602	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
603	case $$dist_files in \
604	  */*) $(MKDIR_P) `echo "$$dist_files" | \
605			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
606			   sort -u` ;; \
607	esac; \
608	for file in $$dist_files; do \
609	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
610	  if test -d $$d/$$file; then \
611	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
612	    if test -d "$(distdir)/$$file"; then \
613	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614	    fi; \
615	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
616	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
617	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
618	    fi; \
619	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
620	  else \
621	    test -f "$(distdir)/$$file" \
622	    || cp -p $$d/$$file "$(distdir)/$$file" \
623	    || exit 1; \
624	  fi; \
625	done
626check-am: all-am
627check: check-am
628all-am: Makefile $(LTLIBRARIES)
629installdirs:
630	for dir in "$(DESTDIR)$(pythonlibdir)"; do \
631	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
632	done
633install: install-am
634install-exec: install-exec-am
635install-data: install-data-am
636uninstall: uninstall-am
637
638install-am: all-am
639	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
640
641installcheck: installcheck-am
642install-strip:
643	if test -z '$(STRIP)'; then \
644	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
645	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
646	      install; \
647	else \
648	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
649	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
650	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
651	fi
652mostlyclean-generic:
653
654clean-generic:
655
656distclean-generic:
657	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
658	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
659
660maintainer-clean-generic:
661	@echo "This command is intended for maintainers to use"
662	@echo "it deletes files that may require special tools to rebuild."
663clean: clean-am
664
665clean-am: clean-generic clean-libtool clean-pythonlibLTLIBRARIES \
666	mostlyclean-am
667
668distclean: distclean-am
669		-rm -f ./$(DEPDIR)/python-libpst.Plo
670	-rm -f Makefile
671distclean-am: clean-am distclean-compile distclean-generic \
672	distclean-tags
673
674dvi: dvi-am
675
676dvi-am:
677
678html: html-am
679
680html-am:
681
682info: info-am
683
684info-am:
685
686install-data-am: install-pythonlibLTLIBRARIES
687
688install-dvi: install-dvi-am
689
690install-dvi-am:
691
692install-exec-am:
693
694install-html: install-html-am
695
696install-html-am:
697
698install-info: install-info-am
699
700install-info-am:
701
702install-man:
703
704install-pdf: install-pdf-am
705
706install-pdf-am:
707
708install-ps: install-ps-am
709
710install-ps-am:
711
712installcheck-am:
713
714maintainer-clean: maintainer-clean-am
715		-rm -f ./$(DEPDIR)/python-libpst.Plo
716	-rm -f Makefile
717maintainer-clean-am: distclean-am maintainer-clean-generic
718
719mostlyclean: mostlyclean-am
720
721mostlyclean-am: mostlyclean-compile mostlyclean-generic \
722	mostlyclean-libtool
723
724pdf: pdf-am
725
726pdf-am:
727
728ps: ps-am
729
730ps-am:
731
732uninstall-am: uninstall-pythonlibLTLIBRARIES
733
734.MAKE: install-am install-strip
735
736.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
737	clean-generic clean-libtool clean-pythonlibLTLIBRARIES \
738	cscopelist-am ctags ctags-am distclean distclean-compile \
739	distclean-generic distclean-libtool distclean-tags distdir dvi \
740	dvi-am html html-am info info-am install install-am \
741	install-data install-data-am install-dvi install-dvi-am \
742	install-exec install-exec-am install-html install-html-am \
743	install-info install-info-am install-man install-pdf \
744	install-pdf-am install-ps install-ps-am \
745	install-pythonlibLTLIBRARIES install-strip installcheck \
746	installcheck-am installdirs maintainer-clean \
747	maintainer-clean-generic mostlyclean mostlyclean-compile \
748	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
749	tags tags-am uninstall uninstall-am \
750	uninstall-pythonlibLTLIBRARIES
751
752.PRECIOUS: Makefile
753
754
755# Tell versions [3.59,3.63) of GNU make to not export all variables.
756# Otherwise a system limit (for SysV at least) may be exceeded.
757.NOEXPORT:
758