Home | History | Annotate | Download | only in m4
      1 #  Copyright 1999-2016 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_func_fseeko.m4  \
     19 	ax_append_flag.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 	ax_require_defined.m4  \
     32 	cxx_have_lstring.m4  \
     33 	cxx_have_std_libs.m4  \
     34 	framework.m4  \
     35 	libtool.m4  \
     36 	lt~obsolete.m4  \
     37 	ltoptions.m4  \
     38 	ltsugar.m4  \
     39 	ltversion.m4  \
     40 	magick_check_pthread_lib.m4  \
     41 	pkg.m4  
     42