1998-10-25 09:41:42 +08:00
|
|
|
# Master Makefile for OpenLDAP
|
1998-12-29 04:08:17 +08:00
|
|
|
##
|
|
|
|
## 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.
|
|
|
|
##
|
1998-10-25 09:41:42 +08:00
|
|
|
|
1999-02-22 19:28:01 +08:00
|
|
|
SUBDIRS= include libraries clients servers tests # contrib
|
|
|
|
CLEANDIRS= doc # tests doc
|
1998-10-25 09:41:42 +08:00
|
|
|
INSTALLDIRS= doc
|
|
|
|
|
|
|
|
makefiles: FORCE
|
|
|
|
./config.status
|
|
|
|
|
1998-11-22 12:22:28 +08:00
|
|
|
# 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
|
1999-01-09 10:12:09 +08:00
|
|
|
|
|
|
|
distclean: veryclean FORCE
|