openldap/tests/Makefile.in
Kurt Zeilenga 1f7e1d057f Added Makefile template for slurpd.
Added NO_THREAD support to configure.in.  (Still need thread lib detection)
1998-09-17 19:15:20 +00:00

19 lines
395 B
Makefile

## Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
## tests Makefile.in for OpenLDAP
SCRIPTSDIR=./scripts
all: FORCE
@echo "Initiating LDAP tests..."; \
$(MKDIR) -p test-db test-repl ; \
$(SCRIPTSDIR)/all $(SCRIPTSDIR)
install: FORCE
depend: FORCE
veryclean: clean
clean: FORCE
$(RM) test-db/[!C]* test-repl/[!C]* *core