File: Makefile.am

package info (click to toggle)
harfbuzz 6.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 109,068 kB
  • sloc: cpp: 91,977; ansic: 18,134; sh: 4,651; xml: 4,528; python: 4,087; makefile: 1,171
file content (14 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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