X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=44331f40a57b4f2b5c0c0ef00f9a259f84b76aa4;hb=c9afb5e8a385c95e16e609c4ef2fef64a9f46711;hp=153c641cdd16b67d75935aac0c61e4ab721874f7;hpb=94b0f370d47782ed8579d0bbcdc8fb00dcb8ff17;p=openldap diff --git a/Makefile.in b/Makefile.in index 153c641cdd..44331f40a5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,7 @@ +# $OpenLDAP$ # Master Makefile for OpenLDAP ## -## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA +## Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA ## All rights reserved. ## ## Redistribution and use in source and binary forms are permitted only @@ -9,34 +10,13 @@ ## in file LICENSE in the top-level directory of the distribution. ## -SUBDIRS= include libraries clients servers # contrib -CLEANDIRS= tests doc -INSTALLDIRS= doc +SUBDIRS= include libraries clients servers tests doc +CLEANDIRS= +INSTALLDIRS= makefiles: FORCE ./config.status -${srcdir}/configure: configure.in aclocal.m4 - cd ${srcdir} && autoconf - -# autoheader might not change portable.h.in, so touch a stamp file -${srcdir}/include/portable.h.in: stamp-h.in -${srcdir}/stamp-h.in: configure.in aclocal.m4 acconfig.h \ - ${srcdir}/include/portable.h.top ${srcdir}/include/portable.h.bot - cd ${srcdir} && autoheader - @echo timestamp > ${srcdir}/stamp-h.in - -./include/portable.h: stamp-h -stamp-h: config.h.in config.status - ./config.status - -Makefile: Makefile.in config.status - ./config.status - -config.status: configure - ./config.status --recheck - - # force a make all before make install # only done at the top-level install-common: all FORCE @@ -48,3 +28,6 @@ veryclean-local: FORCE $(RM) config.cache config.status libtool stamp-h stamp-h.in distclean: veryclean FORCE + +test: FORCE + cd tests; make test