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