No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / lib / auth / afskauthlib / Makefile.am
blob20a5f52203965559454a8dfc45823331a39aea0b
1 # $Heimdal: Makefile.am 22298 2007-12-14 06:38:06Z lha $
2 # $NetBSD$
4 include $(top_srcdir)/Makefile.am.common
6 AM_CPPFLAGS += $(INCLUDE_krb4)
8 DEFS = @DEFS@
10 foodir = $(libdir)
11 foo_DATA = afskauthlib.so
13 SUFFIXES += .c .o
15 SRCS = verify.c
16 OBJS = verify.o
18 CLEANFILES = $(foo_DATA) $(OBJS) so_locations
20 afskauthlib.so: $(OBJS)
21         $(LIBTOOL) --mode=link $(CC) -shared -o $@ $(OBJS) $(L) $(LDFLAGS)
23 .c.o:
24         $(CC) $(DEFS) $(DEFAULT_AM_CPPFLAGS) $(INCLUDES) $(AM_CPPFLAGS) \
25         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) \
26         -c `test -f '$<' || echo '$(srcdir)/'`$<
28 KAFS = $(top_builddir)/lib/kafs/libkafs.la
30 if KRB5
31 L = \
32         $(KAFS) \
33         $(top_builddir)/lib/krb5/libkrb5.la     \
34         $(top_builddir)/lib/asn1/libasn1.la     \
35         $(LIB_krb4)                             \
36         $(LIB_hcrypto)                          \
37         $(top_builddir)/lib/roken/libroken.la   \
38         -lc
40 else
42 L = \
43         $(KAFS) \
44         $(LIB_krb4)                             \
45         $(LIB_hcrypto)                          \
46         $(top_builddir)/lib/roken/libroken.la   \
47         -lc
48 endif
50 $(OBJS): $(top_builddir)/include/config.h
52 EXTRA_DIST = $(SRCS)