openldap/servers/slapd/shell-backends/Makefile.in

41 lines
1 KiB
Makefile
Raw Normal View History

2003-11-25 21:58:56 -05:00
# Makefile.in for shell-backends
1999-09-08 18:52:19 -04:00
# $OpenLDAP$
2003-11-26 12:17:26 -05:00
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
2007-01-02 15:00:42 -05:00
## Copyright 1998-2007 The OpenLDAP Foundation.
2003-11-25 21:58:56 -05:00
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
1999-09-08 18:52:19 -04:00
1998-10-24 21:41:42 -04:00
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)
1998-10-24 21:41:42 -04:00
# create programs also when using modules
depend-mod: depend-yes
all-mod: all-yes
install-mod: install-yes
1998-10-24 21:41:42 -04:00
passwd-shell: pwd-version.o
$(CC) $(LDFLAGS) -o $@ $(OBJS) pwd-version.o $(LIBS)
pwd-version.c: $(OBJS) $(LDAP_LIBDEPEND)
@-$(RM) $@
$(MKVERSION) passwd-shell > $@