blob: 52f7b42fe9d675a933b35d2b0a76c0a8a5d13654 [file] [log] [blame]
#
# Makefile for libcap
#
topdir=$(shell pwd)
include Make.Rules
#
# flags
#
all install clean: %: %-here
$(MAKE) -C libcap $(MAKE_DEFS) $@
ifneq ($(PAM_CAP),no)
$(MAKE) -C pam_cap $(MAKE_DEFS) $@
endif
$(MAKE) -C progs $(MAKE_DEFS) $@
$(MAKE) -C doc $(MAKE_DEFS) $@
all-here:
install-here:
clean-here:
$(LOCALCLEAN)
distclean: clean
$(DISTCLEAN)
release: distclean
cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR)