[Python-modules-commits] [pythonmagick] 01/13: Initial commit

Bastien ROUCARIES broucaries-guest at moszumanska.debian.org
Sun Oct 30 16:52:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a commit to branch master
in repository pythonmagick.

commit 42d2b9a601cd1d0502262e1727b02911c7f49921
Author: dirk <dirk at git.imagemagick.org>
Date:   Tue Nov 3 23:08:49 2015 +0100

    Initial commit
---
 ChangeLog                                          |    33 +
 INSTALL                                            |   237 +
 LICENSE                                            |   101 +
 Makefile.am                                        |    37 +
 Makefile.in                                        |  1077 +
 PythonMagick/__init__.py                           |   259 +
 README                                             |    17 +
 SConstruct                                         |    66 +
 aclocal.m4                                         |  1646 ++
 autogen.pl                                         |   397 +
 config/compile                                     |   347 +
 config/config.guess                                |  1421 ++
 config/config.h.in                                 |    83 +
 config/config.sub                                  |  1807 ++
 config/depcomp                                     |   791 +
 config/install-sh                                  |   501 +
 config/ltmain.sh                                   |  9655 +++++++++
 config/missing                                     |   215 +
 config/py-compile                                  |   170 +
 configure                                          | 19435 +++++++++++++++++++
 configure.ac                                       |    59 +
 helpers_src/Blob.cpp                               |    11 +
 helpers_src/Blob.h                                 |    10 +
 helpers_src/Makefile.am                            |     5 +
 helpers_src/Makefile.in                            |   631 +
 m4/ax_boost_base.m4                                |   266 +
 m4/ax_boost_python.m4                              |    91 +
 m4/ax_python_devel.m4                              |   324 +
 m4/libtool.m4                                      |  7992 ++++++++
 m4/ltoptions.m4                                    |   384 +
 m4/ltsugar.m4                                      |   123 +
 m4/ltversion.m4                                    |    23 +
 m4/lt~obsolete.m4                                  |    98 +
 py-compile                                         |   144 +
 pyste_src/Blob.pyste                               |     9 +
 pyste_src/Color.pyste                              |     2 +
 pyste_src/CompositeOperator.pyste                  |     1 +
 pyste_src/CompressionType.pyste                    |     1 +
 pyste_src/Coordinate.pyste                         |     1 +
 pyste_src/DecorationType.pyste                     |     1 +
 pyste_src/Drawable.pyste                           |     5 +
 pyste_src/DrawableAffine.pyste                     |     5 +
 pyste_src/DrawableArc.pyste                        |     5 +
 pyste_src/DrawableBase.pyste.ignore                |     6 +
 pyste_src/DrawableBezier.pyste                     |     5 +
 pyste_src/DrawableCircle.pyste                     |     5 +
 pyste_src/DrawableClipPath.pyste                   |     5 +
 pyste_src/DrawableColor.pyste                      |     5 +
 pyste_src/DrawableCompositeImage.pyste             |     5 +
 pyste_src/DrawableDashArray.pyste                  |     6 +
 pyste_src/DrawableDashOffset.pyste                 |     5 +
 pyste_src/DrawableEllipse.pyste                    |     5 +
 pyste_src/DrawableFillColor.pyste                  |     5 +
 pyste_src/DrawableFillOpacity.pyste                |     5 +
 pyste_src/DrawableFillRule.pyste                   |     5 +
 pyste_src/DrawableFont.pyste                       |     5 +
 pyste_src/DrawableGravity.pyste                    |     5 +
 pyste_src/DrawableLine.pyste                       |     5 +
 pyste_src/DrawableMatte.pyste                      |     5 +
 pyste_src/DrawableMiterLimit.pyste                 |     5 +
 pyste_src/DrawablePath.pyste                       |     5 +
 pyste_src/DrawablePoint.pyste                      |     5 +
 pyste_src/DrawablePointSize.pyste                  |     5 +
 pyste_src/DrawablePolygon.pyste                    |     5 +
 pyste_src/DrawablePolyline.pyste                   |     5 +
 pyste_src/DrawablePopClipPath.pyste                |     5 +
 pyste_src/DrawablePopGraphicContext.pyste          |     5 +
 pyste_src/DrawablePopPattern.pyste                 |     5 +
 pyste_src/DrawablePushClipPath.pyste               |     5 +
 pyste_src/DrawablePushGraphicContext.pyste         |     5 +
 pyste_src/DrawablePushPattern.pyste                |     5 +
 pyste_src/DrawableRectangle.pyste                  |     5 +
 pyste_src/DrawableRotation.pyste                   |     5 +
 pyste_src/DrawableRoundRectangle.pyste             |     5 +
 pyste_src/DrawableScaling.pyste                    |     5 +
 pyste_src/DrawableSkewX.pyste                      |     5 +
 pyste_src/DrawableSkewY.pyste                      |     5 +
 pyste_src/DrawableStrokeAntialias.pyste            |     5 +
 pyste_src/DrawableStrokeColor.pyste                |     5 +
 pyste_src/DrawableStrokeLineCap.pyste              |     5 +
 pyste_src/DrawableStrokeLineJoin.pyste             |     5 +
 pyste_src/DrawableStrokeOpacity.pyste              |     5 +
 pyste_src/DrawableStrokeWidth.pyste                |     5 +
 pyste_src/DrawableText.pyste                       |     5 +
 pyste_src/DrawableTextAntialias.pyste              |     5 +
 pyste_src/DrawableTextDecoration.pyste             |     5 +
 pyste_src/DrawableTextUnderColor.pyste             |     5 +
 pyste_src/DrawableTranslation.pyste                |     5 +
 pyste_src/DrawableViewbox.pyste                    |     5 +
 pyste_src/Exception.pyste                          |     1 +
 pyste_src/FilterTypes.pyste                        |     1 +
 pyste_src/Geometry.pyste                           |     2 +
 pyste_src/GravityType.pyste                        |     1 +
 pyste_src/Image.pyste                              |    19 +
 pyste_src/PathArcAbs.pyste                         |     5 +
 pyste_src/PathArcArgs.pyste                        |     5 +
 pyste_src/PathArcRel.pyste                         |     5 +
 pyste_src/PathClosePath.pyste                      |     5 +
 pyste_src/PathCurvetoAbs.pyste                     |     5 +
 pyste_src/PathCurvetoArgs.pyste                    |     5 +
 pyste_src/PathCurvetoRel.pyste                     |     5 +
 pyste_src/PathLinetoAbs.pyste                      |     5 +
 pyste_src/PathLinetoHorizontalAbs.pyste            |     5 +
 pyste_src/PathLinetoHorizontalRel.pyste            |     5 +
 pyste_src/PathLinetoRel.pyste                      |     5 +
 pyste_src/PathLinetoVerticalAbs.pyste              |     5 +
 pyste_src/PathLinetoVerticalRel.pyste              |     5 +
 pyste_src/PathMovetoAbs.pyste                      |     5 +
 pyste_src/PathMovetoRel.pyste                      |     5 +
 pyste_src/PathQuadraticCurvetoAbs.pyste            |     5 +
 pyste_src/PathQuadraticCurvetoArgs.pyste           |     5 +
 pyste_src/PathQuadraticCurvetoRel.pyste            |     5 +
 pyste_src/PathSmoothCurvetoAbs.pyste               |     5 +
 pyste_src/PathSmoothCurvetoRel.pyste               |     5 +
 pyste_src/PathSmoothQuadraticCurvetoAbs.pyste      |     5 +
 pyste_src/PathSmoothQuadraticCurvetoRel.pyste      |     5 +
 pyste_src/Pixels.pyste                             |     6 +
 pyste_src/TypeMetric.pyste                         |     1 +
 pyste_src/VPath.pyste                              |     3 +
 pyste_src/VPathBase.pyste.ignore                   |     6 +
 pythonmagick_src/Makefile.am                       |    90 +
 pythonmagick_src/Makefile.in                       |  1469 ++
 pythonmagick_src/_Blob.cpp                         |    45 +
 pythonmagick_src/_Color.cpp                        |    51 +
 pythonmagick_src/_ColorspaceType.cpp               |    42 +
 pythonmagick_src/_CompositeOperator.cpp            |    75 +
 pythonmagick_src/_CompressionType.cpp              |    33 +
 pythonmagick_src/_Coordinate.cpp                   |    30 +
 pythonmagick_src/_DecorationType.cpp               |    24 +
 pythonmagick_src/_Drawable.cpp                     |    30 +
 pythonmagick_src/_DrawableAffine.cpp               |    53 +
 pythonmagick_src/_DrawableArc.cpp                  |    49 +
 pythonmagick_src/_DrawableBezier.cpp               |    41 +
 pythonmagick_src/_DrawableCircle.cpp               |    45 +
 pythonmagick_src/_DrawableClipPath.cpp             |    43 +
 pythonmagick_src/_DrawableColor.cpp                |    43 +
 pythonmagick_src/_DrawableCompositeImage.cpp       |    77 +
 pythonmagick_src/_DrawableDashArray.cpp            |    45 +
 pythonmagick_src/_DrawableDashOffset.cpp           |    39 +
 pythonmagick_src/_DrawableEllipse.cpp              |    49 +
 pythonmagick_src/_DrawableFillColor.cpp            |    43 +
 pythonmagick_src/_DrawableFillOpacity.cpp          |    39 +
 pythonmagick_src/_DrawableFillRule.cpp             |    39 +
 pythonmagick_src/_DrawableFont.cpp                 |    47 +
 pythonmagick_src/_DrawableGravity.cpp              |    39 +
 pythonmagick_src/_DrawableLine.cpp                 |    45 +
 pythonmagick_src/_DrawableMatte.cpp                |    43 +
 pythonmagick_src/_DrawableMiterLimit.cpp           |    39 +
 pythonmagick_src/_DrawablePath.cpp                 |    41 +
 pythonmagick_src/_DrawablePoint.cpp                |    41 +
 pythonmagick_src/_DrawablePointSize.cpp            |    39 +
 pythonmagick_src/_DrawablePolygon.cpp              |    41 +
 pythonmagick_src/_DrawablePolyline.cpp             |    41 +
 pythonmagick_src/_DrawablePopClipPath.cpp          |    37 +
 pythonmagick_src/_DrawablePopGraphicContext.cpp    |    37 +
 pythonmagick_src/_DrawablePopPattern.cpp           |    37 +
 pythonmagick_src/_DrawablePushClipPath.cpp         |    41 +
 pythonmagick_src/_DrawablePushGraphicContext.cpp   |    37 +
 pythonmagick_src/_DrawablePushPattern.cpp          |    41 +
 pythonmagick_src/_DrawableRectangle.cpp            |    45 +
 pythonmagick_src/_DrawableRotation.cpp             |    39 +
 pythonmagick_src/_DrawableRoundRectangle.cpp       |    49 +
 pythonmagick_src/_DrawableScaling.cpp              |    41 +
 pythonmagick_src/_DrawableSkewX.cpp                |    39 +
 pythonmagick_src/_DrawableSkewY.cpp                |    39 +
 pythonmagick_src/_DrawableStrokeAntialias.cpp      |    39 +
 pythonmagick_src/_DrawableStrokeColor.cpp          |    43 +
 pythonmagick_src/_DrawableStrokeLineCap.cpp        |    39 +
 pythonmagick_src/_DrawableStrokeLineJoin.cpp       |    39 +
 pythonmagick_src/_DrawableStrokeOpacity.cpp        |    39 +
 pythonmagick_src/_DrawableStrokeWidth.cpp          |    39 +
 pythonmagick_src/_DrawableText.cpp                 |    52 +
 pythonmagick_src/_DrawableTextAntialias.cpp        |    43 +
 pythonmagick_src/_DrawableTextDecoration.cpp       |    43 +
 pythonmagick_src/_DrawableTextUnderColor.cpp       |    43 +
 pythonmagick_src/_DrawableTranslation.cpp          |    41 +
 pythonmagick_src/_DrawableViewbox.cpp              |    45 +
 pythonmagick_src/_Exception.cpp                    |    47 +
 pythonmagick_src/_FilterTypes.cpp                  |    42 +
 pythonmagick_src/_Geometry.cpp                     |    54 +
 pythonmagick_src/_GravityType.cpp                  |    31 +
 pythonmagick_src/_Image.cpp                        |   384 +
 pythonmagick_src/_PathArcAbs.cpp                   |    45 +
 pythonmagick_src/_PathArcArgs.cpp                  |    44 +
 pythonmagick_src/_PathArcRel.cpp                   |    45 +
 pythonmagick_src/_PathClosePath.cpp                |    37 +
 pythonmagick_src/_PathCurvetoAbs.cpp               |    45 +
 pythonmagick_src/_PathCurvetoArgs.cpp              |    42 +
 pythonmagick_src/_PathCurvetoRel.cpp               |    45 +
 pythonmagick_src/_PathLinetoAbs.cpp                |    45 +
 pythonmagick_src/_PathLinetoHorizontalAbs.cpp      |    39 +
 pythonmagick_src/_PathLinetoHorizontalRel.cpp      |    39 +
 pythonmagick_src/_PathLinetoRel.cpp                |    45 +
 pythonmagick_src/_PathLinetoVerticalAbs.cpp        |    39 +
 pythonmagick_src/_PathLinetoVerticalRel.cpp        |    39 +
 pythonmagick_src/_PathMovetoAbs.cpp                |    45 +
 pythonmagick_src/_PathMovetoRel.cpp                |    45 +
 pythonmagick_src/_PathQuadraticCurvetoAbs.cpp      |    45 +
 pythonmagick_src/_PathQuadraticCurvetoArgs.cpp     |    38 +
 pythonmagick_src/_PathQuadraticCurvetoRel.cpp      |    45 +
 pythonmagick_src/_PathSmoothCurvetoAbs.cpp         |    45 +
 pythonmagick_src/_PathSmoothCurvetoRel.cpp         |    45 +
 .../_PathSmoothQuadraticCurvetoAbs.cpp             |    45 +
 .../_PathSmoothQuadraticCurvetoRel.cpp             |    45 +
 pythonmagick_src/_Pixels.cpp                       |    24 +
 pythonmagick_src/_TypeMetric.cpp                   |    24 +
 pythonmagick_src/_VPath.cpp                        |    30 +
 pythonmagick_src/_main.cpp                         |   179 +
 208 files changed, 54527 insertions(+)

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..475e647
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,33 @@
+2015-07-07  0.9.12 Cristy  <quetzlzacatenango at image...>
+  * Ensure PythonMagick compiles against ImageMagick 6.9.1-0 and above.
+
+2014-08-13  0.9.11 Cristy  <quetzlzacatenango at image...>
+  * Ensure PythonMagick compiles against ImageMagick 6.8.9-6 and above.
+
+2014-03-16  0.9.10 Cristy  <quetzlzacatenango at image...>
+  * Support  MagickCore::ColorspaceType enum (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25229).
+
+2014-01-06  0.9.9 Cristy  <quetzlzacatenango at image...>
+  * Update uto latest autoconf / automake macros.
+
+2012-08-18  0.9.8 Cristy  <quetzlzacatenango at image...>
+  * Support 'strip' method reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=21896).
+
+2011-08-10  0.9.7 Cristy  <quetzlzacatenango at image...>
+  * Fix problems with class inheritance for the Drawable* classes (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19278).
+
+2011-03-10  0.9.6 Cristy  <quetzlzacatenango at image...>
+  * Boost causes an ambiguity with ssize_t when building PythonMagick.  Add
+    patch from nico.schloemer at gmail... to fix the build exception.
+
+2011-03-10  0.9.5 Cristy  <quetzlzacatenango at image...>
+  * Boost causes an ambiguity with ssize_t when building PythonMagick.  Add
+    patch from Arfrever at gento... to fix the build exception.
+
+2009-05-13  0.9.1 Dan Kluev  <orion at ssorion.info>
+  * Added python bindings for MagickCore::CompositeOperator,
+	  MagickCore::GravityType, MagickCore::FilterTypes,
+    MagickCore::DecorationType, MagickCore::CompressionType enums. 
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..d3c5b40
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,237 @@
+Installation Instructions
+*************************
+
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007 Free Software Foundation, Inc.
+
+This file is free documentation; the Free Software Foundation gives
+unlimited permission to copy, distribute and modify it.
+
+Basic Installation
+==================
+
+Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.
+
+   The `configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation.  It uses
+those values to create a `Makefile' in each directory of the package.
+It may also create one or more `.h' files containing system-dependent
+definitions.  Finally, it creates a shell script `config.status' that
+you can run in the future to recreate the current configuration, and a
+file `config.log' containing compiler output (useful mainly for
+debugging `configure').
+
+   It can also use an optional file (typically called `config.cache'
+and enabled with `--cache-file=config.cache' or simply `-C') that saves
+the results of its tests to speed up reconfiguring.  Caching is
+disabled by default to prevent problems with accidental use of stale
+cache files.
+
+   If you need to do unusual things to compile the package, please try
+to figure out how `configure' could check whether to do them, and mail
+diffs or instructions to the address given in the `README' so they can
+be considered for the next release.  If you are using the cache, and at
+some point `config.cache' contains results you don't want to keep, you
+may remove or edit it.
+
+   The file `configure.ac' (or `configure.in') is used to create
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
+
+The simplest way to compile this package is:
+
+  1. `cd' to the directory containing the package's source code and type
+     `./configure' to configure the package for your system.
+
+     Running `configure' might take a while.  While running, it prints
+     some messages telling which features it is checking for.
+
+  2. Type `make' to compile the package.
+
+  3. Optionally, type `make check' to run any self-tests that come with
+     the package.
+
+  4. Type `make install' to install the programs and any data files and
+     documentation.
+
+  5. You can remove the program binaries and object files from the
+     source code directory by typing `make clean'.  To also remove the
+     files that `configure' created (so you can compile the package for
+     a different kind of computer), type `make distclean'.  There is
+     also a `make maintainer-clean' target, but that is intended mainly
+     for the package's developers.  If you use it, you may have to get
+     all sorts of other programs in order to regenerate files that came
+     with the distribution.
+
+  6. Often, you can also type `make uninstall' to remove the installed
+     files again.
+
+Compilers and Options
+=====================
+
+Some systems require unusual options for compilation or linking that the
+`configure' script does not know about.  Run `./configure --help' for
+details on some of the pertinent environment variables.
+
+   You can give `configure' initial values for configuration parameters
+by setting variables in the command line or in the environment.  Here
+is an example:
+
+     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+
+   *Note Defining Variables::, for more details.
+
+Compiling For Multiple Architectures
+====================================
+
+You can compile the package for more than one kind of computer at the
+same time, by placing the object files for each architecture in their
+own directory.  To do this, you can use GNU `make'.  `cd' to the
+directory where you want the object files and executables to go and run
+the `configure' script.  `configure' automatically checks for the
+source code in the directory that `configure' is in and in `..'.
+
+   With a non-GNU `make', it is safer to compile the package for one
+architecture at a time in the source code directory.  After you have
+installed the package for one architecture, use `make distclean' before
+reconfiguring for another architecture.
+
+Installation Names
+==================
+
+By default, `make install' installs the package's commands under
+`/usr/local/bin', include files under `/usr/local/include', etc.  You
+can specify an installation prefix other than `/usr/local' by giving
+`configure' the option `--prefix=PREFIX'.
+
+   You can specify separate installation prefixes for
+architecture-specific files and architecture-independent files.  If you
+pass the option `--exec-prefix=PREFIX' to `configure', the package uses
+PREFIX as the prefix for installing programs and libraries.
+Documentation and other data files still use the regular prefix.
+
+   In addition, if you use an unusual directory layout you can give
+options like `--bindir=DIR' to specify different values for particular
+kinds of files.  Run `configure --help' for a list of the directories
+you can set and what kinds of files go in them.
+
+   If the package supports it, you can cause programs to be installed
+with an extra prefix or suffix on their names by giving `configure' the
+option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
+
+Optional Features
+=================
+
+Some packages pay attention to `--enable-FEATURE' options to
+`configure', where FEATURE indicates an optional part of the package.
+They may also pay attention to `--with-PACKAGE' options, where PACKAGE
+is something like `gnu-as' or `x' (for the X Window System).  The
+`README' should mention any `--enable-' and `--with-' options that the
+package recognizes.
+
+   For packages that use the X Window System, `configure' can usually
+find the X include and library files automatically, but if it doesn't,
+you can use the `configure' options `--x-includes=DIR' and
+`--x-libraries=DIR' to specify their locations.
+
+Specifying the System Type
+==========================
+
+There may be some features `configure' cannot figure out automatically,
+but needs to determine by the type of machine the package will run on.
+Usually, assuming the package is built to be run on the _same_
+architectures, `configure' can figure that out, but if it prints a
+message saying it cannot guess the machine type, give it the
+`--build=TYPE' option.  TYPE can either be a short name for the system
+type, such as `sun4', or a canonical name which has the form:
+
+     CPU-COMPANY-SYSTEM
+
+where SYSTEM can have one of these forms:
+
+     OS KERNEL-OS
+
+   See the file `config.sub' for the possible values of each field.  If
+`config.sub' isn't included in this package, then this package doesn't
+need to know the machine type.
+
+   If you are _building_ compiler tools for cross-compiling, you should
+use the option `--target=TYPE' to select the type of system they will
+produce code for.
+
+   If you want to _use_ a cross compiler, that generates code for a
+platform different from the build platform, you should specify the
+"host" platform (i.e., that on which the generated programs will
+eventually be run) with `--host=TYPE'.
+
+Sharing Defaults
+================
+
+If you want to set default values for `configure' scripts to share, you
+can create a site shell script called `config.site' that gives default
+values for variables like `CC', `cache_file', and `prefix'.
+`configure' looks for `PREFIX/share/config.site' if it exists, then
+`PREFIX/etc/config.site' if it exists.  Or, you can set the
+`CONFIG_SITE' environment variable to the location of the site script.
+A warning: not all `configure' scripts look for a site script.
+
+Defining Variables
+==================
+
+Variables not defined in a site shell script can be set in the
+environment passed to `configure'.  However, some packages may run
+configure again during the build, and the customized values of these
+variables may be lost.  In order to avoid this problem, you should set
+them in the `configure' command line, using `VAR=value'.  For example:
+
+     ./configure CC=/usr/local2/bin/gcc
+
+causes the specified `gcc' to be used as the C compiler (unless it is
+overridden in the site shell script).
+
+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
+an Autoconf bug.  Until the bug is fixed you can use this workaround:
+
+     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+
+`configure' Invocation
+======================
+
+`configure' recognizes the following options to control how it operates.
+
+`--help'
+`-h'
+     Print a summary of the options to `configure', and exit.
+
+`--version'
+`-V'
+     Print the version of Autoconf used to generate the `configure'
+     script, and exit.
+
+`--cache-file=FILE'
+     Enable the cache: use and save the results of the tests in FILE,
+     traditionally `config.cache'.  FILE defaults to `/dev/null' to
+     disable caching.
+
+`--config-cache'
+`-C'
+     Alias for `--cache-file=config.cache'.
+
+`--quiet'
+`--silent'
+`-q'
+     Do not print messages saying which checks are being made.  To
+     suppress all normal output, redirect it to `/dev/null' (any error
+     messages will still be shown).
+
+`--srcdir=DIR'
+     Look for the package's source code in directory DIR.  Usually
+     `configure' can determine that directory automatically.
+
+`configure' also accepts some other, not widely useful, options.  Run
+`configure --help' for more details.
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..32835c2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,101 @@
+Before we get to the text of the license lets just review what the license says in simple terms:
+
+It allows you to:
+
+    * freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
+    * use ImageMagick software in packages or distributions that you create;
+    * link against a library under a different license;
+    * link code under a different license against a library under this license;
+    * merge code into a work under a different license;
+    * extend patent grants to any code using code under this license;
+    * and extend patent protection.
+
+It forbids you to:
+
+    * redistribute any piece of ImageMagick-originated software without proper attribution;
+    * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
+    * use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.
+
+It requires you to:
+
+    * include a copy of the license in any redistribution you may make that includes ImageMagick software;
+    * provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.
+
+It does not require you to:
+
+    * include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
+    * submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).
+
+A few other clarifications include:
+
+    * ImageMagick is freely available without charge;
+    * you may include ImageMagick on a DVD as long as you comply with the terms of the license;
+    * you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
+    * the license is compatible with the GPL V3.
+    * when exporting the ImageMagick software, review its export classification.
+
+The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:
+
+Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
+
+1. Definitions.
+
+License shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
+
+Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
+
+Legal Entity shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, control means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
+
+You (or Your) shall mean an individual or Legal Entity exercising permissions granted by this License.
+
+Source form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
+
+Object form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
+
+Work shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
+
+Derivative Works shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
+
+Contribution shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its  [...]
+
+Contributor shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
+
+2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with [...]
+
+4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
+
+   1. You must give any other recipients of the Work or Derivative Works a copy of this License; and
+   2. You must cause any modified files to carry prominent notices stating that You changed the files; and
+   3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
+   4. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; [...]
+
+You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
+
+5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
+
+6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the W [...]
+
+8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limit [...]
+
+9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor h [...]
+APPENDIX: How to apply the ImageMagick License to your work
+
+To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the ImageMagick License (the "License"); you may not use
+   this file except in compliance with the License.  You may obtain a copy
+   of the License at
+
+     http://www.imagemagick.org/script/license.php
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+   License for the specific language governing permissions and limitations
+   under the License.
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..bfcd21c
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,37 @@
+
+topincludedir = @includedir@
+
+AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
+
+ACLOCAL_AMFLAGS = -I m4
+
+# Library built from two directories
+SUBDIRS = pythonmagick_src helpers_src
+
+# where to put the bastard
+pymagickexecdir = $(pyexecdir)/$(PACKAGE_NAME)
+
+# name of our library
+pymagickexec_LTLIBRARIES = _PythonMagick.la
+
+# the python initalization code
+pymagickexec_PYTHON = PythonMagick/__init__.py
+
+# EMPTY! we dont have any sources at top level
+_PythonMagick_la_SOURCES =
+
+# A dummy to tell that we are building c++
+nodist_EXTRA__PythonMagick_la_SOURCES = dummy.cpp
+ 
+# Flags are always good to have
+_PythonMagick_la_LDFLAGS = -avoid-version -module $(BOOST_LDFLAGS)
+
+# And the libraries to include
+_PythonMagick_la_LIBADD = pythonmagick_src/libpymagick.la helpers_src/libhelper.la $(BOOST_LDFLAGS) -lboost_python $(MAGICKPP_LIBS) $(MAGICK_LIBS)
+
+EXTRA_DIST = autogen.pl SConstruct pyste_src LICENSE
+
+# Automatically reconfigure libtool
+LIBTOOL_DEPS = @LIBTOOL_DEPS@
+libtool: $(LIBTOOL_DEPS)
+	$(SHELL) ./config.status --recheck
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..da2c81b
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,1077 @@
+# Makefile.in generated by automake 1.15 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ at SET_MAKE@
+
+VPATH = @srcdir@
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+    false; \
+  elif test -n '$(MAKE_HOST)'; then \
+    true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+    true; \
+  else \
+    false; \
+  fi; \
+}
+am__make_running_with_option = \
+  case $${target_option-} in \
+      ?) ;; \
+      *) echo "am__make_running_with_option: internal error: invalid" \
+              "target option '$${target_option-}' specified" >&2; \
+         exit 1;; \
+  esac; \
+  has_opt=no; \
+  sane_makeflags=$$MAKEFLAGS; \
+  if $(am__is_gnu_make); then \
+    sane_makeflags=$$MFLAGS; \
+  else \
+    case $$MAKEFLAGS in \
+      *\\[\ \	]*) \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
+    esac; \
+  fi; \
+  skip_next=no; \
+  strip_trailopt () \
+  { \
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
+  }; \
+  for flg in $$sane_makeflags; do \
+    test $$skip_next = yes && { skip_next=no; continue; }; \
+    case $$flg in \
+      *=*|--*) continue;; \
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
+      -*I?*) strip_trailopt 'I';; \
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
+      -*O?*) strip_trailopt 'O';; \
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
+      -*l?*) strip_trailopt 'l';; \
+      -[dEDm]) skip_next=yes;; \
+      -[JT]) skip_next=yes;; \
+    esac; \
+    case $$flg in \
+      *$$target_option*) has_opt=yes; break;; \
+    esac; \
+  done; \
+  test $$has_opt = yes
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
+	$(top_srcdir)/m4/ax_boost_python.m4 \
+	$(top_srcdir)/m4/ax_python_devel.m4 \
+	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+	$(am__configure_deps) $(pymagickexec_PYTHON) \
+	$(am__DIST_COMMON)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/config/config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
+am__installdirs = "$(DESTDIR)$(pymagickexecdir)" \
+	"$(DESTDIR)$(pymagickexecdir)"
+LTLIBRARIES = $(pymagickexec_LTLIBRARIES)
+am__DEPENDENCIES_1 =
+_PythonMagick_la_DEPENDENCIES = pythonmagick_src/libpymagick.la \
+	helpers_src/libhelper.la $(am__DEPENDENCIES_1) \
+	$(am__DEPENDENCIES_1)
+am__PythonMagick_la_OBJECTS =
+_PythonMagick_la_OBJECTS = $(am__PythonMagick_la_OBJECTS)
+AM_V_lt = $(am__v_lt_ at AM_V@)
+am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
+am__v_lt_0 = --silent
+am__v_lt_1 = 
+_PythonMagick_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+	$(AM_CXXFLAGS) $(CXXFLAGS) $(_PythonMagick_la_LDFLAGS) \
+	$(LDFLAGS) -o $@
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
+DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)/config
+depcomp = $(SHELL) $(top_srcdir)/config/depcomp
+am__depfiles_maybe = depfiles
+am__mv = mv -f
+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CXXFLAGS) $(CXXFLAGS)
+AM_V_CXX = $(am__v_CXX_ at AM_V@)
+am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
+am__v_CXX_0 = @echo "  CXX     " $@;
+am__v_CXX_1 = 
+CXXLD = $(CXX)
+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
+am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
+am__v_CXXLD_0 = @echo "  CXXLD   " $@;
+am__v_CXXLD_1 = 
+SOURCES = $(_PythonMagick_la_SOURCES) \
+	$(nodist_EXTRA__PythonMagick_la_SOURCES)
+DIST_SOURCES = $(_PythonMagick_la_SOURCES)
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+	ctags-recursive dvi-recursive html-recursive info-recursive \
+	install-data-recursive install-dvi-recursive \
+	install-exec-recursive install-html-recursive \
+	install-info-recursive install-pdf-recursive \
+	install-ps-recursive install-recursive installcheck-recursive \
+	installdirs-recursive pdf-recursive ps-recursive \
+	tags-recursive uninstall-recursive
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+    n|no|NO) false;; \
+    *) (install-info --version) >/dev/null 2>&1;; \
+  esac
+am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
+am__pep3147_tweak = \
+  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
+py_compile = $(top_srcdir)/config/py-compile
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
+  distclean-recursive maintainer-clean-recursive
+am__recursive_targets = \
+  $(RECURSIVE_TARGETS) \
+  $(RECURSIVE_CLEAN_TARGETS) \
+  $(am__extra_recursive_targets)
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
+	cscope distdir dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+# Read a list of newline-separated strings from the standard input,
+# and print each of them once, without duplicates.  Input order is
+# *not* preserved.
+am__uniquify_input = $(AWK) '\
+  BEGIN { nonempty = 0; } \
+  { items[$$0] = 1; nonempty = 1; } \
+  END { if (nonempty) { for (i in items) print i; }; } \
+'
+# Make sure the list of sources is unique.  This is necessary because,
+# e.g., the same source file might be shared among _SOURCES variables
+# for different programs/libraries.
+am__define_uniq_tagged_files = \
+  list='$(am__tagged_files)'; \
+  unique=`for i in $$list; do \
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+  done | $(am__uniquify_input)`
+ETAGS = etags
+CTAGS = ctags
+CSCOPE = cscope
+DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/compile \
+	$(top_srcdir)/config/config.guess \
+	$(top_srcdir)/config/config.h.in \
+	$(top_srcdir)/config/config.sub $(top_srcdir)/config/depcomp \
+	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
+	$(top_srcdir)/config/missing $(top_srcdir)/config/py-compile \
+	ChangeLog INSTALL README config/compile config/config.guess \
+	config/config.sub config/depcomp config/install-sh \
+	config/ltmain.sh config/missing config/py-compile py-compile
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  if test -d "$(distdir)"; then \
+    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+      && rm -rf "$(distdir)" \
+      || { sleep 5 && rm -rf "$(distdir)"; }; \
+  else :; fi
+am__post_remove_distdir = $(am__remove_distdir)
+am__relativize = \
+  dir0=`pwd`; \
+  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+  sed_rest='s,^[^/]*/*,,'; \
+  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+  sed_butlast='s,/*[^/]*$$,,'; \
+  while test -n "$$dir1"; do \
+    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+    if test "$$first" != "."; then \
+      if test "$$first" = ".."; then \
+        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+      else \
+        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+        if test "$$first2" = "$$first"; then \
+          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+        else \
+          dir2="../$$dir2"; \
+        fi; \
+        dir0="$$dir0"/"$$first"; \
+      fi; \
+    fi; \
+    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+  done; \
+  reldir="$$dir2"
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.lz \
+	$(distdir).tar.xz $(distdir).zip
+GZIP_ENV = --best
+DIST_TARGETS = dist-lzip dist-xz dist-bzip2 dist-gzip dist-zip
+distuninstallcheck_listfiles = find . -type f -print
+am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
+  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
+BOOST_LDFLAGS = @BOOST_LDFLAGS@
+BOOST_PYTHON_LIB = @BOOST_PYTHON_LIB@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAGICKCORE_CFLAGS = @MAGICKCORE_CFLAGS@
+MAGICKCORE_LIBS = @MAGICKCORE_LIBS@
+MAGICKPP_CFLAGS = @MAGICKPP_CFLAGS@
+MAGICKPP_LIBS = @MAGICKPP_LIBS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MKDIR_P = @MKDIR_P@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
... 54991 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pythonmagick.git



More information about the Python-modules-commits mailing list