blob: af4642805c8bb86a85b38d0b4fea3caf867f1205 [file] [log] [blame]
Andrew Morgan2c9c0532007-07-10 20:50:21 -07001#
Andrew Morgandb06d792007-07-10 20:52:44 -07002# $Id: Makefile,v 1.1.1.1 1999/04/17 22:16:31 morgan Exp $
Andrew Morgan2c9c0532007-07-10 20:50:21 -07003#
4# Makefile for libcap
5
6topdir=$(shell pwd)
7include Make.Rules
8
9#
10# flags
11#
12
13all install clean: %: %-here
Andrew Morgan4ede6982007-07-19 22:55:00 -070014 $(MAKE) -C libcap $(MAKE_DEFS) $@
15 $(MAKE) -C progs $(MAKE_DEFS) $@
16 $(MAKE) -C doc $(MAKE_DEFS) $@
Andrew Morgan2c9c0532007-07-10 20:50:21 -070017
18all-here:
19
20install-here:
21
22clean-here:
23 $(LOCALCLEAN)
24
25distclean: clean
26 $(DISTCLEAN)
27
28release: distclean
Andrew Morgan7aa63b02007-07-30 23:03:32 -070029 cd .. && ln -s libcap libcap-$(VERSION).$(MINOR) && tar cvfz libcap-$(VERSION).$(MINOR).tar.gz libcap-$(VERSION).$(MINOR)/* && rm libcap-$(VERSION).$(MINOR)