1998-09-16 12:03:34 +08:00
|
|
|
# Master Makefile for OpenLDAP
|
|
|
|
# Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
|
|
|
|
# COPYING RESTRICTIONS APPLY, See COPYRIGHT file
|
|
|
|
|
|
|
|
SUBDIRS= include libraries clients servers # contrib
|
1998-09-19 02:11:02 +08:00
|
|
|
CLEANDIRS= tests
|
|
|
|
INSTALLDIRS= doc
|
1998-09-16 12:03:34 +08:00
|
|
|
|
|
|
|
makefiles: FORCE
|
|
|
|
./config.status
|
|
|
|
|
1998-09-22 10:25:42 +08:00
|
|
|
${srcdir}/configure: configure.in aclocal.m4
|
|
|
|
cd ${srcdir} && autoconf
|
1998-09-16 12:03:34 +08:00
|
|
|
|
1998-09-22 10:25:42 +08:00
|
|
|
# autoheader might not change portable.h.in, so touch a stamp file
|
1998-09-16 12:03:34 +08:00
|
|
|
${srcdir}/include/portable.h.in: stamp-h.in
|
1998-09-22 10:25:42 +08:00
|
|
|
${srcdir}/stamp-h.in: configure.in aclocal.m4 acconfig.h \
|
|
|
|
${srcdir}/include/portable.h.top ${srcdir}/include/portable.h.bot
|
1998-09-16 12:03:34 +08:00
|
|
|
cd ${srcdir} && autoheader
|
|
|
|
@echo timestamp > ${srcdir}/stamp-h.in
|
|
|
|
|
1998-09-22 10:25:42 +08:00
|
|
|
./include/portable.h: stamp-h
|
1998-09-16 12:03:34 +08:00
|
|
|
stamp-h: config.h.in config.status
|
|
|
|
./config.status
|
|
|
|
|
1998-09-22 10:25:42 +08:00
|
|
|
Makefile: Makefile.in config.status
|
|
|
|
./config.status
|
|
|
|
|
1998-09-16 12:03:34 +08:00
|
|
|
config.status: configure
|
|
|
|
./config.status --recheck
|
|
|
|
|