xref: /aosp_15_r20/external/selinux/python/Makefile (revision 2d543d20722ada2425b5bdab9d0d1d29470e7bba)
1*2d543d20SAndroid Build Coastguard WorkerSUBDIRS = sepolicy audit2allow semanage sepolgen chcat po
2*2d543d20SAndroid Build Coastguard Worker
3*2d543d20SAndroid Build Coastguard Workerall install relabel clean indent test:
4*2d543d20SAndroid Build Coastguard Worker	@for subdir in $(SUBDIRS); do \
5*2d543d20SAndroid Build Coastguard Worker		(cd $$subdir && $(MAKE) $@) || exit 1; \
6*2d543d20SAndroid Build Coastguard Worker	done
7