]> git.sur5r.net Git - openldap/blob - Makefile.in
Fixed make clean/install for everything but man pages.
[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 configure: configure.in aclocal.m4
13         autoconf
14
15 # autoheader might not change config.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         cd ${srcdir} && autoheader
19         @echo timestamp > ${srcdir}/stamp-h.in
20
21 config.h: stamp-h
22 stamp-h: config.h.in config.status
23         ./config.status
24
25 config.status: configure
26         ./config.status --recheck
27