summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/openssl/des/Makefile.in
blob: 6240a57ff2d8a510be78353d2eabccc9f8c90275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
mydir=lib$(S)crypto$(S)openssl$(S)des
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)/../../krb -I$(srcdir)/..

STLIBOBJS= des_keys.o

OBJS= $(OUTPRE)des_keys.$(OBJEXT)

SRCS= $(srcdir)/des_keys.c

all-unix:: all-libobjs

includes:: depend

depend:: $(SRCS)

clean-unix:: clean-libobjs

@libobj_frag@