summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/openssl/arcfour/Makefile.in
blob: ae02de136b3c6bc43a3c233711a4517ac46ce062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
mydir=lib/crypto/openssl/arcfour
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../md4  -I$(srcdir)/../../krb
DEFS=

##DOS##BUILDTOP = ..\..\..\..
##DOS##PREFIXDIR=arcfour
##DOS##OBJFILE=..\$(OUTPRE)arcfour.lst

PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)


STLIBOBJS=\
	arcfour.o	\
	arcfour_aead.o	\
	arcfour_s2k.o

OBJS=\
	$(OUTPRE)arcfour.$(OBJEXT)	\
	$(OUTPRE)arcfour_aead.$(OBJEXT)	\
	$(OUTPRE)arcfour_s2k.$(OBJEXT)

SRCS=\
	$(srcdir)/arcfour.c	\
	$(srcdir)/arcfour_aead.c\
	$(srcdir)/arcfour_s2k.c

##DOS##LIBOBJS = $(OBJS)

all-unix:: all-libobjs

includes:: depend

depend:: $(SRCS)

clean-unix:: clean-libobjs

@libobj_frag@