• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#  Copyright 1999-2021 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#    https://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
17M4_EXTRA_DIST =  \
18  ac_func_fseeko.m4  \
19  ax_append_flag.m4  \
20  ax_c___attribute__.m4  \
21  ax_cflags_warn_all.m4  \
22  ax_check_framework.m4  \
23  ax_compare_version.m4  \
24  ax_cxx_bool.m4  \
25  ax_cxx_namespaces.m4  \
26  ax_cxx_namespace_std.m4  \
27  ax_lang_compiler_ms.m4  \
28  ax_have_opencl.m4  \
29  ax_prefix_config_h.m4  \
30  ax_prog_perl_version.m4  \
31  ax_pthread.m4  \
32  ax_require_defined.m4  \
33  cxx_have_lstring.m4  \
34  cxx_have_std_libs.m4  \
35  framework.m4  \
36  libtool.m4  \
37  lt~obsolete.m4  \
38  ltoptions.m4  \
39  ltsugar.m4  \
40  ltversion.m4  \
41  magick_check_pthread_lib.m4  \
42  pkg.m4 \
43  version.m4
44