264c4a539c
aots is less interesting. Run text-rendering-tests before aots.
15 lines
243 B
Makefile
15 lines
243 B
Makefile
# Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
SUBDIRS = \
|
|
in-house \
|
|
text-rendering-tests \
|
|
aots \
|
|
$(NULL)
|
|
|
|
# Convenience targets:
|
|
lib:
|
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
|
|
|
-include $(top_srcdir)/git.mk
|