]> git.sur5r.net Git - openldap/blobdiff - Makefile.in
update back-monitor man page
[openldap] / Makefile.in
index 39399a83c6023f16a9d40e10b8a81866631fa87b..934c1bedac0b377ceae3f581849cd040b39ddae1 100644 (file)
@@ -1,6 +1,7 @@
+# $OpenLDAP$
 # Master Makefile for OpenLDAP
 ##
-## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+## Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms are permitted only
 ##
 
 SUBDIRS= include libraries clients servers tests doc
-CLEANDIRS= contrib
+CLEANDIRS=
 INSTALLDIRS= 
 
-libraries: include
-clients servers: libraries
-tests: clients servers
-
 makefiles:     FORCE
        ./config.status
 
@@ -31,3 +28,7 @@ veryclean-local: FORCE
        $(RM) config.cache config.status libtool stamp-h stamp-h.in
 
 distclean: veryclean FORCE
+
+check: test
+test: FORCE
+       cd tests; make test