1284778Sdelphij# Makefile.in generated by automake 1.15 from Makefile.am.
2267843Sdelphij# @configure_input@
3267843Sdelphij
4284778Sdelphij# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5267843Sdelphij
6267843Sdelphij# This Makefile.in is free software; the Free Software Foundation
7267843Sdelphij# gives unlimited permission to copy and/or distribute it,
8267843Sdelphij# with or without modifications, as long as this notice is preserved.
9267843Sdelphij
10267843Sdelphij# This program is distributed in the hope that it will be useful,
11267843Sdelphij# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12267843Sdelphij# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13267843Sdelphij# PARTICULAR PURPOSE.
14267843Sdelphij
15267843Sdelphij@SET_MAKE@
16267843SdelphijVPATH = @srcdir@
17284778Sdelphijam__is_gnu_make = { \
18284778Sdelphij  if test -z '$(MAKELEVEL)'; then \
19284778Sdelphij    false; \
20284778Sdelphij  elif test -n '$(MAKE_HOST)'; then \
21284778Sdelphij    true; \
22284778Sdelphij  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23284778Sdelphij    true; \
24284778Sdelphij  else \
25284778Sdelphij    false; \
26284778Sdelphij  fi; \
27284778Sdelphij}
28267843Sdelphijam__make_running_with_option = \
29267843Sdelphij  case $${target_option-} in \
30267843Sdelphij      ?) ;; \
31267843Sdelphij      *) echo "am__make_running_with_option: internal error: invalid" \
32267843Sdelphij              "target option '$${target_option-}' specified" >&2; \
33267843Sdelphij         exit 1;; \
34267843Sdelphij  esac; \
35267843Sdelphij  has_opt=no; \
36267843Sdelphij  sane_makeflags=$$MAKEFLAGS; \
37267843Sdelphij  if $(am__is_gnu_make); then \
38267843Sdelphij    sane_makeflags=$$MFLAGS; \
39267843Sdelphij  else \
40267843Sdelphij    case $$MAKEFLAGS in \
41267843Sdelphij      *\\[\ \	]*) \
42267843Sdelphij        bs=\\; \
43267843Sdelphij        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44267843Sdelphij          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45267843Sdelphij    esac; \
46267843Sdelphij  fi; \
47267843Sdelphij  skip_next=no; \
48267843Sdelphij  strip_trailopt () \
49267843Sdelphij  { \
50267843Sdelphij    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51267843Sdelphij  }; \
52267843Sdelphij  for flg in $$sane_makeflags; do \
53267843Sdelphij    test $$skip_next = yes && { skip_next=no; continue; }; \
54267843Sdelphij    case $$flg in \
55267843Sdelphij      *=*|--*) continue;; \
56267843Sdelphij        -*I) strip_trailopt 'I'; skip_next=yes;; \
57267843Sdelphij      -*I?*) strip_trailopt 'I';; \
58267843Sdelphij        -*O) strip_trailopt 'O'; skip_next=yes;; \
59267843Sdelphij      -*O?*) strip_trailopt 'O';; \
60267843Sdelphij        -*l) strip_trailopt 'l'; skip_next=yes;; \
61267843Sdelphij      -*l?*) strip_trailopt 'l';; \
62267843Sdelphij      -[dEDm]) skip_next=yes;; \
63267843Sdelphij      -[JT]) skip_next=yes;; \
64267843Sdelphij    esac; \
65267843Sdelphij    case $$flg in \
66267843Sdelphij      *$$target_option*) has_opt=yes; break;; \
67267843Sdelphij    esac; \
68267843Sdelphij  done; \
69267843Sdelphij  test $$has_opt = yes
70267843Sdelphijam__make_dryrun = (target_option=n; $(am__make_running_with_option))
71267843Sdelphijam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72267843Sdelphijpkgincludedir = $(includedir)/@PACKAGE@
73267843Sdelphijpkglibdir = $(libdir)/@PACKAGE@
74267843Sdelphijpkglibexecdir = $(libexecdir)/@PACKAGE@
75267843Sdelphijam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76267843Sdelphijinstall_sh_DATA = $(install_sh) -c -m 644
77267843Sdelphijinstall_sh_PROGRAM = $(install_sh) -c
78267843Sdelphijinstall_sh_SCRIPT = $(install_sh) -c
79267843SdelphijINSTALL_HEADER = $(INSTALL_DATA)
80267843Sdelphijtransform = $(program_transform_name)
81267843SdelphijNORMAL_INSTALL = :
82267843SdelphijPRE_INSTALL = :
83267843SdelphijPOST_INSTALL = :
84267843SdelphijNORMAL_UNINSTALL = :
85267843SdelphijPRE_UNINSTALL = :
86267843SdelphijPOST_UNINSTALL = :
87267843Sdelphijbuild_triplet = @build@
88267843Sdelphijhost_triplet = @host@
89267843Sdelphijsubdir = python
90267843SdelphijACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91267843Sdelphijam__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
92267843Sdelphij	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93267843Sdelphij	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94267843Sdelphij	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
95267843Sdelphijam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96267843Sdelphij	$(ACLOCAL_M4)
97284778SdelphijDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98267843Sdelphijmkinstalldirs = $(install_sh) -d
99267843SdelphijCONFIG_HEADER = $(top_builddir)/config.h
100267843SdelphijCONFIG_CLEAN_FILES =
101267843SdelphijCONFIG_CLEAN_VPATH_FILES =
102267843SdelphijAM_V_P = $(am__v_P_@AM_V@)
103267843Sdelphijam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104267843Sdelphijam__v_P_0 = false
105267843Sdelphijam__v_P_1 = :
106267843SdelphijAM_V_GEN = $(am__v_GEN_@AM_V@)
107267843Sdelphijam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108267843Sdelphijam__v_GEN_0 = @echo "  GEN     " $@;
109267843Sdelphijam__v_GEN_1 = 
110267843SdelphijAM_V_at = $(am__v_at_@AM_V@)
111267843Sdelphijam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112267843Sdelphijam__v_at_0 = @
113267843Sdelphijam__v_at_1 = 
114267843SdelphijSOURCES =
115267843SdelphijDIST_SOURCES =
116267843Sdelphijam__can_run_installinfo = \
117267843Sdelphij  case $$AM_UPDATE_INFO_DIR in \
118267843Sdelphij    n|no|NO) false;; \
119267843Sdelphij    *) (install-info --version) >/dev/null 2>&1;; \
120267843Sdelphij  esac
121267843Sdelphijam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
122284778Sdelphijam__DIST_COMMON = $(srcdir)/Makefile.in README
123267843SdelphijDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124267843Sdelphijpkgdatadir = @pkgdatadir@
125267843SdelphijACLOCAL = @ACLOCAL@
126267843SdelphijAMTAR = @AMTAR@
127267843SdelphijAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
128267843SdelphijAR = @AR@
129267843SdelphijAUTOCONF = @AUTOCONF@
130267843SdelphijAUTOHEADER = @AUTOHEADER@
131267843SdelphijAUTOMAKE = @AUTOMAKE@
132267843SdelphijAWK = @AWK@
133267843SdelphijCC = @CC@
134267843SdelphijCCDEPMODE = @CCDEPMODE@
135267843SdelphijCFLAGS = @CFLAGS@
136267843SdelphijCFLAG_VISIBILITY = @CFLAG_VISIBILITY@
137267843SdelphijCPP = @CPP@
138267843SdelphijCPPFLAGS = @CPPFLAGS@
139267843SdelphijCYGPATH_W = @CYGPATH_W@
140267843SdelphijDEFS = @DEFS@
141267843SdelphijDEPDIR = @DEPDIR@
142267843SdelphijDLLTOOL = @DLLTOOL@
143267843SdelphijDSYMUTIL = @DSYMUTIL@
144267843SdelphijDUMPBIN = @DUMPBIN@
145267843SdelphijECHO_C = @ECHO_C@
146267843SdelphijECHO_N = @ECHO_N@
147267843SdelphijECHO_T = @ECHO_T@
148267843SdelphijEGREP = @EGREP@
149267843SdelphijEXEEXT = @EXEEXT@
150267843SdelphijFGREP = @FGREP@
151267843SdelphijGREP = @GREP@
152267843SdelphijHAVE_VISIBILITY = @HAVE_VISIBILITY@
153267843SdelphijINSTALL = @INSTALL@
154267843SdelphijINSTALL_DATA = @INSTALL_DATA@
155267843SdelphijINSTALL_PROGRAM = @INSTALL_PROGRAM@
156267843SdelphijINSTALL_SCRIPT = @INSTALL_SCRIPT@
157267843SdelphijINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158267843SdelphijLD = @LD@
159267843SdelphijLDFLAGS = @LDFLAGS@
160267843SdelphijLIBOBJS = @LIBOBJS@
161267843SdelphijLIBS = @LIBS@
162267843SdelphijLIBTOOL = @LIBTOOL@
163267843SdelphijLIPO = @LIPO@
164267843SdelphijLN_S = @LN_S@
165267843SdelphijLTLIBOBJS = @LTLIBOBJS@
166267843SdelphijMAKEINFO = @MAKEINFO@
167267843SdelphijMANIFEST_TOOL = @MANIFEST_TOOL@
168267843SdelphijMINGW = @MINGW@
169267843SdelphijMKDIR_P = @MKDIR_P@
170267843SdelphijNM = @NM@
171267843SdelphijNMEDIT = @NMEDIT@
172267843SdelphijOBJDUMP = @OBJDUMP@
173267843SdelphijOBJEXT = @OBJEXT@
174267843SdelphijOTOOL = @OTOOL@
175267843SdelphijOTOOL64 = @OTOOL64@
176267843SdelphijPACKAGE = @PACKAGE@
177267843SdelphijPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178267843SdelphijPACKAGE_NAME = @PACKAGE_NAME@
179267843SdelphijPACKAGE_STRING = @PACKAGE_STRING@
180267843SdelphijPACKAGE_TARNAME = @PACKAGE_TARNAME@
181267843SdelphijPACKAGE_URL = @PACKAGE_URL@
182267843SdelphijPACKAGE_VERSION = @PACKAGE_VERSION@
183267843SdelphijPATH_SEPARATOR = @PATH_SEPARATOR@
184267843SdelphijRANLIB = @RANLIB@
185267843SdelphijSED = @SED@
186267843SdelphijSET_MAKE = @SET_MAKE@
187267843SdelphijSHELL = @SHELL@
188267843SdelphijSTRIP = @STRIP@
189267843SdelphijVERSION = @VERSION@
190267843SdelphijWARNINGS = @WARNINGS@
191267843Sdelphijabs_builddir = @abs_builddir@
192267843Sdelphijabs_srcdir = @abs_srcdir@
193267843Sdelphijabs_top_builddir = @abs_top_builddir@
194267843Sdelphijabs_top_srcdir = @abs_top_srcdir@
195267843Sdelphijac_ct_AR = @ac_ct_AR@
196267843Sdelphijac_ct_CC = @ac_ct_CC@
197267843Sdelphijac_ct_DUMPBIN = @ac_ct_DUMPBIN@
198267843Sdelphijam__include = @am__include@
199267843Sdelphijam__leading_dot = @am__leading_dot@
200267843Sdelphijam__quote = @am__quote@
201267843Sdelphijam__tar = @am__tar@
202267843Sdelphijam__untar = @am__untar@
203267843Sdelphijbindir = @bindir@
204267843Sdelphijbuild = @build@
205267843Sdelphijbuild_alias = @build_alias@
206267843Sdelphijbuild_cpu = @build_cpu@
207267843Sdelphijbuild_os = @build_os@
208267843Sdelphijbuild_vendor = @build_vendor@
209267843Sdelphijbuilddir = @builddir@
210267843Sdelphijdatadir = @datadir@
211267843Sdelphijdatarootdir = @datarootdir@
212267843Sdelphijdocdir = @docdir@
213267843Sdelphijdvidir = @dvidir@
214267843Sdelphijexec_prefix = @exec_prefix@
215267843Sdelphijfsect = @fsect@
216267843Sdelphijhost = @host@
217267843Sdelphijhost_alias = @host_alias@
218267843Sdelphijhost_cpu = @host_cpu@
219267843Sdelphijhost_os = @host_os@
220267843Sdelphijhost_vendor = @host_vendor@
221267843Sdelphijhtmldir = @htmldir@
222267843Sdelphijincludedir = @includedir@
223267843Sdelphijinfodir = @infodir@
224267843Sdelphijinstall_sh = @install_sh@
225267843Sdelphijlibdir = @libdir@
226267843Sdelphijlibexecdir = @libexecdir@
227267843Sdelphijlocaledir = @localedir@
228267843Sdelphijlocalstatedir = @localstatedir@
229267843Sdelphijmandir = @mandir@
230267843Sdelphijmkdir_p = @mkdir_p@
231267843Sdelphijoldincludedir = @oldincludedir@
232267843Sdelphijpdfdir = @pdfdir@
233267843Sdelphijprefix = @prefix@
234267843Sdelphijprogram_transform_name = @program_transform_name@
235267843Sdelphijpsdir = @psdir@
236267843Sdelphijsbindir = @sbindir@
237267843Sdelphijsharedstatedir = @sharedstatedir@
238267843Sdelphijsrcdir = @srcdir@
239267843Sdelphijsysconfdir = @sysconfdir@
240267843Sdelphijtarget_alias = @target_alias@
241267843Sdelphijtop_build_prefix = @top_build_prefix@
242267843Sdelphijtop_builddir = @top_builddir@
243267843Sdelphijtop_srcdir = @top_srcdir@
244267843SdelphijEXTRA_DIST = README example.py magic.py setup.py
245267843Sdelphijall: all-am
246267843Sdelphij
247267843Sdelphij.SUFFIXES:
248267843Sdelphij$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
249267843Sdelphij	@for dep in $?; do \
250267843Sdelphij	  case '$(am__configure_deps)' in \
251267843Sdelphij	    *$$dep*) \
252267843Sdelphij	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
253267843Sdelphij	        && { if test -f $@; then exit 0; else break; fi; }; \
254267843Sdelphij	      exit 1;; \
255267843Sdelphij	  esac; \
256267843Sdelphij	done; \
257267843Sdelphij	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \
258267843Sdelphij	$(am__cd) $(top_srcdir) && \
259267843Sdelphij	  $(AUTOMAKE) --foreign python/Makefile
260267843SdelphijMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
261267843Sdelphij	@case '$?' in \
262267843Sdelphij	  *config.status*) \
263267843Sdelphij	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
264267843Sdelphij	  *) \
265267843Sdelphij	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
266267843Sdelphij	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
267267843Sdelphij	esac;
268267843Sdelphij
269267843Sdelphij$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
270267843Sdelphij	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271267843Sdelphij
272267843Sdelphij$(top_srcdir)/configure:  $(am__configure_deps)
273267843Sdelphij	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
274267843Sdelphij$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
275267843Sdelphij	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276267843Sdelphij$(am__aclocal_m4_deps):
277267843Sdelphij
278267843Sdelphijmostlyclean-libtool:
279267843Sdelphij	-rm -f *.lo
280267843Sdelphij
281267843Sdelphijclean-libtool:
282267843Sdelphij	-rm -rf .libs _libs
283267843Sdelphijtags TAGS:
284267843Sdelphij
285267843Sdelphijctags CTAGS:
286267843Sdelphij
287267843Sdelphijcscope cscopelist:
288267843Sdelphij
289267843Sdelphij
290267843Sdelphijdistdir: $(DISTFILES)
291267843Sdelphij	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
292267843Sdelphij	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
293267843Sdelphij	list='$(DISTFILES)'; \
294267843Sdelphij	  dist_files=`for file in $$list; do echo $$file; done | \
295267843Sdelphij	  sed -e "s|^$$srcdirstrip/||;t" \
296267843Sdelphij	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
297267843Sdelphij	case $$dist_files in \
298267843Sdelphij	  */*) $(MKDIR_P) `echo "$$dist_files" | \
299267843Sdelphij			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
300267843Sdelphij			   sort -u` ;; \
301267843Sdelphij	esac; \
302267843Sdelphij	for file in $$dist_files; do \
303267843Sdelphij	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
304267843Sdelphij	  if test -d $$d/$$file; then \
305267843Sdelphij	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
306267843Sdelphij	    if test -d "$(distdir)/$$file"; then \
307267843Sdelphij	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
308267843Sdelphij	    fi; \
309267843Sdelphij	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
310267843Sdelphij	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
311267843Sdelphij	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
312267843Sdelphij	    fi; \
313267843Sdelphij	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
314267843Sdelphij	  else \
315267843Sdelphij	    test -f "$(distdir)/$$file" \
316267843Sdelphij	    || cp -p $$d/$$file "$(distdir)/$$file" \
317267843Sdelphij	    || exit 1; \
318267843Sdelphij	  fi; \
319267843Sdelphij	done
320267843Sdelphijcheck-am: all-am
321267843Sdelphijcheck: check-am
322267843Sdelphijall-am: Makefile
323267843Sdelphijinstalldirs:
324267843Sdelphijinstall: install-am
325267843Sdelphijinstall-exec: install-exec-am
326267843Sdelphijinstall-data: install-data-am
327267843Sdelphijuninstall: uninstall-am
328267843Sdelphij
329267843Sdelphijinstall-am: all-am
330267843Sdelphij	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
331267843Sdelphij
332267843Sdelphijinstallcheck: installcheck-am
333267843Sdelphijinstall-strip:
334267843Sdelphij	if test -z '$(STRIP)'; then \
335267843Sdelphij	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
336267843Sdelphij	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
337267843Sdelphij	      install; \
338267843Sdelphij	else \
339267843Sdelphij	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
340267843Sdelphij	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
341267843Sdelphij	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
342267843Sdelphij	fi
343267843Sdelphijmostlyclean-generic:
344267843Sdelphij
345267843Sdelphijclean-generic:
346267843Sdelphij
347267843Sdelphijdistclean-generic:
348267843Sdelphij	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
349267843Sdelphij	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
350267843Sdelphij
351267843Sdelphijmaintainer-clean-generic:
352267843Sdelphij	@echo "This command is intended for maintainers to use"
353267843Sdelphij	@echo "it deletes files that may require special tools to rebuild."
354267843Sdelphijclean: clean-am
355267843Sdelphij
356267843Sdelphijclean-am: clean-generic clean-libtool mostlyclean-am
357267843Sdelphij
358267843Sdelphijdistclean: distclean-am
359267843Sdelphij	-rm -f Makefile
360267843Sdelphijdistclean-am: clean-am distclean-generic
361267843Sdelphij
362267843Sdelphijdvi: dvi-am
363267843Sdelphij
364267843Sdelphijdvi-am:
365267843Sdelphij
366267843Sdelphijhtml: html-am
367267843Sdelphij
368267843Sdelphijhtml-am:
369267843Sdelphij
370267843Sdelphijinfo: info-am
371267843Sdelphij
372267843Sdelphijinfo-am:
373267843Sdelphij
374267843Sdelphijinstall-data-am:
375267843Sdelphij
376267843Sdelphijinstall-dvi: install-dvi-am
377267843Sdelphij
378267843Sdelphijinstall-dvi-am:
379267843Sdelphij
380267843Sdelphijinstall-exec-am:
381267843Sdelphij
382267843Sdelphijinstall-html: install-html-am
383267843Sdelphij
384267843Sdelphijinstall-html-am:
385267843Sdelphij
386267843Sdelphijinstall-info: install-info-am
387267843Sdelphij
388267843Sdelphijinstall-info-am:
389267843Sdelphij
390267843Sdelphijinstall-man:
391267843Sdelphij
392267843Sdelphijinstall-pdf: install-pdf-am
393267843Sdelphij
394267843Sdelphijinstall-pdf-am:
395267843Sdelphij
396267843Sdelphijinstall-ps: install-ps-am
397267843Sdelphij
398267843Sdelphijinstall-ps-am:
399267843Sdelphij
400267843Sdelphijinstallcheck-am:
401267843Sdelphij
402267843Sdelphijmaintainer-clean: maintainer-clean-am
403267843Sdelphij	-rm -f Makefile
404267843Sdelphijmaintainer-clean-am: distclean-am maintainer-clean-generic
405267843Sdelphij
406267843Sdelphijmostlyclean: mostlyclean-am
407267843Sdelphij
408267843Sdelphijmostlyclean-am: mostlyclean-generic mostlyclean-libtool
409267843Sdelphij
410267843Sdelphijpdf: pdf-am
411267843Sdelphij
412267843Sdelphijpdf-am:
413267843Sdelphij
414267843Sdelphijps: ps-am
415267843Sdelphij
416267843Sdelphijps-am:
417267843Sdelphij
418267843Sdelphijuninstall-am:
419267843Sdelphij
420267843Sdelphij.MAKE: install-am install-strip
421267843Sdelphij
422267843Sdelphij.PHONY: all all-am check check-am clean clean-generic clean-libtool \
423267843Sdelphij	cscopelist-am ctags-am distclean distclean-generic \
424267843Sdelphij	distclean-libtool distdir dvi dvi-am html html-am info info-am \
425267843Sdelphij	install install-am install-data install-data-am install-dvi \
426267843Sdelphij	install-dvi-am install-exec install-exec-am install-html \
427267843Sdelphij	install-html-am install-info install-info-am install-man \
428267843Sdelphij	install-pdf install-pdf-am install-ps install-ps-am \
429267843Sdelphij	install-strip installcheck installcheck-am installdirs \
430267843Sdelphij	maintainer-clean maintainer-clean-generic mostlyclean \
431267843Sdelphij	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
432267843Sdelphij	tags-am uninstall uninstall-am
433267843Sdelphij
434284778Sdelphij.PRECIOUS: Makefile
435267843Sdelphij
436284778Sdelphij
437267843Sdelphij# Tell versions [3.59,3.63) of GNU make to not export all variables.
438267843Sdelphij# Otherwise a system limit (for SysV at least) may be exceeded.
439267843Sdelphij.NOEXPORT:
440