blob: 5ae908bec7f49dec41d4d0243a6eb4eed5f4fbe3 [file] [log] [blame]
#
# $Id: Makefile,v 1.1.1.1 1999/04/17 22:16:31 morgan Exp $
#
# Makefile for libcap
topdir=$(shell pwd)
include Make.Rules
#
# flags
#
all install clean: %: %-here
make -C libcap $(MAKE_DEFS) $@
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)