harfbuzz/perf/Makefile.am

24 lines
385 B
Makefile
Raw Normal View History

2022-04-30 00:18:17 +02:00
# Process this file with automake to produce Makefile.in
NULL =
EXTRA_DIST =
SUBDIRS =
2022-05-13 19:00:57 +02:00
EXTRA_DIST += \
2022-04-30 00:18:17 +02:00
meson.build \
2022-05-02 21:41:49 +02:00
benchmark-font.cc \
2022-04-30 00:18:17 +02:00
benchmark-map.cc \
2022-05-17 21:12:17 +02:00
benchmark-ot.cc \
2022-04-30 00:18:17 +02:00
benchmark-set.cc \
benchmark-shape.cc \
benchmark-subset.cc \
fonts \
texts \
$(NULL)
# Convenience targets:
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
-include $(top_srcdir)/git.mk