Makefile.am 243 B

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