]> git.sur5r.net Git - openldap/blob - tests/Make-template
Add basic support for MD5 and SHA1 passwords.
[openldap] / tests / Make-template
1 #-----------------------------------------------------------------------------
2 # Copyright (c) 1996 Regents of the University of Michigan.
3 # All rights reserved.
4 #
5 # Redistribution and use in source and binary forms are permitted
6 # provided that this notice is preserved and that due credit is given
7 # to the University of Michigan at Ann Arbor. The name of the University
8 # may not be used to endorse or promote products derived from this
9 # software without specific prior written permission. This software
10 # is provided ``as is'' without express or implied warranty.
11 #
12 #       LDAP tests Make template file
13 #
14 #-----------------------------------------------------------------------------
15
16 SCRIPTSDIR=./scripts
17
18 all:    FORCE
19         @echo "Initiating LDAP tests..."; \
20         test -d test-db || $(MKDIR) test-db ; \
21         test -d test-repl || $(MKDIR) test-repl ; \
22         $(SCRIPTSDIR)/all $(SCRIPTSDIR)
23
24 install:        FORCE
25
26 depend: FORCE
27
28 clean:  FORCE
29         $(RM) test-db/[!C]* test-repl/[!C]* *core
30
31 veryclean:      clean
32
33 links:
34         @echo "making links in `$(PWD)`"; \
35         $(LN) .src/scripts . ; \
36         $(LN) .src/data . ; \
37         $(MKDIR) test-db test-repl