]> git.sur5r.net Git - openldap/blob - tests/Makefile.in
5965bd6d15504f438da655b954a4861a0ec29b9f
[openldap] / tests / Makefile.in
1 ## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
2 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
3 ##
4 ## tests Makefile.in for OpenLDAP
5
6
7 SCRIPTSDIR=./scripts
8
9 all-local:      FORCE
10         @echo "Initiating LDAP tests..."; \
11         $(MKDIR) -p test-db test-repl ; \
12         $(SCRIPTSDIR)/all $(SCRIPTSDIR)
13
14 clean-local:    FORCE
15         $(RM) test-db/[!C]* test-repl/[!C]* *core
16
17 veryclean-local:        clean
18
19 depend-local:   FORCE
20
21 install-local:  FORCE
22
23 all-common:                     all-local
24 install-common:         install-local
25 clean-common:           clean-local
26 veryclean-common:       veryclean-local
27 depend-common:          depend-local