Makefile.in   [plain text]


# $OpenLDAP: pkg/ldap/servers/slapd/shell-backends/Makefile.in,v 1.8.2.1 2003/03/03 17:10:11 kurt Exp $
## Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
## COPYING RESTRICTIONS APPLY, see COPYRIGHT file

PROGRAMS = passwd-shell

SRCS = passwd-shell.c shellutil.c
XSRCS = pwd-version.c
OBJS = passwd-shell.o shellutil.o

LDAP_INCDIR= ../../../include       
LDAP_LIBDIR= ../../../libraries

BUILD_OPT = "--enable-shell"
BUILD_SRV = @BUILD_SHELL@

all-local-srv: $(PROGRAMS)

# create programs also when using modules
depend-mod: depend-yes
all-mod: all-yes
install-mod: install-yes

passwd-shell:	pwd-version.o
	$(CC) $(LDFLAGS) -o $@ $(OBJS) pwd-version.o $(LIBS)

pwd-version.c: $(OBJS) $(LDAP_LIBDEPEND)
	@-$(RM) $@
	$(MKVERSION) passwd-shell > $@