]> git.sur5r.net Git - openldap/blob - Makefile.in
Integrate saucer in OpenLDAP build environment:
[openldap] / Makefile.in
1 # Master Makefile for OpenLDAP
2 ##
3 ## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
4 ## All rights reserved.
5 ##
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.
10 ##
11
12 SUBDIRS= include libraries clients servers tests # contrib
13 CLEANDIRS= contrib/saucer doc
14 INSTALLDIRS= doc
15
16 makefiles:      FORCE
17         ./config.status
18
19 # force a make all before make install
20 #       only done at the top-level
21 install-common: all FORCE
22
23 clean-local: FORCE
24         $(RM) config.log
25
26 veryclean-local: FORCE
27         $(RM) config.cache config.status libtool stamp-h stamp-h.in
28
29 distclean: veryclean FORCE