openldap/tests/Makefile.in
Kurt Zeilenga 5aad6b2e01 Update 1.1alpha with latest build environment changes from -devel.
includes libtool support
	includes select yield changes
	headers updates
Apply strdup() -> ldap_strdup() patch.
1998-11-22 22:25:56 +00:00

19 lines
413 B
Makefile

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