cristy | 7e41fe8 | 2010-12-04 23:12:08 +0000 | [diff] [blame] | 1 | # Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 2 | # dedicated to making software imaging solutions freely available. |
| 3 | # |
| 4 | # You may not use this file except in compliance with the License. You may |
| 5 | # obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.imagemagick.org/script/license.php |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | # |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 15 | # Makefile for building ImageMagick m4 macros. |
| 16 | |
| 17 | M4_EXTRA_DIST = \ |
cristy | 0d3a638 | 2010-04-26 00:45:55 +0000 | [diff] [blame] | 18 | ac_func_fseeko.m4 \ |
| 19 | argz.m4 \ |
| 20 | ax_c___attribute__.m4 \ |
| 21 | ax_cflags_warn_all.m4 \ |
| 22 | ax_compare_version.m4 \ |
| 23 | ax_cxx_bool.m4 \ |
| 24 | ax_cxx_namespaces.m4 \ |
| 25 | ax_cxx_namespace_std.m4 \ |
| 26 | ax_lang_compiler_ms.m4 \ |
| 27 | ax_opencl.m4 \ |
| 28 | ax_prefix_config_h.m4 \ |
| 29 | ax_prog_perl_version.m4 \ |
| 30 | ax_pthread.m4 \ |
| 31 | cxx_have_lstring.m4 \ |
| 32 | cxx_have_std_libs.m4 \ |
| 33 | framework.m4 \ |
| 34 | libtool.m4 \ |
| 35 | ltdl.m4 \ |
| 36 | lt~obsolete.m4 \ |
| 37 | ltoptions.m4 \ |
| 38 | ltsugar.m4 \ |
| 39 | ltversion.m4 \ |
| 40 | magick_check_pthread_lib.m4 \ |
| 41 | magick_func_mmap_fileio.m4 \ |
| 42 | pkg.m4 |