]> git.sur5r.net Git - openldap/blob - clients/finger/Makefile.in
* build/top.mk: removed references to TMPROOT and added DESTDIR support
[openldap] / clients / finger / Makefile.in
1 # $OpenLDAP$
2
3 SRCS=   main.c
4 XSRCS=  version.c
5 OBJS=   main.o
6 PROGRAMS= in.xfingerd
7
8 LDAP_INCDIR= ../../include
9 LDAP_LIBDIR= ../../libraries
10
11 XLIBS =  -lldap -llber -llutil
12 XXLIBS  = $(SECURITY_LIBS) $(LUTIL_LIBS)
13
14 in.xfingerd : version.o
15         $(LTLINK) -o $@ version.o $(OBJS) $(LIBS)
16
17 version.c: ${OBJS} ${LDAP_LIBDEPEND}
18         @-$(RM) $@
19         $(MKVERSION) in.xfingerd > $@
20
21 install-local: $(PROGRAMS) FORCE
22         -$(MKDIR) $(DESTDIR)$(libexecdir)
23         $(LTINSTALL) $(INSTALLFLAGS) -m 755 in.xfingerd $(DESTDIR)$(libexecdir)