1998-10-25 09:41:42 +08:00
|
|
|
##
|
|
|
|
## Copyright 1998 The OpenLDAP Foundation
|
|
|
|
## COPYING RESTRICTIONS APPLY. See COPYRIGHT File in top level directory
|
|
|
|
## of this package for details.
|
|
|
|
##
|
1998-11-22 12:22:28 +08:00
|
|
|
PACKAGE= @PACKAGE@
|
|
|
|
VERSION= @VERSION@
|
1998-10-25 09:41:42 +08:00
|
|
|
|
1998-11-22 12:22:28 +08:00
|
|
|
@SET_MAKE@
|
1998-10-25 09:41:42 +08:00
|
|
|
SHELL = /bin/sh
|
|
|
|
|
1998-11-22 12:22:28 +08:00
|
|
|
top_builddir = @top_builddir@
|
|
|
|
|
1998-10-25 09:41:42 +08:00
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
|
|
|
|
bindir = @bindir@
|
1998-11-30 03:48:28 +08:00
|
|
|
datadir = @datadir@/@ldap_subdir@
|
|
|
|
includedir = @includedir@
|
|
|
|
infodir = @infodir@
|
|
|
|
libdir = @libdir@
|
1998-10-25 09:41:42 +08:00
|
|
|
libexecdir = @libexecdir@
|
|
|
|
localstatedir = @localstatedir@
|
|
|
|
mandir = @mandir@
|
1998-11-30 03:48:28 +08:00
|
|
|
sbindir = @sbindir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
sysconfdir = @sysconfdir@/@ldap_subdir@
|
1998-10-25 09:41:42 +08:00
|
|
|
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
|
|
|
|
MV = mv
|
|
|
|
LN = ln
|
|
|
|
LN_S = @LN_S@
|
|
|
|
RM = rm -f
|
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
AR = ar
|
|
|
|
|
|
|
|
LINT = lint
|
|
|
|
5LINT = 5lint
|
1998-11-22 12:22:28 +08:00
|
|
|
MKDEP = $(top_srcdir)/build/mkdep $(MKDEPFLAG) -c "$(CC)"
|
|
|
|
|
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
LIBVERSION = 0:0:0
|
|
|
|
LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LFLAGS)
|
|
|
|
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
1998-10-25 09:41:42 +08:00
|
|
|
|
|
|
|
# Misc UNIX commands used in makefiles
|
|
|
|
SED = sed
|
|
|
|
DATE = date
|
|
|
|
HOSTNAME = uname -n
|
|
|
|
BASENAME = basename
|
|
|
|
PWD = pwd
|
|
|
|
CAT = cat
|
1998-11-30 03:48:28 +08:00
|
|
|
MKDIR = mkdir -p
|
1998-10-25 09:41:42 +08:00
|
|
|
CHMOD = chmod
|
|
|
|
|
|
|
|
# Misc UNIX commands used in programs
|
|
|
|
EDITOR = @EDITOR@
|
|
|
|
FINGER = @FINGER@
|
|
|
|
SENDMAIL = @SENDMAIL@
|
|
|
|
|
1998-11-21 03:54:39 +08:00
|
|
|
# For manual pages
|
|
|
|
# MANCOMPRESS=@MANCOMPRESS@
|
|
|
|
# MANCOMPRESSSUFFIX=@MANCOMPRESSSUFFIX@
|
|
|
|
MANCOMPRESS=$(CAT)
|
|
|
|
MANCOMPRESSSUFFIX=
|
|
|
|
|
1998-10-25 09:41:42 +08:00
|
|
|
# Version
|
|
|
|
VERSIONFILE = $(top_srcdir)/build/version
|
|
|
|
|
1998-11-22 12:22:28 +08:00
|
|
|
INCLUDEDIR= $(top_srcdir)/include
|
|
|
|
LDAP_INCPATH= -I$(LDAP_INCDIR) -I$(INCLUDEDIR)
|
|
|
|
LDAP_LIBADIR= $(top_builddir)/libraries
|
|
|
|
LDAP_LIBPATH= -L$(LDAP_LIBADIR)
|
1998-10-25 09:41:42 +08:00
|
|
|
|
1998-11-22 12:22:28 +08:00
|
|
|
LDAP_LIBLBER = $(LDAP_LIBADIR)/liblber/liblber.la
|
|
|
|
LDAP_LIBLDAP = $(LDAP_LIBADIR)/libldap/libldap.la
|
|
|
|
|
|
|
|
LDAP_LIBLBER_DEPEND = $(LDAP_LIBDIR)/liblber/liblber.la
|
|
|
|
LDAP_LIBLDAP_DEPEND = $(LDAP_LIBDIR)/libldap/libldap.la
|
|
|
|
|
|
|
|
LDAP_LIBS = $(LDAP_LIBPATH) -lldif $(LDAP_LIBLDAP) $(LDAP_LIBLBER)
|
|
|
|
LDAP_LIBDEPEND = $(LDAP_LIBDIR)/libldif.a $(LDAP_LIBLDAP) $(LDAP_LIBLBER)
|
1998-10-25 09:41:42 +08:00
|
|
|
|
|
|
|
# AutoConfig generated
|
|
|
|
AC_CC = @CC@
|
|
|
|
AC_DEFS = @CPPFLAGS@ @DEFS@
|
|
|
|
AC_LIBS = @LDFLAGS@ @LIBS@
|
|
|
|
AC_CFLAGS = @CFLAGS@
|
|
|
|
AC_LDFLAGS =
|
|
|
|
|
|
|
|
KRB_LIBS = @KRB_LIBS@
|
|
|
|
TERMCAP_LIBS = @TERMCAP_LIBS@
|
|
|
|
|
|
|
|
# Our Defaults
|
|
|
|
CC = $(AC_CC)
|
|
|
|
DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS)
|
|
|
|
LIBS = $(LDAP_LIBS) $(XLIBS) $(AC_LIBS)
|
|
|
|
|
|
|
|
CFLAGS = $(AC_CFLAGS) $(DEFS) $(DEFINES)
|
|
|
|
LDFLAGS = $(AC_LDFLAGS)
|
|
|
|
|
1998-11-22 12:22:28 +08:00
|
|
|
all: all-common all-local FORCE
|
|
|
|
install: install-common install-local FORCE
|
|
|
|
clean: clean-common clean-local FORCE
|
|
|
|
veryclean: veryclean-common veryclean-local FORCE
|
|
|
|
depend: depend-common depend-local FORCE
|
|
|
|
|
|
|
|
# empty common rules
|
|
|
|
all-common:
|
|
|
|
install-common:
|
|
|
|
clean-common:
|
|
|
|
veryclean-common: clean-common FORCE
|
|
|
|
depend-common:
|
|
|
|
lint-common:
|
|
|
|
lint5-common:
|
1998-10-25 09:41:42 +08:00
|
|
|
|
|
|
|
# empty local rules
|
|
|
|
all-local:
|
|
|
|
install-local:
|
|
|
|
clean-local:
|
1998-11-22 12:22:28 +08:00
|
|
|
veryclean-local: clean-local FORCE
|
1998-10-25 09:41:42 +08:00
|
|
|
depend-local:
|
|
|
|
lint-local:
|
|
|
|
lint5-local:
|
|
|
|
|
1998-11-22 12:22:28 +08:00
|
|
|
veryclean: FORCE
|
|
|
|
$(RM) Makefile
|
1998-11-22 14:24:59 +08:00
|
|
|
$(RM) -r .libs
|
1998-11-22 12:22:28 +08:00
|
|
|
|
1998-10-25 09:41:42 +08:00
|
|
|
Makefile: Makefile.in $(top_srcdir)/build/top.mk
|
|
|
|
|
|
|
|
# empty rule for forcing rules
|
|
|
|
FORCE:
|
|
|
|
|
|
|
|
##---------------------------------------------------------------------------
|