[Tizen] [GPOS] Avoid O(n^2) behavior in mark-attachment
[platform/upstream/harfbuzz.git] / Makefile.am
index 4a2a8c8..3055e5a 100644 (file)
@@ -19,15 +19,27 @@ EXTRA_DIST = \
        replace-enum-strings.cmake \
        meson.build \
        meson_options.txt \
-       subprojects/expat.wrap \
-       subprojects/fontconfig.wrap \
+       subprojects/cairo.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 \
+       subprojects/google-benchmark.wrap \
+       subprojects/ragel.wrap \
+       subprojects/packagefiles/ragel/meson.build \
+       subprojects/ttf-parser.wrap \
+       perf/meson.build \
+       perf/perf-draw.hh \
+       perf/perf-extents.hh \
+       perf/perf-shaping.hh \
+       perf/perf.cc \
+       perf/fonts/Amiri-Regular.ttf \
+       perf/fonts/NotoNastaliqUrdu-Regular.ttf \
+       perf/fonts/NotoSansDevanagari-Regular.ttf \
+       perf/fonts/Roboto-Regular.ttf \
+       perf/texts/en-thelittleprince.txt \
+       perf/texts/en-words.txt \
+       perf/texts/fa-monologue.txt \
+       perf/texts/fa-thelittleprince.txt \
+       mingw-configure.sh \
        $(NULL)
 
 MAINTAINERCLEANFILES = \
@@ -81,15 +93,4 @@ dist-hook: dist-clear-sticky-bits
 dist-clear-sticky-bits:
        chmod -R a-s $(distdir)
 
-tar_file = $(PACKAGE_TARNAME)-$(VERSION).tar.xz
-sha256_file = $(tar_file).sha256
-gpg_file = $(sha256_file).asc
-$(sha256_file): $(tar_file)
-       sha256sum $^ > $@
-$(gpg_file): $(sha256_file)
-       @echo "Please enter your GPG password to sign the checksum."
-       gpg --armor --sign $^
-
-release-files: $(tar_file) $(sha256_file) $(gpg_file)
-
 -include $(top_srcdir)/git.mk