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 (15 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Process this file with automake to produce Makefile.in

NULL =
EXTRA_DIST =
SUBDIRS = api shape subset fuzzing threads

EXTRA_DIST += \
	meson.build \
	$(NULL)

# Convenience targets:
lib:
	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib

-include $(top_srcdir)/git.mk