]> git.sur5r.net Git - openldap/blob - Makefile.in
Merge changes from LDAP_3_3+prerelease into BOOLEAN_LDAP
[openldap] / Makefile.in
1 # Master Makefile for Net Boolean LDAP
2 # Copyright 1998 Net Boolean Incorporated
3 # COPYING RESTRICTIONS APPLY, See COPYING file
4
5 SUBDIRS= include libraries clients contrib servers
6
7 makefiles:      FORCE
8         ./config.status
9
10 configure: configure.in aclocal.m4
11         autoconf
12
13 # autoheader might not change config.h.in, so touch a stamp file
14 ${srcdir}/include/portable.h.in:        stamp-h.in
15 ${srcdir}/stamp-h.in: configure.in aclocal.m4 acconfig.h
16         cd ${srcdir} && autoheader
17         @echo timestamp > ${srcdir}/stamp-h.in
18
19 config.h: stamp-h
20 stamp-h: config.h.in config.status
21         ./config.status
22
23 config.status: configure
24         ./config.status --recheck
25