]> andersk Git - moira.git/blame - incremental/winad/Makefile.in
Build shared libmoira via libtool.
[moira.git] / incremental / winad / Makefile.in
CommitLineData
5d0a7127 1# $Id$
2
3SHELL=/bin/sh
4@SET_MAKE@
5
6CC=@CC@
7CPPFLAGS=@CPPFLAGS@
8LDAP_CPPFLAGS=@LDAP_CPPFLAGS@
9CFLAGS=@CFLAGS@
10DEFS=@DEFS@
e848036c 11ALL_CFLAGS=$(LDAP_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $(DEFS)
a816420b 12LIBTOOL=@LIBTOOL@
5d0a7127 13LDFLAGS=@LDFLAGS@
14LDAP_LIBS=@LDAP_LIBS@
15LIBS=@LIBS@
16MR_LIBDEP=@MR_LIBDEP@
17INSTALL=@INSTALL@
18INSTALL_PROGRAM=@INSTALL_PROGRAM@
19
20srcdir=@srcdir@
21VPATH=@srcdir@
22SRCTOP=@top_srcdir@
a816420b 23top_builddir=@top_builddir@
5d0a7127 24BUILDTOP=../..
25mrbindir=@mrbindir@
26
a816420b 27WINAD_OBJS=winad.lo ldap_adgssapi_bind.lo krb5_utils.lo setpw.lo
5d0a7127 28
29TARGET=winad.incr
30
a816420b 31.SUFFIXES: .pc .lo
5d0a7127 32
33.pc.c:
34 $(PRO_C) $(PRO_C_FLAGS) INAME=$<
35
a816420b 36.c.lo:
37 $(LIBTOOL) --mode=compile $(CC) -c $(ALL_CFLAGS) $<
5d0a7127 38
39all: $(TARGET)
40
41clean:
a816420b 42 $(LIBTOOL) --mode=clean rm -f $(WINAD_OBJS) $(TARGET)
5d0a7127 43
44cleandir distclean: clean
45 rm -f Makefile
46
47depend:
48
49install:
a816420b 50 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) winad.incr $(DESTDIR)$(mrbindir)
5d0a7127 51
52winad.incr: $(WINAD_OBJS) $(MR_LIBDEP)
a816420b 53 $(LIBTOOL) --mode=link $(CC) -o $@ $(LDAP_LIBS) $(LDFLAGS) $(WINAD_OBJS) -lldap -llber \
5d0a7127 54 -lgssapi_krb5 $(LIBS)
This page took 0.068856 seconds and 5 git commands to generate.