]> git.sur5r.net Git - openldap/blob - Makefile.in
Add libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl>
[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
32
33 # force a make all before make install
34 #       only done at the top-level
35 install-common: all FORCE
36
37 clean-local: FORCE
38         $(RM) config.log
39
40 veryclean-local: FORCE
41         $(RM) config.cache config.status libtool stamp-h stamp-h.in