]> git.sur5r.net Git - openldap/blob - tests/Make-template
Modified make system to support CVS instead of RCS
[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         $(SCRIPTSDIR)/all $(SCRIPTSDIR)
21
22 install:        FORCE
23
24 depend: FORCE
25
26 clean:  FORCE
27         $(RM) test-db/[a-z]* test-repl/[a-z]*
28
29 veryclean:      clean
30
31 links:
32         @echo "making links in `$(PWD)`"; \
33         $(LN) .src/scripts . ; \
34         $(LN) .src/data . ; \
35         $(MKDIR) test-db test-repl