openldap/Makefile.in

39 lines
1 KiB
Makefile
Raw Normal View History

1998-10-24 21:41:42 -04:00
# Master Makefile for OpenLDAP
2003-11-25 21:58:56 -05:00
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
2024-03-26 15:45:07 -04:00
## Copyright 1998-2024 The OpenLDAP Foundation.
1998-12-28 15:08:17 -05:00
## All rights reserved.
##
2003-11-25 21:58:56 -05:00
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
1998-12-28 15:08:17 -05:00
##
2003-11-25 21:58:56 -05:00
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
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
# force a make all before make install
# only done at the top-level
install-common: all FORCE
clean-local: FORCE
$(RM) config.cache config.log configure.lineno
$(RM) -r autom4te.cache
veryclean-local: FORCE
$(RM) config.status libtool stamp-h stamp-h.in libraries/libldap/ldap.pc libraries/liblber/lber.pc
1999-01-08 21:12:09 -05:00
distclean: veryclean FORCE
2000-05-19 17:01:36 -04:00
check: test
2000-05-19 17:01:36 -04:00
test: FORCE
2018-07-25 11:18:20 -04:00
cd tests && $(MAKE) test