1999-09-08 18:52:19 -04:00
|
|
|
# $OpenLDAP$
|
1998-10-24 21:41:42 -04:00
|
|
|
# Master Makefile for OpenLDAP
|
1998-12-28 15:08:17 -05:00
|
|
|
##
|
2003-01-03 15:20:47 -05:00
|
|
|
## Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
|
1998-12-28 15:08:17 -05:00
|
|
|
## 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-24 21:41:42 -04:00
|
|
|
|
1999-04-28 19:11:18 -04:00
|
|
|
SUBDIRS= include libraries clients servers tests doc
|
2001-07-07 01:28:23 -04:00
|
|
|
CLEANDIRS=
|
1999-04-28 19:11:18 -04:00
|
|
|
INSTALLDIRS=
|
1998-10-24 21:41:42 -04:00
|
|
|
|
|
|
|
|
makefiles: FORCE
|
|
|
|
|
./config.status
|
|
|
|
|
|
1998-11-21 23:22:28 -05: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
|
2003-04-07 18:23:24 -04:00
|
|
|
$(RM) config.cache config.status libtool stamp-h stamp-h.in
|
1999-01-08 21:12:09 -05:00
|
|
|
|
|
|
|
|
distclean: veryclean FORCE
|
2000-05-19 17:01:36 -04:00
|
|
|
|
2002-02-13 01:35:27 -05:00
|
|
|
check: test
|
2000-05-19 17:01:36 -04:00
|
|
|
test: FORCE
|
|
|
|
|
cd tests; make test
|