]> git.sur5r.net Git - openldap/blob - Makefile.in
merged with autoconf branch
[openldap] / Makefile.in
1 # Master Makefile for OpenLDAP
2 # Copyright 1998 The OpenLDAP Foundation,  All Rights Reserved.
3 # COPYING RESTRICTIONS APPLY, See COPYRIGHT file
4
5 SUBDIRS= include libraries clients servers # contrib
6 CLEANDIRS= tests
7 INSTALLDIRS= doc
8
9 makefiles:      FORCE
10         ./config.status
11
12 ${srcdir}/configure: configure.in aclocal.m4
13         cd ${srcdir} && autoconf
14
15 # autoheader might not change portable.h.in, so touch a stamp file
16 ${srcdir}/include/portable.h.in:        stamp-h.in
17 ${srcdir}/stamp-h.in: configure.in aclocal.m4 acconfig.h \
18         ${srcdir}/include/portable.h.top ${srcdir}/include/portable.h.bot       
19         cd ${srcdir} && autoheader
20         @echo timestamp > ${srcdir}/stamp-h.in
21
22 ./include/portable.h: stamp-h
23 stamp-h: config.h.in config.status
24         ./config.status
25
26 Makefile: Makefile.in config.status
27         ./config.status
28
29 config.status: configure
30         ./config.status --recheck
31