| Line | |
|---|
| 1 | # Copyright 1999-2008 ImageMagick Studio LLC, a non-profit organization |
|---|
| 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 | # |
|---|
| 15 | # Makefile for building ImageMagick m4 macros. |
|---|
| 16 | |
|---|
| 17 | M4_EXTRA_DIST = \ |
|---|
| 18 | ac_compile_warnings.m4 \ |
|---|
| 19 | ac_func_fseeko.m4 \ |
|---|
| 20 | ac_prog_perl_version.m4 \ |
|---|
| 21 | acx_pthread.m4 \ |
|---|
| 22 | argz.m4 \ |
|---|
| 23 | ax_prefix_config_h.m4 \ |
|---|
| 24 | cxx_have_bool.m4 \ |
|---|
| 25 | cxx_have_lstring.m4 \ |
|---|
| 26 | cxx_have_namespaces.m4 \ |
|---|
| 27 | cxx_have_std_libs.m4 \ |
|---|
| 28 | cxx_have_std_namespace.m4 \ |
|---|
| 29 | framework.m4 \ |
|---|
| 30 | libtool.m4 \ |
|---|
| 31 | ltdl.m4 \ |
|---|
| 32 | ltoptions.m4 \ |
|---|
| 33 | ltsugar.m4 \ |
|---|
| 34 | ltversion.m4 \ |
|---|
| 35 | lt~obsolete.m4 \ |
|---|
| 36 | magick_check_pthread_lib.m4 \ |
|---|
| 37 | magick_func_mmap_fileio.m4 \ |
|---|
| 38 | pkg.m4 |
|---|