File: Makefile.am

package info (click to toggle)
shadow 1%3A4.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 66,808 kB
  • sloc: sh: 44,185; ansic: 34,184; xml: 12,350; exp: 3,691; makefile: 1,655; python: 1,409; perl: 120; sed: 16
file content (28 lines) | stat: -rw-r--r-- 675 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = lib

if ENABLE_SUBIDS
SUBDIRS += libsubid
endif

SUBDIRS += src po doc etc tests/unit

if ENABLE_REGENERATE_MAN
SUBDIRS += man
endif

CLEANFILES = man/8.out man/po/remove-potcdate.* man/*/login.defs.d man/*/*.mo

EXTRA_DIST = NEWS README tests/

dist-hook:
	chmod -R u+w $(distdir)/tests
	chmod u+w $(distdir)
	mv $(distdir)/tests/unit $(distdir)/realunittest
	mv $(distdir)/tests/tests $(distdir)/realtests
	rm -rf $(distdir)/tests
	mv $(distdir)/realtests $(distdir)/tests
	rm -rf $(distdir)/tests/unit $(distdir)/tests/Makefile*
	mv $(distdir)/realunittest $(distdir)/tests/unit