]> git.sur5r.net Git - openldap/blob - Makefile.in
Update copyright notices to 1999.
[openldap] / Makefile.in
1 # Master Makefile for OpenLDAP
2 ##
3 ## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
4 ## All rights reserved.
5 ##
6 ## Redistribution and use in source and binary forms are permitted only
7 ## as authorized by the OpenLDAP Public License.  A copy of this
8 ## license is available at http://www.OpenLDAP.org/license.html or
9 ## in file LICENSE in the top-level directory of the distribution.
10 ##
11
12 SUBDIRS= include libraries clients servers # contrib
13 CLEANDIRS= tests doc
14 INSTALLDIRS= doc
15
16 makefiles:      FORCE
17         ./config.status
18
19 ${srcdir}/configure: configure.in aclocal.m4
20         cd ${srcdir} && autoconf
21
22 # autoheader might not change portable.h.in, so touch a stamp file
23 ${srcdir}/include/portable.h.in:        stamp-h.in
24 ${srcdir}/stamp-h.in: configure.in aclocal.m4 acconfig.h \
25         ${srcdir}/include/portable.h.top ${srcdir}/include/portable.h.bot       
26         cd ${srcdir} && autoheader
27         @echo timestamp > ${srcdir}/stamp-h.in
28
29 ./include/portable.h: stamp-h
30 stamp-h: config.h.in config.status
31         ./config.status
32
33 Makefile: Makefile.in config.status
34         ./config.status
35
36 config.status: configure
37         ./config.status --recheck
38
39
40 # force a make all before make install
41 #       only done at the top-level
42 install-common: all FORCE
43
44 clean-local: FORCE
45         $(RM) config.log
46
47 veryclean-local: FORCE
48         $(RM) config.cache config.status libtool stamp-h stamp-h.in