File: Makefile.am

package info (click to toggle)
fakechroot 2.20.1%2Bds-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,904 kB
  • sloc: ansic: 7,688; sh: 1,917; makefile: 375; perl: 191; java: 5
file content (14 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = man src scripts test

EXTRA_DIST = COPYING LICENSE NEWS.md README.md THANKS.md autogen.sh makedist.sh

prove: all
	cd test && $(MAKE) $(AM_MAKEFLAGS) prove

test: all
	cd test && $(MAKE) $(AM_MAKEFLAGS) test

.PHONY: prove test