Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / Makefile.am
index 2bbd3c5..4a2a8c8 100644 (file)
@@ -10,7 +10,6 @@ EXTRA_DIST = \
        autogen.sh \
        harfbuzz.doap \
        README.md \
-       README.mingw.md \
        README.python.md \
        BUILD.md \
        CONFIG.md \
@@ -18,10 +17,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 = \
@@ -86,18 +92,4 @@ $(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