Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / openldap / dist / Makefile.in
blob289e2d969a8f5821621b6be76bd77bac38c4321f
1 # Master Makefile for OpenLDAP
2 # $OpenLDAP: pkg/ldap/Makefile.in,v 1.30.2.3 2008/02/11 23:26:37 kurt Exp $
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2008 The OpenLDAP Foundation.
6 ## All rights reserved.
7 ##
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.
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>.
16 SUBDIRS= include libraries clients servers tests doc
17 CLEANDIRS=
18 INSTALLDIRS=
20 makefiles: FORCE
21 ./config.status
23 # force a make all before make install
24 # only done at the top-level
25 install-common: all FORCE
27 clean-local: FORCE
28 $(RM) config.cache config.log configure.lineno
29 $(RM) -r autom4te.cache
31 veryclean-local: FORCE
32 $(RM) config.status libtool stamp-h stamp-h.in
34 distclean: veryclean FORCE
36 check: test
37 test: FORCE
38 cd tests; make test