]> git.sur5r.net Git - openldap/blob - servers/slapd/shell-backends/Makefile.in
Update copyright statements
[openldap] / servers / slapd / shell-backends / Makefile.in
1 # $OpenLDAP$
2 ## Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
3 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4
5 PROGRAMS = passwd-shell
6
7 SRCS = passwd-shell.c shellutil.c
8 XSRCS = pwd-version.c
9 OBJS = passwd-shell.o shellutil.o
10
11 LDAP_INCDIR= ../../../include       
12 LDAP_LIBDIR= ../../../libraries
13
14 BUILD_OPT = "--enable-shell"
15 BUILD_SRV = @BUILD_SHELL@
16
17 all-local-srv: $(PROGRAMS)
18
19 # create programs also when using modules
20 depend-mod: depend-yes
21 all-mod: all-yes
22 install-mod: install-yes
23
24 passwd-shell:   pwd-version.o
25         $(CC) $(LDFLAGS) -o $@ $(OBJS) pwd-version.o $(LIBS)
26
27 pwd-version.c: $(OBJS) $(LDAP_LIBDEPEND)
28         @-$(RM) $@
29         $(MKVERSION) passwd-shell > $@