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