Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / Makefile.in
index 27d3a99..74e52e8 100644 (file)
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -143,8 +143,8 @@ am__recursive_targets = \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        cscope distdir distdir-am dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -345,6 +345,8 @@ STRIP = @STRIP@
 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
 VERSION = @VERSION@
+_GI_EXP_DATADIR = @_GI_EXP_DATADIR@
+_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -407,7 +409,6 @@ EXTRA_DIST = \
        autogen.sh \
        harfbuzz.doap \
        README.md \
-       README.mingw.md \
        README.python.md \
        BUILD.md \
        CONFIG.md \
@@ -415,10 +416,17 @@ EXTRA_DIST = \
        TESTING.md \
        CMakeLists.txt \
        replace-enum-strings.cmake \
-       mingw-configure.sh \
-       mingw-ldd.py \
-       mingw32.sh \
-       mingw64.sh \
+       meson.build \
+       meson_options.txt \
+       subprojects/expat.wrap \
+       subprojects/fontconfig.wrap \
+       subprojects/freetype2.wrap \
+       subprojects/glib.wrap \
+       subprojects/libffi.wrap \
+       subprojects/proxy-libintl.wrap \
+       subprojects/zlib.wrap \
+       meson-cc-tests/intel-atomic-primitives-test.c \
+       meson-cc-tests/solaris-atomic-operations.c \
        $(NULL)
 
 MAINTAINERCLEANFILES = \
@@ -712,6 +720,10 @@ dist-xz: distdir
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
        $(am__post_remove_distdir)
 
+dist-zstd: distdir
+       tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+       $(am__post_remove_distdir)
+
 dist-tarZ: distdir
        @echo WARNING: "Support for distribution archives compressed with" \
                       "legacy program 'compress' is deprecated." >&2
@@ -754,6 +766,8 @@ distcheck: dist
          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
+       *.tar.zst*) \
+         zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
        esac
        chmod -R a-w $(distdir)
        chmod u+w $(distdir)
@@ -932,7 +946,7 @@ uninstall-am:
        am--refresh check check-am clean clean-cscope clean-generic \
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
-       dist-tarZ dist-xz dist-zip distcheck distclean \
+       dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
        distclean-generic distclean-hdr distclean-libtool \
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        dvi-am html html-am info info-am install install-am \
@@ -975,19 +989,6 @@ $(gpg_file): $(sha256_file)
 
 release-files: $(tar_file) $(sha256_file) $(gpg_file)
 
-dist-win:
-       @case $(host_triplet) in *-w64-mingw32) ;; *) echo "Error: Requires mingw build. See README.mingw.md.">&2; exit 1 ;; esac
-       @DIR=$(PACKAGE_TARNAME)-$(VERSION)-win`case $(host_triplet) in i686-*) echo 32 ;; x86_64-*) echo 64 ;; esac`; \
-       $(RM) -r $$DIR; $(MKDIR_P) $$DIR || exit 1; \
-       cp util/.libs/hb-{shape,view,subset}.exe $$DIR && \
-       $(top_srcdir)/mingw-ldd.py $$DIR/hb-view.exe | grep -v 'not found' | cut -d '>' -f 2 | xargs cp -t $$DIR && \
-       cp src/.libs/libharfbuzz{,-subset}-0.dll $$DIR && \
-       chmod a+x $$DIR/*.{exe,dll} && \
-       $(STRIP) $$DIR/*.{exe,dll} && \
-       zip -r $$DIR.zip $$DIR && \
-       $(RM) -r $$DIR && \
-       echo "$$DIR.zip is ready."
-
 -include $(top_srcdir)/git.mk
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.