2 # Master Makefile for OpenLDAP
4 ## Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
5 ## All rights reserved.
7 ## Redistribution and use in source and binary forms are permitted only
8 ## as authorized by the OpenLDAP Public License. A copy of this
9 ## license is available at http://www.OpenLDAP.org/license.html or
10 ## in file LICENSE in the top-level directory of the distribution.
13 SUBDIRS= include libraries clients servers tests doc
20 # force a make all before make install
21 # only done at the top-level
22 install-common: all FORCE
27 veryclean-local: FORCE
28 $(RM) config.cache config.status libtool stamp-h stamp-h.in
30 distclean: veryclean FORCE