fe4247
# installation paths
fe4247
SHAREDIR := /usr/share/selinux
fe4247
fe4247
AWK ?= gawk
fe4247
NAME ?= $(strip $(shell $(AWK) -F= '/^SELINUXTYPE/{ print $$2 }' /etc/selinux/config))
fe4247
fe4247
ifeq ($(MLSENABLED),)
fe4247
	MLSENABLED := 1
fe4247
endif
fe4247
fe4247
ifeq ($(MLSENABLED),1)
fe4247
	NTYPE = mcs
fe4247
endif
fe4247
fe4247
ifeq ($(NAME),mls)
fe4247
	NTYPE = mls
fe4247
endif
fe4247
fe4247
TYPE ?= $(NTYPE)
fe4247
fe4247
HEADERDIR := $(SHAREDIR)/devel/include
fe4247
include $(HEADERDIR)/Makefile