]> git.sur5r.net Git - openldap/blob - Makefile.in
Notice/Acknowledge updates
[openldap] / Makefile.in
1 # Master Makefile for OpenLDAP
2 # $OpenLDAP$
3 ## Copyright 1998-2003 The OpenLDAP Foundation.
4 ## All rights reserved.
5 ##
6 ## Redistribution and use in source and binary forms, with or without
7 ## modification, are permitted only as authorized by the OpenLDAP
8 ## Public License.
9 ##
10 ## A copy of this license is available in the file LICENSE in the
11 ## top-level directory of the distribution or, alternatively, at
12 ## <http://www.OpenLDAP.org/license.html>.
13
14 SUBDIRS= include libraries clients servers tests doc
15 CLEANDIRS=
16 INSTALLDIRS= 
17
18 makefiles:      FORCE
19         ./config.status
20
21 # force a make all before make install
22 #       only done at the top-level
23 install-common: all FORCE
24
25 clean-local: FORCE
26         $(RM) config.log
27
28 veryclean-local: FORCE
29         $(RM) config.cache config.status libtool stamp-h stamp-h.in
30
31 distclean: veryclean FORCE
32
33 check: test
34 test: FORCE
35         cd tests; make test