~ubuntu-branches/ubuntu/precise/krb5/precise-updates

« back to all changes in this revision

Viewing changes to src/lib/crypto/krb/checksum/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2011-12-01 19:34:41 UTC
  • mfrom: (28.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20111201193441-9tipg3aru1jsidyv
Tags: 1.10+dfsg~alpha1-6
* Fix segfault with unknown hostnames in krb5_sname_to_principal,
  Closes: #650671
* Indicate that this library breaks libsmbclient versions that depend on
  krb5_locate_kdc, Closes: #650603, #650611

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mydir=lib$(S)crypto$(S)krb$(S)checksum
2
 
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
3
 
LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../arcfour
4
 
DEFS=
5
 
 
6
 
##DOS##BUILDTOP = ..\..\..\..
7
 
##DOS##PREFIXDIR = krb\checksum
8
 
##DOS##OBJFILE = ..\..\$(OUTPRE)checksum.lst
9
 
 
10
 
PROG_LIBPATH=-L$(TOPLIBD)
11
 
PROG_RPATH=$(KRB5_LIBDIR)
12
 
 
13
 
STLIBOBJS= cbc.o cmac.o confounder.o hmac_md5.o unkeyed.o
14
 
 
15
 
OBJS=   $(OUTPRE)cbc.$(OBJEXT) $(OUTPRE)cmac.$(OBJEXT) \
16
 
        $(OUTPRE)confounder.$(OBJEXT) $(OUTPRE)hmac_md5.$(OBJEXT) \
17
 
        $(OUTPRE)unkeyed.$(OBJEXT)
18
 
 
19
 
SRCS=   $(srcdir)/cbc.c $(srcdir)/cmac.c \
20
 
        $(srcdir)/confounder.c $(srcdir)/hmac_md5.c \
21
 
        $(srcdir)/unkeyed.c
22
 
 
23
 
##DOS##LIBOBJS = $(OBJS)
24
 
 
25
 
all-unix:: all-libobjs
26
 
 
27
 
includes:: depend
28
 
 
29
 
depend:: $(SRCS)
30
 
 
31
 
clean-unix:: clean-libobjs
32
 
 
33
 
@libobj_frag@
34