1# Process this file with automake to produce Makefile.in
2
3NULL =
4SUBDIRS = \
5	in-house \
6	text-rendering-tests \
7	aots \
8	$(NULL)
9
10# Convenience targets:
11lib:
12	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
13
14-include $(top_srcdir)/git.mk
15