]> git.ipfire.org Git - thirdparty/openldap.git/blame - Makefile.in
ITS#10153 - slapd(8) describe -T modify (slapmodify)
[thirdparty/openldap.git] / Makefile.in
CommitLineData
2a869f5a 1# Master Makefile for OpenLDAP
e3a4c4ec 2# $OpenLDAP$
2c21fdce
KZ
3## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4##
788e9592 5## Copyright 1998-2022 The OpenLDAP Foundation.
9493e8d7
KZ
6## All rights reserved.
7##
e3a4c4ec
KZ
8## Redistribution and use in source and binary forms, with or without
9## modification, are permitted only as authorized by the OpenLDAP
10## Public License.
9493e8d7 11##
e3a4c4ec
KZ
12## A copy of this license is available in the file LICENSE in the
13## top-level directory of the distribution or, alternatively, at
14## <http://www.OpenLDAP.org/license.html>.
2a869f5a 15
f6f3504f 16SUBDIRS= include libraries clients servers tests doc
736953cb 17CLEANDIRS=
f6f3504f 18INSTALLDIRS=
2a869f5a
KZ
19
20makefiles: FORCE
21 ./config.status
22
6f92e197
KZ
23# force a make all before make install
24# only done at the top-level
25install-common: all FORCE
26
27clean-local: FORCE
697b0d2a
KZ
28 $(RM) config.cache config.log configure.lineno
29 $(RM) -r autom4te.cache
6f92e197
KZ
30
31veryclean-local: FORCE
3c284d26 32 $(RM) config.status libtool stamp-h stamp-h.in libraries/libldap/ldap.pc libraries/liblber/lber.pc
94b0f370
KZ
33
34distclean: veryclean FORCE
66794294 35
275f3be3 36check: test
66794294 37test: FORCE
0f320b34 38 cd tests && $(MAKE) test