]> git.sur5r.net Git - openldap/blob - Makefile.in
Minor changes to support parallel make: Eliminate for-loops for building
[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 doc
13 CLEANDIRS= contrib
14 INSTALLDIRS= 
15
16 libraries: include
17 clients servers: libraries
18 tests: clients servers
19
20 makefiles:      FORCE
21         ./config.status
22
23 # force a make all before make install
24 #       only done at the top-level
25 install-common: all FORCE
26
27 clean-local: FORCE
28         $(RM) config.log
29
30 veryclean-local: FORCE
31         $(RM) config.cache config.status libtool stamp-h stamp-h.in
32
33 distclean: veryclean FORCE