aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/nss/des/Makefile.in
blob: d97fcfbd890180c83c536a0ac070842fcd1bbc6a (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
41
42
43
44
45
46
47
48
49
mydir=lib/crypto/nss/des
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../.. -I$(srcdir)/../../krb @CRYPTO_IMPL_CFLAGS@

DEFS=

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

RUN_SETUP = @KRB5_RUN_ENV@
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)


STLIBOBJS= des_oldapis.o \
	f_parity.o 	\
	string2key.o	\
	weak_key.o

OBJS=	$(OUTPRE)f_parity.$(OBJEXT) 	\
	$(OUTPRE)des_oldapis.$(OBJEXT) 	\
	$(OUTPRE)string2key.$(OBJEXT)	\
	$(OUTPRE)weak_key.$(OBJEXT)

SRCS=	$(srcdir)/f_parity.c	\
	$(srcdir)/des_oldapis.c	\
	$(srcdir)/weak_key.c	\
	$(srcdir)/string2key.c


##DOS##LIBOBJS = $(OBJS)

all-unix:: all-libobjs

check-unix:: 

includes:: depend

depend:: $(SRCS)

check-windows::

clean::

clean-unix:: clean-libobjs

@libobj_frag@