X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=Makefile.in;h=f564426626e315c0a150b3b1cba9cbc4ba9542a3;hb=595bf86635fabc054cca0e2da70129bec777cfaf;hp=adb827bd1fc1b9c1b4025b9a6f805ffb6b1fb8b9;hpb=2a869f5a99f537b246ba8640502e2a86117cb6e8;p=openldap diff --git a/Makefile.in b/Makefile.in index adb827bd1f..f564426626 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,9 +1,16 @@ # Master Makefile for OpenLDAP -# Copyright 1998 The OpenLDAP Foundation, All Rights Reserved. -# COPYING RESTRICTIONS APPLY, See COPYRIGHT file +## +## 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 # contrib -CLEANDIRS= tests +CLEANDIRS= tests doc INSTALLDIRS= doc makefiles: FORCE @@ -29,3 +36,13 @@ Makefile: Makefile.in 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 + +clean-local: FORCE + $(RM) config.log + +veryclean-local: FORCE + $(RM) config.cache config.status libtool stamp-h stamp-h.in