File: Makefile

package info (click to toggle)
selinux-python 3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,248 kB
  • sloc: python: 22,705; ansic: 840; makefile: 477; sh: 414
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
SUBDIRS = sepolicy audit2allow semanage sepolgen chcat po

all install relabel clean indent test:
	@for subdir in $(SUBDIRS); do \
		(cd $$subdir && $(MAKE) $@) || exit 1; \
	done