2018-01-10 05:40:43 +01:00
|
|
|
# Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
NULL =
|
|
|
|
SUBDIRS = \
|
|
|
|
in-house \
|
|
|
|
text-rendering-tests \
|
2018-11-25 06:30:08 +01:00
|
|
|
aots \
|
2018-01-10 05:40:43 +01:00
|
|
|
$(NULL)
|
|
|
|
|
2018-01-11 09:58:42 +01:00
|
|
|
# Convenience targets:
|
|
|
|
lib:
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
|
|
|
|
2018-01-10 05:40:43 +01:00
|
|
|
-include $(top_srcdir)/git.mk
|