X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.in;h=e0554966622c38627bca91c64b4784c9f1902c7b;hb=366e8fd5adfa109b8840fddfc60dff09a629e303;hp=e4fbe950e6206c8cb51e2333e19ca05552ffe5f0;hpb=6f92e197dcd0a8edb96dbb7c9a3df266eb017f75;p=openldap diff --git a/Makefile.in b/Makefile.in index e4fbe950e6..e055496662 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,35 +1,21 @@ # Master Makefile for OpenLDAP -# Copyright 1998 The OpenLDAP Foundation, All Rights Reserved. -# COPYING RESTRICTIONS APPLY, See COPYRIGHT file - -SUBDIRS= include libraries clients servers # contrib -CLEANDIRS= tests -INSTALLDIRS= doc +## +## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA +## All rights reserved. +## +## Redistribution and use in source and binary forms are permitted only +## as authorized by the OpenLDAP Public License. A copy of this +## license is available at http://www.OpenLDAP.org/license.html or +## in file LICENSE in the top-level directory of the distribution. +## + +SUBDIRS= include libraries clients servers tests doc +CLEANDIRS= contrib +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 @@ -39,3 +25,5 @@ clean-local: FORCE veryclean-local: FORCE $(RM) config.cache config.status libtool stamp-h stamp-h.in + +distclean: veryclean FORCE