use libtool
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9236 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -17,23 +17,23 @@ OBJS = verify.o
|
|||||||
CLEANFILES = $(foo_DATA) $(OBJS) so_locations
|
CLEANFILES = $(foo_DATA) $(OBJS) so_locations
|
||||||
|
|
||||||
afskauthlib.so: $(OBJS)
|
afskauthlib.so: $(OBJS)
|
||||||
$(LD) -shared -o $@ $(LDFLAGS) $(OBJS) $(L)
|
$(LINK) -shared $(OBJS) $(L)
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(COMPILE) -c $<
|
$(COMPILE) -c $<
|
||||||
|
|
||||||
if KRB4
|
if KRB4
|
||||||
KAFS = $(top_builddir)/lib/kafs/.libs/libkafs.a
|
KAFS = $(top_builddir)/lib/kafs/libkafs.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if KRB5
|
if KRB5
|
||||||
L = \
|
L = \
|
||||||
$(KAFS) \
|
$(KAFS) \
|
||||||
$(top_builddir)/lib/krb5/.libs/libkrb5.a \
|
$(top_builddir)/lib/krb5/libkrb5.la \
|
||||||
$(top_builddir)/lib/asn1/.libs/libasn1.a \
|
$(top_builddir)/lib/asn1/libasn1.la \
|
||||||
$(LIB_krb4) \
|
$(LIB_krb4) \
|
||||||
$(top_builddir)/lib/des/.libs/libdes.a \
|
$(top_builddir)/lib/des/libdes.la \
|
||||||
$(top_builddir)/lib/roken/.libs/libroken.a \
|
$(top_builddir)/lib/roken/libroken.la \
|
||||||
-lc
|
-lc
|
||||||
|
|
||||||
else
|
else
|
||||||
@@ -41,8 +41,8 @@ else
|
|||||||
L = \
|
L = \
|
||||||
$(KAFS) \
|
$(KAFS) \
|
||||||
$(LIB_krb4) \
|
$(LIB_krb4) \
|
||||||
$(top_builddir)/lib/des/.libs/libdes.a \
|
$(top_builddir)/lib/des/libdes.la \
|
||||||
$(top_builddir)/lib/roken/.libs/libroken.a \
|
$(top_builddir)/lib/roken/libroken.la \
|
||||||
-lc
|
-lc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user